@charset "UTF-8";
/*
Theme Name: AV-Comparatives
Theme URI: http://www.av-comparatives.org
Author: ITSEC-Labs
Author URI: http://www.itsec-labs.com;
Description: Consumer and Enterprise related theme showing interactive Anti-Virus Security Reports, Tests and Charts
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gray, orange, white, black, consumer, enterprise
Text Domain: avc

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: 'OfficinaSans-Book';
  src: url("fonts/OfficinaSansStd-Book.otf"); }
@font-face {
  font-family: 'OfficinaSans-Bold';
  src: url("fonts/OfficinaSansStd-Bold.otf"); }
@font-face {
  font-family: 'OfficinaSans-BookItalic';
  src: url("fonts/OfficinaSansStd-BookItalic.otf"); }
@font-face {
  font-family: 'OfficinaSans-BoldItalic';
  src: url("fonts/OfficinaSansStd-BoldItalic.otf"); }
.OfficinaSansBook, #main-content .readcounter, .navigation.paging-navigation .pagination .page-numbers {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal; }

.OfficinaSansBold, #main-content h1, #main-content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal; }

.OfficinaSansBookItalic {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-style: normal; }

.OfficinaSansBoldItalic {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-style: normal; }

#cookiebar {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #f89c35;
  text-align: center;
  overflow: auto;
  display: none; }
  #cookiebar .warningmessage {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 0 5px 0;
    padding: 0 20px; }
    #cookiebar .warningmessage #hidecookiebar {
      cursor: pointer;
      padding: 2px 5px;
      background-color: #4d4d4d;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

#formresponse {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  position: relative;
  display: block;
  width: 100%;
  min-height: 30px;
  color: #4C4C4C;
  background-color: #d9e021;
  text-align: center;
  overflow: auto;
  display: none; }
  #formresponse .message {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
    display: inline-block;
    margin: 10px 0 10px 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 750; }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("fonts/roboto-condensed-v25-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
pre {
  padding: 5px 10px;
  color: #767676;
  font-size: 14px;
  white-space: pre-wrap; }

pre.code {
  color: #ffffff;
  background-color: #4d4d4d;
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 13px; }

img.no-margin {
  margin: 0 !important; }

figure.wp-caption.alignleft {
  margin-right: 10px;
  float: left; }

figure.wp-caption.alignright {
  margin-left: 10px;
  float: right; }

main {
  position: relative;
  background-color: #f2f2f2;
  z-index: 100; }

#main-content {
  padding-top: 30px;
  position: relative;
  display: block;
  padding-bottom: 80px;
  overflow: hidden; }
  #main-content .main-left table {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    border-spacing: 0; }
    #main-content .main-left table tr {
      padding: 0; }
      #main-content .main-left table tr th {
        font-weight: bold;
        color: #ffffff;
        background-color: #4d4d4d; }
      #main-content .main-left table tr td {
        padding: 12px;
        text-align: left;
        width: auto; }
        #main-content .main-left table tr td.value {
          text-align: right; }
        #main-content .main-left table tr td:first-of-type {
          text-align: left; }
      #main-content .main-left table tr:first-of-type {
        background-color: #a1a1a1; }
      #main-content .main-left table tr:nth-of-type(odd) {
        background-color: #ffffff; }
      #main-content .main-left table tr:nth-of-type(even) {
        background-color: #f9f9f9; }
    #main-content .main-left table.condensed tr td {
      padding: 0 12px; }
    #main-content .main-left table.norowhighlight tr:first-of-type {
      background-color: inherit; }
    #main-content .main-left table.norowhighlight tr:nth-of-type(odd) {
      background-color: inherit; }
    #main-content .main-left table.bordered {
      border: 1px solid #cccccc; }
  #main-content .box {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    text-align: justify; }
    #main-content .box.white {
      background-color: #ffffff; }
  #main-content .hint {
    background-color: #ffffff;
    background-image: url("images/info-icon-dark.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px auto;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    margin: 10px 0;
    text-align: justify; }
    #main-content .hint.hint-pdf {
      background-image: url("images/pdf-icon-white.png"); }
    #main-content .hint.hint-glossary {
      background-position: 10px 10px;
      background-image: url("images/glossary-icon-dark.png"); }
  #main-content ul {
    margin-left: 30px;
    list-style: square;
    font-size: 15px; }
  #main-content ol {
    margin-left: 30px; }
    #main-content ol li {
      outline: 0 none; }
  #main-content ul.space-2 li, #main-content ol.space-2 li {
    padding: 2px 0; }
  #main-content ul.space-5 li, #main-content ol.space-5 li {
    padding: 5px 0; }
  #main-content ul.space-10 li, #main-content ol.space-10 li {
    padding: 10px 0; }
  #main-content ul.space-15 li, #main-content ol.space-15 li {
    padding: 15px 0; }
  #main-content ul.space-20 li, #main-content ol.space-20 li {
    padding: 20px 0; }
  #main-content a[rel~="footnote"] {
    outline: 0 none; }
  #main-content .np-pagination {
    margin: 22px 0; }
    #main-content .np-pagination a {
      background: #ffffff none;
      color: #4d4d4d !important;
      box-shadow: 0 0 4px 1px #cccccc;
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 9px 1em 0.5em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      border: 1px solid transparent; }
      #main-content .np-pagination a:hover {
        border: 1px solid #111111; }
  #main-content ul.pagination, #main-content ul.testlinks {
    margin-left: 0;
    list-style: none; }
    #main-content ul.pagination li a, #main-content ul.testlinks li a {
      color: #4d4d4d; }
    #main-content ul.pagination li.now a, #main-content ul.testlinks li.now a {
      color: #ffffff; }
  #main-content h1 {
    color: #4d4d4d;
    margin-left: 22px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: normal;
    font-style: normal; }
  #main-content h2 {
    color: #4d4d4d;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal; }
  #main-content h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px; }
  #main-content .wpb_accordion h3 {
    margin: 2px 0; }
  #main-content h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px; }
  #main-content .readcounter {
    margin: 0 21px 15px 21px;
    padding-bottom: 20px;
    color: #a1a1a1;
    font-size: 16px;
    border-bottom: 1px solid #cccccc; }
  #main-content .main-left {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
    line-height: 1.3;
    color: #4d4d4d;
    box-sizing: border-box; }
    #main-content .main-left hr {
      margin-left: 0;
      margin-right: 0; }
  #main-content .main-full {
    margin-top: 30px;
    padding-left: 22px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4d4d4d; }
    #main-content .main-full #resultsection {
      width: 100%;
      box-sizing: border-box;
      padding-right: 20px; }
  #main-content a {
    color: #f89c35;
    text-decoration: none; }
  #main-content #form-quick-newsletter {
    margin: 5px 20px 0 0; }
    #main-content #form-quick-newsletter input[type="checkbox"] {
      color: red; }
    #main-content #form-quick-newsletter span {
      margin: 0; }

#main-content.iframe {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  max-width: 100%; }
  #main-content.iframe iframe {
    width: 100%; }

#main-content.fullwidth {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  #main-content.fullwidth .main-left {
    width: 100%; }

.logged-in main {
  position: relative; }

.navigation.paging-navigation {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  overflow: hidden; }
  .navigation.paging-navigation .pagination {
    float: right; }
    .navigation.paging-navigation .pagination .page-numbers {
      font-size: 14px;
      background: #ffffff none;
      color: #4d4d4d !important;
      box-shadow: 0 0 4px 1px #cccccc;
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 9px 1em 0.5em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      border: 1px solid transparent; }
      .navigation.paging-navigation .pagination .page-numbers:hover {
        border: 1px solid #111111; }
    .navigation.paging-navigation .pagination .page-numbers.current {
      background: #4d4d4d none;
      color: #ffffff !important; }
      .navigation.paging-navigation .pagination .page-numbers.current:hover {
        border: 1px solid transparent; }

.print {
  display: none; }

.w-100 {
  width: 100% !important; }

#slider {
  position: absolute;
  top: 0px;
  height: 830px;
  width: 100%;
  background: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3); }

.avcslide {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 620px;
  background-color: #ffffff;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat; }

#quick-search {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  position: relative;
  top: 160px;
  width: 100%;
  z-index: 250; }
  #quick-search #quick-select {
    max-width: 378px;
    width: 100%;
    padding: 0 0 0 17px;
    box-sizing: border-box;
    margin: 0;
    float: left;
    background: transparent;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')"; }
    #quick-search #quick-select #quick-select-button {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      float: left;
      background: #f89c35;
      color: #ffffff;
      height: 39px;
      min-width: 26%;
      max-width: 104px;
      display: block;
      border-bottom-right-radius: 5px;
      text-align: center;
      padding-top: 17px;
      font-size: 22px;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #quick-search #quick-select #quick-select-button:hover {
        background-color: #c67d2a; }
    #quick-search #quick-select #quick-select-header {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      font-style: italic;
      background: #4d4d4d;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding-left: 19px;
      padding-right: 19px;
      padding-top: 16px;
      height: 44px;
      max-width: 361px;
      box-sizing: border-box;
      text-align: left;
      color: #a1a1a1; }
    #quick-search #quick-select #quick-select-option {
      float: left;
      background: #ffffff;
      max-width: 257px;
      height: 56px;
      padding-left: 19px;
      padding-top: 19px;
      box-sizing: border-box;
      border-bottom-left-radius: 5px;
      border-right: 1px solid #4d4d4d;
      cursor: pointer;
      background-image: url("images/Pfeil-nach-unten-schwarz.png");
      background-repeat: no-repeat;
      background-position: right 19px center;
      background-size: 17px auto;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      min-width: 74%;
      display: block; }
    #quick-search #quick-select #quick-select-option.open {
      border-radius: 0; }
    #quick-search #quick-select #select-options ul {
      position: absolute;
      display: none;
      top: 157px;
      left: -13px;
      list-style: none; }
      #quick-search #quick-select #select-options ul li {
        position: relative;
        font-size: 14px;
        display: inline-block;
        float: none;
        width: 72.2%;
        height: 25px;
        top: -56px;
        background-color: #ffffff;
        padding-top: 12px;
        padding-left: 20px;
        border-bottom: 1px solid #f2f2f2;
        cursor: pointer; }
        #quick-search #quick-select #select-options ul li:last-of-type {
          border-bottom-left-radius: 5px; }
        #quick-search #quick-select #select-options ul li:hover {
          background-color: #f2f2f2; }
  #quick-search h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 17px;
    color: #4d4d4d;
    letter-spacing: 0px; }

.ewd-ulb-slide-control {
  height: unset;
  padding: 30px 0; }

#teaser {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  display: block;
  background: #f2f2f2;
  z-index: 150;
  margin-top: 350px;
  margin-bottom: 20px; }
  #teaser .teaser-wrapper-news {
    background-color: rgba(77, 77, 77, 0.85);
    color: #000000; }
    #teaser .teaser-wrapper-news .teaser {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      margin-left: 15px;
      margin-right: 10px;
      margin-bottom: 3px;
      background-color: #ffffff;
      overflow: auto; }
      #teaser .teaser-wrapper-news .teaser .teaser-headline {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        color: #4d4d4d;
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 10px;
        width: 75%;
        font-size: 17px; }
      #teaser .teaser-wrapper-news .teaser .teaser-image {
        float: left;
        margin-right: 10px; }
        #teaser .teaser-wrapper-news .teaser .teaser-image img {
          height: 144px;
          width: auto;
          margin: 10px 10px 8px; }
      #teaser .teaser-wrapper-news .teaser .teaser-text {
        color: #a1a1a1;
        width: 90%;
        min-width: 100px;
        margin-left: 10px; }
        #teaser .teaser-wrapper-news .teaser .teaser-text p {
          font-size: 14px; }
      #teaser .teaser-wrapper-news .teaser:hover {
        background-color: #4d4d4d; }
        #teaser .teaser-wrapper-news .teaser:hover .teaser-headline {
          color: #ffffff; }
        #teaser .teaser-wrapper-news .teaser:hover .teaser-text {
          color: #ffffff; }
    #teaser .teaser-wrapper-news a.testlink {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      margin-left: 20px;
      display: inline;
      color: #ffffff; }
      #teaser .teaser-wrapper-news a.testlink .testreleasedate {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold; }
    #teaser .teaser-wrapper-news .test-teaser {
      font-family: "Roboto Condensed", sans-serif;
      color: #ffffff;
      margin-left: 14px;
      margin-top: 23px;
      margin-bottom: 18px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      display: block; }
    #teaser .teaser-wrapper-news h2 {
      font-family: "Roboto Condensed", sans-serif;
      color: #4d4d4d;
      margin-left: 14px;
      margin-top: 2px;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal; }
    #teaser .teaser-wrapper-news a {
      text-decoration: none;
      display: block; }
  #teaser .teaser-wrapper-specials {
    background-color: rgba(77, 77, 77, 0.85);
    color: #000000; }
    #teaser .teaser-wrapper-specials .teaser {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      margin-right: 15px;
      margin-bottom: 3px;
      background-color: #ffffff;
      overflow: auto; }
      #teaser .teaser-wrapper-specials .teaser .teaser-headline {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        color: #4d4d4d;
        margin-top: 15px;
        margin-bottom: 0px;
        width: auto;
        font-size: 14px;
        margin-right: 20px; }
      #teaser .teaser-wrapper-specials .teaser .teaser-image {
        float: left; }
        #teaser .teaser-wrapper-specials .teaser .teaser-image img {
          height: 144px;
          width: auto;
          margin: 10px 20px 8px 10px; }
      #teaser .teaser-wrapper-specials .teaser .teaser-text {
        color: #a1a1a1;
        width: auto;
        font-size: 14px;
        margin-right: 20px;
        margin-left: 10px; }
        #teaser .teaser-wrapper-specials .teaser .teaser-text p {
          font-size: 14px; }
      #teaser .teaser-wrapper-specials .teaser:hover {
        background-color: #4d4d4d; }
        #teaser .teaser-wrapper-specials .teaser:hover .teaser-headline {
          color: #ffffff; }
        #teaser .teaser-wrapper-specials .teaser:hover .teaser-text {
          color: #ffffff; }
    #teaser .teaser-wrapper-specials a#latesttest {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      background-color: #ffffff;
      text-decoration: none;
      font-size: 14px;
      color: #4d4d4d;
      border: 0px;
      border-radius: 2px;
      padding: 6px 10px 3px 9px;
      margin: 19px 15px 12px 0;
      display: inline-block;
      float: right; }
    #teaser .teaser-wrapper-specials h2 {
      font-family: "Roboto Condensed", sans-serif;
      color: #4d4d4d;
      margin-left: 0px;
      margin-top: 2px;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal; }
    #teaser .teaser-wrapper-specials .teaser-wrapper-content {
      margin-right: -1px; }
    #teaser .teaser-wrapper-specials a {
      text-decoration: none;
      display: block; }
  #teaser #allnews {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    display: inline-block;
    background-color: #4d4d4d;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    border-radius: 2px;
    padding: 6px 7px 3px;
    margin-top: 15px;
    margin-left: 15px; }
  #teaser .teaser-wrapper-content {
    padding-top: 15px;
    margin-top: 6px;
    background: #f2f2f2;
    overflow: auto; }
  #teaser:before {
    box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0), inset -15px 0 15px -15px rgba(0, 0, 0, 0.1);
    content: " ";
    height: 350px;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px; }
  #teaser:after {
    box-shadow: inset 15px 0 15px -15px rgba(0, 0, 0, 0.1);
    content: " ";
    height: 350px;
    right: -15px;
    position: absolute;
    top: 0;
    width: 15px; }

#vendors {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  display: block;
  background: none;
  z-index: 150;
  margin-top: 25px;
  margin-bottom: 50px; }
  #vendors .newsletter-wrapper-content {
    padding-top: 15px;
    margin-top: 6px;
    background: #ffffff;
    overflow: auto;
    color: #4d4d4d; }
    #vendors .newsletter-wrapper-content form {
      position: relative;
      margin-left: 15px;
      margin-bottom: 15px; }
      #vendors .newsletter-wrapper-content form input[type="submit"] {
        -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        position: relative;
        margin-left: -3px;
        background: #f89c35;
        color: #000000;
        border: 0px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 10px;
        padding-top: 16px;
        top: 1px;
        height: 50px;
        font-size: 18px;
        outline: 0 none;
        cursor: pointer;
        width: 27%; }
        #vendors .newsletter-wrapper-content form input[type="submit"]:hover {
          background-color: #c67d2a; }
      #vendors .newsletter-wrapper-content form input[type="email"] {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
        border-right: 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 43px;
        max-width: 270px;
        padding-left: 10px;
        padding-top: 5px;
        font-size: 16px;
        outline: 0 none;
        width: 66%; }
      #vendors .newsletter-wrapper-content form input[type="text"] {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
        border-right: 0px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 43px;
        max-width: 270px;
        padding-left: 10px;
        padding-top: 5px;
        font-size: 16px;
        outline: 0 none;
        width: 66%;
        width: auto;
        width: 47%;
        margin-right: 2%;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 8px;
        float: left;
        border: 1px solid #f2f2f2;
        display: inline; }
      #vendors .newsletter-wrapper-content form .wpcf7-not-valid-tip {
        display: none; }
      #vendors .newsletter-wrapper-content form p {
        margin: 0; }
      #vendors .newsletter-wrapper-content form .ajax-loader {
        display: none; }
      #vendors .newsletter-wrapper-content form input[type="email"].wpcf7-not-valid {
        border: 1px solid #f15a24;
        background-color: #f2dede;
        color: #f15a24; }
      #vendors .newsletter-wrapper-content form span.wpcf7-not-valid {
        color: #f15a24; }
    #vendors .newsletter-wrapper-content #submission-alert {
      position: absolute;
      z-index: 2000;
      text-align: center;
      background-color: #ffffff;
      width: 100%;
      padding-bottom: 15px; }
  #vendors .vendor-wrapper {
    background-color: rgba(77, 77, 77, 0.85);
    color: #000000;
    margin-left: 15px;
    padding-top: 10px;
    width: 64.8%; }
    #vendors .vendor-wrapper h2 {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      color: #000000;
      margin-left: 15px;
      margin-top: 2px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal; }
      #vendors .vendor-wrapper h2 a {
        color: #ffffff; }
  #vendors #allvendors {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    background-color: #4d4d4d;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    border: 0px;
    border-radius: 2px;
    padding: 6px 7px 3px;
    margin-top: 15px;
    margin-left: 15px; }
  #vendors .facebook-wrapper {
    background-color: #2d6080;
    color: #000000;
    margin-left: 10px;
    padding-top: 10px;
    width: 32%; }
    #vendors .facebook-wrapper h2 {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      color: #ffffff;
      margin-left: 15px;
      margin-top: 2px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal; }
      #vendors .facebook-wrapper h2 .fancount {
        position: absolute;
        display: none;
        font-size: 10px;
        background-color: #beced8;
        color: #2d6080;
        padding: 5px;
        padding-bottom: 2px;
        margin-left: 17px;
        margin-top: -1px; }
      #vendors .facebook-wrapper h2 .triangle {
        position: absolute;
        display: none;
        margin-left: 12px;
        margin-top: 4px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 8.7px 5px 0;
        border-color: transparent #beced8 transparent transparent; }
  #vendors #fbpagelink {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    background-color: #4d4d4d;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    border: 0px;
    border-radius: 2px;
    padding: 6px 7px 3px;
    margin-top: 15px;
    margin-left: 19px; }
  #vendors .newsletter-wrapper {
    background-color: #4d4d4d;
    color: #000000;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 10px;
    width: 32.2%; }
    #vendors .newsletter-wrapper h2 {
      font-family: "Roboto Condensed", sans-serif;
      color: #ffffff;
      margin-left: 15px;
      margin-top: 2px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal; }
  #vendors a {
    display: inline-block; }
  #vendors .vendor-wrapper-content {
    padding-top: 17px;
    margin-top: 6px;
    background: #ffffff;
    color: #4d4d4d;
    overflow: auto; }
    #vendors .vendor-wrapper-content .vendor-logo-wrapper {
      position: relative;
      display: block;
      margin-left: 14px;
      margin-right: 10px;
      margin-bottom: 10px; }
    #vendors .vendor-wrapper-content .vendor-logo {
      position: relative;
      float: left;
      margin-bottom: -5px;
      margin-right: 0px; }
      #vendors .vendor-wrapper-content .vendor-logo img {
        height: 65px;
        width: auto; }
  #vendors .facebook-wrapper-content {
    padding-top: 8px;
    margin-top: 6px;
    padding-bottom: 8px;
    background: #ffffff;
    overflow: auto;
    color: #4d4d4d; }
    #vendors .facebook-wrapper-content #likebox-wrapper {
      margin-left: 10px;
      margin-top: 0px; }
      #vendors .facebook-wrapper-content #likebox-wrapper overflow:hidden .fb-like-box {
        position: relative;
        margin: 10px !important; }
  #vendors #likebox-wrapper * {
    width: 99% !important; }

.single-vendors #main-content, .single-products #main-content {
  padding-top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }
  .single-vendors #main-content .wrapperbox, .single-products #main-content .wrapperbox {
    position: relative;
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding-right: 5px; }
    .single-vendors #main-content .wrapperbox #galerie img, .single-products #main-content .wrapperbox #galerie img {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      height: auto;
      width: 100%; }
      .single-vendors #main-content .wrapperbox #galerie img:hover, .single-products #main-content .wrapperbox #galerie img:hover {
        box-shadow: 0 0 4px 1px #cccccc; }
    .single-vendors #main-content .wrapperbox #galerie .gallery-item, .single-products #main-content .wrapperbox #galerie .gallery-item {
      float: left;
      width: 20%;
      margin: 0;
      box-sizing: border-box;
      padding-bottom: 3px;
      padding-left: 5px; }
      .single-vendors #main-content .wrapperbox #galerie .gallery-item:first-of-type, .single-products #main-content .wrapperbox #galerie .gallery-item:first-of-type {
        width: 80%;
        padding-left: 5px;
        padding-bottom: 5px;
        padding-right: 5px; }
    .single-vendors #main-content .wrapperbox h2, .single-products #main-content .wrapperbox h2 {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      background-color: #838383;
      color: #ffffff;
      padding: 10px 15px 7px 15px;
      margin-bottom: 0px;
      margin-top: 5px; }
    .single-vendors #main-content .wrapperbox .content, .single-products #main-content .wrapperbox .content {
      background-color: #ffffff;
      padding: 15px 15px 10px 10px;
      height: 218px;
      overflow: hidden; }
    .single-vendors #main-content .wrapperbox .loading, .single-products #main-content .wrapperbox .loading {
      text-align: center;
      padding-top: 19px;
      line-height: 188px;
      vertical-align: middle; }
    .single-vendors #main-content .wrapperbox .tested, .single-products #main-content .wrapperbox .tested {
      position: relative;
      margin-right: 10px; }
  .single-vendors #main-content .wrapperbox.alert, .single-products #main-content .wrapperbox.alert {
    float: none;
    clear: both;
    width: 100%;
    padding: 0 18px 0 0; }
    .single-vendors #main-content .wrapperbox.alert input[type="submit"], .single-products #main-content .wrapperbox.alert input[type="submit"] {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      position: relative;
      margin-left: -3px;
      background: #f89c35;
      color: #000000;
      border: 0px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      padding: 10px;
      padding-top: 13px;
      height: 43px;
      font-size: 18px;
      outline: 0 none;
      cursor: pointer;
      width: auto;
      margin-top: -1px; }
      .single-vendors #main-content .wrapperbox.alert input[type="submit"]:hover, .single-products #main-content .wrapperbox.alert input[type="submit"]:hover {
        background-color: #c67d2a; }
    .single-vendors #main-content .wrapperbox.alert input[type="email"], .single-products #main-content .wrapperbox.alert input[type="email"] {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      background-color: #ffffff;
      border: 1px solid #f2f2f2;
      border-right: 0px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 43px;
      padding-left: 10px;
      padding-top: 5px;
      font-size: 16px;
      outline: 0 none;
      width: 40%;
      box-sizing: border-box; }
    .single-vendors #main-content .wrapperbox.alert h2, .single-products #main-content .wrapperbox.alert h2 {
      margin-top: 5px; }
    .single-vendors #main-content .wrapperbox.alert form, .single-products #main-content .wrapperbox.alert form {
      height: auto; }
      .single-vendors #main-content .wrapperbox.alert form p, .single-products #main-content .wrapperbox.alert form p {
        margin-bottom: 10px; }
      .single-vendors #main-content .wrapperbox.alert form p#form-quick-newsletter, .single-products #main-content .wrapperbox.alert form p#form-quick-newsletter {
        margin: 10px 1px; }
      .single-vendors #main-content .wrapperbox.alert form .wpcf7-not-valid-tip, .single-products #main-content .wrapperbox.alert form .wpcf7-not-valid-tip {
        display: none; }
    .single-vendors #main-content .wrapperbox.alert .content, .single-products #main-content .wrapperbox.alert .content {
      padding: 2px 15px 2px 15px;
      min-height: 0px;
      height: auto; }
    .single-vendors #main-content .wrapperbox.alert input[type="text"], .single-products #main-content .wrapperbox.alert input[type="text"] {
      background-color: #ffffff;
      border: 1px solid #f2f2f2;
      border-radius: 5px;
      height: 43px;
      padding-left: 10px;
      padding-top: 5px;
      font-size: 16px;
      outline: 0 none;
      width: 25%;
      box-sizing: border-box;
      margin-right: 10px; }
    .single-vendors #main-content .wrapperbox.alert input[type="email"].wpcf7-not-valid, .single-products #main-content .wrapperbox.alert input[type="email"].wpcf7-not-valid {
      border: 1px solid #f15a24;
      background-color: #f2dede; }
    .single-vendors #main-content .wrapperbox.alert .wpcf7-not-valid, .single-products #main-content .wrapperbox.alert .wpcf7-not-valid {
      color: #f15a24; }
  .single-vendors #main-content ul.testlinks, .single-products #main-content ul.testlinks {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0 18px 0 0; }
    .single-vendors #main-content ul.testlinks li, .single-products #main-content ul.testlinks li {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      width: 100%;
      box-sizing: border-box;
      background-color: #ffffff;
      color: #4d4d4d;
      cursor: pointer;
      margin-bottom: 5px;
      background-repeat: no-repeat;
      background-size: 45px 45px;
      background-position: 8px; }
      .single-vendors #main-content ul.testlinks li a, .single-products #main-content ul.testlinks li a {
        color: #4d4d4d;
        text-decoration: none;
        margin-right: 20px;
        display: block;
        padding: 18px;
        padding-bottom: 15px;
        box-sizing: border-box;
        background-image: url("images/listenpfeil.png");
        background-position: center right;
        background-size: 15px 31px;
        background-repeat: no-repeat;
        padding-left: 22px; }
        .single-vendors #main-content ul.testlinks li a .testlinks_stars span.testlink-award, .single-products #main-content ul.testlinks li a .testlinks_stars span.testlink-award {
          display: inline-block;
          width: 100px; }
      .single-vendors #main-content ul.testlinks li:hover, .single-products #main-content ul.testlinks li:hover {
        color: #000000;
        background-color: #4d4d4d; }
        .single-vendors #main-content ul.testlinks li:hover a, .single-products #main-content ul.testlinks li:hover a {
          color: #000000; }
    .single-vendors #main-content ul.testlinks .testlinks_label, .single-products #main-content ul.testlinks .testlinks_label {
      width: 70%;
      display: inline-block; }
    .single-vendors #main-content ul.testlinks .testlinks_stars, .single-products #main-content ul.testlinks .testlinks_stars {
      display: inline-block;
      width: 20%;
      position: absolute;
      margin-top: -5px; }
  .single-vendors #main-content .charttrigger, .single-products #main-content .charttrigger {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    position: relative;
    color: #a1a1a1;
    float: left;
    cursor: pointer;
    margin: 0px 10px 10px 10px;
    font-size: 15px; }
  .single-vendors #main-content .usertypetrigger, .single-products #main-content .usertypetrigger {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    position: relative;
    color: #a1a1a1;
    float: left;
    cursor: pointer;
    margin: 0px 10px 10px 10px;
    font-size: 15px; }
  .single-vendors #main-content .inner, .single-products #main-content .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1270px; }
    .single-vendors #main-content .inner #mit_charts_wrapper #mit_charts, .single-products #main-content .inner #mit_charts_wrapper #mit_charts {
      display: none; }
    .single-vendors #main-content .inner #mit_charts_wrapper .loading, .single-products #main-content .inner #mit_charts_wrapper .loading {
      background-color: #ffffff; }
  .single-vendors #main-content .highcharts-container, .single-products #main-content .highcharts-container {
    width: 100%; }
    .single-vendors #main-content .highcharts-container .highcharts-tooltip p, .single-products #main-content .highcharts-container .highcharts-tooltip p {
      font-size: 14px;
      text-align: center; }
    .single-vendors #main-content .highcharts-container .highcharts-tooltip p.highchart_tooltip_product_border, .single-products #main-content .highcharts-container .highcharts-tooltip p.highchart_tooltip_product_border {
      padding-top: 20px;
      border-top: 1px solid #b3b3b3; }
  .single-vendors #main-content #vendorlogo, .single-products #main-content #vendorlogo {
    margin: 0px 20px 13px 21px;
    float: left;
    display: inline; }
    .single-vendors #main-content #vendorlogo img, .single-products #main-content #vendorlogo img {
      width: 135px;
      height: auto; }
  .single-vendors #main-content h1, .single-products #main-content h1 {
    float: left;
    display: inline;
    margin-top: 17px; }
  .single-vendors #main-content h1.section-heading, .single-products #main-content h1.section-heading {
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
    float: none;
    display: block; }
  .single-vendors #main-content h2, .single-products #main-content h2 {
    font-size: 18px; }
  .single-vendors #main-content ul.testlinks.latest li a, .single-products #main-content ul.testlinks.latest li a {
    padding-left: 55px; }
  .single-vendors #main-content ul.tested-in li a, .single-products #main-content ul.tested-in li a {
    padding-left: 55px !important; }
  .single-vendors #main-content .charttrigger.active, .single-products #main-content .charttrigger.active {
    color: #4d4d4d; }
  .single-vendors #main-content .usertypetrigger.active, .single-products #main-content .usertypetrigger.active {
    color: #4d4d4d; }
  .single-vendors #main-content #chartreiter .charttrigger, .single-products #main-content #chartreiter .charttrigger {
    margin: 0px 0px 10px 20px; }
  .single-vendors #main-content .chart, .single-products #main-content .chart {
    box-sizing: border-box;
    padding-right: 20px;
    display: block;
    width: 100%; }
.single-vendors .stern, .single-products .stern {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 2px;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
.single-vendors .stern.gold, .single-products .stern.gold {
  background-image: url("images/Stern-orange.png"); }
.single-vendors .stern.grau, .single-products .stern.grau {
  background-image: url("images/Stern-grau.png"); }
.single-vendors text, .single-products text {
  display: none; }
.single-vendors .highcharts-axis-labels text, .single-products .highcharts-axis-labels text {
  display: block; }
.single-vendors .highcharts-tooltip span, .single-products .highcharts-tooltip span {
  min-width: 220px; }

.single-products #productnav-wrapper {
  height: auto; }
  .single-products #productnav-wrapper nav label {
    margin-left: 10px;
    font-weight: bold; }
  .single-products #productnav-wrapper nav select {
    margin: 10px 20px;
    padding: 5px 10px;
    border: #4d4d4d;
    font-size: 15px; }

.page-template-awards-by-vendor #main-content {
  margin-bottom: 35px; }
  .page-template-awards-by-vendor #main-content h1 {
    margin-left: 0; }
  .page-template-awards-by-vendor #main-content h2 {
    margin-left: 0; }
.page-template-awards-by-vendor .timeline {
  border-right: 2px solid #ccc;
  padding-top: 20px !important;
  padding-bottom: 20px;
  margin-right: 20px; }
  .page-template-awards-by-vendor .timeline:last-child {
    padding-bottom: 20px !important; }
.page-template-awards-by-vendor .panel-award {
  float: left;
  width: 92%;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
  .page-template-awards-by-vendor .panel-award:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "; }
  .page-template-awards-by-vendor .panel-award:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f2f2f2;
    border-right: 0 solid #f2f2f2;
    border-bottom: 14px solid transparent;
    content: " "; }
.page-template-awards-by-vendor .panel-year {
  margin-top: 22px;
  padding-top: 20px !important; }

#methoden {
  position: relative;
  display: block;
  max-width: 1270px;
  margin: -20px 16px 0 11px;
  width: auto; }
  #methoden .methode {
    position: relative;
    float: left;
    width: 33.33%;
    display: inline-flex; }
    #methoden .methode .inner-methode {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      margin-left: 5px;
      margin-bottom: 5px;
      background-color: #ffffff;
      min-height: 245px; }
      #methoden .methode .inner-methode .description {
        position: relative;
        float: left;
        width: auto;
        background-position: 15px 15px;
        background-size: 49px auto;
        background-repeat: no-repeat; }
        #methoden .methode .inner-methode .description h2 {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          margin-left: 77px;
          margin-right: 20px;
          margin-top: 30px;
          margin-bottom: 10px;
          font-size: 14pt;
          color: #4d4d4d; }
        #methoden .methode .inner-methode .description .description-text {
          margin-left: 77px;
          margin-bottom: 25px;
          margin-right: 25px;
          font-size: 14px;
          color: #a1a1a1; }
    #methoden .methode a {
      display: block; }
    #methoden .methode .inner-methode.archive {
      border-left: 5px solid #4d4d4d; }
      #methoden .methode .inner-methode.archive .description {
        background-position: 10px 15px; }
    #methoden .methode:hover .inner-methode {
      background-color: #4d4d4d; }
    #methoden .methode:hover .description h2 {
      color: #ffffff; }
    #methoden .methode:hover .description .description-text {
      color: #ffffff; }
  #methoden #filter-usertypes {
    display: flex;
    justify-content: center;
    overflow: auto;
    margin: 10px 0 20px; }
    #methoden #filter-usertypes ul {
      list-style-type: none;
      margin: 0;
      font-size: 19px; }
    #methoden #filter-usertypes li {
      float: left;
      cursor: pointer;
      color: #a1a1a1;
      font-weight: bold;
      padding-bottom: 5px; }
      #methoden #filter-usertypes li:not(:last-child) {
        margin-right: 10px; }
    #methoden #filter-usertypes li.active {
      color: #4d4d4d;
      border-bottom: 1px solid #4d4d4d; }
  #methoden .methode.full-width {
    width: 100%; }
    #methoden .methode.full-width a {
      width: 100%; }
    #methoden .methode.full-width .inner-methode {
      min-height: auto; }

ul.testlinks {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 30px;
  padding: 0 18px 0 0; }
  ul.testlinks li {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #4d4d4d;
    cursor: pointer;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 15px; }
    ul.testlinks li a {
      color: #4d4d4d !important;
      text-decoration: none;
      margin-right: 20px;
      display: block;
      padding: 18px;
      padding-bottom: 15px;
      box-sizing: border-box;
      background-image: url("images/listenpfeil.png");
      background-position: center right;
      background-size: 15px 31px;
      background-repeat: no-repeat;
      padding-left: 55px; }
      ul.testlinks li a:hover {
        color: #ffffff !important; }
    ul.testlinks li:hover {
      color: #ffffff;
      background-color: #4d4d4d; }
      ul.testlinks li:hover a {
        color: #000000; }
  ul.testlinks li.media-material-links {
    margin-bottom: 15px;
    padding: 15px 15px 15px 55px; }
    ul.testlinks li.media-material-links a {
      display: inline-block;
      background-image: none;
      padding: 0;
      margin: 0; }

#resultate {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 20px;
  width: auto; }
  #resultate #filtersection {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    position: relative;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    width: 22%;
    color: #4d4d4d; }
    #resultate #filtersection #filterbox {
      box-shadow: 0 0 4px 1px #cccccc;
      background-color: #ffffff;
      margin: 15px 0 0 0; }
      #resultate #filtersection #filterbox .filtertopic {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        background-color: #4d4d4d;
        color: #ffffff;
        display: block;
        box-sizing: border-box;
        padding: 18px 0 13px 15px;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer; }
        #resultate #filtersection #filterbox .filtertopic .arrow {
          position: absolute;
          right: 30px;
          border: 5px solid #ffffff;
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: transparent; }
      #resultate #filtersection #filterbox .filtersearch {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        display: block;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #f2f2f2; }
        #resultate #filtersection #filterbox .filtersearch input {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          font-size: 16px;
          border: 0px;
          width: 100%;
          box-sizing: border-box;
          padding: 12px 120px 7px 15px;
          outline: 0 none; }
        #resultate #filtersection #filterbox .filtersearch .search-icon {
          position: relative;
          float: right;
          top: -28px;
          right: 15px; }
          #resultate #filtersection #filterbox .filtersearch .search-icon img {
            width: auto;
            height: 20px; }
      #resultate #filtersection #filterbox .filtertopic.open {
        background-color: #4d4d4d;
        color: #ffffff; }
        #resultate #filtersection #filterbox .filtertopic.open .arrow {
          margin-top: -1px;
          border: 5px solid #ffffff;
          border-top-color: transparent;
          border-right-color: transparent;
          border-left-color: transparent; }
      #resultate #filtersection #filterbox ul {
        margin: 0;
        display: none; }
        #resultate #filtersection #filterbox ul li {
          display: block;
          box-sizing: border-box;
          padding: 10px 0 5px 15px;
          width: 100%;
          border-bottom: 0px;
          font-size: 14px;
          cursor: pointer;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          background-image: url("images/checkbox-unchecked.png");
          background-repeat: no-repeat;
          background-size: 18px;
          background-position: center right 18px; }
          #resultate #filtersection #filterbox ul li .filterbox {
            float: right;
            margin-right: 18px;
            visibility: hidden; }
          #resultate #filtersection #filterbox ul li:nth-child(odd) {
            background-color: #f2f2f2; }
        #resultate #filtersection #filterbox ul li.active {
          background-image: url("images/checkbox-checked.png"); }
    #resultate #filtersection .header {
      display: block;
      margin: 5px 0 -5px 5px; }
      #resultate #filtersection .header .arrow {
        display: none;
        position: relative;
        margin-right: 20px; }
    #resultate #filtersection .testarchiv {
      font-size: 14px;
      position: relative;
      display: block;
      margin: 20px 0 20px 10px; }
      #resultate #filtersection .testarchiv img {
        position: relative;
        height: auto;
        width: 20px;
        top: 3px;
        margin-right: 10px; }
    #resultate #filtersection a {
      color: #4d4d4d !important; }

.newsarchiv .teaser {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
  margin-right: 20px;
  margin-bottom: 3px;
  background-color: #ffffff;
  overflow: auto; }
  .newsarchiv .teaser .teaser-headline {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 60%;
    font-size: 17px; }
  .newsarchiv .teaser .teaser-image {
    float: left;
    margin-right: 10px; }
    .newsarchiv .teaser .teaser-image img {
      height: 144px;
      width: auto;
      margin: 10px;
      margin-bottom: 8px;
      margin-right: 10px; }
  .newsarchiv .teaser .teaser-date {
    float: right;
    padding: 10px;
    font-size: 0.7em;
    color: #a1a1a1; }
  .newsarchiv .teaser .teaser-text {
    color: #a1a1a1;
    max-width: 80%;
    min-width: 100px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 10px; }
  .newsarchiv .teaser:hover {
    background-color: #4d4d4d; }
    .newsarchiv .teaser:hover .teaser-headline {
      color: #000000; }
    .newsarchiv .teaser:hover .teaser-text {
      color: #000000; }
.newsarchiv ul.pagination {
  list-style: none; }
  .newsarchiv ul.pagination li {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    float: left;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-right: 3px;
    box-shadow: 0 0 4px 1px #cccccc; }
    .newsarchiv ul.pagination li a {
      text-decoration: none;
      color: #4d4d4d;
      padding: 11px 14px 7px 14px; }
  .newsarchiv ul.pagination li.next {
    margin-left: 10px; }
  .newsarchiv ul.pagination li.prev {
    margin-right: 10px; }
  .newsarchiv ul.pagination li.now a {
    color: #000000;
    background-color: #4d4d4d; }
.newsarchiv a {
  text-decoration: none;
  display: block;
  color: #4d4d4d !important; }
.newsarchiv .np-pagination {
  margin-bottom: 22px; }
.newsarchiv .testarchiv {
  font-size: 14px;
  position: relative;
  display: block;
  margin: 20px 0 20px 10px; }
  .newsarchiv .testarchiv img {
    position: relative;
    height: auto;
    width: 20px;
    top: 3px;
    margin-right: 10px; }

footer {
  position: relative;
  width: 100%;
  background-color: #4d4d4d;
  overflow: auto;
  z-index: 100;
  webkit-box-shadow: inset 0 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 5px 15px 0px rgba(0, 0, 0, 0.3); }
  footer #footer-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1270px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    margin: 40px auto;
    color: #ffffff;
    overflow: auto;
    display: block; }
    footer #footer-wrapper #footer-info {
      display: block; }
      footer #footer-wrapper #footer-info #footer-box-right {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        padding: 0 15px 0 15px;
        box-sizing: border-box;
        font-size: 12px;
        color: #838383; }
        footer #footer-wrapper #footer-info #footer-box-right a {
          color: #838383; }
          footer #footer-wrapper #footer-info #footer-box-right a:hover {
            color: #a1a1a1; }
      footer #footer-wrapper #footer-info h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        text-decoration: none; }
      footer #footer-wrapper #footer-info a {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        text-decoration: none; }
    footer #footer-wrapper .info-wrapper {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      position: relative;
      display: block;
      box-sizing: border-box;
      float: left;
      width: 100%;
      color: #a1a1a1;
      font-size: 12px;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      padding-right: 30px; }
      footer #footer-wrapper .info-wrapper a {
        color: #a1a1a1; }
        footer #footer-wrapper .info-wrapper a:hover {
          color: #b3b3b3; }
    footer #footer-wrapper .footer-menu-wrapper {
      width: 50%;
      float: left; }
    footer #footer-wrapper #footer-copyright {
      text-align: center;
      font-size: 13px; }
      footer #footer-wrapper #footer-copyright a {
        color: #ffffff;
        text-decoration: none; }
        footer #footer-wrapper #footer-copyright a:hover {
          color: #a1a1a1; }
    footer #footer-wrapper h2 {
      font-size: 19px;
      color: #a1a1a1;
      font-weight: normal;
      font-style: normal;
      margin-left: 15px;
      margin-bottom: 20px; }
    footer #footer-wrapper nav ul {
      list-style: none;
      margin-left: 15px; }
      footer #footer-wrapper nav ul li {
        font-size: 13px;
        margin-bottom: 5px; }
        footer #footer-wrapper nav ul li a {
          color: #ffffff;
          text-decoration: none; }
          footer #footer-wrapper nav ul li a:hover {
            color: #a1a1a1; }
    footer #footer-wrapper nav ul.vendor-list {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px; }
    footer #footer-wrapper .textwidget {
      box-sizing: border-box;
      padding-left: 15px;
      margin-bottom: 20px;
      line-height: 16px; }
      footer #footer-wrapper .textwidget .cert-logo {
        position: relative;
        box-sizing: border-box;
        padding-right: 15px;
        width: 85px; }

#main-content.test {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal; }
  #main-content.test .testmeta {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 0 22px 0 22px;
    float: right; }
    #main-content.test .testmeta table {
      font-size: 14px; }
      #main-content.test .testmeta table tr td.buttons {
        text-align: right;
        vertical-align: center;
        padding-left: 30px;
        box-sizing: border-box; }
        #main-content.test .testmeta table tr td.buttons button {
          -o-transition: .1s;
          -ms-transition: .1s;
          -moz-transition: .1s;
          -webkit-transition: .1s;
          transition: .1s;
          margin-top: 0px;
          padding: 8px 10px 4px 9px;
          font-size: 14px;
          margin-bottom: 6px;
          display: block;
          cursor: pointer; }
        #main-content.test .testmeta table tr td.buttons button.print {
          background-color: #4d4d4d;
          margin-bottom: 0px;
          float: right; }
          #main-content.test .testmeta table tr td.buttons button.print:hover {
            background-color: #838383; }
      #main-content.test .testmeta table tr td {
        text-align: left;
        padding: 3px 0 3px 0; }
      #main-content.test .testmeta table tr td.topic {
        color: #a1a1a1;
        width: 100px; }
      #main-content.test .testmeta table tr:nth-of-type(odd) {
        background: none; }
  #main-content.test .main-right {
    display: inline-block;
    padding: 0 20px 0 20px;
    width: 33.33%;
    box-sizing: border-box; }
    #main-content.test .main-right #shortinfo-box {
      padding-top: 0px;
      padding-bottom: 20px;
      width: 100%;
      box-sizing: border-box;
      z-index: 10;
      -webkit-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -moz-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -ms-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      -o-transition: top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
      transition: top 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
      #main-content.test .main-right #shortinfo-box table {
        width: 100%;
        display: table;
        background-color: #ffffff; }
        #main-content.test .main-right #shortinfo-box table tbody tr {
          border-top: 0px !important;
          font-size: 14px;
          color: #4d4d4d;
          display: table-row;
          width: 100%; }
          #main-content.test .main-right #shortinfo-box table tbody tr td.topic {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: normal; }
          #main-content.test .main-right #shortinfo-box table tbody tr td {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            text-align: left;
            border-bottom: 1px solid #f2f2f2;
            display: table-cell;
            padding: 13px 0px 7px 8px; }
            #main-content.test .main-right #shortinfo-box table tbody tr td img {
              width: 19px;
              height: auto;
              display: block; }
          #main-content.test .main-right #shortinfo-box table tbody tr td.img {
            padding: 0; }
          #main-content.test .main-right #shortinfo-box table tbody tr:last-child td {
            border: 0px; }
    #main-content.test .main-right #quicknav-box {
      margin-top: 22px; }
      #main-content.test .main-right #quicknav-box .quicknav {
        list-style: none;
        box-sizing: border-box;
        margin: 0;
        padding: 0; }
        #main-content.test .main-right #quicknav-box .quicknav li {
          list-style-type: none;
          margin-left: 0;
          margin-top: 5px;
          padding: 5px 0;
          width: 100%;
          box-sizing: border-box;
          background-color: #ffffff;
          color: #4d4d4d;
          cursor: pointer;
          margin-bottom: 5px;
          background-repeat: no-repeat;
          background-size: 30px 30px;
          background-position: 15px; }
          #main-content.test .main-right #quicknav-box .quicknav li a {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            display: block;
            color: #4d4d4d;
            text-decoration: none;
            margin-right: 10px;
            padding-left: 10px;
            display: block;
            padding: 8px;
            box-sizing: border-box;
            background-image: url("images/listenpfeil.png");
            background-position: center right;
            background-size: 15px 31px;
            background-repeat: no-repeat; }
          #main-content.test .main-right #quicknav-box .quicknav li:hover {
            background-color: #4d4d4d; }
            #main-content.test .main-right #quicknav-box .quicknav li:hover a {
              color: #ffffff; }
  #main-content.test h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both; }
  #main-content.test strong {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold; }
  #main-content.test .social_share_privacy {
    margin-bottom: 0px; }
    #main-content.test .social_share_privacy div.help_info.display .info {
      display: none; }
    #main-content.test .social_share_privacy li {
      margin: 0 !important; }
      #main-content.test .social_share_privacy li .help_info.icon.display .info {
        display: none; }
    #main-content.test .social_share_privacy div.help_info {
      margin: 0 !important; }
  #main-content.test #social-buttons {
    position: relative;
    float: left;
    margin-top: -5px;
    margin-left: 22px;
    height: 45px;
    width: 100%;
    max-width: 520px;
    overflow: hidden;
    display: inline-block; }
  #main-content.test .icon {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px; }
    #main-content.test .icon img {
      height: 40px;
      width: auto;
      margin-top: -6px; }
  #main-content.test h3.subtitle {
    margin: 25px 22px -15px 22px;
    color: #a1a1a1; }
  #main-content.test p {
    margin-bottom: 35px; }
  #main-content.test p + pre {
    margin-top: -33px; }
  #main-content.test p + ul {
    margin-top: -33px; }
  #main-content.test p + ol {
    margin-top: -33px; }
  #main-content.test p + ul.testlinks {
    margin-top: -20px; }
  #main-content.test p + ul.products {
    margin-top: 0px; }
  #main-content.test p.no-bottom-margin + ul {
    margin-top: 0px; }
  #main-content.test p.no-margin-bottom + ul {
    margin-top: 0px; }
  #main-content.test p.no-bottom-margin + ol {
    margin-top: 0px; }
  #main-content.test p.no-margin-bottom + ol {
    margin-top: 0px; }
  #main-content.test .no-bottom-margin {
    margin-bottom: 2px; }
  #main-content.test .no-margin-bottom {
    margin-bottom: 2px; }
  #main-content.test .no-top-margin {
    margin-top: 2px; }
  #main-content.test .no-margin-top {
    margin-top: 2px; }
  #main-content.test ul {
    font-size: 15px;
    list-style: square;
    max-width: 906px; }
    #main-content.test ul li {
      margin-left: 20px; }
  #main-content.test ol {
    font-size: 15px;
    max-width: 906px; }
    #main-content.test ol li {
      margin-left: 20px; }
  #main-content.test blockquote {
    font-size: 15px; }
  #main-content.test h1 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 906px; }
  #main-content.test h2 {
    font-size: 22px;
    margin-top: 0px; }
  #main-content.test h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both; }
  #main-content.test h4.vc_tta-panel-title {
    margin: 0px; }
  #main-content.test img.full-width {
    width: 100%;
    height: auto; }
  #main-content.test ul.products {
    list-style: none;
    margin-left: 0px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid; }
    #main-content.test ul.products .tested-product-listing {
      display: inline-block;
      overflow: hidden;
      clear: both;
      margin-bottom: 10px;
      width: 100%; }
      #main-content.test ul.products .tested-product-listing a {
        color: #4d4d4d;
        display: table-cell;
        vertical-align: middle; }
      #main-content.test ul.products .tested-product-listing .product-build {
        font-size: 11px;
        display: block; }
      #main-content.test ul.products .tested-product-listing img {
        width: auto;
        height: 25px;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left; }
  #main-content.test .tablepress {
    margin-bottom: 35px;
    max-width: 906px; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-2 td.column-3 {
    border-top: 5px solid #f7d4b2; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-2 td.column-4 {
    border-top: 5px solid #f4b47f; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-2 td.column-5 {
    border-top: 5px solid #f89c35; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-3 td.column-3 {
    background-color: #e5e58f; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-3 td.column-4 {
    background-color: #d9e021; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-3 td.column-5 {
    background-color: #a7c83b; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-4 td.column-4 {
    background-color: #e5e58f; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-4 td.column-5 {
    background-color: #d9e021; }
  #main-content.test .tablepress-file-detection-fp-ranking .row-5 td.column-5 {
    background-color: #e5e58f; }
  #main-content.test .tablepress-file-detection-fp-ranking tr.row-3 {
    border-left: 5px solid #f89c35; }
  #main-content.test .tablepress-file-detection-fp-ranking tr.row-4 {
    border-left: 5px solid #f4b47f; }
  #main-content.test .tablepress-file-detection-fp-ranking tr.row-5 {
    border-left: 5px solid #f7d4b2; }
  #main-content.test .cluster-1-row {
    border-left: 5px solid #f89c35; }
  #main-content.test .cluster-2-row {
    border-left: 5px solid #f4b47f; }
  #main-content.test .cluster-3-row {
    border-left: 5px solid #f7d4b2; }
  #main-content.test .cluster-4-row {
    border-left: 5px solid #dddddd; }
  #main-content.test .chart {
    max-width: 906px;
    padding-right: 0; }
  #main-content.test .readcounter {
    position: relative;
    clear: both;
    top: -10px; }
  #main-content.test .main-left {
    max-width: 906px; }
    #main-content.test .main-left table {
      width: 100%;
      box-sizing: border-box;
      padding: 0;
      border-spacing: 0; }
      #main-content.test .main-left table tr {
        padding: 0; }
        #main-content.test .main-left table tr th {
          font-weight: bold;
          color: #ffffff;
          background-color: #4d4d4d; }
        #main-content.test .main-left table tr td {
          padding: 12px;
          text-align: left;
          width: auto; }
          #main-content.test .main-left table tr td:first-of-type {
            text-align: left; }
        #main-content.test .main-left table tr td.value {
          text-align: right; }
        #main-content.test .main-left table tr:first-of-type {
          background-color: #a1a1a1; }
        #main-content.test .main-left table tr:nth-of-type(odd) {
          background-color: #ffffff; }
    #main-content.test .main-left table.condensed tr td {
      padding: 3px 12px; }
      #main-content.test .main-left table.condensed tr td .alignnone {
        margin: 5px auto 5px auto; }
      #main-content.test .main-left table.condensed tr td .aligncenter {
        margin: 5px auto 5px auto; }
      #main-content.test .main-left table.condensed tr td .alignright {
        margin: 5px auto 5px auto; }
      #main-content.test .main-left table.condensed tr td .alignleft {
        margin: 5px auto 5px auto; }
    #main-content.test .main-left table.condensed tr th {
      padding: 5px 12px; }
    #main-content.test .main-left table.norowhighlight tr:first-of-type {
      background-color: inherit; }
    #main-content.test .main-left table.norowhighlight tr:nth-of-type(odd) {
      background-color: inherit; }
    #main-content.test .main-left table.bordered {
      border: 1px solid #cccccc; }
    #main-content.test .main-left p {
      max-width: 906px;
      max-width: 906px; }
    #main-content.test .main-left .award-wrapper {
      position: relative;
      width: 180px;
      min-width: 160px;
      float: left;
      padding-right: 10px; }
      #main-content.test .main-left .award-wrapper a {
        color: #4d4d4d; }
      #main-content.test .main-left .award-wrapper ul {
        list-style: none;
        margin-left: 0px;
        margin-top: 20px;
        font-size: 14px; }
        #main-content.test .main-left .award-wrapper ul li {
          margin: 0 0 5px 0; }
      #main-content.test .main-left .award-wrapper img.award {
        position: relative;
        width: 50%;
        min-width: 150px; }
      #main-content.test .main-left .award-wrapper img.certificate {
        position: relative;
        max-height: 150px; }
    #main-content.test .main-left .award-wrapper.fullwidth {
      width: 100%; }
      #main-content.test .main-left .award-wrapper.fullwidth img.award {
        width: 25%; }
    #main-content.test .main-left .vc_tta-panel-heading {
      background-color: #ffffff; }
  #main-content.test .main-left.award-list {
    max-width: 100%;
    margin-bottom: 35px; }
  #main-content.test .main-left.product-review h3 {
    margin: 25px 0 0 0; }
  #main-content.test .main-left.product-review h4 {
    margin: 15px 0 0 0; }
  #main-content.test .main-left.product-review h4.vc_tta-panel-title {
    margin-top: 0px; }
  #main-content.test .main-left.product-review .vc_tta-panel-body h4 {
    margin: 15px 0 0 0;
    font-size: 14px; }
    #main-content.test .main-left.product-review .vc_tta-panel-body h4 > p {
      margin-bottom: 0; }
  #main-content.test .main-left.product-review p {
    margin-top: 10px;
    margin-bottom: 0; }
  #main-content.test .main-left.product-review .wpb_content_element {
    margin-bottom: 0; }
  #main-content.test .scrollable {
    overflow-x: auto; }
    #main-content.test .scrollable > div::-webkit-scrollbar {
      height: 10px; }
    #main-content.test .scrollable > div::-webkit-scrollbar-track {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
      background: rgba(255, 255, 255, 0.1); }
    #main-content.test .scrollable > div::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background: #838383; }
  #main-content.test .scrollable.has-scroll {
    position: relative;
    overflow-x: hidden; }
    #main-content.test .scrollable.has-scroll .mobile-scrollable {
      display: none;
      width: 50px;
      height: 50px;
      margin-bottom: 10px; }
    #main-content.test .scrollable.has-scroll:after {
      position: absolute;
      top: 0;
      left: 100%;
      width: 50px;
      height: 100%;
      border-radius: 10px 0 0 10px / 50% 0 0 50%;
      box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
      content: ''; }
    #main-content.test .scrollable.has-scroll > div {
      overflow-x: auto; }

.page-template-comparison #main-content .filters {
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: inline-block; }
  .page-template-comparison #main-content .filters .header {
    display: none; }
    .page-template-comparison #main-content .filters .header .arrow {
      position: relative;
      margin-right: 20px; }
.page-template-comparison #main-content select {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0 none;
  background: none;
  border-radius: 0;
  outline: 0 none;
  display: inline-block;
  background-color: #ffffff;
  font-size: 16px;
  padding: 12px 80px 10px 20px;
  margin: 0px;
  margin-left: -3px;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-size: 10px auto; }
  .page-template-comparison #main-content select:first-of-type {
    margin-left: 0px; }
  .page-template-comparison #main-content select:last-of-type {
    border: 0px; }
  .page-template-comparison #main-content select::-ms-expand {
    display: none; }
.page-template-comparison #main-content #chart-container {
  width: 100%;
  box-sizing: border-box;
  padding: 20px; }
  .page-template-comparison #main-content #chart-container .highcharts-overlay {
    display: table;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #ffffff; }
    .page-template-comparison #main-content #chart-container .highcharts-overlay p {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px;
      text-align: center;
      font-size: 28px;
      color: #4d4d4d; }
.page-template-comparison #main-content .filterwrapper {
  margin: 0 20px; }
.page-template-comparison #main-content .filters.disabled {
  opacity: .7;
  pointer-events: none;
  cursor: default; }
.page-template-comparison #main-content #filterbox {
  display: block; }
.page-template-comparison #main-content #chart-url-builder {
  margin: -15px 20px 20px; }
  .page-template-comparison #main-content #chart-url-builder #msg {
    position: fixed;
    display: none;
    top: 140px;
    right: 10px;
    margin: 10px 0;
    padding: 10px;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 5px;
    z-index: 2000; }
.page-template-comparison #main-content #chart-url {
  display: none;
  overflow: hidden;
  clear: both;
  margin: 15px 0; }
  .page-template-comparison #main-content #chart-url #copyTarget {
    font-size: 12px;
    border: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    padding: 18px;
    outline: 0 none;
    width: 90%;
    float: left;
    margin-right: 0; }
  .page-template-comparison #main-content #chart-url #copyButton {
    margin-top: 0px;
    width: 9%;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.page-template-comparison #main-content label {
  display: none; }
.page-template-comparison #main-content #highcharts-container {
  background-color: #ffffff;
  border-radius: 0px; }
.page-template-comparison #main-content .mit_comparision_loading_container {
  height: 100%;
  width: 100%;
  top: 130px !important;
  left: 0;
  display: inline-block;
  position: absolute;
  background: #f2f2f2;
  z-index: 1000; }
  .page-template-comparison #main-content .mit_comparision_loading_container .mit_comparision_loading {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -30px;
    margin-top: -60px; }
.page-template-comparison #chart-hint {
  margin: 0 20px 20px 20px;
  display: none; }
.page-template-comparison #chart-legend {
  margin: 0 20px 20px 20px;
  display: none; }
  .page-template-comparison #chart-legend h3 {
    margin: 0 0 5px 0; }

.page-template-presscenter #main-content h1 {
  margin-left: 0px;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase; }
.page-template-presscenter #main-content h2 {
  font-size: 22px;
  margin-top: 10px; }
.page-template-presscenter #main-content .timedropdown {
  padding-right: 0px; }
.page-template-presscenter #main-content .timeslider {
  left: 0px; }
.page-template-presscenter ul.testlinks {
  padding-right: 0px; }
.page-template-presscenter .section-block-muted {
  background-color: #e4e4e4;
  padding-top: 10px; }

.page-template-archive p {
  font-size: 16px;
  margin: 0; }
.page-template-archive #testmethoden-navreiter-wrapper {
  background-color: #ffffff;
  margin-right: 18px;
  padding: 8px 13px; }
.page-template-archive #archive-years-navreiter-wrapper {
  background-color: #ffffff;
  margin-right: 18px;
  padding: 8px 13px; }
.page-template-archive #main-content .testmethoden-trigger {
  position: relative;
  width: 25%;
  color: #a1a1a1;
  float: left;
  cursor: pointer;
  margin: 5px 0;
  font-size: 15px;
  background-image: url("images/checkbox-unchecked.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center left; }
  .page-template-archive #main-content .testmethoden-trigger .testmethod_checkbox {
    visibility: hidden; }
  .page-template-archive #main-content .testmethoden-trigger span {
    margin-left: 10px; }
.page-template-archive #main-content .archive-years-trigger {
  position: relative;
  width: 25%;
  color: #a1a1a1;
  float: left;
  cursor: pointer;
  margin: 5px 0;
  font-size: 15px;
  background-image: url("images/checkbox-unchecked.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center left; }
  .page-template-archive #main-content .archive-years-trigger input[type="radio"] {
    visibility: hidden; }
.page-template-archive #main-content .testmethoden-trigger.active {
  background-image: url("images/checkbox-checked.png"); }
.page-template-archive #main-content .archive-years-trigger.active {
  background-image: url("images/checkbox-checked.png"); }

@media print {
  body {
    direction: ltr !important;
    background: red; }

  header {
    display: none; }

  footer {
    display: none; }

  .readcounter {
    display: none; }

  .buttons {
    display: none; }

  main {
    background: #ffffff; }

  #main-content {
    padding-top: 25px !important; }
    #main-content .main-left {
      width: 100%;
      font-size: 11px;
      line-height: 1.1;
      float: none; }
    #main-content .main-right {
      width: 100%;
      font-size: 11px;
      line-height: 1.1;
      float: none; }
    #main-content h1 {
      font-size: 20px; }
    #main-content h2.main {
      font-size: 20px; }

  #main-content.test .main-left {
    width: 100%;
    font-size: 11px;
    line-height: 1.1;
    float: none; }
  #main-content.test .main-right {
    width: 100%;
    font-size: 11px;
    line-height: 1.1;
    float: none; }
  #main-content.test h2 {
    font-size: 16px; }

  .testmeta {
    width: 100%;
    float: none;
    margin-bottom: 25px; } }
#main-content.kontakt .wpforms-form input[type=text], #main-content.kontakt .wpforms-form input[type=email] {
  padding: 0; }
#main-content.kontakt .wpforms-form button[type=submit] {
  font-size: 18px;
  padding: 15px;
  background: #f89c35; }
  #main-content.kontakt .wpforms-form button[type=submit]:hover {
    background-color: #c67d2a; }
#main-content.kontakt .wpforms-form .wpforms-submit-spinner {
  margin-top: 20px; }

/* Changes by Philippe Rödlach*/
/* Visual Composer */
/*
Theme Name: AVC
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
*/
.centered, #main-content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px; }

#main-nav {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px; }
  #main-nav ul.icon-nav {
    margin-top: 0;
    border-right: 1px solid #e6e6e6;
    padding-right: 0;
    height: 35px;
    overflow: hidden; }
    #main-nav ul.icon-nav li {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      border: 0;
      padding-left: 10px;
      padding-right: 10px; }
      #main-nav ul.icon-nav li img {
        height: 19px; }
      #main-nav ul.icon-nav li img.twitter {
        height: 13px;
        margin-top: 4px;
        margin-left: 1px; }
      #main-nav ul.icon-nav li:hover {
        background-color: #f2f2f2; }
  #main-nav ul.search-nav {
    margin-top: 0;
    border-right: 1px solid #e6e6e6;
    padding-right: 0;
    height: 35px;
    cursor: pointer; }
    #main-nav ul.search-nav li {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      border: 0;
      padding-left: 15px;
      padding-right: 15px; }
      #main-nav ul.search-nav li img {
        height: 19px; }
    #main-nav ul.search-nav li.form {
      position: absolute;
      display: none;
      z-index: 550;
      margin: 0 0 0 -710px;
      padding: 0;
      width: 710px;
      overflow: hidden;
      height: 35px; }
      #main-nav ul.search-nav li.form input[type="search"] {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        position: relative;
        color: #999999;
        font-size: 15px;
        width: 710px;
        border: 0;
        height: 34px;
        background-color: #ffffff;
        outline: 0 none;
        margin-right: 10px;
        padding: 5px 10px 0;
        top: 0;
        -webkit-appearance: none;
        text-align: right;
        border-radius: 0;
        box-sizing: border-box; }
      #main-nav ul.search-nav li.form input[type="submit"] {
        display: none; }
      #main-nav ul.search-nav li.form:hover {
        background: none; }
    #main-nav ul.search-nav .screen-reader-text {
      display: none; }
  #main-nav ul.lang-nav {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    margin-top: 0;
    height: 35px; }
    #main-nav ul.lang-nav li {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      border: 0;
      padding: 0;
      height: inherit;
      border-right: 1px solid #e6e6e6; }
      #main-nav ul.lang-nav li:hover {
        background-color: #f2f2f2;
        display: block; }
      #main-nav ul.lang-nav li .trp-language-switcher {
        z-index: 1000;
        margin: 0;
        width: unset; }
        #main-nav ul.lang-nav li .trp-language-switcher > div {
          border: 0;
          background: #ffffff none;
          padding: 0; }
          #main-nav ul.lang-nav li .trp-language-switcher > div a {
            display: block;
            padding: 7px 15px 7px; }
  #main-nav ul {
    list-style: none;
    float: right;
    margin: 0;
    height: 36px; }
    #main-nav ul li {
      -o-transition: .1s;
      -ms-transition: .1s;
      -moz-transition: .1s;
      -webkit-transition: .1s;
      transition: .1s;
      float: left;
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 8px;
      height: 27px;
      border-right: 1px solid #e6e6e6;
      font-size: 16px; }
      #main-nav ul li a {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        color: #999999;
        text-decoration: none; }
      #main-nav ul li:hover {
        background-color: #f2f2f2; }
  #main-nav .logo {
    position: relative;
    top: 5px;
    left: 12px;
    z-index: 750;
    height: 80px;
    width: auto; }
  #main-nav nav#nav_menu-2, #main-nav nav#nav_menu-10 {
    position: relative;
    float: right;
    display: inline-block;
    margin-top: 0; }
    #main-nav nav#nav_menu-2 ul li, #main-nav nav#nav_menu-10 ul li {
      padding: 0;
      height: inherit; }
      #main-nav nav#nav_menu-2 ul li ul.sub-menu, #main-nav nav#nav_menu-10 ul li ul.sub-menu {
        position: absolute;
        display: none;
        top: 34px;
        background-color: #ffffff;
        z-index: 1000;
        margin-left: -20px; }
        #main-nav nav#nav_menu-2 ul li ul.sub-menu li, #main-nav nav#nav_menu-10 ul li ul.sub-menu li {
          background-color: #ffffff; }
          #main-nav nav#nav_menu-2 ul li ul.sub-menu li:hover, #main-nav nav#nav_menu-10 ul li ul.sub-menu li:hover {
            background-color: #f2f2f2; }
        #main-nav nav#nav_menu-2 ul li ul.sub-menu a, #main-nav nav#nav_menu-10 ul li ul.sub-menu a {
          width: 250px;
          border: 0; }
      #main-nav nav#nav_menu-2 ul li:hover ul.sub-menu, #main-nav nav#nav_menu-10 ul li:hover ul.sub-menu {
        display: block; }
    #main-nav nav#nav_menu-2 ul a, #main-nav nav#nav_menu-10 ul a {
      display: inline-block;
      padding: 9px 20px 7px; }
  #main-nav .globus {
    position: relative;
    float: right;
    height: 19px;
    margin-top: 9px;
    margin-right: 25px;
    margin-left: -40px; }

#topic-nav-wrapper {
  position: relative;
  top: -1px;
  width: 100%;
  height: 60px;
  background: rgba(77, 77, 77, 0.85);
  opacity: 0.92;
  z-index: 500;
  overflow: auto; }
  #topic-nav-wrapper nav {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1270px; }
    #topic-nav-wrapper nav ul {
      list-style: none;
      margin-top: -24px;
      margin-left: 90px;
      margin-right: 0; }
      #topic-nav-wrapper nav ul li {
        -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;
        position: relative;
        float: left; }
        #topic-nav-wrapper nav ul li a {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: normal;
          display: inline-block;
          font-size: 19px;
          color: #ffffff;
          text-decoration: none;
          border-right: 1px solid rgba(255, 255, 255, 0.1);
          height: 40px;
          padding-top: 20px;
          padding-right: 20px;
          padding-left: 20px; }
        #topic-nav-wrapper nav ul li .sub-menu {
          display: none; }
        #topic-nav-wrapper nav ul li:last-child a {
          border-right: 0; }
        #topic-nav-wrapper nav ul li:hover {
          background-color: #838383; }
      #topic-nav-wrapper nav ul li.usertype {
        float: right;
        background-color: #f89c35;
        background-size: 35px 35px;
        background-repeat: no-repeat;
        background-position: 20px center; }
        #topic-nav-wrapper nav ul li.usertype a {
          padding-left: 65px; }
      #topic-nav-wrapper nav ul li.usertype.enterprise {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASLSURBVHhe7Zy9ixRZFMXHj1VH8WMHFXcQ0TXQwAXRRZMB0cBkEUxMNhIEYUAWE1kMFcFwMsHITSYx2sDMRJh0g802MjDVxL9gxnNen1veLrrWflZNVVfX/cGl3zv3vfteH5iq6arqXgiCYFBsbW2tIP5pOVa0fP/Z3Nz8DW+oVbimlu8/YWBNvIFof8LLne0I1U7Ms4EfJDcOa2uZMPB76L2B2PQtxJ8T4pXeV5sGvtLa5bip4bMHNreu/VeCMa0YWAXGvNDw2SMMrIk3EO3/8PK6HNv5Bli7Yk3uJbGd69cGm/MGPpfcOdyLthUGfg9zZSBSuxE/u9ipFOcvm472IcnUDzl9WTJr7TRdsVupMbgX5BJo997AU6MRBYeV4vwNaZy/Kpn6qmTqG5JZ6/BILTil1Bjci/JhIMdIDgNFGGhgc9MYyOPWjy52KMX5B01He69k6nudflAya+0wXVEcTz3cC3IJtPttYBeEgTUJA2tSMvAjXibdAmg0tHQe0xiI1B7EZRe7lOL8c6ajfUwy9WNOPyeZtXaZrtij1BjcC3KtoqXzwEanMbDTs3BbaOk8sNE+GPgOcb/pwBpP8FqgpfNAkZk3EO1tOYmg7i9aIiE5DxQJA4XkPFCkVwaiewJhf4Z3JScw7neXK+pCv2I62jckUx+kgXxiwvgsOYFxE29QlWqtS6bemoEzczkL3f4Z2AWlN10YiPYFxFvF35IT6K+73FXJ1O85/bFk6sMzsElaMxCpowh/02e/Upz/1HS0i/u3bDv9qWTW2m+64qhSY3AvyCXQ7r2Bs3QS4fHYLoUdkZxAn7Ut94Nk1lo0He0DkqkP0sBenoXDwCpYUPNZPAzMhQU1n8XjGJgLikxjYJyFq0CRbxrYBWFgTaoMRLt/n0SQis/CVbCg5v+fgXEWroIFNZ/FZ95AtE8i7NHfh5IT6K+63FnJ1K85/ZZk6sMzsElQNwysA+oO8hgYl/RHakGugb08iXT6ZALa/TawC0pv2ht4EWHPs7yTnMC4Ny63Ipn6A9PRfiZ5mAY2SWsGQl9CvHSxqBRzj5x+TTJ1/u9l+iPJ1BedzlhSagzo82MgUvFvTBUo0isD0Y2PciO1IAyUxvlhoOQxkJolA/ch7FLYackJ9LlPy/mr5kumo31cMvV2DOSiCLsgyfD3Fdac7q908Ivcpq9Jpn7A6YziDXmgTzSwSVC3HQO7IAysSZWB6J5H2A2pvyQnOM5yaF+STJ0XGUz/Q3J7BiJV+U0lgj4/3/q8j+JzM0G/1jeV0J2vkwgpb8TDnIYlIMVZGHRmINrzdUmflDfiYU7DEpBqGdgk5X1LzgNFwkAhOQ8U6dsxkI+Z2G9v3ZacwDj+2pL9JtdPkm1/pvsb7oM0ME4io0zB/BsIfRnx3kXxDXSC/tQGcq5qWBSPfXigTzQQ7V81j/Gv5AT6Gy53XTJ1XvQ13X+sbMfAb1HeiIc5DcuCe1GJMQObpLxvyXmgSBgoJOeBImGgkJwHihQGDh1ZkkcY+BVZkkcY+BVZkgcMPIO5/lGLwYYsCYJg3lhY+AL5tMA7p8xPHQAAAABJRU5ErkJggg=="); }
      #topic-nav-wrapper nav ul li.usertype.consumer {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATzSURBVHhe7ZxdiFVlFIZn0lRKTAhLyhKJfohELyJMssiL7EYiiMKLuuomIoog8kK8siIozAsFwa4i+6O6yAiKiPLCQiKyiKI/o1IQQVMUf2d61rfeOfvM8Uwzu2+fmX1mrwde9l5rr732+t6Z2WefM8MMBNOU4eHhWUNDQ/eiRUoFEwXTFqO9mDjM9jh6UIeC8cCsNeiwmdcOuZfZzFRZ0AnmDGLSBnQ+OdYFjn3OZqFOCUbAlPmY80FySRCfQhvRT0oliP9mc4dODTBjOab8ktwRxH+iFXac7Tz0ng4liM+gJ1ODJoMJj6AT8iVB/ClaoJIE6UG0nvy5VCSId7KZq7LmwMJno61ug0NsvMjuDJVdAMdXo0N+hkP8HbpBJdMfFrsI7dH6E8T/oPtV8p9Qdw36Uqcmxjqf3Ar07AQ0W6fUGwbt9h30PbpRJRPCFoy2qUWC2Bj1Hcz++nRwfC7TKfWEAe0Rxb7SnfewN9j873sY59s99KR3c4hb91DC/jeQxfT0VZR29ir+q3d2iNOrOLstA4kPsHnbxP6ulCyop4EMegvqfI47gFappBJoa8+Ro0whtufIrxRavEvlVn+tZ1vUz0AGXoeOa8AE8RdsevJOgr4X0d8evLu+kyHfHwYyzMUM+4rPVUBuM5uev5flOvYJTrf30vU3kCGvQrs1VILYPk15SCWTAtdbgr7WCCMcJbfWjrNfPwMZ7k50UAMliH9EN6tkUuHyc7j2qz6JQ2xsQkuUGmHqDOTi9ojyNDrrszjE76J5KpsymOFRdEpjJYjTZ41tTI2BXHguw7zlMzjEZ9Ez7A6qbMphnlvRHz5hVybfQC56E0P94Nd3iA+hu1VSK5jrcvSxRu1kcg1kkAfQMV08QbwHXa2SWsKYM5jR7oFDPrVDuIPNHJX1Di4yk4u91GUA+2RllspqD/OuRUd8eod4L1qskuqh+ZXoM10vQXwCPaySvoK5r0ffaikJ4sNojUqqg6Yr0V+6ToL4Z7RMJX0Jy7iENbzmK3KIz6MN7FbzIkizJ9AZb+8Q2+8v5quk72E9j1e+Rk62r87rqZsgPoeq++rUCNZ1O+r8KbPf1SxXycThRLs/7PM2DrHdH+5RybSE9V2B8u7zFN/HeUf9dIfcPtS7V6gawXLtSWOLr7yA3FY09kf/1Ngz0vNo1COKQeoFlTUC1rtUSx8FeXvWvfBvdThm97uxntLDwDY4Zu+2blOpQ2KdjieIf0OtN9zsN9pA4je1myD+UKUOOfu9wmkd/AjZ+8bWKzD7jTZQuadQetRhuykVtkPSXnnv4nh6RGE/DBRKW/46tJrU+I9xYWCB0uUIAwuULkcYWKB0OcLAAqXLEQYWKF2OMLBA6XKEgQVKl6NXBtLLPk7/pAfarEtkQ69aG/iY2lYKfXfrEtmEgZn0jYHs/446/9y2jN5Xq8YamLXoKnu1Q68wMAd6hYE50CsMzIFeYWAO9AoDc6BXGJgDvcLAHOgVBuZArzAwB3qFgTnQKwzMgV5hYA70CgNzoFcYmAO9wsAc6BUG5kCvMDAHeoWBOdArDMyBXmFgDvQKA3OgVxiYA73CwBzoFQbmQK8wMAd6VW7gN2h7RWr9WxT2D3YcK6sqe7XrHbVNyJJy0KRlYNORJeXAwOd0fqPBh/2ypByceCmy/6rb7Vu8KdqClsqSIAiCIKiSgYF/AY+Rhlj6+7mKAAAAAElFTkSuQmCC"); }
      #topic-nav-wrapper nav ul li.current-menu-item {
        background-repeat: no-repeat;
        background-position: center bottom; }
      #topic-nav-wrapper nav ul li.current-menu-parent {
        background-repeat: no-repeat;
        background-position: center bottom; }
  #topic-nav-wrapper #mobile-menu-trigger {
    display: none;
    position: relative;
    float: right;
    margin-right: 30px;
    margin-top: 23px;
    height: 20px;
    width: 25px;
    cursor: pointer; }
    #topic-nav-wrapper #mobile-menu-trigger .stripe {
      position: relative;
      display: block;
      margin-bottom: 5px;
      width: 100%;
      height: 2px;
      background-color: #f2f2f2;
      z-index: 1000; }

#plattformnav-wrapper {
  display: block;
  width: 100%;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.9);
  height: 55px; }
  #plattformnav-wrapper nav {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1270px; }
    #plattformnav-wrapper nav ul {
      list-style: none;
      margin-top: -24px;
      margin-left: 0; }
      #plattformnav-wrapper nav ul li {
        -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;
        position: relative;
        float: left; }
        #plattformnav-wrapper nav ul li a {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: normal;
          font-size: 16px;
          color: #a1a1a1;
          text-decoration: none;
          border-right: 1px solid #ededed;
          display: inline-block;
          padding: 8px 10px 4px 10px; }
          #plattformnav-wrapper nav ul li a:hover {
            color: #4d4d4d; }
        #plattformnav-wrapper nav ul li:last-child a {
          border-right: 0; }
        #plattformnav-wrapper nav ul li .sub-menu {
          display: none; }
        #plattformnav-wrapper nav ul li:hover {
          background-color: unset; }
      #plattformnav-wrapper nav ul li.active {
        background-image: url("images/menu-active-bg-white.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #ffffff; }
        #plattformnav-wrapper nav ul li.active a {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: bold;
          color: #4d4d4d !important; }
        #plattformnav-wrapper nav ul li.active:hover {
          background-image: url("images/menu-active-bg-white.jpg");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-color: #ffffff; }
          #plattformnav-wrapper nav ul li.active:hover a {
            color: #000000; }
      #plattformnav-wrapper nav ul li.current-menu-item, #plattformnav-wrapper nav ul li.current-menu-parent {
        background-image: url("images/menu-active-bg-white.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: #ffffff; }
        #plattformnav-wrapper nav ul li.current-menu-item:hover, #plattformnav-wrapper nav ul li.current-menu-parent:hover {
          background-image: url("images/menu-active-bg-white.jpg");
          background-repeat: no-repeat;
          background-position: center bottom;
          background-color: #ffffff; }
          #plattformnav-wrapper nav ul li.current-menu-item:hover a, #plattformnav-wrapper nav ul li.current-menu-parent:hover a {
            color: #000000; }
        #plattformnav-wrapper nav ul li.current-menu-item a, #plattformnav-wrapper nav ul li.current-menu-parent a {
          color: #000000; }

#productnav-wrapper {
  display: inline-block;
  width: 100%;
  height: 10px;
  z-index: 500;
  background-color: rgba(245, 245, 245, 0.9);
  margin-bottom: 22px;
  background-color: #e4e4e4; }
  #productnav-wrapper nav {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1270px; }
    #productnav-wrapper nav ul {
      list-style: none;
      margin-top: -18px;
      margin-left: 0; }
      #productnav-wrapper nav ul li {
        -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;
        position: relative;
        float: left; }
        #productnav-wrapper nav ul li a {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: normal;
          font-size: 14px;
          color: #000000;
          text-decoration: none;
          box-sizing: border-box;
          border-right: 1px solid #e5e5e5;
          padding: 8px 20px 4px 20px; }
          #productnav-wrapper nav ul li a:hover {
            color: #4d4d4d; }
        #productnav-wrapper nav ul li:last-child a {
          border-right: 0; }
        #productnav-wrapper nav ul li .sub-menu {
          display: none; }
      #productnav-wrapper nav ul li.active a {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        color: #000000; }
      #productnav-wrapper nav ul li.active:hover a {
        color: #000000; }
      #productnav-wrapper nav ul li.current-menu-item a {
        color: #000000; }
      #productnav-wrapper nav ul li.current-menu-item:hover a {
        color: #000000; }
      #productnav-wrapper nav ul li.current-menu-parent a {
        color: #000000; }
      #productnav-wrapper nav ul li.current-menu-parent:hover a {
        color: #000000; }

#main-content {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  padding-top: 30px;
  overflow: auto;
  padding-bottom: 0; }
  #main-content .vendorarchiv {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
    box-sizing: border-box;
    padding-right: 15px; }
    #main-content .vendorarchiv h1 {
      margin-left: 0; }
    #main-content .vendorarchiv h2.main {
      margin-left: 0; }
    #main-content .vendorarchiv .vendor {
      position: relative;
      float: left;
      width: 16.66%;
      min-width: 155px;
      height: auto;
      box-sizing: border-box; }
      #main-content .vendorarchiv .vendor a {
        display: block;
        text-decoration: none; }
      #main-content .vendorarchiv .vendor .inner-vendor {
        position: relative;
        background-color: #ffffff;
        display: block;
        min-height: 132px;
        margin-right: 5px;
        margin-bottom: 5px; }
        #main-content .vendorarchiv .vendor .inner-vendor .description {
          text-align: center; }
          #main-content .vendorarchiv .vendor .inner-vendor .description .logo {
            margin-top: 22px;
            margin-bottom: 12px;
            width: 125px;
            height: auto; }
          #main-content .vendorarchiv .vendor .inner-vendor .description h2 {
            margin: 0;
            padding: 0;
            font-size: 18px; }
  #main-content .readcounter {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    margin: 0 21px 15px 21px;
    padding-bottom: 20px;
    color: #a1a1a1;
    font-size: 16px;
    border-bottom: 1px solid #cccccc; }
  #main-content h1 {
    font-family: "Roboto Condensed", sans-serif;
    color: #4d4d4d;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    display: block;
    margin: 0 22px 20px;
    word-break: break-word; }
  #main-content h2 {
    font-family: "Roboto Condensed", sans-serif;
    color: #4d4d4d;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal; }
  #main-content .main-left {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
    line-height: 1.3;
    color: #4d4d4d;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    float: left;
    width: 66.66%; }
    #main-content .main-left table {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px 0 0;
      border-spacing: 0; }
      #main-content .main-left table tr {
        padding: 0; }
        #main-content .main-left table tr th {
          font-weight: bold;
          color: #ffffff;
          background-color: #4d4d4d; }
        #main-content .main-left table tr td {
          padding: 12px;
          text-align: left;
          width: auto; }
          #main-content .main-left table tr td:first-of-type {
            text-align: left; }
        #main-content .main-left table tr td.value {
          text-align: right; }
        #main-content .main-left table tr:first-of-type {
          background-color: #a1a1a1; }
        #main-content .main-left table tr:nth-of-type(odd) {
          background-color: #ffffff; }
        #main-content .main-left table tr:nth-of-type(even) {
          background-color: #f9f9f9; }
    #main-content .main-left table.condensed tr td {
      padding: 0 12px; }
    #main-content .main-left table.norowhighlight tr:first-of-type {
      background-color: inherit; }
    #main-content .main-left table.norowhighlight tr:nth-of-type(odd) {
      background-color: inherit; }
    #main-content .main-left table.bordered {
      border: 1px solid #cccccc; }
    #main-content .main-left hr {
      margin-left: 0;
      margin-right: 0; }
  #main-content .box {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    text-align: justify; }
  #main-content .box.white {
    background-color: #ffffff; }
  #main-content .hint {
    background-color: #ffffff;
    background-image: url("images/info-icon-dark.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px auto;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 10px 10px 50px;
    margin: 10px 0;
    text-align: justify; }
  #main-content .hint.hint-pdf {
    background-image: url("images/pdf-icon-white.png"); }
  #main-content .hint.hint-glossary {
    background-position: 10px 10px;
    background-image: url("images/glossary-icon-dark.png"); }
  #main-content ul {
    margin-left: 30px;
    list-style: square;
    font-size: 15px; }
  #main-content ul.space-2 li {
    padding: 2px 0; }
  #main-content ul.space-5 li {
    padding: 5px 0; }
  #main-content ul.space-10 li {
    padding: 10px 0; }
  #main-content ul.space-15 li {
    padding: 15px 0; }
  #main-content ul.space-20 li {
    padding: 20px 0; }
  #main-content ol {
    margin-left: 30px; }
    #main-content ol li {
      outline: 0 none; }
  #main-content ol.space-2 li {
    padding: 2px 0; }
  #main-content ol.space-5 li {
    padding: 5px 0; }
  #main-content ol.space-10 li {
    padding: 10px 0; }
  #main-content ol.space-15 li {
    padding: 15px 0; }
  #main-content ol.space-20 li {
    padding: 20px 0; }
  #main-content a[rel~="footnote"] {
    outline: 0 none; }
  #main-content .np-pagination {
    margin: 22px 0; }
    #main-content .np-pagination a {
      font-size: 14px;
      background: #ffffff none;
      box-shadow: 0 0 4px 1px #cccccc;
      box-sizing: border-box;
      display: inline-table;
      min-width: 1.5em;
      padding: 9px 1em 0.5em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      border: 1px solid transparent;
      color: #4d4d4d; }
      #main-content .np-pagination a:hover {
        border: 1px solid #111111; }
  #main-content ul.pagination {
    margin-left: 0;
    list-style: none; }
    #main-content ul.pagination li a {
      color: #4d4d4d; }
    #main-content ul.pagination li.now a {
      color: #000000; }
  #main-content ul.testlinks {
    margin-left: 0;
    list-style: none; }
    #main-content ul.testlinks li a {
      color: #4d4d4d; }
    #main-content ul.testlinks li.now a {
      color: #000000; }
  #main-content h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px; }
  #main-content .wpb_accordion h3 {
    margin: 2px 0; }
  #main-content h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px; }
  #main-content .main-full {
    margin-top: 30px;
    padding-left: 22px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4d4d4d;
    position: relative;
    display: block;
    width: 100%; }
    #main-content .main-full #resultsection {
      width: 100%;
      box-sizing: border-box;
      padding-right: 20px; }
  #main-content a {
    color: #f89c35;
    text-decoration: none; }
  #main-content #form-quick-newsletter {
    margin: 5px 20px 0 0; }
    #main-content #form-quick-newsletter input[type="checkbox"] {
      color: red; }
    #main-content #form-quick-newsletter span {
      margin: 0; }
  #main-content .post-intro p {
    font-size: 16px; }
  #main-content h2.main {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 28px;
    display: block;
    word-break: break-word;
    margin-top: 60px; }
  #main-content .awards {
    box-sizing: border-box;
    padding-right: 15px; }
    #main-content .awards .vendor {
      position: relative;
      float: left;
      width: 16.66%;
      min-width: 155px;
      height: auto;
      box-sizing: border-box; }
      #main-content .awards .vendor a {
        display: block;
        text-decoration: none; }
      #main-content .awards .vendor .inner-vendor {
        position: relative;
        background-color: #ffffff;
        display: block;
        min-height: 132px;
        margin-right: 5px;
        margin-bottom: 5px; }
        #main-content .awards .vendor .inner-vendor .description {
          text-align: center; }
          #main-content .awards .vendor .inner-vendor .description .logo {
            margin-top: 22px;
            margin-bottom: 12px;
            width: 125px;
            height: auto; }
          #main-content .awards .vendor .inner-vendor .description h2 {
            margin: 0;
            padding: 0;
            font-size: 18px; }
  #main-content .enterprise {
    box-sizing: border-box;
    padding-right: 15px; }
    #main-content .enterprise .vendor {
      position: relative;
      float: left;
      width: 16.66%;
      min-width: 155px;
      height: auto;
      box-sizing: border-box; }
      #main-content .enterprise .vendor a {
        display: block;
        text-decoration: none; }
      #main-content .enterprise .vendor .inner-vendor {
        position: relative;
        background-color: #ffffff;
        display: block;
        min-height: 132px;
        margin-right: 5px;
        margin-bottom: 5px; }
        #main-content .enterprise .vendor .inner-vendor .description {
          text-align: center; }
          #main-content .enterprise .vendor .inner-vendor .description .logo {
            margin-top: 22px;
            margin-bottom: 12px;
            width: 125px;
            height: auto; }
          #main-content .enterprise .vendor .inner-vendor .description h2 {
            margin: 0;
            padding: 0;
            font-size: 18px; }
  #main-content a.vc_btn3 {
    color: #ffffff; }
  #main-content ul.vc_tta-tabs-list {
    margin-left: 0; }
  #main-content .dataTables_filter {
    margin-bottom: 10px;
    padding-right: 20px; }
    #main-content .dataTables_filter input[type="search"] {
      padding: 3px 5px; }

#loading {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  text-align: center;
  top: 120px; }

.transition {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s; }

#mobile-menu-wrapper {
  position: fixed;
  width: 240px;
  right: -240px;
  top: 0;
  z-index: 100;
  background-color: #f2f2f2;
  text-align: left;
  height: 100%;
  overflow-y: scroll; }
  #mobile-menu-wrapper ul {
    list-style: none;
    margin: 0; }
    #mobile-menu-wrapper ul li {
      display: block;
      width: 100%;
      box-sizing: border-box; }
      #mobile-menu-wrapper ul li a {
        -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        color: #838383;
        display: block;
        padding: 15px 15px 10px 28px;
        text-decoration: none;
        font-size: 19px; }
    #mobile-menu-wrapper ul li.main {
      background-color: rgba(77, 77, 77, 0.785);
      color: #000000; }
      #mobile-menu-wrapper ul li.main a {
        -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        color: #ffffff;
        padding: 25px 15px 21px 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 22px; }
    #mobile-menu-wrapper ul li.lastmain {
      background-color: rgba(77, 77, 77, 0.785);
      color: #000000;
      margin-bottom: 20px; }
      #mobile-menu-wrapper ul li.lastmain a {
        -o-transition: .1s;
        -ms-transition: .1s;
        -moz-transition: .1s;
        -webkit-transition: .1s;
        transition: .1s;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        color: #ffffff;
        padding: 25px 15px 21px 28px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 22px; }
    #mobile-menu-wrapper ul li.main.usertype {
      background-color: #f89c35;
      background-size: 35px 35px;
      background-repeat: no-repeat;
      background-position: right 28px center; }
    #mobile-menu-wrapper ul li.main.usertype.enterprise {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASLSURBVHhe7Zy9ixRZFMXHj1VH8WMHFXcQ0TXQwAXRRZMB0cBkEUxMNhIEYUAWE1kMFcFwMsHITSYx2sDMRJh0g802MjDVxL9gxnNen1veLrrWflZNVVfX/cGl3zv3vfteH5iq6arqXgiCYFBsbW2tIP5pOVa0fP/Z3Nz8DW+oVbimlu8/YWBNvIFof8LLne0I1U7Ms4EfJDcOa2uZMPB76L2B2PQtxJ8T4pXeV5sGvtLa5bip4bMHNreu/VeCMa0YWAXGvNDw2SMMrIk3EO3/8PK6HNv5Bli7Yk3uJbGd69cGm/MGPpfcOdyLthUGfg9zZSBSuxE/u9ipFOcvm472IcnUDzl9WTJr7TRdsVupMbgX5BJo997AU6MRBYeV4vwNaZy/Kpn6qmTqG5JZ6/BILTil1Bjci/JhIMdIDgNFGGhgc9MYyOPWjy52KMX5B01He69k6nudflAya+0wXVEcTz3cC3IJtPttYBeEgTUJA2tSMvAjXibdAmg0tHQe0xiI1B7EZRe7lOL8c6ajfUwy9WNOPyeZtXaZrtij1BjcC3KtoqXzwEanMbDTs3BbaOk8sNE+GPgOcb/pwBpP8FqgpfNAkZk3EO1tOYmg7i9aIiE5DxQJA4XkPFCkVwaiewJhf4Z3JScw7neXK+pCv2I62jckUx+kgXxiwvgsOYFxE29QlWqtS6bemoEzczkL3f4Z2AWlN10YiPYFxFvF35IT6K+73FXJ1O85/bFk6sMzsElaMxCpowh/02e/Upz/1HS0i/u3bDv9qWTW2m+64qhSY3AvyCXQ7r2Bs3QS4fHYLoUdkZxAn7Ut94Nk1lo0He0DkqkP0sBenoXDwCpYUPNZPAzMhQU1n8XjGJgLikxjYJyFq0CRbxrYBWFgTaoMRLt/n0SQis/CVbCg5v+fgXEWroIFNZ/FZ95AtE8i7NHfh5IT6K+63FnJ1K85/ZZk6sMzsElQNwysA+oO8hgYl/RHakGugb08iXT6ZALa/TawC0pv2ht4EWHPs7yTnMC4Ny63Ipn6A9PRfiZ5mAY2SWsGQl9CvHSxqBRzj5x+TTJ1/u9l+iPJ1BedzlhSagzo82MgUvFvTBUo0isD0Y2PciO1IAyUxvlhoOQxkJolA/ch7FLYackJ9LlPy/mr5kumo31cMvV2DOSiCLsgyfD3Fdac7q908Ivcpq9Jpn7A6YziDXmgTzSwSVC3HQO7IAysSZWB6J5H2A2pvyQnOM5yaF+STJ0XGUz/Q3J7BiJV+U0lgj4/3/q8j+JzM0G/1jeV0J2vkwgpb8TDnIYlIMVZGHRmINrzdUmflDfiYU7DEpBqGdgk5X1LzgNFwkAhOQ8U6dsxkI+Z2G9v3ZacwDj+2pL9JtdPkm1/pvsb7oM0ME4io0zB/BsIfRnx3kXxDXSC/tQGcq5qWBSPfXigTzQQ7V81j/Gv5AT6Gy53XTJ1XvQ13X+sbMfAb1HeiIc5DcuCe1GJMQObpLxvyXmgSBgoJOeBImGgkJwHihQGDh1ZkkcY+BVZkkcY+BVZkgcMPIO5/lGLwYYsCYJg3lhY+AL5tMA7p8xPHQAAAABJRU5ErkJggg=="); }
    #mobile-menu-wrapper ul li.main.usertype.consumer {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATzSURBVHhe7ZxdiFVlFIZn0lRKTAhLyhKJfohELyJMssiL7EYiiMKLuuomIoog8kK8siIozAsFwa4i+6O6yAiKiPLCQiKyiKI/o1IQQVMUf2d61rfeOfvM8Uwzu2+fmX1mrwde9l5rr732+t6Z2WefM8MMBNOU4eHhWUNDQ/eiRUoFEwXTFqO9mDjM9jh6UIeC8cCsNeiwmdcOuZfZzFRZ0AnmDGLSBnQ+OdYFjn3OZqFOCUbAlPmY80FySRCfQhvRT0oliP9mc4dODTBjOab8ktwRxH+iFXac7Tz0ng4liM+gJ1ODJoMJj6AT8iVB/ClaoJIE6UG0nvy5VCSId7KZq7LmwMJno61ug0NsvMjuDJVdAMdXo0N+hkP8HbpBJdMfFrsI7dH6E8T/oPtV8p9Qdw36Uqcmxjqf3Ar07AQ0W6fUGwbt9h30PbpRJRPCFoy2qUWC2Bj1Hcz++nRwfC7TKfWEAe0Rxb7SnfewN9j873sY59s99KR3c4hb91DC/jeQxfT0VZR29ir+q3d2iNOrOLstA4kPsHnbxP6ulCyop4EMegvqfI47gFappBJoa8+Ro0whtufIrxRavEvlVn+tZ1vUz0AGXoeOa8AE8RdsevJOgr4X0d8evLu+kyHfHwYyzMUM+4rPVUBuM5uev5flOvYJTrf30vU3kCGvQrs1VILYPk15SCWTAtdbgr7WCCMcJbfWjrNfPwMZ7k50UAMliH9EN6tkUuHyc7j2qz6JQ2xsQkuUGmHqDOTi9ojyNDrrszjE76J5KpsymOFRdEpjJYjTZ41tTI2BXHguw7zlMzjEZ9Ez7A6qbMphnlvRHz5hVybfQC56E0P94Nd3iA+hu1VSK5jrcvSxRu1kcg1kkAfQMV08QbwHXa2SWsKYM5jR7oFDPrVDuIPNHJX1Di4yk4u91GUA+2RllspqD/OuRUd8eod4L1qskuqh+ZXoM10vQXwCPaySvoK5r0ffaikJ4sNojUqqg6Yr0V+6ToL4Z7RMJX0Jy7iENbzmK3KIz6MN7FbzIkizJ9AZb+8Q2+8v5quk72E9j1e+Rk62r87rqZsgPoeq++rUCNZ1O+r8KbPf1SxXycThRLs/7PM2DrHdH+5RybSE9V2B8u7zFN/HeUf9dIfcPtS7V6gawXLtSWOLr7yA3FY09kf/1Ngz0vNo1COKQeoFlTUC1rtUSx8FeXvWvfBvdThm97uxntLDwDY4Zu+2blOpQ2KdjieIf0OtN9zsN9pA4je1myD+UKUOOfu9wmkd/AjZ+8bWKzD7jTZQuadQetRhuykVtkPSXnnv4nh6RGE/DBRKW/46tJrU+I9xYWCB0uUIAwuULkcYWKB0OcLAAqXLEQYWKF2OMLBA6XKEgQVKl6NXBtLLPk7/pAfarEtkQ69aG/iY2lYKfXfrEtmEgZn0jYHs/446/9y2jN5Xq8YamLXoKnu1Q68wMAd6hYE50CsMzIFeYWAO9AoDc6BXGJgDvcLAHOgVBuZArzAwB3qFgTnQKwzMgV5hYA70CgNzoFcYmAO9wsAc6BUG5kCvMDAHeoWBOdArDMyBXmFgDvQKA3OgVxiYA73CwBzoFQbmQK8wMAd6VW7gN2h7RWr9WxT2D3YcK6sqe7XrHbVNyJJy0KRlYNORJeXAwOd0fqPBh/2ypByceCmy/6rb7Vu8KdqClsqSIAiCIKiSgYF/AY+Rhlj6+7mKAAAAAElFTkSuQmCC"); }

#main-content.kontakt .main-left, #main-content.kontakt .main-right {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  width: 50%;
  margin: 0;
  padding: 0 22px;
  box-sizing: border-box;
  float: left; }
  #main-content.kontakt .main-left input[type="submit"], #main-content.kontakt .main-right input[type="submit"] {
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    width: 104px;
    height: 50px;
    background-color: #f89c35;
    color: #ffffff;
    text-indent: 0;
    padding: 0;
    font-size: 21px;
    cursor: pointer;
    border: 0; }
    #main-content.kontakt .main-left input[type="submit"]:hover, #main-content.kontakt .main-right input[type="submit"]:hover {
      background-color: #c67d2a; }
  #main-content.kontakt .main-left input, #main-content.kontakt .main-right input {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 3px;
    outline: 0 none;
    text-indent: 15px;
    font-size: 15px;
    box-sizing: border-box; }
  #main-content.kontakt .main-left textarea, #main-content.kontakt .main-right textarea {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    display: block;
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 3px;
    resize: none;
    outline: 0 none;
    padding: 15px;
    font-size: 15px;
    box-sizing: border-box; }
  #main-content.kontakt .main-left select, #main-content.kontakt .main-right select {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    width: 315px;
    height: 50px;
    border: 0;
    background: #ffffff;
    text-indent: 5px;
    font-size: 16px;
    outline: 0 none; }
  #main-content.kontakt .main-left .ajax-loader, #main-content.kontakt .main-right .ajax-loader {
    display: none !important; }
  #main-content.kontakt .main-left input[type="checkbox"], #main-content.kontakt .main-right input[type="checkbox"] {
    display: initial;
    height: 20px;
    width: 20px; }
  #main-content.kontakt .main-left input.wpcf7-not-valid, #main-content.kontakt .main-right input.wpcf7-not-valid {
    border: 1px solid #f15a24;
    color: #f15a24; }
    #main-content.kontakt .main-left input.wpcf7-not-valid::-webkit-input-placeholder, #main-content.kontakt .main-right input.wpcf7-not-valid::-webkit-input-placeholder {
      color: #f15a24; }
    #main-content.kontakt .main-left input.wpcf7-not-valid:-moz-placeholder, #main-content.kontakt .main-right input.wpcf7-not-valid:-moz-placeholder {
      color: #f15a24;
      opacity: 1; }
    #main-content.kontakt .main-left input.wpcf7-not-valid::-moz-placeholder, #main-content.kontakt .main-right input.wpcf7-not-valid::-moz-placeholder {
      color: #f15a24;
      opacity: 1; }
    #main-content.kontakt .main-left input.wpcf7-not-valid:-ms-input-placeholder, #main-content.kontakt .main-right input.wpcf7-not-valid:-ms-input-placeholder {
      color: #f15a24; }
  #main-content.kontakt .main-left textarea.wpcf7-not-valid, #main-content.kontakt .main-right textarea.wpcf7-not-valid {
    border: 1px solid #f15a24;
    color: #f15a24; }
    #main-content.kontakt .main-left textarea.wpcf7-not-valid::-webkit-input-placeholder, #main-content.kontakt .main-right textarea.wpcf7-not-valid::-webkit-input-placeholder {
      color: #f15a24; }
    #main-content.kontakt .main-left textarea.wpcf7-not-valid:-moz-placeholder, #main-content.kontakt .main-right textarea.wpcf7-not-valid:-moz-placeholder {
      color: #f15a24;
      opacity: 1; }
    #main-content.kontakt .main-left textarea.wpcf7-not-valid:-ms-input-placeholder, #main-content.kontakt .main-right textarea.wpcf7-not-valid:-ms-input-placeholder {
      color: #f15a24; }
  #main-content.kontakt .main-left select.wpcf7-not-valid, #main-content.kontakt .main-right select.wpcf7-not-valid {
    border: 1px solid #f15a24;
    color: #f15a24; }
  #main-content.kontakt .main-left .wpcf7-not-valid-tip, #main-content.kontakt .main-right .wpcf7-not-valid-tip {
    display: none !important; }
  #main-content.kontakt .main-left div.wpcf7 img.ajax-loader, #main-content.kontakt .main-right div.wpcf7 img.ajax-loader {
    position: relative;
    z-index: 1;
    left: -40px; }
  #main-content.kontakt .main-left .wpcf7 span, #main-content.kontakt .main-right .wpcf7 span {
    display: block; }
  #main-content.kontakt .main-left #form-newsletter, #main-content.kontakt .main-right #form-newsletter {
    vertical-align: middle; }
    #main-content.kontakt .main-left #form-newsletter span, #main-content.kontakt .main-right #form-newsletter span {
      margin: 0;
      display: inline; }
  #main-content.kontakt .main-left #form-gdpr, #main-content.kontakt .main-right #form-gdpr {
    vertical-align: middle; }
    #main-content.kontakt .main-left #form-gdpr span, #main-content.kontakt .main-right #form-gdpr span {
      margin: 0;
      display: inline; }
  #main-content.kontakt .main-left .wpcf7-not-valid, #main-content.kontakt .main-right .wpcf7-not-valid {
    color: #f15a24; }
  #main-content.kontakt .main-left::-webkit-input-placeholder, #main-content.kontakt .main-right::-webkit-input-placeholder {
    color: #cccccc; }
  #main-content.kontakt .main-left:-moz-placeholder, #main-content.kontakt .main-right:-moz-placeholder {
    color: #cccccc;
    opacity: 1; }
  #main-content.kontakt .main-left::-moz-placeholder, #main-content.kontakt .main-right::-moz-placeholder {
    color: #cccccc;
    opacity: 1; }
  #main-content.kontakt .main-left:-ms-input-placeholder, #main-content.kontakt .main-right:-ms-input-placeholder {
    color: #cccccc; }
  #main-content.kontakt .main-left .message.wpcf7-not-valid::-moz-placeholder, #main-content.kontakt .main-right .message.wpcf7-not-valid::-moz-placeholder {
    color: #f15a24;
    opacity: 1; }

.methodology .teaser {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
  margin-right: 20px;
  margin-bottom: 3px;
  background-color: #ffffff;
  overflow: auto; }
  .methodology .teaser .teaser-headline {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    color: #4d4d4d;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 60%;
    font-size: 17px; }
  .methodology .teaser .teaser-image {
    float: left;
    margin-right: 10px; }
    .methodology .teaser .teaser-image img {
      height: 144px;
      width: auto;
      margin: 10px 10px 8px; }
  .methodology .teaser .teaser-date {
    float: right;
    padding: 10px;
    font-size: 0.7em;
    color: #a1a1a1; }
  .methodology .teaser .teaser-text {
    color: #a1a1a1;
    max-width: 80%;
    min-width: 100px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 10px; }
  .methodology .teaser:hover {
    background-color: #4d4d4d; }
    .methodology .teaser:hover .teaser-headline {
      color: #000000; }
    .methodology .teaser:hover .teaser-text {
      color: #000000; }
.methodology a {
  text-decoration: none;
  display: block;
  color: #4d4d4d !important; }

.searchcontent {
  min-height: 300px; }
  .searchcontent .teaser {
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    margin-right: 20px;
    margin-bottom: 3px;
    background-color: #ffffff;
    overflow: auto; }
    .searchcontent .teaser .teaser-headline {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      color: #4d4d4d;
      margin-top: 10px;
      margin-bottom: 5px;
      margin-left: 25px;
      max-width: 60%;
      font-size: 17px; }
    .searchcontent .teaser .teaser-image {
      float: left; }
      .searchcontent .teaser .teaser-image img {
        height: 144px;
        width: auto;
        margin: 10px 10px 8px; }
    .searchcontent .teaser .teaser-text {
      color: #a1a1a1;
      max-width: 60%;
      min-width: 100px;
      font-size: 14px;
      margin-left: 25px;
      margin-bottom: 10px; }
    .searchcontent .teaser .teaser-label {
      font-size: 14px;
      max-width: 60%;
      min-width: 100px;
      margin-left: 25px;
      margin-bottom: 10px; }
      .searchcontent .teaser .teaser-label i.fas {
        font-size: 12px;
        color: #4d4d4d; }
    .searchcontent .teaser:hover {
      background-color: #4d4d4d; }
      .searchcontent .teaser:hover .teaser-headline {
        color: #000000; }
      .searchcontent .teaser:hover .teaser-text {
        color: #000000; }
      .searchcontent .teaser:hover .teaser-label i.fas {
        color: #000000; }
  .searchcontent ul.pagination {
    list-style: none; }
    .searchcontent ul.pagination li {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      float: left;
      background-color: #ffffff;
      box-sizing: border-box;
      margin-right: 3px;
      box-shadow: 0 0 4px 1px #cccccc; }
      .searchcontent ul.pagination li a {
        text-decoration: none;
        color: #4d4d4d;
        padding: 11px 14px 7px 14px; }
    .searchcontent ul.pagination li.next {
      margin-left: 10px; }
    .searchcontent ul.pagination li.prev {
      margin-right: 10px; }
    .searchcontent ul.pagination li.now a {
      color: #000000;
      background-color: #4d4d4d; }
  .searchcontent input[type="search"] {
    -webkit-appearance: none;
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 22px;
    padding: 13px 10px 10px;
    color: #4d4d4d;
    width: 66%;
    height: 50px;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 18px;
    outline: 0 none; }
  .searchcontent input[type="submit"] {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    background: #f89c35;
    color: #000000;
    padding: 0 10px;
    border-width: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -4px;
    height: 50px;
    font-size: 18px;
    outline: 0 none;
    cursor: pointer; }
  .searchcontent a {
    text-decoration: none;
    display: block; }

button {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  position: relative;
  background: #f89c35;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px;
  font-size: 18px;
  outline: 0 none;
  cursor: pointer; }
  button:hover {
    background-color: #c67d2a; }

.btn {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  position: relative;
  background: #f89c35;
  color: #000000;
  border: 0;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px;
  font-size: 18px;
  outline: 0 none;
  cursor: pointer; }

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  position: relative;
  background: #f89c35;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px;
  font-size: 18px;
  outline: 0 none;
  cursor: pointer; }
  .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
    border: 0; }

.shadow {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }

.arrow {
  float: right;
  margin: 3px 0 0 15px;
  border: 5px solid #4d4d4d;
  font-size: 0;
  line-height: 0;
  height: 0;
  padding: 0; }

.arrow.down {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.arrow.up {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent; }

.arrow.left {
  float: left;
  margin: 3px 15px 0 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.arrow.right {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.navigation.paging-navigation {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  overflow: hidden; }
  .navigation.paging-navigation .pagination {
    float: right; }
    .navigation.paging-navigation .pagination .page-numbers {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      font-size: 14px;
      background: #ffffff none;
      color: #4d4d4d !important;
      box-shadow: 0 0 4px 1px #cccccc;
      box-sizing: border-box;
      display: inline-block;
      min-width: 1.5em;
      padding: 9px 1em 0.5em;
      margin-left: 2px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      border: 1px solid transparent; }
      .navigation.paging-navigation .pagination .page-numbers:hover {
        border: 1px solid #111111; }
    .navigation.paging-navigation .pagination .page-numbers.current {
      background: #4d4d4d none;
      color: #ffffff !important; }
      .navigation.paging-navigation .pagination .page-numbers.current:hover {
        border: 1px solid transparent; }

#resultsection {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  position: relative;
  display: none;
  float: left;
  width: 78%;
  min-width: 250px;
  color: #4d4d4d;
  margin-top: -5px; }
  #resultsection #resultatliste_info {
    box-shadow: 0 0 4px 1px #cccccc;
    background-color: #ffffff;
    padding: 11px 15px 6px;
    margin-top: 10px;
    font-size: 14px; }
    #resultsection #resultatliste_info select {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      border: 0;
      background: none;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: 0 none; }
  #resultsection .dataTables_paginate {
    margin-top: 6px; }
    #resultsection .dataTables_paginate .paginate_button {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      font-size: 14px;
      padding-top: 9px;
      background: #ffffff none;
      color: #4d4d4d !important;
      box-shadow: 0 0 4px 1px #cccccc; }
    #resultsection .dataTables_paginate .paginate_button.previous {
      margin-right: 15px; }
    #resultsection .dataTables_paginate .paginate_button.next {
      margin-left: 15px; }
    #resultsection .dataTables_paginate .paginate_button.current {
      background: #4d4d4d none;
      color: #ffffff !important; }
    #resultsection .dataTables_paginate .paginate_button.disabled {
      display: none !important; }
  #resultsection table.dataTable {
    text-align: left; }
    #resultsection table.dataTable tr {
      vertical-align: middle; }
    #resultsection table.dataTable th {
      font-weight: normal;
      padding-left: 10px !important; }
      #resultsection table.dataTable th:first-of-type {
        text-indent: 20px; }
    #resultsection table.dataTable td.scorecell {
      width: 95px; }
      #resultsection table.dataTable td.scorecell > * {
        position: relative;
        top: -1px; }
    #resultsection table.dataTable td.plattformcell {
      max-width: 130px; }
    #resultsection table.dataTable td.testtitlecell {
      padding-left: 20px;
      padding-right: 20px;
      background-image: url("images/listenpfeil.png");
      background-position: center right 10px;
      background-size: 15px 31px;
      background-repeat: no-repeat; }
    #resultsection table.dataTable td.productcell {
      position: relative;
      background-image: url("images/listenpfeil.png");
      background-position: center right 10px;
      background-size: 15px 31px;
      background-repeat: no-repeat;
      min-width: 300px; }
    #resultsection table.dataTable tbody tr {
      vertical-align: middle; }
      #resultsection table.dataTable tbody tr:hover {
        background-color: #ffffff; }
        #resultsection table.dataTable tbody tr:hover td {
          background-color: #ffffff; }
      #resultsection table.dataTable tbody tr td {
        text-align: left; }
        #resultsection table.dataTable tbody tr td a {
          color: #4d4d4d; }
        #resultsection table.dataTable tbody tr td img {
          display: inline-block;
          height: 30px;
          width: auto;
          margin: 10px 0 0 20px;
          padding-bottom: 10px;
          vertical-align: middle; }
        #resultsection table.dataTable tbody tr td .vendorname {
          position: relative;
          display: inline-block;
          margin: 0 0 0 20px;
          vertical-align: middle;
          max-width: 200px; }
    #resultsection table.dataTable thead th {
      border-bottom: 0;
      text-align: left; }
    #resultsection table.dataTable thead td {
      border-bottom: 0;
      text-align: left; }
  #resultsection td.productcell:hover {
    background-color: #4d4d4d !important;
    cursor: pointer; }
    #resultsection td.productcell:hover a {
      color: #ffffff !important; }
    #resultsection td.productcell:hover:after {
      border-left-color: #4d4d4d !important; }
  #resultsection td.testtitlecell:hover {
    background-color: #4d4d4d !important;
    cursor: pointer; }
    #resultsection td.testtitlecell:hover a {
      color: #ffffff !important; }
  #resultsection .stern {
    position: relative;
    display: inline-block;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
    margin-right: 6px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  #resultsection .stern.gold {
    background-image: url("images/Stern-orange.png"); }
  #resultsection .stern.grau {
    background-image: url("images/Stern-grau.png"); }
  #resultsection table.dataTable.stripe tbody tr.odd {
    background-color: #ffffff; }
  #resultsection table.dataTable.display tbody tr.odd {
    background-color: #ffffff; }
    #resultsection table.dataTable.display tbody tr.odd > .sorting_1 {
      background-color: #ffffff; }
    #resultsection table.dataTable.display tbody tr.odd:hover {
      background-color: #ffffff; }
  #resultsection table.dataTable.display tbody tr.even > .sorting_1 {
    background-color: #ffffff; }
  #resultsection table.dataTable.display tbody tr.even:hover {
    background-color: #ffffff; }
  #resultsection table.dataTable.display tbody tr:hover {
    background-color: #ffffff; }
  #resultsection table.dataTable.display tbody td {
    border-top: 0 solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2; }
  #resultsection table.dataTable.hover tbody tr.odd:hover {
    background-color: #ffffff; }
  #resultsection table.dataTable.hover tbody tr.even:hover {
    background-color: #ffffff; }
  #resultsection #resultatliste_length {
    display: none; }
  #resultsection #resultatliste_filter {
    display: none; }
  #resultsection table.dataTable.no-footer {
    border-bottom: 0; }
  #resultsection #resultatliste td.productcell {
    padding: 0; }
  #resultsection .dataTables_info {
    display: none !important; }

#main-nav-wrapper {
  position: relative;
  width: 100%;
  height: 35px;
  background: #ffffff;
  overflow: visible; }

#mobile-search-box {
  display: none; }
  #mobile-search-box .screen-reader-text {
    display: none; }
  #mobile-search-box input[type="submit"] {
    display: none; }

pre {
  padding: 5px 10px;
  color: #767676;
  font-size: 14px;
  white-space: pre-wrap; }

pre.code {
  color: #000000;
  background-color: #4d4d4d;
  font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace;
  font-size: 13px; }

img.no-margin {
  margin: 0 !important; }

figure.wp-caption.alignleft {
  margin-right: 10px;
  float: left; }

figure.wp-caption.alignright {
  margin-left: 10px;
  float: right; }

main {
  position: relative;
  background-color: #f2f2f2;
  z-index: 100; }

#main-content.iframe {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  max-width: 100%; }
  #main-content.iframe iframe {
    width: 100%; }

#main-content.fullwidth {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  #main-content.fullwidth .main-left {
    width: 100%; }

.logged-in main {
  position: relative; }

.print {
  display: none; }

div.link {
  cursor: pointer; }

#section-usertype {
  padding: 30px 0; }
  #section-usertype .centered, #section-usertype #main-content {
    text-align: center; }
    #section-usertype .centered .title, #section-usertype #main-content .title {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: normal;
      font-size: 25px;
      line-height: 50px;
      padding: 10px 0 10px 60px;
      color: #4d4d4d;
      background-size: 50px;
      background-repeat: no-repeat; }
    #section-usertype .centered .title.consumer, #section-usertype #main-content .title.consumer {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAZjSURBVHhe7Z1paFxVFMcTF1yxrigKheJaFFGxWHGJ2CQkM1lGSBSEUgUNKqIigq2iLSjaoihUsCi4IvWLH1TaD1atCyIWcUNBaLUQrVa6EIrFxqat/s7kZHpz583cvLyZyZuX84M/L7n3vPvuPf+Z+9aZaTEMI6sMDQ0d3dPTswpt6e3tfYvl6VplNJp8Pn8OJnyJ/nM03NfXd6WGGI0CM27g3fCXZ8aERqm/U0ONOtOKEQ+R9DHPhCi92tbWdqyuZ9Sarq6uk0jyO17Si8Kkr1geiij/luU8bcKoFblcbj6J/dlNtmqMpD9ISCv7jjx/j0TE7GYKy423ZCSGhN5Mov/2kizaTnmbhhUpFArnUv6dFyfvlINoORyhoUZcmP+PIpnP+ckVkdwv5ChLQydB3fHEvOGvo1rf2dl5qoYGkWmS7ZxSSbItDc02TFFnkbzPvWQWRRJWy/mHhlaEuHuIH41YfyvT2+UaFomYRpzslyatG6FDxK3N9DuPAV6L/ogY/F7Kb9WwKcE6C9HvThsT2kdbt2tYGdQ/7MWHdKOumi145d5PovZHDHgzU8QlGhYLpp0zaHNjRJuil6k/RkNLUP60F1dVcV8oqWdwcPBEBvV2hcG+S/0cDZ0WrH8k7ayivahD46/RXA0tQrlvyE70q6M9yG0jO4Z0d3dfwIB+cgeogzzAchkhreORyeFddhNtTkqmShLeoWFRhtytVUXo24tufWYMqZKgHQxykYbVFKbFCyu9ANCjhLTy/+wypNoUgjZRN2kKqTXVpkj0PlrjlWXXkMBOdk3UTrZesL0H6EvUQYSvbBpC5+UwdJs7GNU+tETDGgrT5nUk9E+vP76yZwidrniixongZRo2I1Q7EVVlxxA6K5cy3nQH4Gi9XILQ0BlF7z4+H9FHUTYMobPnoe/dzosYQGov9tGvW1DpYiZ/H5BpTauLUNZ8htBR+ll+OZyyXahbw1IJ/byYPk7cY3lMi0tQ1zyGyCEtnXwCNf0No0oXMZvGkEKhcBod/MDtrKPM3FJtCkPkaQ86N+x2VJW5hw5SbwgduoOOybmEa4RomLoFGpYZIgx5TW6oafXMIVMQnXnF7ZzTyQ0okw+uMa5nI8b7mZzPaEjjoRPz0Ddup1SyM39Sdu4amjkY36Vor463JEyRG2vXaFjjYKNdbHyX2xkRZSPsS/o0LNMwXjFlszt+ETnYj+7TsPoiJ3Js7HF0MKIjP7DzPl9DZwX9/f0nM+73/FxoPtZ2dHScoKG1Ry5xsJF1URtH8qDz7HgCoxy5f/II45cban5efqzLi1Qu/rHBrf4GKZNL1/dq2KyGmbqdXOxw86PaQ54KGpYcGlxCg/94GxFto/xqDTOAfMwlL5u8PInkcaGnEh3oyI0iGvLvnE3oE3SmhhoOgbx9JDfoNHTqVHMaPZOKk6CUQ55uQ2Uny+T2N6a3qzQsDCssYsWouVA0rGHGFCCXlQ6CRqm7S8MqIkcLywiMOlqYkBkSgyqGFEX96wMDA8dp+GSorHS3zJUZEoOQISJiPia0/NkzKv35Tj57sdwrM0Ni4BvC/y+w3O2WaflFusphKHSf9t7Ojud6DtPmOGUiMyQGviHkNM9SrgGWPsNCzIjkWVc5DMFnU7karZS/pcwMSUaUIVKuV8mXopdiPXFjhiSjkiHTxgxJhhmSMsyQlGGGpAwzJGWYISnDDEkZZkjKaHpDGIDchxlqlOr9uZSmN0Q67G2vriJhS3XTdcEMiSkzJIAZEmCmDWFAv6CVtRJtfuq1b4ZUI8KQdVpVE8QAr30zpBpmSAAzJBlmSAAzJCZmSAAzJBlmSAAzJCZmSAAzJBlmSAAzJCZmSAAzJBlmSAAzJCa1MIQ25DtXVrBs16ISZkhMkhqi3wH8r7P+pK+aFQO89s2QaiQ1hPjF7vpohVYVMUNiktSQ/PgPhU18IEY+x3eFVhUxQ2KS1BCBNuRzLoujvkHBDIlJLQyphhkSEzMkgBmSDDMkgBkSEzMkgBmSDDMkgBkSEzMkgBmSDDMkgBkSEzMkgBmSDDMkgBkSEzMkgBmSjEYYIr+y/GG9RPv+j9PvjIpLoC1u+/K/V19TSf/d7dXDEFMCJTZEvxR4zG/YNG0t1NROH956ZT9eYoov8riRGac2v6mSy+Xm83ZrN01PmLEgjb/ZaBiGYRiGMVtoafkfH3gjt+AqxYkAAAAASUVORK5CYII="); }
    #section-usertype .centered .title.enterprise, #section-usertype #main-content .title.enterprise {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAV+SURBVHhe7Z09iCRVFIVHEFFZ8IcN/GNYdIJBFHQUNRhoFWma6fnpgRkQTQQXcUHERNzIwGQNDIwEQTESxFhMDA01MhUR40UzMVDQcy+3mlNvy6rpnu2uV1Xng8vy6ntd73Wd6q6q7preDSGEEKIN9vf3Nw8ODv7NpTCfT2Jqw0SBZIYCyYw0ELT/wb9/rLH+RCmQgopAfgq1FjDmlWR8BZJsEAXSJgpk/dwynU7v+b86Ojp6PNkgbQfyedU8izo5ObkjHtpNTk9P7+In3FRtB3KGuhYP7SYKJDMUSGZUBPI36pea+jYeuhZwXHi1Yg5cv6N4/r0L5LdQnQCv2KvJ/BVImyiQzBh8IOh/G97XHy5qMpk8FMoZjUa3sz88PHwglIMNeCf7vb29+0I5WP8F9uh/MVQlgw+k6UIR7V32qO9DOQhoyh79vwnloP1K4muvzOEVCPfHBlEgNxMFkhmLBgK/hfqR6qtQDo4JT7DHBvsslIO2Bcb+41AOlk0SfzVUJYMPJDcUSGYokMxQIJmRBoL2F7h+eaqtsu0ZU1uOHr5CWi07i4ypLceigaD/BQz6UlHo/1woB6fFd7NHPR3KwQa8yN7OykI5duXOHv23Q1Uy+EA6cB3SaimQG48hv6K+W1dhzOs8vgK58RWy1rMsmz+Pr0AUiAJhbP48vgJpCATtLYw5P2vD/C+FcvD4bfbp9zu4tniMffr9jc2fx0cfBcL9UWkg19hb/1COrZ896kooB+0v2dv8QjlotxsIJrCJ+prqo1AO2tuJ/yCUg/ZO4tMNtJv4y6EqgR92ILmhQDKjKRDbgCh+xc1COWhfTvw4lIP224nfDeWgrUAYbJDaQFZN64FYfwx6WhQmlO5R9lnV3KNeCOUcHx/fzx790z1uM/E7oSqBH3Ygug4pY/Pn8RVIQyA2X3ulFYX+pU+P0d5hP5vNHgnlYNmz7NF/M5SDtgJh4GsDsTZ76x/KsfWzR3XrLEuBKBAFEqqSrgUynU6P0efTouAnoRwss+uUuUeNQjno/zp7rO+ZUA6WKRAGvjaQVWPz5/HXHgj2kAcxCd6j3g/l4PFbiX83lGOBskf/t0I5tgeyR5XeIlLghx1IbiiQzGgKxF5xWPZGUeldLni8vcXOPTboo6EcLHuRPWorlKNAEpoCsTZ76x/KQbvbZ1nj8fhe9JnvMdgDT0I59o0ae0zwMJSDJ2A/1TH3qNJZD9p2d/3co3/ps64U+GEHousQBXLeQCbo82FReEU/H8rBshl79C/diYn5vsy+4hikQBj42kBWjc2fx1cgCkSBMDZ/Hl+BNAQCP8Ky96hKxwj4MXvM78lQDjwWl3zpOgVegTDwTQf1fp9l2XUGJsFnJe+EchDYJfaoN0M5aNt9W/z410I5dhbDHlW6SyQFftiB5IYCyYymQOD7fQzJjaZAVk3rgXTtGLJqMH67geg6pIzNn8dXIA2BoK3PstijdB2yCApEgSiQOvoeSO+/U+9aIKvG5s/jrz2Qrn2nvmpaDyQ3FEhmNAWCV3C/7+3NDWyQ2kCszd76h3LQ7vZZFvaQ2nt7C7Ce9B7fUsGX7uktsD0w6VvaACnwww6k6SyrAMvTs61S2ROJriXsCSf9dB0SqpKuBWLzxUbivxEc1t8YFmB5FoGsGnsePL4CUSAKhLHnweMrkIZAbH0o/q2Sfv3WSdcCsTZ76x/KsfWzR+ksi7EnnPRTIKEqUSCZBWL9MSifl5fecwuwfNlAbuqvAdkOlKyvX9chZwUTXSqQRcF6agNZNQokQYGcEQWyJBWB/IVBKn/nfMH6IVlvWtcrHrNM/czrRbt3v/2uOkcpkMxKgWRW5w5kNBrdipXMf9tcdb7CcaX2/+4VQgghlmdj4z/pI7jw7aGFFwAAAABJRU5ErkJggg=="); }

.single-post #main-content hr.header-seperator {
  margin: 0 0 35px 21px; }
.single-post #main-content .main-left h1 {
  margin-left: 0; }
.single-post #main-content .main-left .related-posts {
  overflow: auto; }
  .single-post #main-content .main-left .related-posts a.related-post-title {
    padding: 0 5px; }
  .single-post #main-content .main-left .related-posts .attachment-post-thumbnail {
    width: 90%;
    height: auto; }
  .single-post #main-content .main-left .related-posts ul {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    list-style-type: none;
    margin: 0; }
    .single-post #main-content .main-left .related-posts ul li {
      padding: 10px;
      flex: 1 1 33%;
      /*grow | shrink | basis */
      float: left;
      text-align: center; }
.single-post #main-content .main-right {
  float: right;
  width: 33.33%; }
  .single-post #main-content .main-right h1 {
    margin-bottom: 10px;
    margin-left: 0; }
  .single-post #main-content .main-right .featured-image img {
    width: 100%;
    height: auto; }
.single-post #main-content h1 {
  margin-bottom: 5px; }
.single-post #main-content article {
  position: relative;
  overflow: auto;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3); }
.single-post #main-content ul.cat-links {
  list-style-type: none;
  margin-left: 0; }
  .single-post #main-content ul.cat-links li {
    display: inline;
    background-color: #f89c35;
    margin-right: 5px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .single-post #main-content ul.cat-links li:hover {
      opacity: 0.8; }
    .single-post #main-content ul.cat-links li a {
      color: #ffffff;
      font-size: 14px; }
.single-post #main-content .entry-meta .entry-date {
  float: right;
  font-size: 14px;
  color: #a1a199;
  margin-top: 2px; }
.single-post #main-content .entry-meta ul.cat-links {
  margin-top: 2px; }

.single-glossary #main-content article h1 {
  margin: 0 0 5px 0; }

.cm-glossary .glossary-search-wrapper {
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */ }
  .cm-glossary .glossary-search-wrapper .glossary-search-term {
    padding: 10px 15px !important;
    border-radius: 5px 0 0 5px;
    width: 100%; }
  .cm-glossary .glossary-search-wrapper button.glossary-search.button {
    margin-top: 0;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 0 5px 5px 0; }

#lightGallery-action a#lightGallery-prev:before {
  bottom: 5px !important; }
#lightGallery-action a#lightGallery-next:after {
  bottom: 5px !important; }

#lightGallery-close:after {
  top: 5px !important; }

#comparisonchart {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 17px; }

.chart {
  padding: 0 18px 0 0;
  box-sizing: border-box;
  margin-bottom: 35px; }

.chart.highchart_caption {
  margin-bottom: 0; }

span.highchart_caption {
  font-style: italic;
  font-size: 13px; }

.highcharts-container text {
  display: none; }

.highcharts-axis-labels text {
  display: block; }

.content-section {
  max-width: 1270px;
  margin: 0 auto;
  overflow: auto; }

.header-section {
  padding-right: 22px;
  max-width: 1270px;
  margin: 0 auto;
  overflow: auto; }

.section-block-muted {
  background-color: #e4e4e4;
  padding-bottom: 50px; }

.platform-item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 50px; }
  .platform-item .caption {
    display: block; }

.vendor-menu {
  margin-left: 0 !important;
  color: #4d4d4d; }
  .vendor-menu a {
    color: #4d4d4d; }
  .vendor-menu .vendor-menu-icon {
    float: left;
    text-align: center;
    padding: 20px;
    border: 1px solid #4d4d4d;
    width: 75px;
    margin-right: 5px;
    color: #4d4d4d; }
    .vendor-menu .vendor-menu-icon .icon {
      padding-bottom: 5px; }
    .vendor-menu .vendor-menu-icon:hover {
      color: #f2f2f2;
      background-color: #4d4d4d; }
      .vendor-menu .vendor-menu-icon:hover .icon {
        filter: invert(100%);
        -webkit-filter: invert(100%); }

.wrapperbox.intro {
  width: 100% !important;
  padding-bottom: 10px; }

.wrapperbox.full-width {
  width: 100% !important;
  padding-right: 20px !important; }

.post-intro {
  padding: 10px; }

.content-full-height {
  height: auto !important; }

.page-template-home-consumer #slider {
  background-image: url("images/home_consumer_slide-1920x816.jpg");
  background-position: right top; }
.page-template-home-consumer #main-content {
  overflow: hidden; }
  .page-template-home-consumer #main-content h1.title {
    font-size: 32px; }

.page-template-home-enterprise #slider {
  background-image: url("images/home_enterprise_slide-1920x853.jpg");
  background-position: right top; }
.page-template-home-enterprise #main-content {
  overflow: hidden; }
  .page-template-home-enterprise #main-content h1.title {
    font-size: 32px;
    display: table;
    color: #ffffff;
    background: rgba(77, 77, 77, 0.85);
    padding: 10px;
    margin-left: 17px; }

.page-template-testmethoden #main-content {
  margin-bottom: 20px; }

.page-template-media-reports-results-awards #main-content .vc_tta-tabs-list {
  display: none; }
.page-template-media-reports-results-awards #main-content h1 {
  margin-left: 0;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase; }
.page-template-media-reports-results-awards #main-content h2 {
  margin-top: 0;
  font-size: 22px; }
.page-template-media-reports-results-awards #main-content ul.testlinks {
  padding: 0; }
.page-template-media-reports-results-awards #main-content li.media-material-links {
  cursor: default; }
  .page-template-media-reports-results-awards #main-content li.media-material-links:hover {
    background: #ffffff;
    color: #4d4d4d; }
  .page-template-media-reports-results-awards #main-content li.media-material-links .media-mertial-section {
    padding-left: 55px; }
  .page-template-media-reports-results-awards #main-content li.media-material-links img.media_request_image {
    cursor: pointer;
    height: 80px;
    padding-right: 10px; }
  .page-template-media-reports-results-awards #main-content li.media-material-links .media_request_no_award {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    border: 2px solid #4d4d4d;
    border-radius: 5px;
    margin: 2px 10px 0 0;
    padding: 10px; }
    .page-template-media-reports-results-awards #main-content li.media-material-links .media_request_no_award span {
      line-height: 50px;
      display: inline-block;
      vertical-align: middle; }

table.dataTable {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }
  table.dataTable th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important; }
  table.dataTable td {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important; }

ul.generous li {
  margin: 10px 0; }

ol.generous > li {
  margin: 10px 0; }

#archive-testmethoden {
  margin-top: 0;
  width: 100%; }
  #archive-testmethoden #filtersection {
    position: relative;
    box-sizing: border-box;
    color: #4d4d4d; }
    #archive-testmethoden #filtersection .header {
      display: none; }
      #archive-testmethoden #filtersection .header .arrow {
        display: none;
        position: relative;
        margin-right: 18px; }
    #archive-testmethoden #filtersection .header.open .arrow {
      margin-top: -1px;
      border: 5px solid #4d4d4d;
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent; }
    #archive-testmethoden #filtersection #filterbox #filtersection-years {
      display: none; }

#latesttests {
  margin-top: 0;
  width: 100%; }
  #latesttests .testlinks {
    margin-top: 20px; }
  #latesttests .testarchiv {
    font-size: 14px;
    position: relative;
    display: block;
    margin: 0 0 20px 10px; }
    #latesttests .testarchiv img {
      position: relative;
      height: auto;
      width: 20px;
      top: 3px;
      margin-right: 10px; }
  #latesttests #filtersection {
    position: relative;
    box-sizing: border-box;
    color: #4d4d4d; }
    #latesttests #filtersection .header {
      display: none; }
      #latesttests #filtersection .header .arrow {
        display: none;
        position: relative;
        margin-right: 18px; }
    #latesttests #filtersection .header.open .arrow {
      margin-top: -1px;
      border: 5px solid #4d4d4d;
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent; }

.error404 input[type="search"] {
  -webkit-appearance: none;
  font-family: "Roboto Condensed", sans-serif;
  margin-left: 22px;
  padding: 13px 10px 10px;
  color: #4d4d4d;
  width: 66%;
  height: 50px;
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 18px;
  outline: 0 none; }
.error404 input[type="submit"] {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  background: #f89c35;
  color: #000000;
  padding: 0 10px;
  border-width: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -4px;
  height: 50px;
  font-size: 18px;
  outline: 0 none;
  cursor: pointer; }

table {
  font-size: 14px;
  border-collapse: collapse; }
  table tr {
    border-top: 1px solid #dddddd !important; }
    table tr:hover td {
      background-color: #f3f3f3; }
  table td.bold {
    font-weight: bold; }
  table td.highlight {
    border-left: 1px solid #dddddd !important;
    vertical-align: middle !important;
    font-weight: bold;
    background-color: #dddddd; }
  table td.cell-bg-dark {
    background-color: #4d4d4d;
    color: #000000; }
  table td.cell-bg-orange {
    background-color: #f89c35;
    color: #000000; }

.table-ranking tr.cluster-row {
  border-left: 5px solid #dddddd !important; }
.table-ranking td.vendors {
  text-align: left !important; }
.table-ranking td.cluster-border {
  margin-bottom: 10px !important;
  background-color: #f2f2f2; }
.table-ranking td.cluster-label {
  vertical-align: middle; }

ul.products li {
  font-size: 14px; }
ul.products img {
  margin-bottom: 5px !important; }

.vc_message_box p {
  margin-top: 0; }

.page-template-media-materials #main-content h1 {
  margin-left: 0;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase; }
.page-template-media-materials #main-content h2 {
  margin-top: 0;
  font-size: 22px; }

.timedropdown {
  display: none;
  padding-right: 18px;
  margin-bottom: 10px; }
  .timedropdown #filtersection #filterbox {
    box-shadow: 0 0 4px 1px #cccccc;
    background-color: #ffffff;
    margin: 15px 0 0 0; }
    .timedropdown #filtersection #filterbox .filtertopic {
      background-color: #4d4d4d;
      color: #000000;
      display: block;
      box-sizing: border-box;
      padding: 18px 0 13px 15px;
      width: 100%;
      border-bottom: 1px solid #f2f2f2;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
      .timedropdown #filtersection #filterbox .filtertopic .arrow {
        position: absolute;
        right: 30px;
        border: 5px solid #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }
    .timedropdown #filtersection #filterbox .filtertopic.open {
      background-color: #4d4d4d;
      color: #000000; }
      .timedropdown #filtersection #filterbox .filtertopic.open .arrow {
        margin-top: -1px;
        border: 5px solid #000000;
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent; }
    .timedropdown #filtersection #filterbox .filtersearch {
      display: block;
      box-sizing: border-box;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #f2f2f2; }
      .timedropdown #filtersection #filterbox .filtersearch input {
        font-size: 16px;
        border: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 120px 7px 15px;
        outline: 0 none; }
      .timedropdown #filtersection #filterbox .filtersearch .search-icon {
        position: relative;
        float: right;
        top: -28px;
        right: 15px; }
        .timedropdown #filtersection #filterbox .filtersearch .search-icon img {
          width: auto;
          height: 20px; }
    .timedropdown #filtersection #filterbox ul {
      margin: 0;
      display: none; }
      .timedropdown #filtersection #filterbox ul li {
        display: block;
        box-sizing: border-box;
        padding: 10px 0 5px 15px;
        width: 100%;
        border-bottom: 0;
        font-size: 14px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .timedropdown #filtersection #filterbox ul li .filterbox {
          float: right;
          margin-right: 18px; }
        .timedropdown #filtersection #filterbox ul li:nth-child(odd) {
          background-color: #f2f2f2; }

.timeslider {
  position: relative;
  max-width: 1000px;
  height: 70px;
  margin: 0 auto 30px;
  left: -11px; }
  .timeslider a.timeslider-btn {
    background-image: url("images/timeline-controls.png");
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    width: 10px;
    position: absolute;
    top: 10px;
    margin-top: 4px; }
  .timeslider a.timeslider-btn.prev {
    background-position: 0 -22px;
    left: 10px; }
  .timeslider a.timeslider-btn.next {
    background-position: 0 0;
    right: 10px; }
  .timeslider .timeslider-wrap {
    overflow: hidden;
    position: relative;
    margin: 0 40px;
    height: 70px;
    background: 0 23px repeat-x url("images/timeline-line.png"); }
    .timeslider .timeslider-wrap ul {
      overflow: hidden;
      padding: 0;
      margin: 0; }
    .timeslider .timeslider-wrap .timeslider-years {
      position: absolute;
      left: 0;
      top: 0; }
      .timeslider .timeslider-wrap .timeslider-years li {
        float: left;
        list-style: none;
        display: block;
        width: 50px;
        height: 60px;
        margin: 0 100px 0 0;
        text-align: center; }
        .timeslider .timeslider-wrap .timeslider-years li a {
          background: 50% 12px no-repeat url("images/timeline-circle-inactive.png");
          display: block;
          width: 50px;
          height: 20px;
          text-decoration: none;
          color: #4d4d4d !important;
          font-size: 16px;
          padding-top: 42px; }
          .timeslider .timeslider-wrap .timeslider-years li a:hover {
            background: 50% 12px no-repeat url("images/timeline-circle-hover.png"); }
        .timeslider .timeslider-wrap .timeslider-years li a.active {
          background: 50% 12px no-repeat url("images/timeline-circle-active.png");
          color: #f89c35 !important; }
        .timeslider .timeslider-wrap .timeslider-years li a.disabled {
          pointer-events: none; }

.page-template-latest-tests #resultsection #resultatliste tbody tr td.testlink {
  background-size: 30px;
  background-position: 15px;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-weight: bold;
  height: 60px; }
.page-template-latest-tests #resultsection #resultatliste tbody tr td.release-date {
  background-image: url("images/listenpfeil.png");
  background-position: center right 15px;
  background-size: 15px 31px;
  background-repeat: no-repeat; }
.page-template-latest-tests #resultsection #resultatliste tbody tr:hover td {
  background-color: #4d4d4d;
  cursor: pointer;
  color: #ffffff; }
  .page-template-latest-tests #resultsection #resultatliste tbody tr:hover td a {
    color: #ffffff; }

body {
  direction: ltr;
  unicode-bidi: embed;
  font: 100% "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  background: #f2f2f2;
  display: flex;
  flex-direction: column; }

ul {
  margin: 0 20px 24px 0; }

ol {
  margin: 0 20px 24px 0; }

li > ul {
  margin: 0 20px 0 0; }
li > ol {
  margin: 0 20px 0 0; }

caption {
  text-align: right; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
a img.alignnone {
  margin: 5px 20px 20px 0; }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
  color: #767676;
  line-height: 1.5; }

.screen-reader-text:focus {
  right: 5px;
  left: auto; }

.top-margin-10 {
  margin-top: 10px; }

.margin-top-10 {
  margin-top: 10px; }

a.boxed {
  height: 30px;
  display: block;
  padding: 12px 0 0 55px;
  background-color: #ffffff;
  background-image: url("images/info-icon-dark.png");
  background-position: 15px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  color: #4d4d4d !important;
  font-weight: bold;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
  a.boxed:hover {
    background-color: #4d4d4d;
    background-image: url("images/info-icon-white.png");
    color: #ffffff !important; }

.wpb_wrapper .bg-white img {
  background-color: #ffffff; }

.site-title {
  float: right; }

.search-toggle {
  float: left;
  margin-left: 38px;
  margin-right: auto; }
  .search-toggle .screen-reader-text {
    right: 5px;
    left: auto; }

.search-box .search-field {
  float: left;
  padding: 1px 6px 2px 2px; }

.site-navigation ul ul {
  margin-right: 20px;
  margin-left: auto; }

.menu-toggle {
  right: auto;
  left: 0; }

.entry-meta .tag-links a {
  margin: 0 10px 4px 4px; }
  .entry-meta .tag-links a:before {
    border-right: 0;
    border-left: 8px solid #767676;
    right: -7px;
    left: auto; }
  .entry-meta .tag-links a:hover:before {
    border-left-color: #41a62a; }
  .entry-meta .tag-links a:focus:before {
    border-left-color: #41a62a; }
  .entry-meta .tag-links a:after {
    right: -2px;
    left: auto; }

.page-links a {
  margin: 0 0 2px 1px; }
.page-links > span {
  margin: 0 0 2px 1px; }
.page-links > .page-links-title {
  padding-right: 0;
  padding-left: 7px; }

.gallery-item {
  float: right;
  margin: 0 0 4px 4px; }

.gallery-columns-1 .gallery-item:nth-of-type(1n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-5 .gallery-item:nth-of-type(5n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: auto;
  margin-left: 0; }

.gallery-caption {
  padding: 6px 8px;
  right: 0;
  left: auto;
  text-align: right; }
  .gallery-caption:before {
    right: 0;
    left: auto; }

.paging-navigation .page-numbers {
  margin-right: auto;
  margin-left: 1px; }

.contributor-avatar {
  float: right;
  margin: 0 0 20px 30px; }

.comment-author {
  padding-right: 30px;
  padding-left: 0; }
  .comment-author .avatar {
    right: 0;
    left: auto; }

.bypostauthor > article .fn:before {
  margin: 0 -2px 0 2px; }

.comment-awaiting-moderation {
  padding-right: 30px;
  padding-left: 0; }

.comment-content {
  padding-right: 30px;
  padding-left: 0; }
  .comment-content ul {
    margin: 0 22px 24px 0; }
  .comment-content ol {
    margin: 0 22px 24px 0; }

.comment-list .reply {
  padding-right: 30px;
  padding-left: 0; }
.comment-list .children {
  margin-right: 15px;
  margin-left: auto; }

.comment-metadata {
  padding-right: 30px;
  padding-left: 0; }

.comment-edit-link {
  margin-right: 10px;
  margin-left: auto; }
  .comment-edit-link:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }

.comment-reply-link:before {
  margin-left: auto;
  margin-right: 2px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

.comment-reply-login:before {
  margin-left: auto;
  margin-right: 2px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

.comment-reply-title small a {
  float: left; }

.comment-navigation .nav-previous a {
  margin-right: auto;
  margin-left: 10px; }

.widget li > ol {
  margin-right: 10px;
  margin-left: auto; }
.widget li > ul {
  margin-right: 10px;
  margin-left: auto; }
.widget input {
  padding: 1px 4px 2px 2px; }
.widget textarea {
  padding: 1px 4px 2px 2px; }

.widget_calendar caption {
  text-align: right; }
.widget_calendar #prev {
  padding-right: 5px;
  padding-left: 0; }
.widget_calendar #next {
  padding-right: 0;
  padding-left: 5px;
  text-align: left; }

.widget_twentyfourteen_ephemera .entry-content ul {
  margin: 0 20px 18px 0; }
.widget_twentyfourteen_ephemera .entry-content ol {
  margin: 0 20px 18px 0; }
.widget_twentyfourteen_ephemera .entry-content li > ul {
  margin: 0 20px 0 0; }
.widget_twentyfourteen_ephemera .entry-content li > ol {
  margin: 0 20px 0 0; }

.content-sidebar .widget li > ol {
  margin-right: 18px;
  margin-left: auto; }
.content-sidebar .widget li > ul {
  margin-right: 18px;
  margin-left: auto; }
.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
  margin: -1px 0 0 18px; }

.page-template-blog p, .single-glossary p {
  font-size: 16px; }
.page-template-blog a.post-tag, .single-glossary a.post-tag {
  font-size: 14px; }
.page-template-blog header #topic-nav-wrapper .menu-item.current-menu-item, .single-glossary header #topic-nav-wrapper .menu-item.current-menu-item {
  background-color: #8c8c8c; }
.page-template-blog #main-content h1, .single-glossary #main-content h1 {
  margin-left: 0; }
.page-template-blog #main-content h2, .single-glossary #main-content h2 {
  margin-left: 0; }
.page-template-blog #main-content h1.blog-article-heading, .single-glossary #main-content h1.blog-article-heading {
  margin-bottom: 5px; }
.page-template-blog #main-content article, .single-glossary #main-content article {
  position: relative;
  overflow: auto;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3); }
  .page-template-blog #main-content article .row, .single-glossary #main-content article .row {
    overflow: auto; }
  .page-template-blog #main-content article .entry-content, .single-glossary #main-content article .entry-content {
    display: inline-block;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px); }
    .page-template-blog #main-content article .entry-content > ul li, .single-glossary #main-content article .entry-content > ul li {
      padding-left: 10px; }
  .page-template-blog #main-content article .follow-us-wrapper, .single-glossary #main-content article .follow-us-wrapper {
    overflow: auto; }
    .page-template-blog #main-content article .follow-us-wrapper ul, .single-glossary #main-content article .follow-us-wrapper ul {
      list-style-type: none;
      margin: 0; }
      .page-template-blog #main-content article .follow-us-wrapper ul li, .single-glossary #main-content article .follow-us-wrapper ul li {
        float: left;
        margin-right: 5px; }
        .page-template-blog #main-content article .follow-us-wrapper ul li a, .single-glossary #main-content article .follow-us-wrapper ul li a {
          font-size: 40px;
          color: #b3b3b3; }
          .page-template-blog #main-content article .follow-us-wrapper ul li a:hover, .single-glossary #main-content article .follow-us-wrapper ul li a:hover {
            opacity: 0.8; }
        .page-template-blog #main-content article .follow-us-wrapper ul li img, .single-glossary #main-content article .follow-us-wrapper ul li img {
          height: 40px; }
        .page-template-blog #main-content article .follow-us-wrapper ul li img.twitter, .single-glossary #main-content article .follow-us-wrapper ul li img.twitter {
          height: 25px;
          margin-top: 7px; }
.page-template-blog #main-content nav.navigation, .single-glossary #main-content nav.navigation {
  margin-top: -25px;
  padding-right: 2px; }
.page-template-blog #main-content ul.cat-links, .single-glossary #main-content ul.cat-links {
  list-style-type: none;
  margin-left: 0; }
  .page-template-blog #main-content ul.cat-links li, .single-glossary #main-content ul.cat-links li {
    display: inline;
    background-color: #f89c35;
    margin-right: 5px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .page-template-blog #main-content ul.cat-links li:hover, .single-glossary #main-content ul.cat-links li:hover {
      opacity: 0.8; }
    .page-template-blog #main-content ul.cat-links li a, .single-glossary #main-content ul.cat-links li a {
      color: #ffffff;
      font-size: 14px; }
.page-template-blog #main-content .categories-wrapper-content span.cat-link, .single-glossary #main-content .categories-wrapper-content span.cat-link {
  display: inline;
  background-color: #f89c35;
  margin-right: 5px;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .page-template-blog #main-content .categories-wrapper-content span.cat-link:hover, .single-glossary #main-content .categories-wrapper-content span.cat-link:hover {
    opacity: 0.8; }
.page-template-blog #main-content .categories-wrapper-content span.cat-link.inactive, .single-glossary #main-content .categories-wrapper-content span.cat-link.inactive {
  background-color: #717171; }
.page-template-blog #main-content .entry-meta, .single-glossary #main-content .entry-meta {
  overflow: auto; }
  .page-template-blog #main-content .entry-meta .entry-date, .single-glossary #main-content .entry-meta .entry-date {
    float: right;
    font-size: 14px;
    color: #a1a199;
    margin-top: 2px; }
  .page-template-blog #main-content .entry-meta ul.cat-links, .single-glossary #main-content .entry-meta ul.cat-links {
    margin-top: 2px; }
.page-template-blog #main-content .more-link, .single-glossary #main-content .more-link {
  float: right;
  padding: 5px 10px;
  background-color: #f89c35;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .page-template-blog #main-content .more-link:hover, .single-glossary #main-content .more-link:hover {
    opacity: 0.8; }
.page-template-blog #main-content br + a.more-link, .single-glossary #main-content br + a.more-link {
  margin-top: 26px; }
.page-template-blog #main-content .thumbnail-outer, .single-glossary #main-content .thumbnail-outer {
  float: left;
  margin-right: 20px; }
  .page-template-blog #main-content .thumbnail-outer:hover img, .single-glossary #main-content .thumbnail-outer:hover img {
    opacity: 0.8; }
  .page-template-blog #main-content .thumbnail-outer img, .single-glossary #main-content .thumbnail-outer img {
    width: 300px;
    height: auto; }
.page-template-blog #main-content .main-right, .single-glossary #main-content .main-right {
  float: right;
  padding-right: 22px;
  width: 31%; }
  .page-template-blog #main-content .main-right h1, .single-glossary #main-content .main-right h1 {
    margin-bottom: 10px; }
  .page-template-blog #main-content .main-right .categories-wrapper-content span.cat-link, .single-glossary #main-content .main-right .categories-wrapper-content span.cat-link {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px; }
    .page-template-blog #main-content .main-right .categories-wrapper-content span.cat-link a, .single-glossary #main-content .main-right .categories-wrapper-content span.cat-link a {
      color: #ffffff;
      font-size: 18px; }

.category p {
  font-size: 16px; }
.category a.post-tag {
  font-size: 14px; }
.category header #topic-nav-wrapper .menu-item.current-menu-item {
  background-color: #8c8c8c; }
.category #main-content h1 {
  margin-left: 0; }
.category #main-content h1.blog-article-heading {
  margin-bottom: 5px; }
.category #main-content article {
  position: relative;
  overflow: auto;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3); }
  .category #main-content article .row {
    overflow: auto; }
  .category #main-content article .entry-content > ul li {
    padding-left: 10px; }
.category #main-content nav.navigation {
  margin-top: -25px;
  padding-right: 2px; }
.category #main-content ul.cat-links {
  list-style-type: none;
  margin-left: 0; }
  .category #main-content ul.cat-links li {
    display: inline;
    background-color: #f89c35;
    margin-right: 5px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .category #main-content ul.cat-links li:hover {
      opacity: 0.8; }
    .category #main-content ul.cat-links li a {
      color: #ffffff;
      font-size: 14px; }
.category #main-content .entry-meta {
  overflow: auto; }
  .category #main-content .entry-meta .entry-date {
    float: right;
    font-size: 14px;
    color: #a1a199;
    margin-top: 2px; }
  .category #main-content .entry-meta ul.cat-links {
    margin-top: 2px; }
.category #main-content .more-link {
  float: right;
  padding: 5px 10px;
  background-color: #f89c35;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .category #main-content .more-link:hover {
    opacity: 0.8; }
.category #main-content br + a.more-link {
  margin-top: 26px; }
.category #main-content .thumbnail-outer {
  float: left;
  margin-right: 20px; }
  .category #main-content .thumbnail-outer:hover img {
    opacity: 0.8; }

.tag p {
  font-size: 16px; }
.tag a.post-tag {
  font-size: 14px; }
.tag #main-content h1 {
  margin-left: 0; }
.tag #main-content h1.blog-article-heading {
  margin-bottom: 5px; }
.tag #main-content article {
  position: relative;
  overflow: auto;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.3); }
  .tag #main-content article .row {
    overflow: auto; }
  .tag #main-content article .entry-content > ul li {
    padding-left: 10px; }
  .tag #main-content article .thumbnail-outer img {
    max-width: 400px;
    height: auto; }
.tag #main-content nav.navigation {
  margin-top: -25px;
  padding-right: 2px; }
.tag #main-content ul.cat-links {
  list-style-type: none;
  margin-left: 0; }
  .tag #main-content ul.cat-links li {
    display: inline;
    background-color: #f89c35;
    margin-right: 5px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .tag #main-content ul.cat-links li:hover {
      opacity: 0.8; }
    .tag #main-content ul.cat-links li a {
      color: #ffffff;
      font-size: 14px; }
.tag #main-content .entry-meta {
  overflow: auto; }
  .tag #main-content .entry-meta .entry-date {
    float: right;
    font-size: 14px;
    color: #a1a199;
    margin-top: 2px; }
  .tag #main-content .entry-meta ul.cat-links {
    margin-top: 2px; }
.tag #main-content .more-link {
  float: right;
  padding: 5px 10px;
  background-color: #f89c35;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .tag #main-content .more-link:hover {
    opacity: 0.8; }
.tag #main-content br + a.more-link {
  margin-top: 26px; }
.tag #main-content .thumbnail-outer {
  float: left;
  margin-right: 20px; }
  .tag #main-content .thumbnail-outer:hover img {
    opacity: 0.8; }
.tag #main-content header {
  position: relative;
  margin: 0;
  padding: 0; }
.tag #main-content a.post-tag {
  font-size: 14px; }

#main-content.searchcontent .teaser .teaser-categories ul.cat-links {
  list-style-type: none;
  margin-left: 0; }
  #main-content.searchcontent .teaser .teaser-categories ul.cat-links li {
    display: inline;
    background-color: #f89c35;
    margin-right: 5px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #main-content.searchcontent .teaser .teaser-categories ul.cat-links li:hover {
      opacity: 0.8; }
    #main-content.searchcontent .teaser .teaser-categories ul.cat-links li a {
      color: #ffffff;
      font-size: 14px; }

#main-content.category-wrapper header {
  position: relative;
  margin: 0;
  padding: 0; }
#main-content.category-wrapper article .thumbnail-outer img {
  max-width: 400px;
  height: auto; }

.tag-cloud a:hover {
  border-radius: 5px;
  box-shadow: 0 0 100px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
  font-size: max(1.1em);
  padding: 5px; }

.featured-content .post-thumbnail img {
  right: 0;
  left: auto; }

.slider-viewport {
  direction: ltr; }

.slider .featured-content .entry-header {
  right: 0;
  left: auto;
  text-align: right; }

.slider-control-paging {
  float: right; }
  .slider-control-paging li {
    float: right;
    margin: 2px 0 2px 4px; }
    .slider-control-paging li:last-child {
      margin-right: auto;
      margin-left: 0; }
  .slider-control-paging a:before {
    right: 10px;
    left: auto; }

.slider-direction-nav li {
  border-width: 2px 0 0 1px;
  float: right; }
  .slider-direction-nav li:last-child {
    border-width: 2px 1px 0 0; }
.slider-direction-nav a:before {
  content: "\f429"; }
.slider-direction-nav .slider-next:before {
  content: "\f430"; }

* {
  margin: 0;
  padding: 0;
  direction: ltr; }

input[type="text"] {
  -webkit-appearance: none; }

input[type="email"] {
  -webkit-appearance: none; }

input[type="submit"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration {
  display: none; }
input[type="search"]::-webkit-search-cancel-button {
  display: none; }
input[type="search"]::-webkit-search-results-button {
  display: none; }
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

p {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 15px;
  text-align: justify; }

p.text-align-left {
  text-align: left; }

.full, #main-content .main-full {
  position: relative;
  display: block;
  width: 100%; }

.twothird, #main-content .main-left {
  position: relative;
  display: inline-block;
  float: left;
  width: 66.66%; }

.half {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%; }

.onethird {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.33%; }

.threefourth {
  position: relative;
  display: inline-block;
  float: left;
  width: 65%; }

.onefourth {
  position: relative;
  display: inline-block;
  float: left;
  width: 35%; }

.btn-xs {
  font-size: 15px;
  margin-top: 0;
  padding: 2px 5px; }

hr {
  border: 0;
  margin: 0 21px 15px 21px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc; }

#lightGallery-outer {
  background: rgba(13, 13, 13, 0.6) !important; }

html {
  -webkit-text-size-adjust: 100%; }

@media screen and (max-width: 767px) {
  .page-template-presscenter .wpb_wrapper {
    text-align: center; }
  .page-template-presscenter .wpb_single_image.vc_align_left {
    text-align: center; }

  div.it-security-tips .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-bottom: 10px; }
    div.it-security-tips .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item .vc_gitem-animated-block {
      display: none; }
    div.it-security-tips .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item .vc_gitem-zone .vc_gitem-post-data-source-post_excerpt {
      display: none; }
    div.it-security-tips .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item .vc_gitem-zone .vc_btn3-container.vc_btn3-left {
      display: none; }
    div.it-security-tips .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item .vc_gitem-zone .vc_gitem-post-data {
      margin-bottom: 0px; } }
@media screen and (max-width: 400px) {
  .list-view .site-content .post-thumbnail img {
    float: right;
    margin: 0 0 3px 10px; } }
@media screen and (min-width: 401px) {
  .site-content .entry-meta > span {
    margin-right: auto;
    margin-left: 10px; }
  .site-content .format-quote .post-format a:before {
    margin-right: auto;
    margin-left: 2px; }
  .site-content .format-gallery .post-format a:before {
    margin-right: auto;
    margin-left: 4px; }
  .site-content .format-aside .post-format a:before {
    margin-right: auto;
    margin-left: 2px; }
  .site-content .featured-post:before {
    margin-right: auto;
    margin-left: 3px; }
  .site-content .entry-date a:before {
    margin-right: auto;
    margin-left: 1px; }
  .site-content .comments-link a:before {
    margin-right: auto;
    margin-left: 2px; }
  .site-content .full-size-link a:before {
    margin-right: auto;
    margin-left: 1px; }

  .attachment .site-content span.entry-date:before {
    margin-right: auto;
    margin-left: 1px; }

  .entry-content .edit-link a:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }

  .entry-meta .edit-link a:before {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); } }
@media screen and (min-width: 594px) {
  .site-content .entry-header {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 673px) {
  .search-toggle {
    margin-right: auto;
    margin-left: 18px; }

  .content-area {
    float: right; }

  .site-content {
    margin-right: auto;
    margin-left: 33.33333333%; }
    .site-content .entry-content {
      padding-right: 30px;
      padding-left: 30px; }
    .site-content .entry-summary {
      padding-right: 30px;
      padding-left: 30px; }
    .site-content footer.entry-meta {
      padding-right: 30px;
      padding-left: 30px; }

  .archive-header {
    padding-right: 30px;
    padding-left: 30px; }

  .comments-area {
    padding-right: 30px;
    padding-left: 30px; }

  .image-navigation {
    padding-right: 30px;
    padding-left: 30px; }

  .page-header {
    padding-right: 30px;
    padding-left: 30px; }

  .page-content {
    padding-right: 30px;
    padding-left: 30px; }

  .post-navigation {
    padding-right: 30px;
    padding-left: 30px; }

  .full-width .site-content {
    margin-left: 0; }

  .content-sidebar {
    float: left;
    margin-right: -33.33333333%;
    margin-left: auto; }

  .grid .featured-content .hentry {
    float: right; }

  .slider-control-paging {
    padding-right: 20px;
    padding-left: 0; }

  .slider-direction-nav {
    float: left; }
    .slider-direction-nav li {
      padding: 0 0 0 1px; }
      .slider-direction-nav li:last-child {
        padding: 0 1px 0 0; } }
@media screen and (min-width: 783px) {
  .header-main {
    padding-right: 30px;
    padding-left: 0; }

  .search-toggle {
    margin-right: auto;
    margin-left: 0; }

  .primary-navigation {
    float: left;
    margin: 0 -12px 0 1px; }
    .primary-navigation ul ul {
      float: right;
      margin: 0;
      right: -999em;
      left: auto; }
      .primary-navigation ul ul ul {
        right: -999em;
        left: auto; }
      .primary-navigation ul ul li:hover > ul {
        right: 100%;
        left: auto; }
      .primary-navigation ul ul li.focus > ul {
        right: 100%;
        left: auto; }
    .primary-navigation ul li:hover > ul {
      right: auto; }
    .primary-navigation ul li.focus > ul {
      right: auto; }
    .primary-navigation .menu-item-has-children > a {
      padding-right: 12px;
      padding-left: 26px; }
      .primary-navigation .menu-item-has-children > a:after {
        right: auto;
        left: 12px; }
    .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after {
      content: "\f503";
      right: auto;
      left: 8px; }
    .primary-navigation .menu-item-has-children li.page_item_has_children > a:after {
      content: "\f503";
      right: auto;
      left: 8px; }
    .primary-navigation .page_item_has_children > a {
      padding-right: 12px;
      padding-left: 26px; }
      .primary-navigation .page_item_has_children > a:after {
        right: auto;
        left: 12px; }
    .primary-navigation .page_item_has_children li.menu-item-has-children > a:after {
      content: "\f503";
      right: auto;
      left: 8px; }
    .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
      content: "\f503";
      right: auto;
      left: 8px; }
    .primary-navigation li .menu-item-has-children > a {
      padding-right: 12px;
      padding-left: 20px; }
    .primary-navigation li .page_item_has_children > a {
      padding-right: 12px;
      padding-left: 20px; } }
@media screen and (min-width: 810px) {
  .attachment .entry-attachment .attachment {
    margin-right: -168px;
    margin-left: -168px; }
    .attachment .entry-attachment .attachment a {
      display: block; }

  .contributor-avatar {
    margin-right: -168px;
    margin-left: auto; }

  .contributor-summary {
    float: right; }

  .full-width .site-content blockquote.alignright {
    margin-right: -168px;
    margin-left: auto; }
  .full-width .site-content img.size-full.alignright {
    margin-right: -168px;
    margin-left: auto; }
  .full-width .site-content img.size-large.alignright {
    margin-right: -168px;
    margin-left: auto; }
  .full-width .site-content img.size-medium.alignright {
    margin-right: -168px;
    margin-left: auto; }
  .full-width .site-content .wp-caption.alignright {
    margin-right: -168px;
    margin-left: auto; }
  .full-width .site-content blockquote.alignleft {
    margin-right: auto;
    margin-left: -168px; }
  .full-width .site-content img.size-full.alignleft {
    margin-right: auto;
    margin-left: -168px; }
  .full-width .site-content img.size-large.alignleft {
    margin-right: auto;
    margin-left: -168px; }
  .full-width .site-content img.size-medium.alignleft {
    margin-right: auto;
    margin-left: -168px; }
  .full-width .site-content .wp-caption.alignleft {
    margin-right: auto;
    margin-left: -168px; } }
@media screen and (min-width: 846px) {
  .comment-author {
    padding-right: 50px;
    padding-left: 0; }

  .comment-awaiting-moderation {
    padding-right: 50px;
    padding-left: 0; }

  .comment-content {
    padding-right: 50px;
    padding-left: 0; }

  .comment-list .reply {
    padding-right: 50px;
    padding-left: 0; }
  .comment-list .children {
    margin-right: 20px;
    margin-left: auto; }

  .comment-metadata {
    padding-right: 50px;
    padding-left: 0; } }
@media screen and (max-width: 960px) {
  .page-template-awards-by-vendor .panel-year-desktop {
    display: none !important; }
  .page-template-awards-by-vendor h1 {
    margin-bottom: 10px !important;
    margin-left: 22px !important; }
  .page-template-awards-by-vendor .timeline {
    border-right: 0px;
    padding-top: 0px !important; }
  .page-template-awards-by-vendor .panel-award:before {
    display: none; }
  .page-template-awards-by-vendor .panel-award:after {
    display: none; } }
@media screen and (min-width: 961px) {
  .page-template-awards-by-vendor .panel-year-mobile {
    display: none !important; } }
@media screen and (min-width: 1008px) {
  .search-box-wrapper {
    padding-right: 182px;
    padding-left: 0; }

  .main-content {
    float: right; }

  .site-content {
    margin-right: 182px;
    margin-left: 29.04761904%; }

  .full-width .site-content {
    margin-right: 182px; }

  .content-sidebar {
    margin-right: -29.04761904%;
    margin-left: auto; }

  .site:before {
    right: 0;
    left: auto; }

  #secondary {
    float: right;
    margin: 0 -100% 0 0; }

  .secondary-navigation ul ul {
    right: -999em;
    left: auto; }
  .secondary-navigation ul li:hover > ul {
    right: 162px;
    left: auto; }
  .secondary-navigation ul li.focus > ul {
    right: 162px;
    left: auto; }
  .secondary-navigation .menu-item-has-children > a {
    padding-right: 30px;
    padding-left: 38px; }
    .secondary-navigation .menu-item-has-children > a:after {
      border-right-color: #ffffff;
      border-left-color: transparent;
      right: auto;
      left: 26px;
      content: "\f503"; }

  .footer-sidebar .widget {
    float: right; }

  .featured-content {
    padding-right: 182px;
    padding-left: 0; } }
@media screen and (min-width: 1040px) {
  .archive-header {
    padding-right: 15px;
    padding-left: 15px; }

  .comments-area {
    padding-right: 15px;
    padding-left: 15px; }

  .image-navigation {
    padding-right: 15px;
    padding-left: 15px; }

  .page-header {
    padding-right: 15px;
    padding-left: 15px; }

  .page-content {
    padding-right: 15px;
    padding-left: 15px; }

  .post-navigation {
    padding-right: 15px;
    padding-left: 15px; }

  .site-content .entry-header {
    padding-right: 15px;
    padding-left: 15px; }
  .site-content .entry-content {
    padding-right: 15px;
    padding-left: 15px; }
  .site-content .entry-summary {
    padding-right: 15px;
    padding-left: 15px; }
  .site-content footer.entry-meta {
    padding-right: 15px;
    padding-left: 15px; }

  .full-width .archive-header {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .comments-area {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .image-navigation {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .page-header {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .page-content {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .post-navigation {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .site-content .entry-header {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .site-content .entry-content {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .site-content .entry-summary {
    padding-right: 30px;
    padding-left: 30px; }
  .full-width .site-content footer.entry-meta {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1080px) {
  .site-content {
    margin-right: 222px;
    margin-left: 29.04761904%; }

  .full-width .site-content {
    margin-right: 222px; }

  .search-box-wrapper {
    padding-right: 222px;
    padding-left: 0; }

  .featured-content {
    padding-right: 222px;
    padding-left: 0; }

  .secondary-navigation ul li:hover > ul {
    right: 202px;
    left: auto; }
  .secondary-navigation ul li.focus > ul {
    right: 202px;
    left: auto; }

  .slider-control-paging {
    padding-right: 24px;
    padding-left: 0; }
    .slider-control-paging li {
      margin: 12px 0 12px 12px; }
    .slider-control-paging a:before {
      right: 6px;
      left: auto; } }
@media screen and (min-width: 1110px) {
  .archive-header {
    padding-right: 30px;
    padding-left: 30px; }

  .comments-area {
    padding-right: 30px;
    padding-left: 30px; }

  .image-navigation {
    padding-right: 30px;
    padding-left: 30px; }

  .page-header {
    padding-right: 30px;
    padding-left: 30px; }

  .page-content {
    padding-right: 30px;
    padding-left: 30px; }

  .post-navigation {
    padding-right: 30px;
    padding-left: 30px; }

  .site-content .entry-header {
    padding-right: 30px;
    padding-left: 30px; }
  .site-content .entry-content {
    padding-right: 30px;
    padding-left: 30px; }
  .site-content .entry-summary {
    padding-right: 30px;
    padding-left: 30px; }
  .site-content footer.entry-meta {
    padding-right: 30px;
    padding-left: 30px; } }
@media screen and (min-width: 1218px) {
  .archive-header {
    margin-left: 54px; }

  .comments-area {
    margin-left: 54px; }

  .image-navigation {
    margin-left: 54px; }

  .page-header {
    margin-left: 54px; }

  .page-content {
    margin-left: 54px; }

  .post-navigation {
    margin-left: 54px; }

  .site-content .entry-header {
    margin-left: 54px; }
  .site-content .entry-content {
    margin-left: 54px; }
  .site-content .entry-summary {
    margin-left: 54px; }
  .site-content footer.entry-meta {
    margin-left: 54px; }

  .full-width .archive-header {
    margin-right: auto;
    margin-left: auto; }
  .full-width .comments-area {
    margin-right: auto;
    margin-left: auto; }
  .full-width .image-navigation {
    margin-right: auto;
    margin-left: auto; }
  .full-width .page-header {
    margin-right: auto;
    margin-left: auto; }
  .full-width .page-content {
    margin-right: auto;
    margin-left: auto; }
  .full-width .post-navigation {
    margin-right: auto;
    margin-left: auto; }
  .full-width .site-content .entry-header {
    margin-right: auto;
    margin-left: auto; }
  .full-width .site-content .entry-content {
    margin-right: auto;
    margin-left: auto; }
  .full-width .site-content .entry-summary {
    margin-right: auto;
    margin-left: auto; }
  .full-width .site-content footer.entry-meta {
    margin-right: auto;
    margin-left: auto; } }
@media screen and (min-width: 1260px) {
  .site-content blockquote.alignright {
    margin-right: -18%;
    margin-left: auto; }
  .site-content blockquote.alignleft {
    margin-left: -18%;
    margin-right: auto; } }
@media screen and (max-width: 1300px) {
  #teaser:after {
    display: none; }
  #teaser:before {
    display: none; }

  #vendors .vendor-wrapper {
    width: 64.8%; } }
@media screen and (max-width: 1200px) {
  .page-template-comparison #main-content .filters {
    width: 100%;
    overflow: hidden; }
  .page-template-comparison #main-content select:first-of-type {
    margin-left: -3px; }
  .page-template-comparison #main-content #select-test {
    width: 50%; }
  .page-template-comparison #main-content #select-usertype {
    width: 50%; }
  .page-template-comparison #main-content #select-year {
    width: 50%;
    padding-right: 0; }
  .page-template-comparison #main-content #select-month {
    width: 50%;
    padding-right: 0; }
  .page-template-comparison #main-content #select-sort {
    width: 50%;
    padding-right: 0; }
  .page-template-comparison #main-content #select-zoom {
    width: 50%;
    padding-right: 0; } }
@media screen and (max-width: 1180px) {
  #main-content #methoden .inner-methode {
    min-height: 280px; }

  #vendors .vendor-wrapper {
    width: 64.1%; } }
@media screen and (max-width: 1075px) {
  #teaser .teaser-wrapper-news .teaser .teaser-headline {
    margin-bottom: 5px;
    font-size: 17px;
    width: 95%; }
  #teaser .teaser-wrapper-news .teaser .teaser-text {
    width: 95%;
    font-size: 13px; }
  #teaser .teaser-wrapper-specials .teaser .teaser-text {
    font-size: 13px; }

  .single-vendors .vendor-menu .vendor-menu-icon {
    font-size: 8px;
    margin-bottom: 5px;
    width: 25px;
    height: 25px; }
    .single-vendors .vendor-menu .vendor-menu-icon img {
      width: 25px;
      height: 25px; } }
@media screen and (max-width: 1035px) {
  #resultate #resultsection {
    width: 100%;
    margin-top: 0px; }
    #resultate #resultsection #resultatliste_info {
      display: none; }
  #resultate #filtersection {
    width: 100%;
    padding: 0; }
    #resultate #filtersection .header {
      background-color: #ffffff;
      margin: 0;
      padding: 15px 0px 10px 15px;
      box-shadow: 0 0 4px 1px #cccccc;
      z-index: 200;
      cursor: pointer; }
      #resultate #filtersection .header .arrow {
        display: block; }
    #resultate #filtersection .header.open .arrow {
      display: block;
      margin-top: -1px;
      border: 5px solid #4d4d4d;
      border-top-color: transparent;
      border-right-color: transparent;
      border-left-color: transparent; }
    #resultate #filtersection #filterbox {
      display: none;
      margin: 0px;
      z-index: 100; }
      #resultate #filtersection #filterbox .filtertopic .arrow {
        right: 20px; } }
@media screen and (max-width: 1020px) {
  #teaser .teaser-wrapper-specials a:nth-of-type(3) {
    display: none; }
  #teaser .teaser-wrapper-specials .teaser .teaser-image {
    display: block;
    float: none;
    margin-bottom: 0px; }
  #teaser .teaser-wrapper-specials .teaser .teaser-headline {
    float: none;
    margin-left: 10px;
    margin-top: 0px; }
  #teaser .teaser-wrapper-specials .teaser .teaser-text {
    float: none;
    margin-bottom: 10px;
    margin-left: 10px;
    min-height: 59px; }

  #main-content {
    width: 100% !important; }
    #main-content #methoden .methode {
      width: 50%; }
      #main-content #methoden .methode .inner-methode {
        min-height: 220px; }
    #main-content .teaser .teaser-text {
      max-width: 100%;
      box-sizing: border-box;
      padding-right: 20px; }
    #main-content .teaser .teaser-headline {
      max-width: 100%;
      box-sizing: border-box;
      padding-right: 20px; }
    #main-content .filters .header {
      background-color: #ffffff;
      margin: 0;
      padding: 15px 0px 10px 15px;
      box-shadow: 0 0 4px 1px #cccccc;
      z-index: 200;
      cursor: pointer; }

  .page-template-archive .timeslider {
    display: none; }

  #archive-testmethoden #filtersection {
    width: 100%;
    padding: 0; }
    #archive-testmethoden #filtersection #filterbox {
      display: none;
      background-color: #f2f2f2;
      box-shadow: 0 0 4px 1px #cccccc;
      margin-right: 18px; }
      #archive-testmethoden #filtersection #filterbox #filtersection-years {
        display: block; }
        #archive-testmethoden #filtersection #filterbox #filtersection-years .filtertopic {
          background-color: #4d4d4d;
          color: #000000;
          display: block;
          box-sizing: border-box;
          padding: 10px 0 10px 15px;
          width: 100%;
          border-bottom: 1px solid #f2f2f2;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          cursor: pointer; }
      #archive-testmethoden #filtersection #filterbox .filtertopic .arrow {
        position: absolute;
        right: 30px;
        margin: 8px;
        border: 5px solid #000000;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent; }
      #archive-testmethoden #filtersection #filterbox .filtertopic.open {
        background-color: #4d4d4d;
        color: #000000; }
        #archive-testmethoden #filtersection #filterbox .filtertopic.open .arrow {
          margin-top: -1px;
          border: 5px solid #000000;
          border-top-color: transparent;
          border-right-color: transparent;
          border-left-color: transparent; }
    #archive-testmethoden #filtersection .header {
      display: block;
      background-color: #ffffff;
      margin: 0 18px 0 0;
      padding: 15px 0px 10px 15px;
      box-shadow: 0 0 4px 1px #cccccc;
      z-index: 200;
      cursor: pointer; }
      #archive-testmethoden #filtersection .header .arrow {
        display: block; }
    #archive-testmethoden #filtersection #testmethoden-navreiter-wrapper {
      padding: 0;
      margin: 0; }
      #archive-testmethoden #filtersection #testmethoden-navreiter-wrapper p {
        margin-left: 12px !important; }
    #archive-testmethoden #filtersection #archive-years-navreiter-wrapper {
      padding: 0;
      margin: 0; }
      #archive-testmethoden #filtersection #archive-years-navreiter-wrapper p {
        margin-left: 12px !important; }
    #archive-testmethoden #filtersection .testmethoden-trigger {
      display: block;
      box-sizing: border-box;
      padding: 15px 0 10px 0px;
      margin: 0;
      width: 100%;
      background-position: center right 18px; }
      #archive-testmethoden #filtersection .testmethoden-trigger span {
        margin-left: 0; }
    #archive-testmethoden #filtersection .archive-years-trigger {
      display: block;
      box-sizing: border-box;
      padding: 15px 0 10px 0px;
      margin: 0;
      width: 100%;
      background-position: center right 18px; }
    #archive-testmethoden #filtersection .testmethoden-trigger.odd {
      background-color: #f2f2f2; }
    #archive-testmethoden #filtersection .archive-years-trigger.odd {
      background-color: #f2f2f2; }

  #latesttests #filtersection {
    width: 100%;
    padding: 0; }
    #latesttests #filtersection #filterbox {
      display: none;
      background-color: #f2f2f2;
      box-shadow: 0 0 4px 1px #cccccc;
      margin-right: 18px; }
    #latesttests #filtersection .header {
      display: block;
      background-color: #ffffff;
      margin: 0 18px 0 0;
      padding: 15px 0px 10px 15px;
      box-shadow: 0 0 4px 1px #cccccc;
      z-index: 200;
      cursor: pointer; }
      #latesttests #filtersection .header .arrow {
        display: block; }
    #latesttests #filtersection #testmethoden-navreiter-wrapper {
      padding: 0;
      margin: 0; }
    #latesttests #filtersection .testmethoden-trigger {
      display: block;
      box-sizing: border-box;
      padding: 15px 0 10px 15px;
      margin: 0;
      width: 100%; }
    #latesttests #filtersection .testmethoden-trigger.odd {
      background-color: #f2f2f2; }

  .page-template-media-reports-results-awards .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: block; }

  .timedropdown {
    display: block; }

  .timeslider {
    display: none; }

  .single-vendors #main-content .wrapperbox.alert input[type="text"] {
    width: 47%;
    margin-bottom: 10px; }
  .single-vendors #main-content .wrapperbox.alert input[type="email"] {
    width: 80.3%; }
  .single-vendors #main-content .wrapperbox.alert input[type="submit"] {
    width: 15%; } }
@media screen and (max-width: 900px) {
  #vendors .vendor-wrapper {
    width: 63.7%; }
  #vendors .newsletter-wrapper-content form input[type="submit"] {
    margin-left: -8px; } }
@media screen and (max-width: 952px) {
  header #main-nav #nav_menu-2 {
    display: none; }
  header #main-nav #nav_menu-10 {
    display: none; }
  header #main-nav-wrapper {
    height: 34px; }

  #topic-nav-wrapper #mobile-menu-trigger {
    display: block; }
  #topic-nav-wrapper nav {
    display: none; }

  #teaser .teaser-wrapper-news {
    width: 100%; }
    #teaser .teaser-wrapper-news .teaser {
      margin-right: 15px; }
      #teaser .teaser-wrapper-news .teaser .teaser-text {
        font-size: 14px; }
  #teaser .teaser-wrapper-specials {
    width: 100%;
    margin-top: 12px; }
    #teaser .teaser-wrapper-specials h2 {
      margin-left: 21px; }
    #teaser .teaser-wrapper-specials .teaser {
      margin-left: 15px;
      margin-right: 0px;
      width: 47%;
      float: left; }
      #teaser .teaser-wrapper-specials .teaser .teaser-image {
        float: left; }
      #teaser .teaser-wrapper-specials .teaser .teaser-headline {
        margin-top: 15px; }

  #vendors {
    margin-bottom: 20px; }
    #vendors .vendor-wrapper {
      width: 100%;
      margin: -10px 0 15px 0; }
      #vendors .vendor-wrapper h2 {
        margin-left: 20px; }
    #vendors .facebook-wrapper {
      margin-left: 0px;
      width: 100%; }
    #vendors .newsletter-wrapper {
      margin-left: 0px;
      width: 100%; }
    #vendors #fbpagelink {
      display: none; }
    #vendors .newsletter-wrapper-content form input[type="text"] {
      width: 98%;
      max-width: 98%;
      margin-right: 2%;
      border-radius: 5px;
      border: 1px solid #f2f2f2;
      box-sizing: border-box; }
    #vendors .newsletter-wrapper-content form input[type="email"] {
      width: 98%;
      max-width: 98%;
      margin-right: 2%;
      border-radius: 5px;
      border: 1px solid #f2f2f2;
      box-sizing: border-box; }
    #vendors .newsletter-wrapper-content form input[type="submit"] {
      width: 98%;
      max-width: 98%;
      margin-right: 2%;
      border-radius: 5px;
      border: 1px solid #f2f2f2;
      box-sizing: border-box;
      border: 0px;
      margin: 10px 0 0 0; }

  .single-post .main-right article {
    display: none; }
  .single-post #main-content .main-left .related-posts ul {
    display: block; }
    .single-post #main-content .main-left .related-posts ul li {
      display: flex;
      padding: 20px 10px;
      border-top: 1px solid #f2f2f2;
      text-align: left;
      justify-content: start;
      align-items: center; }
      .single-post #main-content .main-left .related-posts ul li a:first-child {
        width: 20%; }
      .single-post #main-content .main-left .related-posts ul li a:last-child {
        width: 80%; }
      .single-post #main-content .main-left .related-posts ul li:first-child {
        border-top: none; }
      .single-post #main-content .main-left .related-posts ul li .attachment-post-thumbnail {
        width: 70%; }

  #main-content .main-left {
    width: 100%; }
  #main-content .main-right {
    width: 100%; }
  #main-content #methoden .methode {
    width: 50%; }
    #main-content #methoden .methode .inner-methode {
      min-height: 320px; }
  #main-content #footer-info.main-left {
    width: 100%; }
  #main-content .main-left.information {
    padding-right: 0px; }

  #main-content.test .main-right {
    width: 100%; }
  #main-content.test h1 {
    margin-left: 20px; }
  #main-content.test .icon {
    display: none; }
  #main-content.test .testmeta {
    float: none;
    margin-bottom: 40px;
    display: block;
    clear: both;
    padding-right: 0px;
    position: relative;
    top: 35px; }
  #main-content.test .chart {
    min-width: 750px;
    overflow-x: scroll; }
  #main-content.test table tr td.buttons {
    display: block;
    float: left;
    position: absolute;
    top: -40px;
    left: 0px;
    width: auto !important;
    box-sizing: border-box;
    padding-left: 22px !important; }
    #main-content.test table tr td.buttons button {
      float: left; }
    #main-content.test table tr td.buttons button.print {
      margin-left: 7px; }

  #main-content.kontakt .main-left {
    width: 100%; }
  #main-content.kontakt .main-right {
    width: 100%; }

  #footer-menu.onethird {
    width: 100%; }

  #footer-info.twothird, #main-content #footer-info.main-left {
    width: 100%; }

  main {
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 20px; }

  .screenshots {
    padding-left: 22px;
    width: 100% !important; }

  .page-template-blog #main-content .main-right {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px; } }
@media screen and (min-width: 953px) {
  header {
    left: 0px !important; }
    header #main-nav #nav_menu-2 {
      display: block; }
    header #main-nav #nav_menu-10 {
      display: block; }

  main {
    left: 0px !important;
    box-shadow: none; }

  footer {
    left: 0px !important; }

  #mobile-menu-wrapper {
    right: -260px !important;
    overflow-y: scroll;
    height: 100%; } }
@media screen and (max-width: 820px) {
  .page-template-comparison #main-content #chart-url #copyTarget {
    width: 80%; }
  .page-template-comparison #main-content #chart-url #copyButton {
    width: 19%; }

  body.tag #main-content .thumbnail-outer {
    display: block;
    text-align: center;
    width: 100%;
    margin-right: 0; }
  body.tag #main-content article .entry-content {
    display: block;
    width: 100%; }

  #main-content.category-wrapper article .thumbnail-outer {
    display: block;
    text-align: center;
    width: 100%;
    margin-right: 0; }
    #main-content.category-wrapper article .thumbnail-outer img {
      max-width: none; }

  .page-template-blog #main-content .thumbnail-outer img {
    max-width: none; }

  .tag #main-content article .thumbnail-outer img {
    max-width: none; } }
@media screen and (max-width: 700px) {
  #teaser .teaser-wrapper-news .teaser .teaser-text {
    width: auto;
    box-sizing: border-box;
    padding: 0 10px 0 0; }
  #teaser .teaser-wrapper-specials .teaser {
    width: 95.5%; }

  #resultate #filtersection .testarchiv {
    margin-bottom: 0px !important; }

  #resultsection {
    margin-top: 0px !important; }
    #resultsection th {
      display: none; }
    #resultsection table {
      display: block;
      width: 100%;
      border: 0 !important;
      margin: 0; }
    #resultsection thead {
      display: block;
      width: 100%;
      border: 0 !important;
      margin: 0; }
    #resultsection tbody {
      display: block;
      width: 100%;
      border: 0 !important;
      margin: 0; }
    #resultsection tr {
      display: block;
      width: 100%;
      border: 0 !important;
      margin: 0;
      display: inline-block;
      margin-bottom: 3px;
      clear: both; }
      #resultsection tr:hover td {
        background-color: #ffffff; }
    #resultsection td {
      display: block;
      width: 100%;
      border: 0 !important;
      margin: 0;
      height: auto; }
    #resultsection table.dataTable td.scorecell {
      width: 115px; }
    #resultsection table.dataTable td.productcell {
      background: #ffffff; }
      #resultsection table.dataTable td.productcell:after {
        display: none; }
    #resultsection table.dataTable td.plattformcell {
      width: auto;
      float: left;
      padding-left: 0px;
      box-sizing: border-box;
      text-align: left;
      color: #a1a1a1; }
    #resultsection td.scorecell {
      width: 125px;
      float: left;
      padding-left: 20px;
      padding-top: 5px;
      box-sizing: border-box; }
    #resultsection .stern {
      width: 22px;
      height: 22px;
      background-repeat: no-repeat; }

  #section-usertype {
    padding: 20px 0; }
    #section-usertype .centered .title, #section-usertype #main-content .title {
      font-size: 22px;
      padding: 10px 0 10px 50px;
      background-size: 40px; }

  .page-template-latest-tests #resultsection #resultatliste tbody tr td.testlink {
    background-position: 15px 5px;
    height: 40px; }
  .page-template-latest-tests #resultsection #resultatliste tbody tr td.plattformcell {
    padding: 0 10px 10px 50px;
    width: auto;
    max-width: none; }
  .page-template-latest-tests #resultsection #resultatliste tbody tr td.release-date {
    padding: 0 0 10px 0;
    background-image: none; } }
@media screen and (max-width: 600px) {
  main #quick-search {
    top: 110px; }
  main #slider {
    height: 450px; }

  #teaser {
    margin-top: 250px; }
    #teaser .teaser-wrapper-specials .teaser {
      width: 94.5%; }

  #main-content #methoden .methode {
    width: 100%; }
    #main-content #methoden .methode .inner-methode {
      min-height: 150px; }
  #main-content .newsarchiv .teaser .teaser-image {
    display: block;
    float: none; }
    #main-content .newsarchiv .teaser .teaser-image img {
      margin-bottom: 0; }
  #main-content .newsarchiv .teaser .teaser-text {
    display: block;
    float: none;
    padding-left: 5px; }
  #main-content .newsarchiv .teaser .teaser-headline {
    display: block;
    float: none;
    padding-left: 5px;
    margin-top: 15px; }
  #main-content .methodology .teaser .teaser-image {
    display: block;
    float: none; }
    #main-content .methodology .teaser .teaser-image img {
      margin-bottom: 0; }
  #main-content .methodology .teaser .teaser-text {
    display: block;
    float: none;
    padding-left: 5px; }
  #main-content .methodology .teaser .teaser-headline {
    display: block;
    float: none;
    padding-left: 5px;
    margin-top: 15px; }

  #main-content.test ul.products {
    list-style: none;
    margin-left: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid; }
  #main-content.test .scrollable.has-scroll .mobile-scrollable {
    display: block; }
  #main-content.test p > img {
    width: 100%;
    height: auto; }
  #main-content.test p a > img {
    width: 100%;
    height: auto; }

  .page-template-blog #main-content .thumbnail-outer {
    display: block;
    text-align: center;
    width: 100%;
    margin-right: 0; }
  .page-template-blog #main-content article .entry-content {
    display: block;
    width: 100%; } }
@media screen and (max-width: 550px) {
  #teaser .teaser-wrapper-news .teaser .teaser-image {
    display: none; }
  #teaser .teaser-wrapper-specials .teaser {
    width: 94%; }
    #teaser .teaser-wrapper-specials .teaser .teaser-image {
      display: none; }
    #teaser .teaser-wrapper-specials .teaser .teaser-headline {
      font-size: 17px; }
    #teaser .teaser-wrapper-specials .teaser .teaser-text {
      font-size: 14px; }

  #quick-search h1 {
    letter-spacing: -1px; }
  #quick-search #quick-select {
    padding: 0 17px 0 17px; }

  #section-usertype {
    padding: 10px 0; }
    #section-usertype .centered .title, #section-usertype #main-content .title {
      padding: 0;
      font-size: 22px; }
    #section-usertype .centered .title.consumer, #section-usertype #main-content .title.consumer {
      background-image: none; }
    #section-usertype .centered .title.enterprise, #section-usertype #main-content .title.enterprise {
      background-image: none; }

  footer #footer-wrapper .threefourth {
    width: 100%; }
  footer #footer-wrapper .onefourth {
    width: 100%; }
  footer #footer-wrapper #footer-info #footer-box-right {
    padding: 25px 15px 0 0; }
  footer #footer-wrapper .info-wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-right: 15px; }

  .page-template-comparison #main-content .filterwrapper {
    margin: 0 20px; }
  .page-template-comparison #main-content .filters {
    width: 100%; }
    .page-template-comparison #main-content .filters #filterbox {
      display: none; }
    .page-template-comparison #main-content .filters .header {
      display: block; }

  #main-content.category-wrapper article .thumbnail-outer img {
    max-width: 300px; }

  .page-template-blog #main-content .thumbnail-outer img {
    max-width: 300px; }

  .tag #main-content article .thumbnail-outer img {
    max-width: 300px; } }
@media screen and (max-width: 500px) {
  #teaser .teaser-wrapper-specials .teaser {
    width: 93%; }

  ul.search-nav {
    display: none; }

  #mobile-search-box {
    display: table;
    float: right;
    height: 60px; }
    #mobile-search-box form {
      display: none;
      vertical-align: middle;
      height: 60px; }
      #mobile-search-box form input[type="search"] {
        position: absolute;
        -webkit-appearance: none;
        text-align: right;
        padding: 5px 10px;
        font-size: 18px;
        color: #b3b3b3;
        border: 0;
        left: 105px;
        right: 70px;
        top: 14px; }
    #mobile-search-box .search-label {
      display: table-cell;
      vertical-align: middle;
      padding: 0 18px 0 5px;
      height: 60px;
      cursor: pointer; }
      #mobile-search-box .search-label img {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 5px; }

  #main-content.category-wrapper article .thumbnail-outer img {
    max-width: 200px; }

  .page-template-blog #main-content .thumbnail-outer img {
    max-width: 200px; }

  .tag #main-content article .thumbnail-outer img {
    max-width: 200px; } }
@media screen and (max-width: 435px) {
  .single-vendors .vendor-menu .vendor-menu-icon {
    padding: 15px; }
    .single-vendors .vendor-menu .vendor-menu-icon img {
      width: 20px;
      height: 20px; } }
@media screen and (max-width: 375px) {
  .page-template-comparison #main-content .controls {
    display: none; } }
@media screen and (min-width: 1036px) {
  #resultate #filtersection #filterbox {
    display: block !important; }

  #main-content .filters #filterbox {
    display: block !important; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  header #main-nav-wrapper {
    height: 0; }

  .single-vendors #main-nav .logo {
    height: 45px; }

  .page-template-testmethoden #main-nav .logo {
    height: 45px; }

  #main-nav ul.icon-nav {
    display: none; }
  #main-nav ul.search-nav {
    display: none; } }
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
  .single-vendors #main-nav .logo {
    height: 45px; }

  .page-template-testmethoden #main-nav .logo {
    height: 45px; }

  #main-nav ul.icon-nav {
    display: none; }
  #main-nav ul.search-nav {
    display: none; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .single-vendors #main-nav .logo {
    height: 45px; }

  .page-template-testmethoden #main-nav .logo {
    height: 45px; }

  #main-nav ul.icon-nav {
    display: none; }
  #main-nav ul.search-nav {
    display: none; } }
@media only screen and (max-device-width: 320px) {
  #main-nav ul.icon-nav {
    display: none; }
  #main-nav ul.search-nav {
    display: none; } }

/*# sourceMappingURL=style.css.map */
