#viewin360 {
    text-align: center;
    margin-top: 30px;
}

#viewin360 img {
    width: 140px;
}



.popup.popup3d {
    max-width: 75% !important;
    max-height: 90% !important;
}

.popup3d .embed-container {
    padding-bottom: 56%;
}



@font-face {
    font-family: 'datacolor';
    src: url('../font-datacolor/datacolor.eot?#iefix') format('embedded-opentype'),
         url('../font-datacolor/datacolor.woff') format('woff'),
         url('../font-datacolor/datacolor.ttf') format('truetype'),
         url('../font-datacolor/datacolor.svg#datacolor') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="i-"], [class*=" i-"] {
    font-family: "datacolor";
    font-size: 50px
}


.i-datacolor_calibration:before { content: '\e000'; }
.i-datacolor_checkmark:before { content: '\e001'; }
.i-datacolor_color-check:before { content: '\e002'; }
.i-datacolor_facebook:before { content: '\e003'; }
.i-datacolor_glasses:before { content: '\e004'; }
.i-datacolor_google-plus:before { content: '\e005'; }
.i-datacolor_home:before { content: '\e006'; }
.i-datacolor_in:before { content: '\e007'; }
.i-datacolor_map:before { content: '\e008'; }
.i-datacolor_phone:before { content: '\e009'; }
.i-datacolor_quote:before { content: '\e00a'; }
.i-datacolor_search:before { content: '\e00b'; }
.i-datacolor_shopping-card:before { content: '\e00c'; }
.i-datacolor_twitter:before { content: '\e00d'; }
.i-datacolor_usb:before { content: '\e00e'; }
.i-datacolor_web:before { content: '\e010'; }
.i-datacolor_uv:before { content: '\e011'; }
.i-datacolor_color-formulation:before { content: '\e012'; }
.i-datacolor_color-measurement:before { content: '\e013'; }
.i-datacolor_analyse:before { content: '\e014'; }
.i-datacolor_menue:before { content: '\e015'; }
.i-datacolor_arrowdown:before { content: '\e016'; }






/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../font-awesomefonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

@font-face {
    font-family: 'robotoblack_italic';
    src: url('Roboto-BlackItalic-webfont.eot');
    src: url('Roboto-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-BlackItalic-webfont.woff') format('woff'),
         url('Roboto-BlackItalic-webfont.ttf') format('truetype'),
         url('Roboto-BlackItalic-webfont.svg#robotoblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('Roboto-Black-webfont.eot');
    src: url('Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Black-webfont.woff') format('woff'),
         url('Roboto-Black-webfont.ttf') format('truetype'),
         url('Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('RobotoCondensed-BoldItalic-webfont.eot');
    src: url('RobotoCondensed-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-BoldItalic-webfont.woff') format('woff'),
         url('RobotoCondensed-BoldItalic-webfont.ttf') format('truetype'),
         url('RobotoCondensed-BoldItalic-webfont.svg#roboto_condensedbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('RobotoCondensed-Bold-webfont.eot');
    src: url('RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold_italic';
    src: url('Roboto-BoldItalic-webfont.eot');
    src: url('Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-BoldItalic-webfont.woff') format('woff'),
         url('Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('Roboto-BoldItalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('RobotoCondensed-Italic-webfont.eot');
    src: url('RobotoCondensed-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-Italic-webfont.woff') format('woff'),
         url('RobotoCondensed-Italic-webfont.ttf') format('truetype'),
         url('RobotoCondensed-Italic-webfont.svg#roboto_condenseditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('RobotoCondensed-Regular-webfont.eot');
    src: url('RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoitalic';
    src: url('Roboto-Italic-webfont.eot');
    src: url('Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Italic-webfont.woff') format('woff'),
         url('Roboto-Italic-webfont.ttf') format('truetype'),
         url('Roboto-Italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('RobotoCondensed-LightItalic-webfont.eot');
    src: url('RobotoCondensed-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-LightItalic-webfont.woff') format('woff'),
         url('RobotoCondensed-LightItalic-webfont.ttf') format('truetype'),
         url('RobotoCondensed-LightItalic-webfont.svg#roboto_condensedlight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('RobotoCondensed-Light-webfont.eot');
    src: url('RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-Light-webfont.woff') format('woff'),
         url('RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight_italic';
    src: url('Roboto-LightItalic-webfont.eot');
    src: url('Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-LightItalic-webfont.woff') format('woff'),
         url('Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('Roboto-LightItalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('Roboto-Light-webfont.eot');
    src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Light-webfont.woff') format('woff'),
         url('Roboto-Light-webfont.ttf') format('truetype'),
         url('Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium_italic';
    src: url('Roboto-MediumItalic-webfont.eot');
    src: url('Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-MediumItalic-webfont.woff') format('woff'),
         url('Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('Roboto-MediumItalic-webfont.svg#robotomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('Roboto-Medium-webfont.eot');
    src: url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Medium-webfont.woff') format('woff'),
         url('Roboto-Medium-webfont.ttf') format('truetype'),
         url('Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin_italic';
    src: url('Roboto-ThinItalic-webfont.eot');
    src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-ThinItalic-webfont.woff') format('woff'),
         url('Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('Roboto-ThinItalic-webfont.svg#robotothin_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotothin';
    src: url('Roboto-Thin-webfont.eot');
    src: url('Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Thin-webfont.woff') format('woff'),
         url('Roboto-Thin-webfont.ttf') format('truetype'),
         url('Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}


.schrift {
  font-family: 'Roboto', sans-serif;
}
.schriftthin {
  font-weight: 100;
}
schriftthinkursiv {
  font-weight: 100;
  font-style: italic;
}
.schriftlight {
  font-weight: 300;
}
.schriftlightkursiv {
  font-weight: 300;
  font-style: italic;
}
.schriftnormal {
  font-weight: 400;
}
.schriftnormalkursiv {
  font-weight: 400;
  font-style: italic;
}
.schrifthalbfett {
  font-weight: 500;
}
.schrifthalbfettkursiv {
  font-weight: 500;
  font-style: italic;
}
.schriftfett {
  font-weight: 600;
}
.schriftfettkursiv {
  font-weight: 600;
  font-style: italic;
}
.schriftextrafett {
  font-weight: 900;
}
.schriftextrafettkursiv {
  font-weight: 900;
  font-style: italic;
}
/* 
http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.618em;
}
ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.gecko button::-moz-focus-inner,
.gecko input[type="button"]::-moz-focus-inner,
.gecko input[type="submit"]::-moz-focus-inner,
.gecko input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
a,
a:active,
a:focus,
:focus {
  text-decoration: none;
  -moz-outline-style: none;
  outline: none;
}
.schriftglaetten {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.silbentrennung {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.cssanimationloeschen {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.cssanimation {
  transition: all 0.25s;
}
.bx-wrapper {
	xxxxheight: 470px !important;
}
.bx-wrapper .bx-controls-direction a {
  background: none;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  text-indent: 0 !important;
  line-height: 60%;
  text-align: center;
}
.bx-wrapper .bx-controls-direction a i {
  font-size: 40px !important;
  font-size: 4rem !important;
  color: rgba(203, 51, 59, 0.2) !important;
  color: white !important;
}
.bx-wrapper .bx-controls-direction a.bx-next i {
  margin-left: 5px;
  margin-top: -6px;
}
.bx-wrapper .bx-controls-direction a.bx-prev i {
  margin-left: -5px;
  margin-top: -6px;
}
.bx-wrapper .bx-pager.bx-default-pager {
  z-index: 999;
  bottom: -30px !important;
  bottom: -25px !important;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #231F20 !important;
  border: 1px solid #231F20;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  text-indent: 1000px !important;
  font-size: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  font-size: 0;
}
.mfp-iframe-scaler iframe.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-iframe-scaler iframe {
  background: white !important;
}
.slick-dots li {
  background: #231F20 !important;
  width: 45px !important;
  height: 5px !important;
  border-radius: 0px !important;
}
.slick-dots li button:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #cb333b !important;
}
#cookie-bar {
  background: #231F20;
  height: auto;
  line-height: 24px;
  text-align: center;
  padding: 5px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar p {
  color: white !important;
}
#cookie-bar p a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar p a:hover {
  color: black;
}
#cookie-bar span {
  padding-left: 40px;
  display: inline-block;
}
#cookie-bar .cb-enable {
  background: none;
  text-decoration: underline;
}
#cookie-bar .cb-enable:hover {
  color: black;
  text-decoration: none;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
.kanteweiss_30 {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 30px, #ffffff 0px);
}
.kanteweiss_15 {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, #ffffff 0px);
}
.kanteweiss_5 {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 5px, #ffffff 0px);
}
.kanteweiss_transparent_30 {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 30px, rgba(255, 255, 255, 0.8) 0px);
}
.kanteweiss_transparent_15 {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
}
.kanteweiss_transparent_5 {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0.8) 0px);
}
.kanterot_30 {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 30px, #cb333b 0px);
}
.kanterot_15 {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, #cb333b 0px);
}
.kanterot_5 {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 5px, #cb333b 0px);
}
.kanterot_transparent_30 {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 30px, rgba(203, 51, 59, 0.8) 0px);
}
.kanterot_transparent_15 {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, rgba(203, 51, 59, 0.8) 0px);
}
.kanterot_transparent_5 {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 5px, rgba(203, 51, 59, 0.8) 0px);
}
.kanteschwarz_30 {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 30px, #000000 0px);
}
.kanteschwarz_15 {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, #000000 0px);
}
.kanteschwarz_5 {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 5px, #000000 0px);
}
.kanteschwarz_transparent_30 {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0.6) 0px);
}
.kanteschwarz_transparent_15 {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0.6) 0px);
}
.kanteschwarz_transparent_5 {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0.6) 0px);
}
.formular .form_row {
  margin-bottom: 15px;
}
.formular .form_row:last-of-type {
  margin-bottom: 0px;
}
.formular label {
  display: block;
}
.formular textarea {
  border: 1px solid black;
  width: 100%;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  resize: none;
}
.formular textarea,
.formular input[type="text"],
.formular input[type="email"],
.formular input[type="password"],
.formular input[type="number"],
.formular input[type="search"] {
  border: 1px solid #e4e5e6;
  width: 100%;
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e4e5e6;
  color: #231F20;
  padding: 5px 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px !important;
  border-radius: 0;
}
.formular select {
  border: 1px solid #e4e5e6;
  width: 100%;
  padding: 5px 10px;
  background: #e4e5e6;
}
.formular submit,
.formular button[type="submit"],
.formular a.submit {
  background: #cb333b;
  color: white;
  padding: 5px 40px 5px 10px;
  cursor: pointer;
  position: relative;
  min-width: 160px;
  display: inline-block;
}
.formular submit:hover,
.formular button[type="submit"]:hover,
.formular a.submit:hover {
  background: black;
}
.formular submit:after,
.formular button[type="submit"]:after,
.formular a.submit:after {
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  content: "\f105";
  color: white;
  position: absolute;
  z-index: 999;
  bottom: 4px;
  right: 10px;
}
/**
 * Fix for wpadminbar sitting right above the navigation / header
 */
body.admin-bar header.site-header {
  top: 32px;
}
.hentry {
  margin: 0;
}
/*   David Style  */
@media (max-width: 767px) {
  .news.accordion.storefinder {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news.accordion.storefinder {
    padding-left: 0px;
  }
}
#wpsl-stores {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
}
@media (max-width: 767px) {
  #wpsl-stores .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#wpsl-stores h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
#wpsl-stores h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
#wpsl-stores h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con #wpsl-stores h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con #wpsl-stores h5 a:before {
  top: 2px;
}
.industry #wpsl-stores h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
#wpsl-stores h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
#wpsl-stores h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
#wpsl-stores h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
#wpsl-stores h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
#wpsl-stores h6 em {
  font-style: normal;
  font-size: inherit;
}
#wpsl-stores h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
#wpsl-stores h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
#wpsl-stores h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise #wpsl-stores h6 a,
.unternehmensloesungen #wpsl-stores h6 a,
.business-solutions #wpsl-stores h6 a,
.industry #wpsl-stores h6 a,
.page-template-tpl-industry-home #wpsl-stores h6 a,
.page-template-tpl-industry-product-overview #wpsl-stores h6 a,
.single-product_industry #wpsl-stores .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise #wpsl-stores h6 a:hover,
.unternehmensloesungen #wpsl-stores h6 a:hover,
.business-solutions #wpsl-stores h6 a:hover,
.industry #wpsl-stores h6 a:hover,
.page-template-tpl-industry-home #wpsl-stores h6 a:hover,
.page-template-tpl-industry-product-overview #wpsl-stores h6 a:hover,
.single-product_industry #wpsl-stores .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
#wpsl-stores h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
#wpsl-stores h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
#wpsl-stores h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
#wpsl-stores p,
#wpsl-stores ul li {
  font-weight: 300;
}
#wpsl-stores p a,
#wpsl-stores ul li a {
  color: #cb333b;
}
#wpsl-stores img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#wpsl-stores img.center {
  display: block;
  margin: 0 auto;
}
#wpsl-stores ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
#wpsl-stores ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
#wpsl-stores table {
  border-collapse: collapse;
}
#wpsl-stores table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
#wpsl-stores table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
#wpsl-stores table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
#wpsl-stores .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  #wpsl-stores h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  #wpsl-stores h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
#goomapwrap {
  width: 100%;
}
#goomap {
  min-height: 450px;
}
#goomapwrap h3 {
  color: #cb333b;
  font-weight: 300;
  margin: 10px 0 0;
  font-size: 1.4em;
}
#goomapwrap h4 {
  color: #cb333b;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
}
#goomap h5 {
  font-size: 1.2em;
}
/** search ***/
#wpsl-search-wrap div label {
  width: auto;
}
.wpsl-select-wrap {
  width: auto;
}
#wpsl-category {
  clear: none;
}
#wpsl-search-btn,
#wpsl-search-wrap input,
.wpsl-dropdown {
  border-radius: 0px;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0 !important;
}
.wpsl-dropdown {
  border: 0px;
}
.wpsl-search {
  background: transparent;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 0 0;
}
#wpsl-search-input {
  padding: 4px 12px;
  background: #e4e5e6;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0 !important;
}
#wpsl-search-btn,
#wpsl-search-wrap input {
  border: 0px;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0 !important;
}
#wpsl-search-btn {
  background: #222;
  color: #fff;
  padding: 3px 40px 3px 10px;
}
#wpsl-search-btn:before {
  bottom: 4px;
  color: white;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  z-index: 999;
}
.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li,
.wpsl-selected-item {
  background: #e4e5e6;
  padding: 5px 12px !important;
}
.wpsl-select-wrap,
#wpsl-category,
.wpsl-input {
  margin-right: 1% !important;
}
.wpsl-input,
.wpsl-select-wrap,
.wpsl-search-btn-wrap {
  clear: none;
  margin-bottom: 20px;
}
/** map **/
#wpsl-gmap {
  float: left;
}
/** results list **/
#wpsl-result-list {
  float: right;
  padding-left: 20px;
}
#wpsl-result-list li {
  border-bottom: 0 !important;
}
#wpsl-result-list ul li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/** online shops **/
#onlineshops {
  margin: 0;
  border-top: 1px solid #231F20;
  float: left;
}
#onlineshops h5 {
  margin: 10px 0;
  font-size: 1.1em;
}
/** print **/
input#printresults,
input#wpsl-search-btn {
  min-width: 0px;
  overflow: hidden;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  font-weight: 300;
  display: inline-block;
  padding: 5px 30px 4px 10px;
  line-height: 140%;
}
#printresultswrap:after,
.wpsl-search-btn-wrap:after {
  position: relative;
  font-family: FontAwesome;
  top: 3px;
  right: 18px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  color: white;
  line-height: 140%;
}
.wpsl-search-btn-wrap:after {
  top: 1px;
}
#wpsl-search-btn {
  margin-right: 0 !important;
}
#onlineshpsbanerwrap {
  width: 100%;
  overflow: hidden;
}
#onlineshpsbaner {
  width: 100%;
}
#onlineshpsbaner img {
  max-height: 60px;
  width: auto;
}
#printresultswrap {
  float: right;
  width: auto;
}
/** media **/
@media screen and (max-width: 824px) {
  .wpsl-input,
  .wpsl-select-wrap,
  #wpsl-category,
  .wpsl-search-btn-wrap {
    clear: both;
    width: 100%;
  }
}
.single-post .content_con h2 {
  font-size: 1.6rem;
  font-weight: 600;
}
.storeFinderWidget {
  margin: 10px 0;
}
.storeFinderWidget #wpsl-widget-search {
  background: #e4e5e6;
  margin: 5px 0 10px;
}
.storeFinderWidget input[type=text] {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0 !important;
}
.storeFinderWidget input[type="submit"] {
  background: #222;
  color: #fff;
  padding: 5px 40px 5px 5px;
}
.storeFinderWidget input[type="submit"]:after {
  bottom: -1px;
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1.6rem;
  position: relative;
  right: -10px;
  z-index: 999;
}
/* Calculator*/
#blockCalc {
  max-width: 1200px;
  /*border: 1px solid #cb333b;*/
  padding: 10px;
}
#blockCalc h2 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 22px;
}
#blockCalc h4 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
}
#blockCalc table {
  border: 1px solid #cb333b;
  margin-bottom: 20px;
}
#blockCalc td {
  border-bottom: 1px solid #cb333b;
  padding: 10px;
  font-weight: 300;
}
#blockCalc td label {
  font-weight: 400;
}
#blockCalc input {
  background: #e4e5e6;
  text-align: right;
  padding: 0 5px;
  float: right;
  width: 80px;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0 !important;
}
#blockCalc #lastTable {
  background: #fafafa;
}
#blockCalc #lastTable td:last-child {
  background: #e4e5e6;
  text-align: right;
  color: green;
}
#blockCalc #lastTable td:last-child span {
  color: green;
}
.shipping .breadcrumbs,
.shipping #footer,
.shipping .menue {
  display: none;
}
.wpsl_input {
  padding: 4px 12px;
  background: #e4e5e6;
}
.icon_button input {
  padding: 5px 30px 4px 10px;
}
.icon_button:after {
  position: relative;
  font-family: FontAwesome;
  top: 3px;
  right: 18px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  color: white;
  line-height: 140%;
}
/********* MEDIA CENTER *********/
.mediaSubTabTitle {
  position: relative;
}
.mediaSubTabTitle:after {
  bottom: 2px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 2.2rem;
  position: absolute;
  right: 55px;
  z-index: 100;
}
.page-id-80 .info_box_con.slideon.large p a:hover:after,
.page-id-3130 .info_box_con.slideon.large p a:hover:after,
.page-id-3129 .info_box_con.slideon.large p a:hover:after,
.page-id-3240 .info_box_con.slideon.large p a:hover:after {
  display: none ;
  content: "";
}
.popUpFens {
  display: block;
}
.mediaSubInput {
  background: #fff;
  border: 1px solid #cb333b;
}
.kreisForClick {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 48px;
  bottom: 1px;
  background: rgba(250, 250, 250, 0.1);
  z-index: 9999999;
}
.wrongPasswortMulti {
  display: block;
  clear: both;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .mediaSubTabTitle:after {
    bottom: 2px;
    color: #fff;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 2.2rem;
    position: absolute;
    right: 0px;
    z-index: 100;
  }
  .kreisForClick {
    right: -7px;
  }
}
.popUpFens span {
  clear: both;
  color: #fff !important;
  display: block;
  margin-top: 20px;
}
/* Blog */
.postTagsSidebar {
  margin-top: 10px;
  padding: 0px 0px 20px 50px;
}
@media (max-width: 767px) {
  .postTagsSidebar {
    padding: 0 0 0 15px;
  }
}
.blog_con .post:first-child {
  border-top: 0px;
}
/* Comments */
.comment-body {
  max-width: 500px;
  border-bottom: 1px solid #e4e5e6;
  Margin-bottom: 20px;
}
.comment-author.vcard {
  font-size: 12px;
}
.comment-metadata a {
  font-size: 12px;
}
h2.comments-title {
  margin-bottom: 20px;
}
#comments {
  max-width: 1170px;
  margin: auto;
}
#comments h3 {
  margin-bottom: 10px;
}
#comments .comment-notes {
  font-size: 10px;
  margin-bottom: 10px;
}
#email-notes {
  clear: both;
  display: block;
}
.post-navigation {
  border-bottom: 1px solid #cb333b;
  display: table;
  margin: 10px auto 30px;
  max-width: 1170px;
  width: 100%;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
@media screen and (max-width: 1200px) {
  #respond {
    display: table;
    margin: auto;
  }
}
#respond #comment,
#respond #author,
#respond #email,
#respond #url {
  border: 1px solid #e4e5e6;
  margin-bottom: 5px;
}
#blockCalc {
  max-width: 1200px;
  /*border: 1px solid #cb333b;*/
  padding: 10px;
}
#blockCalc h2 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 22px;
}
#blockCalc h4 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
}
#blockCalc table {
  border: 1px solid #cb333b;
  margin-bottom: 20px;
}
#blockCalc td {
  border-bottom: 1px solid #cb333b;
  padding: 10px;
  font-weight: 300;
}
#blockCalc td label {
  font-weight: 400;
}
#blockCalc input {
  background: #e4e5e6;
  text-align: right;
  padding: 0 5px;
  float: right;
  width: 80px;
}
#blockCalc #lastTable {
  background: #e4e5e6;
}
#blockCalc #lastTable td:last-child {
  background: #e4e5e6;
  text-align: right;
  color: green;
}
#blockCalc #lastTable td:last-child span {
  color: green;
}
.contactItem {
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 25px;
  /* min-height: 360px; */
  position: relative;
}
.contactItem h6 a {
  border: 1px solid #cb333b !important;
  bottom: 0;
  color: #cb333b !important;
  max-width: 197px;
  position: absolute !important;
}
.contactItem h4 {
  color: #231f20 !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact .content h3,
.kontakt .content h3 {
  width: 100%;
  background: #cb333b;
  color: #fff;
  padding: 8px 0 8px 20px;
  clear: both;
}
.contact .productlist_tabs_con .border,
.kontakt .productlist_tabs_con .border {
  border: 1px solid #cb333b;
}
.contact .productlist_tabs_con ul.tabs li:last-child.current,
.kontakt .productlist_tabs_con ul.tabs li:last-child.current,
.contact .productlist_tabs_con ul.tabs li.current:last-child,
.kontakt .productlist_tabs_con ul.tabs li.current:last-child,
.contact .productlist_tabs_con ul.tabs li.current:nth-child(3),
.kontakt .productlist_tabs_con ul.tabs li.current:nth-child(3) {
  color: black !important;
  background: white !important;
}
.contact .productlist_tabs_con hr,
.kontakt .productlist_tabs_con hr {
  border-top: 1px solid #231f20;
  clear: both;
  width: 100%;
}
.contact .productlist_tabs_con ul.tabs li:last-child,
.kontakt .productlist_tabs_con ul.tabs li:last-child,
.contact .productlist_tabs_con ul.tabs li:nth-child(3),
.kontakt .productlist_tabs_con ul.tabs li:nth-child(3) {
  background: #000 !important;
}
.contact .contactItem .button h6 a:hover,
.kontakt .contactItem .button h6 a:hover {
  background: #fff !impportant;
  border: 1px solid #cb333b;
  color: #cb333b;
  background: #fff;
}
.resellingapp h6 a {
  max-width: 197px;
}
.resellingapp h4 {
  background: #231f20 none repeat scroll 0 0;
  color: #fff !important;
  margin-bottom: 20px;
  padding: 3px 10px;
  width: 100%;
}
.ie8 .container,
.ie7 .container {
  width: 1170px;
  width: 970px;
}
html {
  font-size: 11px;
}
@media (max-width: 991px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  html {
    font-size: @{@schrift_basis_iphone}px;
  }
}
.schlagschatten-text {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.schatten {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
}
.schatten_dunkel {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.6);
}
.schatten_text {
  text-shadow: 1px 1px 0px #000000;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-hoehe {
  display: block;
  max-height: 100%;
  width: auto;
}
.visible {
  display: block !important;
}
.hide {
  display: none;
}
@media (max-width: 767px) {
  .mobilehide {
    display: none !important;
  }
}
.clearboth {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
br {
  line-height: inherit;
}
.row {
  font-size: 0;
}
.displaynone {
  display: none;
}
a#scrollUp {
  color: #231F20 !important;
  background: none !important;
}
@media (max-width: 767px) {
  a#scrollUp {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
    width: 60px;
  }
  a#scrollUp span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  a#scrollUp {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
    width: 60px;
  }
  a#scrollUp span {
    display: none;
  }
}
@media (max-width: 479px) {
  .hidden-iphone {
    display: none;
  }
  .breite-iphone {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col-xs-6 {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-6 {
    margin-bottom: 25px;
  }
}
::-webkit-input-placeholder {
  color: #b9b9b8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b8;
}
:-ms-input-placeholder {
  color: #b9b9b8;
}
.font,
body,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
p,
pre,
input,
textarea,
select,
select option,
ul li,
ol li,
a,
br,
label,
button,
submit,
table {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.font_basis {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
}
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #cb333b;
  transition: all 0.25s;
  font-size: inherit;
  line-height: inherit;
}
p a,
p a:link,
p a:visited,
p a:focus,
p a:active {
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
  color: #231F20;
}
.industry p a,
.industry p a:link,
.industry p a:visited,
.industry p a:focus,
.industry p a:active {
  color: #cb333b;
}
.photography p a,
.photography p a:link,
.photography p a:visited,
.photography p a:focus,
.photography p a:active {
  color: #231F20;
}
input,
textarea,
select,
button {
  border: 0px;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
  font-size: 0.8em;
}
ul {
  font-size: 0;
}
strong,
b {
  font-weight: 500;
}
p strong,
p b {
  font-family: 'robotomedium';
}
em,
i,
italic {
  font-weight: 400;
  font-style: italic;
}
hr {
  width: 100%;
  border-top: 1px solid #cb333b;
}
hr.black {
  width: 100%;
  border-top: 1px solid #231F20;
}
hr.grey {
  width: 100%;
  border-top: 1px solid #D8D8D8;
}
.nowrap {
  white-space: nowrap;
}
i.icon {
  font-style: normal;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.marginbottomnone {
  margin-bottom: 0 !important;
}
body.noscroll {
  overflow: hidden;
}
.icon_button input {
  padding: 5px 30px 4px 10px;
}
.icon_button:after {
  position: relative;
  font-family: FontAwesome;
  top: 3px;
  right: 18px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  color: white;
  line-height: 140%;
}
.navmobile_con {
  display: none;
  position: fixed;
  z-index: 6666;
  width: 100%;
  height: 100%;
  background: white;
  left: 0px;
  top: 140px;
  padding-bottom: 45px;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.navmobile_con.onscreen {
  display: block;
}
@media (max-width: 767px) {
  .navmobile_con {
    top: 85px;
    top: 78px;
    top: 66px;
    top: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navmobile_con {
    top: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navmobile_con {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navmobile_con {
    display: none;
  }
}
.navmobile_con .search {
  padding: 0px 15px 20px 15px;
  position: relative;
  float: none !important;
}
.navmobile_con .search input[type="search"] {
  width: 100%;
  padding: 5px 5px 5px 10px;
  color: #231F20;
  background: #E6E6E6;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navmobile_con .search button {
  position: absolute;
  top: 8px;
  right: 20px;
  display: none;
}
.navmobile_con .search button span {
  font-size: 28px;
  font-size: 2.8rem;
  color: #231F20;
  top: 20px;
}
.navmobile_con .search:after {
  border: none !important;
}
.navmobile_con .language {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.navmobile_con .language a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #231F20 !important;
  text-decoration: none;
}
@media (max-width: 479px) {
  .navmobile_con .language a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.navmobile_con .border {
  border-top: 1px solid #e4e5e6;
  margin-left: 15px;
  margin-right: 15px;
}
.navmobile_con ul li {
  padding-left: 15px;
  padding-right: 15px;
}
.navmobile_con ul li a {
  font-weight: 300;
  width: 100%;
  color: #231F20;
  background: white;
  display: block;
  padding: 4px 0px 4px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.navmobile_con ul li.lang-switch a {
  padding-top: 10px;
}
.navmobile_con ul li:nth-child(1) a,
.navmobile_con ul li:nth-child(2) a,
.navmobile_con ul li:nth-child(3) a {
  /* border-top: 1px solid @farbebasis; */
  position: relative;
  padding-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
  background: white;
}
.navmobile_con ul li:nth-child(1) a:before,
.navmobile_con ul li:nth-child(2) a:before,
.navmobile_con ul li:nth-child(3) a:before {
  /*
                                            position:absolute;
                                            font-family: FontAwesome;
                                            top:8px;
                                            right: 0;
                                            content: "\f105";*/
}
.navmobile_con ul li:nth-child(2) a {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  color: #231F20;
}
.navmobile_con ul li.active > a:before {
  /*content: "\f107" !important;  */
}
.navmobile_con ul li.active:nth-child(1) a {
  /* color: @farbefirma; */
}
.navmobile_con ul li.active:nth-child(2) a {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.navmobile_con ul li.active ul {
  display: block;
}
.navmobile_con ul li ul {
  margin-top: 10px;
}
.navmobile_con ul li ul li {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
  margin-top: 5px;
}
.navmobile_con ul li ul li a {
  border: 0 !important;
  margin: 0 !important;
  padding: 0px 0px 5px 20px !important;
  font-weight: 300 !important;
  position: relative;
}
.navmobile_con ul li ul li a:before {
  content: "" !important;
}
.navmobile_con ul li ul li a:after {
  /*border-top: 1px solid @farbebasis;
                                            content: " ";
                                            position: absolute;
                                            left: 0px;
                                            top: 0px;
                                            width: 50%;
                                            display: inline-block;*/
}
.navmobile_con ul li ul li:last-child {
  margin-bottom: 20px;
}
.navmobile_con ul li ul li.current-menu-item a {
  color: #cb333b;
}
.navmobile_button {
  top: 40px;
  right: 15px;
  position: absolute;
  z-index: 6666;
  width: 100px;
  text-align: right;
}
@media (max-width: 479px) {
  .navmobile_button {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .navmobile_button {
    top: 22px;
    top: 39px;
  }
}
.navmobile_button p.cart,
.navmobile_button p.contact {
  float: left;
}
.navmobile_button p a {
  text-decoration: none;
  color: #231F20 !important;
}
.navmobile_button p.menue a {
  padding: 5px 10px 9px 10px;
  border: 1px solid #a7a9ac;
  border-radius: 4px;
  display: inline-block;
  top: -6px;
  position: relative;
}
.navmobile_button p.menue a span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #a7a9ac;
  margin-top: 4px;
}
p.cart {
  position: relative;
}
p.cart a {
  font-family: 'Roboto', sans-serif;
  color: #231F20 !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: 0 !important;
  text-decoration: none;
}
p.cart a span.icon {
  color: inherit;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
}
p.cart a span.count {
  font-size: 10px;
  font-size: 1rem;
  height: 15px;
  width: 15px;
  display: inline-block;
  color: #cb333b;
  position: absolute;
  left: 10px;
  top: -2px;
  /* 
                    display: none;
 */
}
@media (max-width: 767px) {
  p.cart a span.count {
    left: 14px;
  }
}
p.cart a:hover {
  color: #cb333b;
  border: 0;
}
p.cart a:hover i {
  color: inherit;
  border: 0;
}
@media (max-width: 767px) {
  .page-template-tpl-industry-product-overview .entry-content,
  .page-template-tpl-photography-product-overview .entry-content {
    display: none;
  }
}
.photographie-conception  .icon p.cart,
.fotografie-design  .icon p.cart,
.photography-design  .icon p.cart,
.photography  .icon p.cart,
.page-template-tpl-photography-home  .icon p.cart,
.page-template-tpl-photography-product-overview  .icon p.cart,
.single-product_photography .icon p.cart {
  display: block !important;
}
.photographie-conception  .icon p.contact,
.fotografie-design  .icon p.contact,
.photography-design  .icon p.contact,
.photography  .icon p.contact,
.page-template-tpl-photography-home  .icon p.contact,
.page-template-tpl-photography-product-overview  .icon p.contact,
.single-product_photography .icon p.contact {
  display: none !important;
}
.solutions-entreprise  .icon p.contact,
.unternehmensloesungen  .icon p.contact,
.business-solutions  .icon p.contact,
.industry  .icon p.contact,
.page-template-tpl-industry-home  .icon p.contact,
.page-template-tpl-industry-product-overview  .icon p.contact,
.single-product_industry  .page-template-tpl-industry-home .icon p.contact {
  display: block !important;
}
.solutions-entreprise  .icon p.cart,
.unternehmensloesungen  .icon p.cart,
.business-solutions  .icon p.cart,
.industry  .icon p.cart,
.page-template-tpl-industry-home  .icon p.cart,
.page-template-tpl-industry-product-overview  .icon p.cart,
.single-product_industry  .page-template-tpl-industry-home .icon p.cart {
  display: none !important;
}
@media (max-width: 767px) {
  .col-xs-12 {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-12 {
    padding-bottom: 20px;
  }
}
body {
  background: white;
}
@media (max-width: 767px) {
  .bodypadding .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.backgroundcover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.button h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.button h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.button h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .button h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .button h5 a:before {
  top: 2px;
}
.industry .button h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.button h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.button h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.button h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.button h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.button h6 em {
  font-style: normal;
  font-size: inherit;
}
.button h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.button h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.button h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .button h6 a,
.unternehmensloesungen .button h6 a,
.business-solutions .button h6 a,
.industry .button h6 a,
.page-template-tpl-industry-home .button h6 a,
.page-template-tpl-industry-product-overview .button h6 a,
.single-product_industry .button .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .button h6 a:hover,
.unternehmensloesungen .button h6 a:hover,
.business-solutions .button h6 a:hover,
.industry .button h6 a:hover,
.page-template-tpl-industry-home .button h6 a:hover,
.page-template-tpl-industry-product-overview .button h6 a:hover,
.single-product_industry .button .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.kante_schraege {
  width: 100px;
  height: 100px;
  background: red;
  position: relative;
}
.kante_schraege:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 29px solid red;
  border-right: 29px solid white;
  width: 42px;
  height: 0;
}
.embed_video,
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed_video iframe,
.embed-container iframe,
.embed_video object,
.embed-container object,
.embed_video embed,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.margintop40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .margintop40 {
    margin-top: 10px;
  }
}
.marginbottom40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .marginbottom40 {
    margin-bottom: 20px;
  }
}
.margintop_elements {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .margintop_elements {
    margin-top: 20px;
  }
}
.site-header,
.header {
  background: white;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 6666;
  padding-top: 15px;
  height: 140px;
}
@media (max-width: 767px) {
  .site-header,
  .header {
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header,
  .header {
    height: 90px;
  }
}
.site-header .search,
.header .search {
  float: right;
  /* 
			padding-top: 13px;
 */
}
.site-header .search label,
.header .search label {
  display: inline;
}
.site-header .search label input,
.header .search label input {
  background: #e4e5e6;
  border: 0px;
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 3px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  /* display: none; */
}
.site-header .search label:before,
.header .search label:before {
  font-family: datacolor;
  content: '\e00b';
  font-size: 19px;
  font-size: 1.9rem;
  color: #231F20;
  position: absolute;
  top: 3px;
  right: 12px;
  font-size: 22px;
  font-size: 2.2rem;
}
.site-header .search input.search-submit,
.header .search input.search-submit {
  text-indent: -9999px;
  font-size: 19px;
  font-size: 1.9rem;
  position: absolute;
  top: 2px;
  right: 12px;
  height: 25px;
  width: 30px;
  /* 
					display: inline;
 */
}
.site-header .search.aktiv label input,
.header .search.aktiv label input {
  /* display: inline; */
}
.nav_sub_con {
  /* 

        .search.formular {
        	label {
        		position: relative;
        		
        		&:before {
        			top: -1px;
    				left: 4px;
        		}
        	}
        	input.search-field {
				background: none;
				width: 30px;
				transition: width 400ms ease 0s, background 400ms ease 0s !important;
				padding-left: 30px;
				.boxsizing;
				border: 1px solid white;
				
				&:focus {
					width: 130px !important;
					border: 1px solid @farbebasis;
				} 
        	}
        	
        	input.search-submit {
        		display:none;
        	}
        } 
 */
}
@media (max-width: 767px) {
  .nav_sub_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nav_sub_con p.contact,
.nav_sub_con p.cart {
  display: none;
}
.nav_sub_con .link {
  text-align: left;
  /*  padding-top: 15px; */
}
@media (max-width: 767px) {
  .nav_sub_con .link {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav_sub_con .link {
    display: none;
  }
}
.nav_sub_con .link p {
  display: none;
}
.nav_sub_con .link p a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #231F20;
  font-weight: 300;
  text-decoration: none;
  padding-left: 5px;
}
.nav_sub_con .link p a:hover {
  color: #cb333b;
}
.photographie-conception .nav_sub_con .link p.business-solutions,
.fotografie-design .nav_sub_con .link p.business-solutions,
.photography-design .nav_sub_con .link p.business-solutions,
.photography .nav_sub_con .link p.business-solutions,
.page-template-tpl-photography-home .nav_sub_con .link p.business-solutions,
.page-template-tpl-photography-product-overview .nav_sub_con .link p.business-solutions,
.single-product_photography .nav_sub_con .link p.business-solutions {
  display: inline-block !important;
}
.solutions-entreprise .nav_sub_con .link p.photography,
.unternehmensloesungen .nav_sub_con .link p.photography,
.business-solutions .nav_sub_con .link p.photography,
.industry .nav_sub_con .link p.photography,
.page-template-tpl-industry-home .nav_sub_con .link p.photography,
.page-template-tpl-industry-product-overview .nav_sub_con .link p.photography,
.single-product_industry .nav_sub_con .link p.photography {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .nav_sub_con .link {
    padding-top: 0;
  }
}
.nav_sub_con .nav_sub ul {
  float: right;
}
.nav_sub_con .nav_sub ul li {
  display: inline;
  /* 
&.map {
                        position: relative;
                        top: 18px;
                        
                        a {
                            
                            
                            i {
                                font-size: inherit;
                                .fontsize(55);
                                color: @farbegrau_dunkel;
                                .cssanimation;

                            }
                            
                            &:hover i {
                                color: @farbefirma;
                                .cssanimation;
                            }
                        }    
                    
                    }
 */
}
.nav_sub_con .nav_sub ul li.map {
  position: relative;
}
.nav_sub_con .nav_sub ul li.map a {
  text-indent: -9999px;
  position: relative;
}
.nav_sub_con .nav_sub ul li.map a i {
  font-size: inherit;
  font-size: 55px;
  font-size: 5.5rem;
  color: #a7a9ac;
  transition: all 0.25s;
}
.nav_sub_con .nav_sub ul li.map a:hover i {
  color: #cb333b;
  transition: all 0.25s;
}
.nav_sub_con .nav_sub ul li.map a:after {
  font-family: datacolor;
  position: absolute;
  top: 4px;
  right: 4px;
  content: '\e008';
  font-size: 55px;
  font-size: 5.5rem;
  color: #a7a9ac;
  text-indent: 0;
}
.nav_sub_con .nav_sub ul li.map a:hover:after {
  color: #cb333b !important;
}
.nav_sub_con .nav_sub ul li a {
  color: #231F20;
  font-weight: 300;
  display: inline-block;
  margin: 0 20px 0px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.nav_sub_con .nav_sub ul li a:hover {
  color: #cb333b;
}
.nav_sub_con .nav_sub ul li.current-menu-item a {
  color: #cb333b;
}
.nav_sub_con .nav_sub ul li.current-page-ancestor a {
  color: #cb333b;
}
.nav_con {
  padding-top: 25px;
}
@media (max-width: 767px) {
  .nav_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .nav_con {
    padding-top: 10px;
    padding-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.nav_con .logo a {
  display: block;
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  .nav_con .logo a {
    width: 170px;
    position: relative;
    top: -19px;
    top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav_con .logo a {
    width: 170px;
    position: relative;
    top: -38px;
    top: -7px;
  }
}
.nav_con .nav {
  text-align: left;
  margin-top: 15px;
  margin-top: 6px;
}
.nav_con .nav > div {
  display: inline-block;
}
.nav_con .nav p.icon,
.nav_con .nav p.contact,
.nav_con .nav p.cart {
  display: none;
}
.nav_con .nav ul {
  display: inline-block;
}
.nav_con .nav ul li {
  display: inline;
  text-align: left;
}
.nav_con .nav ul li a {
  padding-top: 8px;
  border-top: 1px solid #231F20;
  margin-right: 100px;
  width: 200px;
  color: #231F20;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.nav_con .nav ul li a:hover {
  color: #cb333b !important;
  border-color: #cb333b !important;
}
.nav_con .nav ul li ul {
  display: none;
}
.nav_con .nav ul li ul li {
  display: inline;
  text-align: left;
}
.nav_con .nav ul li ul li a {
  color: #231F20;
  font-weight: 300;
  border-top: 1px solid #231F20;
  width: 120px;
  display: inline-block;
  padding-top: 8px;
  margin-right: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav_con .nav ul li ul li a {
    margin-right: 40px;
    width: auto !important;
  }
}
.nav_con .nav ul li ul li a:hover {
  color: #cb333b !important;
  border-color: #cb333b !important;
}
.nav_con .nav ul li ul li.current-page-ancestor a,
.nav_con .nav ul li ul li.current-menu-item a {
  border-top: 3px solid #cb333b !important;
  padding-top: 6px !important;
}
.nav_con .nav ul li ul li.current_page_item a {
  border-top: 3px solid #cb333b !important;
  padding-top: 6px !important;
}
.photographie-conception .nav_con .nav,
.fotografie-design .nav_con .nav,
.photography-design .nav_con .nav,
.photography .nav_con .nav,
.page-template-tpl-photography-home .nav_con .nav,
.page-template-tpl-photography-product-overview .nav_con .nav,
.single-product_photography .nav_con .nav,
.cat-photography-design .nav_con .nav {
  margin-top: 6px !important;
}
.photographie-conception .nav_con .nav ul.menu li.industry,
.fotografie-design .nav_con .nav ul.menu li.industry,
.photography-design .nav_con .nav ul.menu li.industry,
.photography .nav_con .nav ul.menu li.industry,
.page-template-tpl-photography-home .nav_con .nav ul.menu li.industry,
.page-template-tpl-photography-product-overview .nav_con .nav ul.menu li.industry,
.single-product_photography .nav_con .nav ul.menu li.industry,
.cat-photography-design .nav_con .nav ul.menu li.industry {
  display: none;
}
.photographie-conception .nav_con .nav ul li ul,
.fotografie-design .nav_con .nav ul li ul,
.photography-design .nav_con .nav ul li ul,
.photography .nav_con .nav ul li ul,
.page-template-tpl-photography-home .nav_con .nav ul li ul,
.page-template-tpl-photography-product-overview .nav_con .nav ul li ul,
.single-product_photography .nav_con .nav ul li ul,
.cat-photography-design .nav_con .nav ul li ul {
  display: inline-block !important;
}
.photographie-conception .nav_con .nav ul li ul li,
.fotografie-design .nav_con .nav ul li ul li,
.photography-design .nav_con .nav ul li ul li,
.photography .nav_con .nav ul li ul li,
.page-template-tpl-photography-home .nav_con .nav ul li ul li,
.page-template-tpl-photography-product-overview .nav_con .nav ul li ul li,
.single-product_photography .nav_con .nav ul li ul li,
.cat-photography-design .nav_con .nav ul li ul li {
  display: inline !important;
}
.photographie-conception .nav_con .nav ul li a,
.fotografie-design .nav_con .nav ul li a,
.photography-design .nav_con .nav ul li a,
.photography .nav_con .nav ul li a,
.page-template-tpl-photography-home .nav_con .nav ul li a,
.page-template-tpl-photography-product-overview .nav_con .nav ul li a,
.single-product_photography .nav_con .nav ul li a,
.cat-photography-design .nav_con .nav ul li a {
  border-top: 3px solid #231F20;
  padding-top: 6px;
  margin-right: 40px;
  display: inline-block;
  width: 200px;
}
.photographie-conception .nav_con .nav ul li ul li a,
.fotografie-design .nav_con .nav ul li ul li a,
.photography-design .nav_con .nav ul li ul li a,
.photography .nav_con .nav ul li ul li a,
.page-template-tpl-photography-home .nav_con .nav ul li ul li a,
.page-template-tpl-photography-product-overview .nav_con .nav ul li ul li a,
.single-product_photography .nav_con .nav ul li ul li a,
.cat-photography-design .nav_con .nav ul li ul li a {
  width: 100px;
  border-top: 1px solid #231F20;
  padding-top: 8px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .photographie-conception .nav_con .nav ul li ul li a,
  .fotografie-design .nav_con .nav ul li ul li a,
  .photography-design .nav_con .nav ul li ul li a,
  .photography .nav_con .nav ul li ul li a,
  .page-template-tpl-photography-home .nav_con .nav ul li ul li a,
  .page-template-tpl-photography-product-overview .nav_con .nav ul li ul li a,
  .single-product_photography .nav_con .nav ul li ul li a,
  .cat-photography-design .nav_con .nav ul li ul li a {
    width: auto !important;
  }
}
.solutions-entreprise .nav_con .nav,
.unternehmensloesungen .nav_con .nav,
.business-solutions .nav_con .nav,
.industry .nav_con .nav,
.page-template-tpl-industry-home .nav_con .nav,
.page-template-tpl-industry-product-overview .nav_con .nav,
.single-product_industry .nav_con .nav {
  margin-top: 6px;
}
.solutions-entreprise .nav_con .nav ul.menu li.photography,
.unternehmensloesungen .nav_con .nav ul.menu li.photography,
.business-solutions .nav_con .nav ul.menu li.photography,
.industry .nav_con .nav ul.menu li.photography,
.page-template-tpl-industry-home .nav_con .nav ul.menu li.photography,
.page-template-tpl-industry-product-overview .nav_con .nav ul.menu li.photography,
.single-product_industry .nav_con .nav ul.menu li.photography {
  display: none;
}
.solutions-entreprise .nav_con .nav ul li ul,
.unternehmensloesungen .nav_con .nav ul li ul,
.business-solutions .nav_con .nav ul li ul,
.industry .nav_con .nav ul li ul,
.page-template-tpl-industry-home .nav_con .nav ul li ul,
.page-template-tpl-industry-product-overview .nav_con .nav ul li ul,
.single-product_industry .nav_con .nav ul li ul {
  display: inline-block !important;
}
.solutions-entreprise .nav_con .nav ul li ul li,
.unternehmensloesungen .nav_con .nav ul li ul li,
.business-solutions .nav_con .nav ul li ul li,
.industry .nav_con .nav ul li ul li,
.page-template-tpl-industry-home .nav_con .nav ul li ul li,
.page-template-tpl-industry-product-overview .nav_con .nav ul li ul li,
.single-product_industry .nav_con .nav ul li ul li {
  display: inline !important;
}
.solutions-entreprise .nav_con .nav ul li a,
.unternehmensloesungen .nav_con .nav ul li a,
.business-solutions .nav_con .nav ul li a,
.industry .nav_con .nav ul li a,
.page-template-tpl-industry-home .nav_con .nav ul li a,
.page-template-tpl-industry-product-overview .nav_con .nav ul li a,
.single-product_industry .nav_con .nav ul li a {
  border-top: 3px solid #231F20;
  padding-top: 6px;
  margin-right: 40px;
  display: inline-block;
  width: 200px;
}
.solutions-entreprise .nav_con .nav ul li ul li a,
.unternehmensloesungen .nav_con .nav ul li ul li a,
.business-solutions .nav_con .nav ul li ul li a,
.industry .nav_con .nav ul li ul li a,
.page-template-tpl-industry-home .nav_con .nav ul li ul li a,
.page-template-tpl-industry-product-overview .nav_con .nav ul li ul li a,
.single-product_industry .nav_con .nav ul li ul li a {
  width: 100px;
  border-top: 1px solid #231F20;
  padding-top: 8px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solutions-entreprise .nav_con .nav ul li ul li a,
  .unternehmensloesungen .nav_con .nav ul li ul li a,
  .business-solutions .nav_con .nav ul li ul li a,
  .industry .nav_con .nav ul li ul li a,
  .page-template-tpl-industry-home .nav_con .nav ul li ul li a,
  .page-template-tpl-industry-product-overview .nav_con .nav ul li ul li a,
  .single-product_industry .nav_con .nav ul li ul li a {
    width: auto !important;
  }
}
.nav_con .nav .icon {
  display: inline-block;
  font-size: 34px;
  font-size: 3.4rem;
  color: #231F20;
}
.nav_con .nav .icon:hover {
  color: #cb333b;
}
.nav_con .row.mobile {
  position: relative;
  top: -8px;
}
.nav_con .row.mobile a.map {
  font-family: datacolor;
  font-size: 55px;
  font-size: 5.5rem;
  color: #a7a9ac;
  display: none;
}
.nav_con .row.mobile .col-xs-12 {
  padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav_con .row.mobile {
    top: -33px;
  }
}
#content,
.main {
  margin-top: 140px;
}
@media (max-width: 767px) {
  #content,
  .main {
    margin-top: 85px;
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content,
  .main {
    margin-top: 90px;
  }
}
#content .balken_link.photography h2 a,
.main .balken_link.photography h2 a {
  background: #231F20;
}
#content .balken_link.photography h2 a:hover,
.main .balken_link.photography h2 a:hover {
  background: #cb333b;
}
#content .balken_link.business-solutions h2 a,
.main .balken_link.business-solutions h2 a,
#content .balken_link.industry h2 a,
.main .balken_link.industry h2 a {
  background: #cb333b;
}
#content .balken_link.business-solutions h2 a:hover,
.main .balken_link.business-solutions h2 a:hover,
#content .balken_link.industry h2 a:hover,
.main .balken_link.industry h2 a:hover {
  background: #231F20;
}
#content .balken_link h2,
.main .balken_link h2 {
  line-height: 120%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}
#content .balken_link h2 a,
.main .balken_link h2 a {
  color: white;
  display: block;
  width: 100%;
  padding: 13px 15px 15px 15px;
  position: relative;
}
#content .balken_link h2 a:after,
.main .balken_link h2 a:after {
  font-family: FontAwesome;
  font-size: 40px;
  font-size: 4rem;
  font-size: 22px;
  font-size: 2.2rem;
  content: "\f105";
  color: white;
  position: absolute;
  z-index: 100;
  bottom: 15px;
  right: 15px;
}
#content .balken_link h2 strong,
.main .balken_link h2 strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  #content .balken_link h2 a,
  .main .balken_link h2 a {
    padding: 6px 15px 7px 15px;
  }
}
.main {
  margin-top: 0px;
}
.image_parallax_con {
  /* 
1700 x 459
1300 x 351
Tablet x 262
Smartphone x 103
 */
  height: 290px;
  height: 370px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .image_parallax_con {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .image_parallax_con {
    height: 140px;
    height: 130px;
    height: 207px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_parallax_con {
    height: 218px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image_parallax_con {
    height: 324px;
  }
}
@media (min-width: 1200px) {
  .image_parallax_con {
    height: 324px;
    position: relative;
  }
}
.image_parallax_con .bild {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 95;
  height: 290px;
  height: 370px;
  background-attachment: fixed;
  /* 
                background-size: cover;
 */
  background-repeat: no-repeat;
  background-position: left center;
  /* 
    			background-size: contain;
 */
  background-position: center 140px;
}
@media (max-width: 767px) {
  .image_parallax_con .bild {
    height: 140px;
    height: 130px;
    min-height: 207px;
    background-position: center 80px;
    background-position: center 66px;
    background-size: auto 207px;
    /* 
						background-size: contain;
 */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_parallax_con .bild {
    height: 218px;
    background-size: auto 218px;
    background-size: contain;
    background-position: center 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image_parallax_con .bild {
    height: 324px;
    background-size: auto 324px;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .image_parallax_con .bild {
    height: 324px;
    background-size: auto 324px;
    background-size: contain;
  }
}
.image_parallax_con .bild .innen {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 290px;
  min-height: 370px;
}
@media (max-width: 767px) {
  .image_parallax_con .bild .innen {
    min-height: 140px;
    min-height: 130px;
    min-height: 207px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_parallax_con .bild .innen {
    width: 750px;
    min-height: 218px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image_parallax_con .bild .innen {
    width: 970px;
    min-height: 324px;
  }
}
@media (min-width: 1200px) {
  .image_parallax_con .bild .innen {
    width: 1170px;
    min-height: 324px;
  }
}
.image_parallax_con .bild .balken {
  z-index: 96;
  width: 2200px;
  min-height: 140px;
  opacity: 1;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .image_parallax_con .bild .balken {
    right: 15px;
    width: 100% !important;
    min-height: 100px !important;
    min-height: 80px !important;
    min-height: 60px !important;
    min-height: 55px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_parallax_con .bild .balken {
    left: -1460px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image_parallax_con .bild .balken {
    left: -1240px;
  }
}
@media (min-width: 1200px) {
  .image_parallax_con .bild .balken {
    left: -1040px;
  }
}
.image_parallax_con .bild .balken .text {
  margin-left: 1050px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
}
.image_parallax_con .bild .balken .text h1,
.image_parallax_con .bild .balken .text h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 130%;
  line-height: 120%;
}
.image_parallax_con .bild .balken .text h1 strong,
.image_parallax_con .bild .balken .text h2 strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .image_parallax_con .bild .balken .text {
    margin-left: 0px;
    padding-top: 15px;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .image_parallax_con .bild .balken .text h1,
  .image_parallax_con .bild .balken .text h2 {
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image_parallax_con .bild .balken .text {
    margin-left: 1470px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .image_parallax_con .bild .balken .text {
    margin-left: 1250px;
  }
}
@media (min-width: 1200px) {
  .image_parallax_con .bild .balken .text {
    margin-left: 1050px;
  }
}
.weiss.image_parallax_con .bild .balken {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 30px, rgba(255, 255, 255, 0.8) 0px);
}
@media (max-width: 767px) {
  .weiss.image_parallax_con .bild .balken {
    background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
  }
}
.rot.image_parallax_con .bild .balken {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 30px, rgba(203, 51, 59, 0.8) 0px);
}
@media (max-width: 767px) {
  .rot.image_parallax_con .bild .balken {
    background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, rgba(203, 51, 59, 0.8) 0px);
  }
}
.rot.image_parallax_con .bild .text h1,
.rot.image_parallax_con .bild .text h2 {
  color: white;
}
.schwarz.image_parallax_con .bild .balken {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0.6) 0px);
}
@media (max-width: 767px) {
  .schwarz.image_parallax_con .bild .balken {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0.6) 0px);
  }
}
.schwarz.image_parallax_con .bild .text h1,
.schwarz.image_parallax_con .bild .text h2 {
  color: white;
}
.image_large_parallax_con {
  height: 500px;
}
.image_large_parallax_con h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.image_large_parallax_con h3 {
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  /*padding-bottom: 50px;*/
}
.image_large_parallax_con h4 {
  font-weight: 400;
  font-size: 70px;
  font-size: 7rem;
  text-transform: uppercase;
  color: white;
}
.image_large_parallax_con h6 {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .image_large_parallax_con h2 {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .image_large_parallax_con h3 {
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .image_large_parallax_con h4 {
    font-size: 35px;
    font-size: 3.5rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .image_large_parallax_con {
    height: auto;
  }
}
.image_large_parallax_con .column1,
.image_large_parallax_con .column2 {
  height: 500px;
}
.image_large_parallax_con .column1 .align,
.image_large_parallax_con .column2 .align {
  display: inline-block;
  vertical-align: middle;
}
.image_large_parallax_con .column1:before,
.image_large_parallax_con .column2:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media (max-width: 767px) {
  .image_large_parallax_con .column1,
  .image_large_parallax_con .column2 {
    height: auto;
    text-align: center;
  }
}
.image_large_parallax_con .bild {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 95;
  height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767px) {
  .image_large_parallax_con .bild {
    position: relative;
    background-attachment: scroll;
    height: auto;
  }
}
.colorbar_con {
  margin-bottom: 40px;
  min-height: 140px;
}
@media (max-width: 767px) {
  .colorbar_con {
    min-height: 140px;
    min-height: 80px;
    margin-top: 97px;
    margin-bottom: 20px;
  }
}
.colorbar_con .bild {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 95;
  /* 
//                height: 290px;  
 */
}
@media (max-width: 767px) {
  .colorbar_con .bild {
    min-height: 140px;
    min-height: 80px;
  }
}
.colorbar_con .bild .innen {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 140px;
}
@media (max-width: 767px) {
  .colorbar_con .bild .innen {
    min-height: 140px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colorbar_con .bild .innen {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .colorbar_con .bild .innen {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .colorbar_con .bild .innen {
    width: 1170px;
  }
}
.colorbar_con .bild .balken {
  z-index: 96;
  width: 2200px;
  min-height: 140px;
  opacity: 1;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .colorbar_con .bild .balken {
    right: 15px;
    width: 100% !important;
    min-height: 100px !important;
    min-height: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colorbar_con .bild .balken {
    left: -1460px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .colorbar_con .bild .balken {
    left: -1240px;
  }
}
@media (min-width: 1200px) {
  .colorbar_con .bild .balken {
    left: -1040px;
  }
}
.colorbar_con .bild .balken .text {
  margin-left: 1050px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
}
.colorbar_con .bild .balken .text h1,
.colorbar_con .bild .balken .text h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 130%;
}
.colorbar_con .bild .balken .text h1 strong,
.colorbar_con .bild .balken .text h2 strong {
  font-weight: 500;
}
.colorbar_con .bild .balken .text h2 {
  color: white;
}
@media (max-width: 767px) {
  .colorbar_con .bild .balken .text {
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .colorbar_con .bild .balken .text h1,
  .colorbar_con .bild .balken .text h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colorbar_con .bild .balken .text {
    margin-left: 1470px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .colorbar_con .bild .balken .text {
    margin-left: 1250px;
  }
}
@media (min-width: 1200px) {
  .colorbar_con .bild .balken .text {
    margin-left: 1050px;
  }
}
.rot.colorbar_con .bild .balken {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 30px, #cb333b 0px);
}
@media (max-width: 767px) {
  .rot.colorbar_con .bild .balken {
    background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, #cb333b 0px);
  }
}
.rot.colorbar_con .bild .text h1 {
  color: white;
}
.schwarz.colorbar_con .bild .balken {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 30px, #000000 0px);
}
@media (max-width: 767px) {
  .schwarz.colorbar_con .bild .balken {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, #000000 0px);
  }
}
.schwarz.colorbar_con .bild .text h1 {
  color: white;
}
@media (max-width: 767px) {
  .content_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content_con h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.content_con h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.content_con h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .content_con h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .content_con h5 a:before {
  top: 2px;
}
.industry .content_con h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.content_con h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.content_con h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.content_con h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.content_con h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.content_con h6 em {
  font-style: normal;
  font-size: inherit;
}
.content_con h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.content_con h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.content_con h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .content_con h6 a,
.unternehmensloesungen .content_con h6 a,
.business-solutions .content_con h6 a,
.industry .content_con h6 a,
.page-template-tpl-industry-home .content_con h6 a,
.page-template-tpl-industry-product-overview .content_con h6 a,
.single-product_industry .content_con .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .content_con h6 a:hover,
.unternehmensloesungen .content_con h6 a:hover,
.business-solutions .content_con h6 a:hover,
.industry .content_con h6 a:hover,
.page-template-tpl-industry-home .content_con h6 a:hover,
.page-template-tpl-industry-product-overview .content_con h6 a:hover,
.single-product_industry .content_con .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.content_con h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.content_con h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
.content_con h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.content_con p,
.content_con ul li {
  font-weight: 300;
}
.content_con p a,
.content_con ul li a {
  color: #cb333b;
}
.content_con img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.content_con img.center {
  display: block;
  margin: 0 auto;
}
.content_con ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
.content_con ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.content_con table {
  border-collapse: collapse;
}
.content_con table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
.content_con table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
.content_con table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
.content_con .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  .content_con h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  .content_con h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.tagcloud ul {
  margin-top: 5px;
}
.tagcloud ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}
.tagcloud ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
  color: #cccccc;
}
.tagcloud ul li a:hover {
  color: #231F20;
}
.choice_category_tab_con {
  margin-top: 40px;
  /*    
    .balken_link.industry h2 a:hover {
    		background: @farbefirma !important;
    }
    
    .balken_link.photography h2 a:hover {
    		background: @farbebasis !important;
    }
*/
}
@media (max-width: 767px) {
  .choice_category_tab_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .choice_category_tab_con {
    margin-top: 20px;
  }
}
.choice_category_tab_con .choice_category_tab {
  position: relative;
  overflow: hidden;
}
.choice_category_tab_con .choice_category_tab ul {
  position: relative;
  z-index: 90;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.choice_category_tab_con .choice_category_tab ul li {
  width: 100%;
}
.choice_category_tab_con .choice_category_tab ul li a p {
  background: rgba(255, 255, 255, 0.8);
  color: #231F20;
  border-bottom: 1px solid white;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  width: 33%;
  padding: 30px 0px 30px 20px;
  z-index: 100;
  position: relative;
}
.choice_category_tab_con .choice_category_tab ul li a p:hover {
  background: rgba(228, 27, 35, 0.8);
  color: white;
}
@media (max-width: 767px) {
  .choice_category_tab_con .choice_category_tab ul li a p {
    width: 100%;
    background: white;
    border-top: 1px solid #231F20;
    padding: 15px 0px 15px 30px;
    border-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .choice_category_tab_con .choice_category_tab ul li a p:hover {
    background: #cb333b;
    color: white;
  }
}
.choice_category_tab_con .choice_category_tab ul li a:hover .bild {
  opacity: 1;
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .choice_category_tab_con .choice_category_tab ul li:first-child p {
    border-top: 0;
  }
}
.choice_category_tab_con .choice_category_tab ul li:last-child a {
  border: 0;
}
.choice_category_tab_con .choice_category_tab ul li .bild {
  position: absolute;
  top: -10000px;
  z-index: 33;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@media (max-width: 767px) {
  .choice_category_tab_con .choice_category_tab ul li .bild {
    display: none;
  }
}
.choice_category_tab_con .col-lg-8 .balken_link h2 a {
  background: #cb333b !important;
}
.choice_category_tab_con .col-lg-4 .balken_link h2 a {
  background: #231F20 !important;
}
.choice_category_tab_con .choice_category a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .choice_category_tab_con .choice_category a {
    display: none;
  }
}
.info_box_con {
  margin-top: 20px;
  /* 
.col-xs-12:nth-child(5) .flaeche p a:hover {
        .kanteschwarz_transparent_15;
    }
 */
}
@media (max-width: 767px) {
  .info_box_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info_box_con .flaeche {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 225px;
  position: relative;
}
@media (max-width: 767px) {
  .info_box_con .flaeche {
    min-height: 185px;
  }
}
.info_box_con .flaeche p a {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  padding: 20px 40px 20px 20px;
  width: 90%;
  position: absolute;
  bottom: 0;
  color: #231F20;
  text-decoration: none;
  font-weight: 300;
}
.info_box_con .flaeche p a:after {
  font-family: FontAwesome;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: 22px;
  font-size: 2.2rem;
  content: "\f105";
  color: #231F20;
  position: absolute;
  z-index: 100;
  bottom: 15px;
  right: 15px;
}
.info_box_con .flaeche p a strong {
  font-weight: 500;
}
.info_box_con .flaeche p a:hover {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, rgba(203, 51, 59, 0.8) 0px);
  color: white;
}
.info_box_con .flaeche p a:hover:after {
  color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info_box_con .flaeche p a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.page-template-tpl-industry-home .info_box_con p a {
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
.info_box_con h4 {
  font-size: 16px;
  font-size: 1.6rem;
  /*.schriftfett; */
  font-weight: 500;
}
.info_box_con.column4 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .info_box_con.column4 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .info_box_con.column4 .flaeche {
    background-image: none !important;
    min-height: 0px;
    height: auto;
  }
}
.info_box_con.column4 p a strong {
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .info_box_con.column4 p a {
    background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, #cb333b 0px);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: inline-block;
    color: white;
  }
  .info_box_con.column4 p a:after {
    color: white;
  }
}
.info_box_con.slideon .col-xs-12 {
  margin-bottom: 20px;
}
.info_box_con.slideon .flaeche {
  overflow: hidden;
  min-height: 250px;
}
.info_box_con.slideon p {
  padding-bottom: 20px;
  display: block;
}
.info_box_con.slideon p a {
  display: block;
  padding-bottom: 20px;
  top: 159px;
  min-height: 200px;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 130%;
}
.info_box_con.slideon p a:after {
  top: 54px;
}
.info_box_con.slideon p a strong {
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  display: block !important;
  margin-bottom: 25px;
  height: 52px;
}
.info_box_con.slideon p a:hover {
  top: 75px;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.info_box_con.slideon p a:hover:after {
  top: 138px;
}
.info_box_con.slideon p a:hover strong {
  height: auto !important;
  margin-bottom: 0px;
}
.info_box_con.slideon .col-lg-4 p a {
  /* .fontsize(20); */
}
.info_box_con.slideon .current p a {
  top: 75px;
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, rgba(203, 51, 59, 0.8) 0px) !important;
  color: white;
}
.info_box_con.slideon .current p a strong {
  height: auto !important;
  margin-bottom: 0px;
}
.info_box_con.slideon .current p a:after {
  top: 138px;
  color: white;
}
.info_box_con.slideon.large .flaeche {
  min-height: 330px;
}
.info_box_con.slideon.large p a {
  top: 239px;
  min-height: 280px;
  font-size: 20px;
  font-size: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.info_box_con.slideon.large p a:hover {
  top: 155px;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
.info_box_con.slideon.large p a:hover:after {
  top: 138px;
}
@media (max-width: 767px) {
  .info_box_con.slideon.large .flaeche {
    min-height: 250px;
  }
  .info_box_con.slideon.large p a {
    min-height: auto;
    top: 190px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .info_box_con.slideon.large p a:after {
    top: 29px;
  }
  .info_box_con.slideon.large p a strong {
    height: auto;
    font-weight: 500;
  }
  .info_box_con.slideon.large p a:hover {
    top: 145px;
  }
  .info_box_con.slideon.large p a:hover:after {
    top: 74px;
  }
}
.info_box_con.slideon.large .current p a {
  top: 155px;
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, rgba(203, 51, 59, 0.8) 0px);
  color: white;
}
.info_box_con.slideon.large .current p a:after {
  top: 138px;
  color: white;
}
.photographie-conception .info_box_con.slideon .current p a,
.fotografie-design .info_box_con.slideon .current p a,
.photography-design .info_box_con.slideon .current p a,
.page-template-tpl-photography-home .info_box_con.slideon .current p a,
.page-template-tpl-photography-product-overview .info_box_con.slideon .current p a,
.single-product_photography .info_box_con.slideon .current p a,
.photography .info_box_con.slideon .current p a {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0.6) 0px) !important;
  color: white;
}
.photographie-conception .info_box_con.slideon .current p a:after,
.fotografie-design .info_box_con.slideon .current p a:after,
.photography-design .info_box_con.slideon .current p a:after,
.page-template-tpl-photography-home .info_box_con.slideon .current p a:after,
.page-template-tpl-photography-product-overview .info_box_con.slideon .current p a:after,
.single-product_photography .info_box_con.slideon .current p a:after,
.photography .info_box_con.slideon .current p a:after {
  color: white;
}
.weiss .info_box_con.slideon p a {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
}
.weiss .info_box_con.slideon p a:hover {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, #000000 0px);
}
.info_box_con.slideon.weiss p a {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
}
.info_box_con.slideon.weiss p a:hover {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, #000000 0px);
}
.photographie-conception .info_box_con.slideon p a,
.fotografie-design .info_box_con.slideon p a,
.photography-design .info_box_con.slideon p a,
.page-template-tpl-photography-home .info_box_con.slideon p a,
.page-template-tpl-photography-product-overview .info_box_con.slideon p a,
.single-product_photography .info_box_con.slideon p a,
.photography .info_box_con.slideon p a {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
}
.photographie-conception .info_box_con.slideon p a:hover,
.fotografie-design .info_box_con.slideon p a:hover,
.photography-design .info_box_con.slideon p a:hover,
.page-template-tpl-photography-home .info_box_con.slideon p a:hover,
.page-template-tpl-photography-product-overview .info_box_con.slideon p a:hover,
.single-product_photography .info_box_con.slideon p a:hover,
.photography .info_box_con.slideon p a:hover {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0.6) 0px);
}
.photographie-conception .info_box_con.slideon .current p a,
.fotografie-design .info_box_con.slideon .current p a,
.photography-design .info_box_con.slideon .current p a,
.page-template-tpl-photography-home .info_box_con.slideon .current p a,
.page-template-tpl-photography-product-overview .info_box_con.slideon .current p a,
.single-product_photography .info_box_con.slideon .current p a,
.photography .info_box_con.slideon .current p a {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0.6) 0px);
}
.info_box_con.slideon.photographie-conception p a,
.info_box_con.slideon.fotografie-design p a,
.info_box_con.slideon.photography-design p a,
.info_box_con.slideon.page-template-tpl-photography-home p a,
.info_box_con.slideon.page-template-tpl-photography-product-overview p a,
.info_box_con.slideon.single-product_photography p a,
.info_box_con.slideon.photography p a {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
}
.info_box_con.slideon.photographie-conception p a:hover,
.info_box_con.slideon.fotografie-design p a:hover,
.info_box_con.slideon.photography-design p a:hover,
.info_box_con.slideon.page-template-tpl-photography-home p a:hover,
.info_box_con.slideon.page-template-tpl-photography-product-overview p a:hover,
.info_box_con.slideon.single-product_photography p a:hover,
.info_box_con.slideon.photography p a:hover {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0.6) 0px);
}
.info_box_con.slideon.photographie-conception .current p a,
.info_box_con.slideon.fotografie-design .current p a,
.info_box_con.slideon.photography-design .current p a,
.info_box_con.slideon.page-template-tpl-photography-home .current p a,
.info_box_con.slideon.page-template-tpl-photography-product-overview .current p a,
.info_box_con.slideon.single-product_photography .current p a,
.info_box_con.slideon.photography .current p a {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0.6) 0px);
}
.industry .info_box_con.slideon p a {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
}
.industry .info_box_con.slideon p a:hover {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, rgba(203, 51, 59, 0.8) 0px);
}
.info_box_con.slideon.industry p a {
  background: linear-gradient(225deg, rgba(255, 255, 255, 0) 15px, rgba(255, 255, 255, 0.8) 0px);
}
.info_box_con.slideon.industry p a:hover {
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 15px, rgba(203, 51, 59, 0.8) 0px);
}
@media (max-width: 767px) {
  .info_box_con.slideon .col-xs-12 {
    margin-bottom: 0 !important;
  }
  .info_box_con.slideon .flaeche {
    min-height: 0px !important;
    min-height: 140px !important;
  }
  .info_box_con.slideon .flaeche p {
    padding-bottom: 0 !important;
  }
  .info_box_con.slideon .flaeche p a {
    min-height: 0px !important;
    min-height: 100px !important;
    position: relative !important;
    top: 0 !important;
    top: 40px !important;
  }
  .info_box_con.slideon .flaeche p a strong {
    /*display: inline-block !important;*/
    margin-bottom: auto !important;
    height: auto !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .info_box_con.slideon p a:after {
    top: 20px !important;
    top: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info_box_con.slideon .col-xs-12 {
    margin-bottom: 0 !important;
  }
  .info_box_con.slideon .flaeche {
    min-height: 0px !important;
    min-height: 140px !important;
  }
  .info_box_con.slideon .flaeche p {
    padding-bottom: 0 !important;
  }
  .info_box_con.slideon .flaeche p a {
    min-height: 0px !important;
    min-height: 100px !important;
    position: relative !important;
    top: 0 !important;
    top: 40px !important;
  }
  .info_box_con.slideon .flaeche p a strong {
    /*display: inline-block !important;*/
    margin-bottom: auto !important;
    height: auto !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .info_box_con.slideon p a:after {
    top: 20px !important;
    top: 70px !important;
  }
}
.info_box_con .teaser-block {
  /* 
&:last-child {
 			.flaeche p a {
 				&:hover {
 					.kanteschwarz_transparent_15;
 				}
 			}
 		}
 */
}
p.pagination-list span,
p.pagination-list a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #cb333b;
  color: #cb333b;
  border-radius: 50%;
  position: relative;
  line-height: 230%;
}
p.pagination-list a,
p.pagination-list span.dots {
  border: 1px solid white;
  color: #231F20;
}
p.pagination-list a:hover,
p.pagination-list span.dots:hover {
  border: 1px solid white;
  color: #cb333b;
}
p.pagination-list a.next,
p.pagination-list a.prev {
  position: relative;
  font-size: 0;
}
p.pagination-list a.next:before,
p.pagination-list a.prev:before {
  position: absolute;
  font-family: FontAwesome;
  top: -22px;
  left: -5px;
  content: "\f105";
  font-size: 25px;
  font-size: 2.5rem;
  color: #cb333b;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  border-radius: 50%;
  line-height: 109%;
}
p.pagination-list a.prev:before {
  content: "\f104";
  left: 0px;
  right: -5px;
}
.news_con {
  border-top: 1px solid #231F20;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.news_con h5,
.news_con h3 strong {
  font-weight: 500;
  color: #cb333b;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.news_con ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}
.news_con ul li a {
  color: #231F20 !important;
  font-weight: 300;
  text-decoration: none;
}
.news_con ul li a strong {
  font-weight: 400;
}
.news_con ul li a:hover {
  color: #cb333b !important;
}
.news_con p a {
  color: #231F20 !important;
  font-weight: 300;
  text-decoration: none;
}
.news_con p a:hover {
  color: #cb333b !important;
}
@media (max-width: 767px) {
  .news_con {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
  }
  .news_con .container {
    padding-left: 0;
    padding-right: 0;
  }
  .news_con .container .row {
    margin-left: 0;
    margin-right: 0px;
  }
  .news_con .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.news_con .news {
  margin-bottom: 50px;
}
.news_con .news p,
.news_con .news h5,
.news_con .news h3,
.news_con .news ul li {
  line-height: 200%;
}
.news_con .news p a {
  display: inline-block;
  line-height: 130%;
}
@media (max-width: 767px) {
  .news_con .news {
    margin-bottom: 0px;
    border-bottom: 1px solid #231F20;
  }
  .news_con .news p,
  .news_con .news .h5_con,
  .news_con .news ul {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .news_con .news .h5_con p {
    display: block;
    padding-bottom: 0;
  }
  .news_con .news h5,
  .news_con .news h3 {
    padding: 15px 0px 15px 15px;
    cursor: pointer;
    color: #231F20;
  }
  .news_con .news h5:after,
  .news_con .news h3:after {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    right: 15px;
  }
}
.news_con .column_a .news:last-of-type,
.news_con .column_b .news:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .news_con .column_a,
  .news_con .column_b {
    padding-bottom: 0;
  }
  .news_con .column_a .news:first-child {
    border-top: 1px solid #231F20;
  }
}
.news_con .map {
  height: 68px;
  background: url("../../images/footer_map_dotted.png") center bottom no-repeat;
  position: relative;
}
.news_con .map p {
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #231F20;
  display: block;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer {
    overflow: hidden;
  }
}
#footer .widget-1.row {
  margin-left: 0px;
  margin-right: 0px;
}
.language_con {
  margin-top: 25px;
  border-top: 1px solid #231F20;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .language_con {
    border-top: 0px;
  }
  .language_con .column_a {
    padding-left: 15px;
  }
  .language_con .column_b {
    padding-right: 15px;
  }
}
.language_con .column_b {
  text-align: right;
}
.language_con .language_switcher a {
  color: #231F20;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}
.language_con .language_switcher a i {
  color: #cb333b;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  top: 1px;
  padding-right: 5px;
}
.language_con .language_switcher a:hover {
  color: #231F20;
}
.language_con .language_switcher a:hover i {
  color: inherit;
}
.imprint_con {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .imprint_con .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.imprint_con .trenner {
  margin-top: 5px;
  margin-bottom: 15px;
}
.imprint_con .trenner .linie {
  border-top: 1px solid #a7a9ac;
}
.imprint_con ul li {
  font-size: 13px;
  font-size: 1.3rem;
  color: #231F20;
  font-weight: 300;
  display: inline;
  margin-right: 90px;
}
@media (max-width: 767px) {
  .imprint_con ul li {
    display: block;
  }
}
.imprint_con ul li a {
  font-size: inherit;
  color: inherit;
  font-weight: 300;
}
.imprint_con ul li a:hover {
  color: #cb333b;
}
.imprint_con ul li:first-child a:hover {
  color: #231F20;
}
.expert_popup_con {
  position: fixed;
  bottom: 0px;
  left: 50%;
  z-index: 6666;
}
@media (max-width: 767px) {
  .expert_popup_con {
    /* margin-left: (@bodypaddingleft/2)-1; 
        left: -1px;*/
    left: -10px;
  }
  .expert_popup_con .col-sm-12 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expert_popup_con {
    margin-left: -376px;
  }
  .expert_popup_con .col-sm-12 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expert_popup_con {
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .expert_popup_con {
    margin-left: -585px;
  }
}
.expert_popup_con p a {
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  padding: 4px 50px 5px 10px;
  display: inline-block;
  position: relative;
  background: linear-gradient(225deg, rgba(203, 51, 59, 0) 5px, #cb333b 0px);
  text-decoration: none;
  color: white !important;
  text-transform: uppercase;
}
.expert_popup_con p a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 3px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  color: white;
}
.expert_popup_con p a:hover {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 5px, #000000 0px);
}
.popup {
  max-width: 400px;
  padding: 50px;
  background: white;
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.popup iframe {
  width: 100%;
  height: 100%;
}
.popup h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.popup.video {
  max-width: 800px;
  max-height: 600px;
}
.popup.form_acton {
  max-width: 800px;
  height: 100% !important;
}
.popup.form_acton iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 800px !important;
  max-height: 800px !important;
}
.popup.popup_askexpert {
  height: 900px;
  max-width: 800px;
  height: 650px;
}
@media (max-width: 767px) {
  .popup.popup_askexpert {
    height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .popup.popup_askexpert {
    height: 480px;
  }
}
.popup_ask {
  max-width: 100%;
}
.popup_ask h5 {
  color: #cb333b;
}
.formrowswrap {
  float: left;
  margin: 10px;
  max-width: 45%;
  min-width: 300px;
}
#ask-an-expert-form {
  display: table;
  margin: auto;
}
.popup_ask #submit {
  position: absolute;
  bottom: 44px;
  right: 36px;
  float: right;
}
@media (max-width: 767px) {
  .breadcrumb_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home .breadcrumb_con {
  display: none;
}
.breadcrumb_con p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #cb333b;
}
.breadcrumb_con p a {
  font-size: inherit;
  text-decoration: none;
  color: #cb333b !important;
  font-weight: 400;
}
.breadcrumb_con p a:hover {
  color: #231F20 !important;
}
.breadcrumb_con .links {
  text-align: right;
}
ul#breadcrumbs .separator {
  display: none;
}
ul#breadcrumbs li {
  font-size: 12px;
  font-size: 1.2rem;
  color: #cb333b;
  display: inline-block;
}
ul#breadcrumbs li a {
  font-size: inherit;
  text-decoration: none;
  color: #cb333b !important;
  font-weight: 400;
  position: relative;
  margin-right: 12px;
}
ul#breadcrumbs li a:hover {
  color: #231F20 !important;
}
ul#breadcrumbs li a:after {
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  right: -9px;
}
@media (max-width: 767px) {
  .divider_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.divider_con .row .divider {
  border-top: 1px solid #231F20;
  margin-top: 59px;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .divider_con .row .divider {
    margin-top: 19px;
    padding-bottom: 0px;
  }
}
.page-template-tpl-toolbox .divider_con {
  display: none;
}
.tabs {
  max-width: 100%;
  float: none;
  list-style: none;
  padding: 0;
}
.tabs:after {
  content: '';
  display: table;
  clear: both;
}
.tabs input[type=radio] {
  display: none;
}
.tabs label {
  display: block;
  float: left;
  cursor: pointer;
}
.tabs label span {
  display: none;
}
.tabs label:hover {
  color: #3498db;
}
.tabs .tab-content {
  display: none;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background-color: #ffffff;
}
.tabs [id^="tab"]:checked + label {
  background: #FFF;
  color: #cb333b;
}
.tabs #tab1:checked ~ #tab-content1,
.tabs #tab2:checked ~ #tab-content2,
.tabs #tab3:checked ~ #tab-content3,
.tabs #tab4:checked ~ #tab-content4,
.tabs #tab5:checked ~ #tab-content5,
.tabs #tab6:checked ~ #tab-content6 {
  display: block;
}
.productlist_tabs_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .productlist_tabs_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .productlist_tabs_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.productlist_tabs_con h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.productlist_tabs_con h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.productlist_tabs_con h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .productlist_tabs_con h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .productlist_tabs_con h5 a:before {
  top: 2px;
}
.industry .productlist_tabs_con h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.productlist_tabs_con h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.productlist_tabs_con h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.productlist_tabs_con h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.productlist_tabs_con h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.productlist_tabs_con h6 em {
  font-style: normal;
  font-size: inherit;
}
.productlist_tabs_con h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.productlist_tabs_con h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.productlist_tabs_con h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .productlist_tabs_con h6 a,
.unternehmensloesungen .productlist_tabs_con h6 a,
.business-solutions .productlist_tabs_con h6 a,
.industry .productlist_tabs_con h6 a,
.page-template-tpl-industry-home .productlist_tabs_con h6 a,
.page-template-tpl-industry-product-overview .productlist_tabs_con h6 a,
.single-product_industry .productlist_tabs_con .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .productlist_tabs_con h6 a:hover,
.unternehmensloesungen .productlist_tabs_con h6 a:hover,
.business-solutions .productlist_tabs_con h6 a:hover,
.industry .productlist_tabs_con h6 a:hover,
.page-template-tpl-industry-home .productlist_tabs_con h6 a:hover,
.page-template-tpl-industry-product-overview .productlist_tabs_con h6 a:hover,
.single-product_industry .productlist_tabs_con .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.productlist_tabs_con h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.productlist_tabs_con h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
.productlist_tabs_con h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.productlist_tabs_con p,
.productlist_tabs_con ul li {
  font-weight: 300;
}
.productlist_tabs_con p a,
.productlist_tabs_con ul li a {
  color: #cb333b;
}
.productlist_tabs_con img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.productlist_tabs_con img.center {
  display: block;
  margin: 0 auto;
}
.productlist_tabs_con ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
.productlist_tabs_con ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.productlist_tabs_con table {
  border-collapse: collapse;
}
.productlist_tabs_con table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
.productlist_tabs_con table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
.productlist_tabs_con table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
.productlist_tabs_con .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  .productlist_tabs_con h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  .productlist_tabs_con h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .productlist_tabs_con {
    margin-top: 20px;
  }
}
.productlist_tabs_con .excerpt-dots {
  display: none;
}
.productlist_tabs_con .border {
  border: 1px solid #231F20;
  padding: 1px;
}
@media (max-width: 767px) {
  .productlist_tabs_con .col-xs-12 {
    padding-bottom: 5px;
  }
  .productlist_tabs_con .border {
    border: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlist_tabs_con .col-xs-12 {
    padding-bottom: 5px;
  }
  .productlist_tabs_con .border {
    border: 0;
    padding: 0;
  }
}
.productlist_tabs_con ul.tabs li {
  background: #cb333b;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 12px 0px 12px 15px;
  color: white;
  border-right: 1px solid white;
  margin-left: 0;
  list-style: none;
}
.productlist_tabs_con ul.tabs li:last-child {
  border-right: 0px;
}
.productlist_tabs_con ul.tabs li.current {
  background: white !important;
  color: #cb333b !important;
}
.productlist_tabs_con ul.tabs li:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.productlist_tabs_con ul.tabs li span {
  display: inline-block;
  vertical-align: middle;
}
.photographie-conception .productlist_tabs_con ul.tabs li,
.fotografie-design .productlist_tabs_con ul.tabs li,
.photography-design .productlist_tabs_con ul.tabs li,
.photography .productlist_tabs_con ul.tabs li,
.page-template-tpl-photography-home .productlist_tabs_con ul.tabs li,
.page-template-tpl-photography-product-overview .productlist_tabs_con ul.tabs li,
.single-product_photography .productlist_tabs_con ul.tabs li,
.photography .productlist_tabs_con ul.tabs li {
  background: #231F20;
  color: white;
}
.photographie-conception .productlist_tabs_con ul.tabs li.current,
.fotografie-design .productlist_tabs_con ul.tabs li.current,
.photography-design .productlist_tabs_con ul.tabs li.current,
.photography .productlist_tabs_con ul.tabs li.current,
.page-template-tpl-photography-home .productlist_tabs_con ul.tabs li.current,
.page-template-tpl-photography-product-overview .productlist_tabs_con ul.tabs li.current,
.single-product_photography .productlist_tabs_con ul.tabs li.current,
.photography .productlist_tabs_con ul.tabs li.current {
  background: white !important;
  color: #231F20 !important;
}
.productlist_tabs_con .tabs-content {
  display: none;
  padding: 15px;
}
.productlist_tabs_con .tabs-content p a {
  display: none;
}
.productlist_tabs_con .tabs-content h3 {
  /*.schriftfett; */
  font-weight: 500;
}
.productlist_tabs_con .tabs-content h3 a {
  color: inherit;
  font-weight: inherit;
}
.productlist_tabs_con .tabs-content h4 {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #cb333b;
}
.productlist_tabs_con .tabs-content h5 {
  font-weight: 400;
  color: #cb333b;
  color: #231F20;
  font-size: 14px;
  font-size: 1.4rem;
}
.productlist_tabs_con .tabs-content .row.nav_tab {
  margin-bottom: 10px;
  background: #cb333b;
}
.productlist_tabs_con .tabs-content .row.nav_tab .col-xs-12 {
  padding-bottom: 0;
}
.productlist_tabs_con .tabs-content .row.nav_tab h6 {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 12px 0px 12px 0px;
  color: white;
  position: relative;
}
.productlist_tabs_con .tabs-content .row.nav_tab h6:before {
  position: absolute;
  font-family: FontAwesome;
  top: 10px;
  right: 15px;
  content: "\f105";
  font-size: 20px;
  font-size: 2rem;
  font-size: 22px;
  font-size: 2.2rem;
}
.productlist_tabs_con .tabs-content .row.content {
  border: 0 !important;
}
.productlist_tabs_con .tabs-content ul.nav_tab_sub {
  margin-bottom: 20px;
}
.productlist_tabs_con .tabs-content ul.nav_tab_sub li {
  padding-left: 14px;
  list-style: none;
  margin: 0;
}
.productlist_tabs_con .tabs-content ul.nav_tab_sub li a {
  position: relative;
}
.productlist_tabs_con .tabs-content ul.nav_tab_sub li a:before {
  position: absolute;
  font-family: FontAwesome;
  top: -2px;
  left: -14px;
  content: "\f105";
  font-size: 20px;
  font-size: 2rem;
  font-size: 24px;
  font-size: 2.4rem;
}
.productlist_tabs_con .tabs-content .divider {
  border-top: 1px solid #231F20;
  margin-top: 59px;
  padding-bottom: 60px;
  display: block;
}
@media (max-width: 767px) {
  .productlist_tabs_con .tabs-content .divider {
    margin-top: 29px;
    padding-bottom: 30px;
  }
}
.productlist_tabs_con .tabs-content .divider.small {
  margin-top: 19px;
  padding-bottom: 20px;
}
.productlist_tabs_con .tabs-content .product {
  margin-top: 30px;
}
.productlist_tabs_con .tabs-content .product .text h3 a {
  font-weight: 400;
  text-decoration: underline;
}
.productlist_tabs_con .tabs-content.current {
  display: inherit;
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content {
  padding: 1px 11px 0px 11px;
  display: block;
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content .row.content {
  display: none;
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content .row.content .col-lg-12 {
  padding-top: 15px;
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content .row.nav_tab {
  display: block;
  margin-bottom: 0px;
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content.current .row.content {
  display: block;
  border-bottom: 1px solid #cb333b !important;
  border-left: 1px solid #cb333b !important;
  border-right: 1px solid #cb333b !important;
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content.current .row.nav_tab {
  background: #cb333b;
  /* 
                                border-top: 1px solid @farbefirma !important;
                                border-left: 1px solid @farbefirma !important;
                                border-right: 1px solid @farbefirma !important;
 */
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content.current .row.nav_tab h6 {
  color: white;
}
.productlist_tabs_con .tabs-content .tablet_smartphone_tabs-content.current .row.nav_tab h6:before {
  top: 10px;
  right: 12px;
  content: "\f107";
}
@media (max-width: 767px) {
  .productlist_tabs_con .tabs-content {
    padding: 1px 11px 0px 11px;
    display: block;
  }
  .productlist_tabs_con .tabs-content .row.content {
    display: none;
  }
  .productlist_tabs_con .tabs-content .row.content .col-lg-12 {
    padding-top: 15px;
  }
  .productlist_tabs_con .tabs-content .row.nav_tab {
    display: block;
    margin-bottom: 0px;
  }
  .productlist_tabs_con .tabs-content.current .row.content {
    display: block;
    border-bottom: 1px solid #cb333b !important;
    border-left: 1px solid #cb333b !important;
    border-right: 1px solid #cb333b !important;
  }
  .productlist_tabs_con .tabs-content.current .row.nav_tab {
    background: #cb333b;
    /* 
                                border-top: 1px solid @farbefirma !important;
                                border-left: 1px solid @farbefirma !important;
                                border-right: 1px solid @farbefirma !important;
 */
  }
  .productlist_tabs_con .tabs-content.current .row.nav_tab h6 {
    color: white;
  }
  .productlist_tabs_con .tabs-content.current .row.nav_tab h6:before {
    top: 10px;
    right: 12px;
    content: "\f107";
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .productlist_tabs_con .tabs-content .product .text {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlist_tabs_con .tabs-content {
    padding: 1px 11px 0px 11px;
    display: block;
  }
  .productlist_tabs_con .tabs-content .row.content {
    display: none;
  }
  .productlist_tabs_con .tabs-content .row.content .col-lg-12 {
    padding-top: 15px;
  }
  .productlist_tabs_con .tabs-content .row.nav_tab {
    display: block;
    margin-bottom: 0px;
  }
  .productlist_tabs_con .tabs-content.current .row.content {
    display: block;
    border-bottom: 1px solid #cb333b !important;
    border-left: 1px solid #cb333b !important;
    border-right: 1px solid #cb333b !important;
  }
  .productlist_tabs_con .tabs-content.current .row.nav_tab {
    background: #cb333b;
    /* 
                                border-top: 1px solid @farbefirma !important;
                                border-left: 1px solid @farbefirma !important;
                                border-right: 1px solid @farbefirma !important;
 */
  }
  .productlist_tabs_con .tabs-content.current .row.nav_tab h6 {
    color: white;
  }
  .productlist_tabs_con .tabs-content.current .row.nav_tab h6:before {
    top: 10px;
    right: 12px;
    content: "\f107";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productlist_tabs_con .tabs-content .row.nav_tab {
    display: none;
  }
}
@media (min-width: 1200px) {
  .productlist_tabs_con .tabs-content .row.nav_tab {
    display: none;
  }
}
.photographie-conception .productlist_tabs_con h4,
.fotografie-design .productlist_tabs_con h4,
.photography-design .productlist_tabs_con h4,
.photography .productlist_tabs_con h4,
.page-template-tpl-photography-home .productlist_tabs_con h4,
.page-template-tpl-photography-product-overview .productlist_tabs_con h4,
.single-product_photography .productlist_tabs_con h4,
.photography .productlist_tabs_con h4,
.photographie-conception .productlist_tabs_con h5,
.fotografie-design .productlist_tabs_con h5,
.photography-design .productlist_tabs_con h5,
.photography .productlist_tabs_con h5,
.page-template-tpl-photography-home .productlist_tabs_con h5,
.page-template-tpl-photography-product-overview .productlist_tabs_con h5,
.single-product_photography .productlist_tabs_con h5,
.photography .productlist_tabs_con h5 {
  color: #231F20;
}
.photographie-conception .productlist_tabs_con .tabs-content .row.nav_tab,
.fotografie-design .productlist_tabs_con .tabs-content .row.nav_tab,
.photography-design .productlist_tabs_con .tabs-content .row.nav_tab,
.photography .productlist_tabs_con .tabs-content .row.nav_tab,
.page-template-tpl-photography-home .productlist_tabs_con .tabs-content .row.nav_tab,
.page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .row.nav_tab,
.single-product_photography .productlist_tabs_con .tabs-content .row.nav_tab,
.photography .productlist_tabs_con .tabs-content .row.nav_tab {
  background: #231F20;
}
.photographie-conception .productlist_tabs_con .tabs-content .row.nav_tab h6,
.fotografie-design .productlist_tabs_con .tabs-content .row.nav_tab h6,
.photography-design .productlist_tabs_con .tabs-content .row.nav_tab h6,
.photography .productlist_tabs_con .tabs-content .row.nav_tab h6,
.page-template-tpl-photography-home .productlist_tabs_con .tabs-content .row.nav_tab h6,
.page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .row.nav_tab h6,
.single-product_photography .productlist_tabs_con .tabs-content .row.nav_tab h6,
.photography .productlist_tabs_con .tabs-content .row.nav_tab h6 {
  color: white;
}
.photographie-conception .productlist_tabs_con .tabs-content .divider,
.fotografie-design .productlist_tabs_con .tabs-content .divider,
.photography-design .productlist_tabs_con .tabs-content .divider,
.photography .productlist_tabs_con .tabs-content .divider,
.page-template-tpl-photography-home .productlist_tabs_con .tabs-content .divider,
.page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .divider,
.single-product_photography .productlist_tabs_con .tabs-content .divider,
.photography .productlist_tabs_con .tabs-content .divider {
  display: none;
}
.photographie-conception .productlist_tabs_con .tabs-content .tab-section-description,
.fotografie-design .productlist_tabs_con .tabs-content .tab-section-description,
.photography-design .productlist_tabs_con .tabs-content .tab-section-description,
.photography .productlist_tabs_con .tabs-content .tab-section-description,
.page-template-tpl-photography-home .productlist_tabs_con .tabs-content .tab-section-description,
.page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .tab-section-description,
.single-product_photography .productlist_tabs_con .tabs-content .tab-section-description,
.photography .productlist_tabs_con .tabs-content .tab-section-description {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .photographie-conception .productlist_tabs_con .tabs-content .divider,
  .fotografie-design .productlist_tabs_con .tabs-content .divider,
  .photography-design .productlist_tabs_con .tabs-content .divider,
  .photography .productlist_tabs_con .tabs-content .divider,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content .divider,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .divider,
  .single-product_photography .productlist_tabs_con .tabs-content .divider,
  .photography .productlist_tabs_con .tabs-content .divider {
    display: none;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .fotografie-design .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .photography-design .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .photography .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .single-product_photography .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .photography .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12 {
    border-bottom: 1px solid #231F20;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .row.content,
  .fotografie-design .productlist_tabs_con .tabs-content.current .row.content,
  .photography-design .productlist_tabs_con .tabs-content.current .row.content,
  .photography .productlist_tabs_con .tabs-content.current .row.content,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .row.content,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .row.content,
  .single-product_photography .productlist_tabs_con .tabs-content.current .row.content,
  .photography .productlist_tabs_con .tabs-content.current .row.content {
    border-bottom: 1px solid #231F20 !important;
    border-left: 1px solid #231F20 !important;
    border-right: 1px solid #231F20 !important;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .fotografie-design .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .photography-design .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .single-product_photography .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab {
    background: white;
    border-top: 1px solid #231F20 !important;
    border-left: 1px solid #231F20 !important;
    border-right: 1px solid #231F20 !important;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .fotografie-design .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .photography-design .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .single-product_photography .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab h6 {
    color: #231F20;
  }
  .photographie-conception .productlist_tabs_con .tabs-content .tab-section-description h4,
  .fotografie-design .productlist_tabs_con .tabs-content .tab-section-description h4,
  .photography-design .productlist_tabs_con .tabs-content .tab-section-description h4,
  .photography .productlist_tabs_con .tabs-content .tab-section-description h4,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content .tab-section-description h4,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .tab-section-description h4,
  .single-product_photography .productlist_tabs_con .tabs-content .tab-section-description h4,
  .photography .productlist_tabs_con .tabs-content .tab-section-description h4 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .photographie-conception .productlist_tabs_con .tabs-content .divider,
  .fotografie-design .productlist_tabs_con .tabs-content .divider,
  .photography-design .productlist_tabs_con .tabs-content .divider,
  .photography .productlist_tabs_con .tabs-content .divider,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content .divider,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .divider,
  .single-product_photography .productlist_tabs_con .tabs-content .divider,
  .photography .productlist_tabs_con .tabs-content .divider {
    display: none;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .fotografie-design .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .photography-design .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .photography .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .single-product_photography .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12,
  .photography .productlist_tabs_con .tabs-content.current .nav_tab > .col-xs-12 {
    border-bottom: 1px solid #231F20;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .row.content,
  .fotografie-design .productlist_tabs_con .tabs-content.current .row.content,
  .photography-design .productlist_tabs_con .tabs-content.current .row.content,
  .photography .productlist_tabs_con .tabs-content.current .row.content,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .row.content,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .row.content,
  .single-product_photography .productlist_tabs_con .tabs-content.current .row.content,
  .photography .productlist_tabs_con .tabs-content.current .row.content {
    border-bottom: 1px solid #231F20 !important;
    border-left: 1px solid #231F20 !important;
    border-right: 1px solid #231F20 !important;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .fotografie-design .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .photography-design .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .single-product_photography .productlist_tabs_con .tabs-content.current .row.nav_tab,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab {
    background: white;
    border-top: 1px solid #231F20 !important;
    border-left: 1px solid #231F20 !important;
    border-right: 1px solid #231F20 !important;
  }
  .photographie-conception .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .fotografie-design .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .photography-design .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .single-product_photography .productlist_tabs_con .tabs-content.current .row.nav_tab h6,
  .photography .productlist_tabs_con .tabs-content.current .row.nav_tab h6 {
    color: #231F20;
  }
  .photographie-conception .productlist_tabs_con .tabs-content .tab-section-description h4,
  .fotografie-design .productlist_tabs_con .tabs-content .tab-section-description h4,
  .photography-design .productlist_tabs_con .tabs-content .tab-section-description h4,
  .photography .productlist_tabs_con .tabs-content .tab-section-description h4,
  .page-template-tpl-photography-home .productlist_tabs_con .tabs-content .tab-section-description h4,
  .page-template-tpl-photography-product-overview .productlist_tabs_con .tabs-content .tab-section-description h4,
  .single-product_photography .productlist_tabs_con .tabs-content .tab-section-description h4,
  .photography .productlist_tabs_con .tabs-content .tab-section-description h4 {
    display: none;
  }
}
.productlist_tabs_con.amount1 ul.tabs li {
  width: 100% !important;
}
.productlist_tabs_con.amount2 ul.tabs li {
  width: 50% !important;
}
.productlist_tabs_con.amount3 ul.tabs li {
  width: 33.33% !important;
}
.productlist_tabs_con.amount4 ul.tabs li {
  width: 25% !important;
}
.productlist_tabs_con.amount5 ul.tabs li {
  width: 20% !important;
}
.productlist_tabs_con.amount6 ul.tabs li {
  width: 16.66% !important;
}
@media (max-width: 767px) {
  .productlist_tabs_con ul.tabs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlist_tabs_con ul.tabs {
    display: none;
  }
}
.productlist_tabs_con .accordion_con .border {
  border: 0;
  padding: 0;
}
.productlist_tabs_con .accordion_con .tabs-content {
  width: 100%;
  display: block;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.productlist_tabs_con .accordion_con .tabs-content:last-child {
  margin-bottom: 0px;
}
.productlist_tabs_con .accordion_con .tabs-content .row.nav_tab {
  display: block;
  background: #E6E6E6;
  margin-bottom: 0;
  border: 0px !important;
}
.productlist_tabs_con .accordion_con .tabs-content .row.nav_tab .col-lg-12 {
  padding-top: 0px;
}
.productlist_tabs_con .accordion_con .tabs-content .row.nav_tab h5 {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 12px 0px 12px 0px;
  color: #231F20;
  position: relative;
}
.productlist_tabs_con .accordion_con .tabs-content .row.nav_tab h5:before {
  position: absolute;
  font-family: FontAwesome;
  top: 10px;
  right: 15px;
  content: "\f105";
  font-size: 20px;
  font-size: 2rem;
  font-size: 22px;
  font-size: 2.2rem;
}
.productlist_tabs_con .accordion_con .tabs-content .row.content {
  display: none;
  border-bottom: 0px solid #E41B23 !important;
  border-left: 0px solid #E41B23 !important;
  border-right: 0px solid #E41B23 !important;
}
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner {
  margin-top: 10px;
  padding-bottom: 10px;
}
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner h3,
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner h4,
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner h5,
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner h6,
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner p,
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner ul li {
  font-size: 13px;
  font-size: 1.3rem;
}
.productlist_tabs_con .accordion_con .tabs-content .row.content .content_inner a {
  font-size: inherit;
  display: inline-block;
}
.productlist_tabs_con .accordion_con .tabs-content.current_acc .row.nav_tab {
  background: #a7a9ac;
}
.productlist_tabs_con .accordion_con .tabs-content.current_acc .row.nav_tab h5 {
  color: #cb333b;
}
.productlist_tabs_con .accordion_con .tabs-content.current_acc .row.nav_tab h5:before {
  top: 10px;
  right: 12px;
  content: "\f107";
  color: #cb333b;
}
.productlist_tabs_con .accordion_con .tabs-content.current_acc .row.content {
  display: block;
}
.productlist_tabs_con.accordion .border {
  border: 0;
  padding: 0;
}
.productlist_tabs_con.accordion ul.tabs {
  display: none;
}
.productlist_tabs_con.accordion .tabs-content {
  width: 100%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
}
.productlist_tabs_con.accordion .tabs-content .row.nav_tab {
  display: block;
  background: white;
  margin-top: -1px;
  margin-bottom: 0px;
  border-top: 1px solid #231F20 !important;
  border-left: 1px solid #231F20 !important;
  border-right: 1px solid #231F20 !important;
}
.productlist_tabs_con.accordion .tabs-content .row.nav_tab h1,
.productlist_tabs_con.accordion .tabs-content .row.nav_tab h2,
.productlist_tabs_con.accordion .tabs-content .row.nav_tab h3,
.productlist_tabs_con.accordion .tabs-content .row.nav_tab h4,
.productlist_tabs_con.accordion .tabs-content .row.nav_tab h5,
.productlist_tabs_con.accordion .tabs-content .row.nav_tab h6,
.productlist_tabs_con.accordion .tabs-content .row.nav_tab p,
.productlist_tabs_con.accordion .tabs-content .row.nav_tab ul li {
  color: #231F20;
}
.productlist_tabs_con.accordion .tabs-content .row.nav_tab a {
  color: inherit;
  font-size: inherit;
}
.productlist_tabs_con.accordion .tabs-content .row.nav_tab .col-lg-12 {
  border-bottom: 1px solid #231F20;
}
.productlist_tabs_con.accordion .tabs-content:last-child .row.nav_tab > .col-lg-12 {
  border-bottom: 1px solid #231F20 !important;
}
.productlist_tabs_con.accordion .tabs-content .row.content {
  display: none;
}
.productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 {
  background: #231F20;
}
.productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6 {
  color: white;
}
.productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 {
  background: #231F20;
}
.productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6 {
  color: white;
}
.productlist_tabs_con.accordion .tabs-content.current .row.nav_tab h6 {
  color: white;
}
.productlist_tabs_con.accordion .tabs-content.current .row.nav_tab h6:before {
  top: 10px;
  right: 12px;
  content: "\f107";
}
.productlist_tabs_con.accordion .tabs-content.current .row.content {
  display: block;
  padding-top: 20px;
  padding-bottom: 30px;
  border-left: 1px solid #231F20 !important;
  border-right: 1px solid #231F20 !important;
  border-bottom: 0px solid #231F20 !important;
  padding-left: 20px;
  padding-right: 20px;
}
.productlist_tabs_con.accordion .tabs-content.current .row.content h3 {
  padding-bottom: 10px;
}
.productlist_tabs_con.accordion .tabs-content.current .row.content ul {
  margin-left: 5px;
}
.productlist_tabs_con.accordion .tabs-content:last-child .row.content {
  border-bottom: 1px solid #231F20 !important;
}
.solutions-entreprise .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12,
.unternehmensloesungen .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12,
.business-solutions .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12,
.industry .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12,
.page-template-tpl-industry-home .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12,
.page-template-tpl-industry-product-overview .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12,
.single-product_industry .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12,
.industry .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 {
  background: #cb333b;
}
.solutions-entreprise .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6,
.unternehmensloesungen .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6,
.business-solutions .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6,
.industry .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6,
.page-template-tpl-industry-home .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6,
.page-template-tpl-industry-product-overview .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6,
.single-product_industry .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6,
.industry .productlist_tabs_con.accordion .tabs-content:hover .row.nav_tab > .col-lg-12 h6 {
  color: white;
}
.solutions-entreprise .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12,
.unternehmensloesungen .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12,
.business-solutions .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12,
.industry .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12,
.page-template-tpl-industry-home .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12,
.page-template-tpl-industry-product-overview .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12,
.single-product_industry .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12,
.industry .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 {
  background: #cb333b;
}
.solutions-entreprise .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6,
.unternehmensloesungen .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6,
.business-solutions .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6,
.industry .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6,
.page-template-tpl-industry-home .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6,
.page-template-tpl-industry-product-overview .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6,
.single-product_industry .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6,
.industry .productlist_tabs_con.accordion .tabs-content.current .row.nav_tab > .col-lg-12 h6 {
  color: white;
}
.productlist_tabs_con.contact .border {
  border: 1px solid #cb333b !important;
}
@media (max-width: 767px) {
  .productlist_tabs_con.contact .border {
    border: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlist_tabs_con.contact .border {
    border: 0px !important;
  }
}
.productlist_tabs_con.contact ul.tabs li:nth-child(1) {
  background: white;
  color: #231F20;
}
.productlist_tabs_con.contact ul.tabs li:nth-child(2) {
  background: #cb333b;
  color: white;
}
.productlist_tabs_con.contact ul.tabs li:nth-child(2).current {
  color: #cb333b !important;
}
.productlist_tabs_con.contact #tabtab-1 .button h6 a {
  color: #cb333b;
  border: 1px solid #cb333b;
}
.productlist_tabs_con.contact #tabtab-1 .row.nav_tab {
  background: white !important;
  border-top: 1px solid #231F20;
  border-left: 1px solid #231F20;
  border-right: 1px solid #231F20;
}
.productlist_tabs_con.contact #tabtab-1 .row.nav_tab h6 {
  color: #231F20 !important;
}
.productlist_tabs_con.contact #tabtab-2 .button h6 a {
  color: #cb333b;
  border: 1px solid #cb333b;
}
.productlist_tabs_con.contact #tabtab-2 .row.nav_tab {
  background: #cb333b !important;
  border-top: 1px solid #cb333b;
  border-left: 1px solid #cb333b;
  border-right: 1px solid #cb333b;
}
.productlist_tabs_con.contact #tabtab-2 .row.nav_tab h6 {
  color: white !important;
}
.productlist_tabs_con.contact #tabtab-2.current .row.nav_tab {
  background: white !important;
}
.productlist_tabs_con.contact #tabtab-2.current .row.nav_tab h6 {
  color: #cb333b !important;
}
.productlist_tabs_con.contact #tabtab-3 .row.headline {
  padding-top: 50px;
}
.productlist_tabs_con.contact #tabtab-3 .row.anker {
  padding-bottom: 0;
}
.productlist_tabs_con.contact #tabtab-3 .row.headline h3 a {
  background: #231F20;
}
.productlist_tabs_con.contact .tabs-content {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .productlist_tabs_con.contact .tabs-content {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlist_tabs_con.contact .tabs-content {
    padding-top: 0px;
  }
}
.productlist_tabs_con.contact .tabs-content .row.anker {
  padding-bottom: 25px;
}
.productlist_tabs_con.contact .tabs-content .row.content .form_row {
  margin-bottom: 15px;
}
.productlist_tabs_con.contact .tabs-content .row.content .form_row:last-child {
  margin-bottom: 0px;
}
.productlist_tabs_con.contact .tabs-content .row.content .form_row input[type="text"] {
  max-width: 366px;
}
.productlist_tabs_con.contact .tabs-content .row.headline {
  margin-bottom: 25px;
}
.productlist_tabs_con.contact .tabs-content .row.headline h3 a {
  padding: 12px 0px 12px 15px;
  background: #cb333b;
  display: inline-block;
  width: 100%;
  color: white;
  font-weight: 500;
}
.productlist_tabs_con.contact .tabs-content .row.adress_list {
  position: relative;
}
.productlist_tabs_con.contact .tabs-content .row.adress_list .email {
  padding-top: 25px;
}
.productlist_tabs_con.contact .tabs-content .row.adress_list .address {
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlist_tabs_con.contact .tabs-content .row.adress_list .address:nth-child(2n):after {
    border-bottom: 1px solid #231F20;
    content: " ";
    display: inline-block;
    width: 703px;
    left: -353px;
    bottom: 25px;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productlist_tabs_con.contact .tabs-content .row.adress_list .address:nth-child(3n):after {
    border-bottom: 1px solid #231F20;
    content: " ";
    display: inline-block;
    width: 915px;
    left: -614px;
    bottom: 25px;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .productlist_tabs_con.contact .tabs-content .row.adress_list .address:nth-child(3n):after {
    border-bottom: 1px solid #231F20;
    content: " ";
    display: inline-block;
    width: 1115px;
    position: absolute;
    left: -747px;
    bottom: 25px;
  }
  .productlist_tabs_con.contact .tabs-content .row.adress_list .address:last-child:after {
    border: none;
    bottom: 0;
  }
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .accordion_col p a {
  display: block;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .image_col.image {
  position: relative;
  min-height: 315px;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .image_col.image img {
  position: absolute;
  top: 0;
  /* 
    						left: 10px;
 */
  display: none;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .image_col.image img.img_visible {
  display: block;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .image_col.image img:first-child {
  display: block;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .divider {
  margin-top: 9px;
  padding-bottom: 22px;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row:last-child .divider {
  display: none;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .text {
  padding-bottom: 20px;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .divider_inner {
  padding-bottom: 40px;
  margin-bottom: 40px;
  float: none;
  clear: both;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row .divider_inner .line {
  border-bottom: 1px solid #231F20;
  margin-left: 10px;
  margin-right: 10px;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row:last-child .divider_inner {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.productlist_tabs_con.support_solutions .row.support_solutions_row:last-child .divider_inner .line {
  border: 0;
}
.productlist_tabs_con.support_solutions .row.service_row .line {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #231F20;
}
.productlist_tabs_con.support_solutions .row.service_row:last-child .line {
  margin-bottom: 0px;
  border: 0;
}
.productlist_tabs_con.quote .border {
  border: 1px solid #cb333b !important;
}
@media (max-width: 767px) {
  .productlist_tabs_con.quote .border {
    border: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productlist_tabs_con.quote .border {
    border: 0px !important;
  }
}
.productlist_tabs_con.quote h6 a {
  width: 100%;
  min-width: 1px;
}
.productlist_tabs_con.quote .quote_headline {
  margin-bottom: 30px;
}
.productlist_tabs_con.quote .quote_product {
  margin-bottom: 20px;
}
.productlist_tabs_con.quote .product_list {
  margin-bottom: 30px;
}
.productlist_tabs_con.quote .product_list:last-child {
  margin-bottom: 0;
}
.productlist_tabs_con.quote p a {
  display: block;
  color: #cb333b;
}
.slider_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .slider_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .slider_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slider_con .container {
  margin-bottom: 25px;
}
.slider_con h3 {
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: #cb333b;
}
.slider_con h4 {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #cb333b;
}
.slider_con h5 {
  font-weight: 500;
  color: #cb333b;
}
.slider_con img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider_con figure {
  width: auto !important;
}
.slider_con figcaption {
  display: none;
}
.adobecloud_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .adobecloud_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .adobecloud_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.adobe_creative_cloud_button_false .adobecloud_con {
  display: none;
}
.adobecloud_con .background {
  background: #e4e5e6;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
}
.adobecloud_con .background:hover {
  background: #E6E6E6;
}
.adobecloud_con a:after {
  content: " ";
  display: table;
  clear: both;
  float: none;
}
.adobecloud_con a .adobe_learnmore {
  float: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.adobecloud_con a h4 {
  color: #cb333b;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  display: inline-block;
  float: left;
  width: 75%;
}
.adobecloud_con a h6 {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  /* min-width: 220px; */
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.adobecloud_con a h6 strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.adobecloud_con a h6:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
:hover .adobecloud_con a h6 {
  /* 
				color: white;
				background: @farbebasis; 
				border: 1px solid @farbebasis;
 */
}
.adobecloud_con a .icon {
  display: inline-block;
  width: 15%;
  text-align: right;
}
.adobecloud_con a .icon img {
  width: 30px;
  height: auto;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media (max-width: 767px) {
  .adobecloud_con a h4 {
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
  }
  .adobecloud_con a .adobe_learnmore {
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
  }
}
@media (max-width: 767px) {
  .adobecloud_con a {
    display: inline-block;
  }
  .adobecloud_con a .adobe_learnmore {
    text-align: center;
    display: inline-block;
  }
  .adobecloud_con a h4 {
    /* 
			width: 100%;
            text-align: center;
 			*/
    font-size: 14px;
    font-size: 1.4rem;
  }
  .adobecloud_con a .icon {
    /* display: none; 
            display: block;
            margin: 0px auto;*/
  }
}
.workflow_industry_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .workflow_industry_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .workflow_industry_con {
    margin-top: 20px;
  }
}
.workflow_industry_con .step {
  position: relative;
  float: left;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.workflow_industry_con .step .image.over,
.workflow_industry_con .step .text.over {
  display: none;
}
.workflow_industry_con .step.c1 .i-datacolor_color-measurement:before {
  content: '\e013';
}
.workflow_industry_con .step.c2 .i-datacolor_color-measurement:before {
  content: '\e012';
}
.workflow_industry_con .step.c3 .i-datacolor_color-measurement:before {
  content: '\e014';
}
.workflow_industry_con .step.c4 .i-datacolor_color-measurement:before {
  content: '\e002';
}
.workflow_industry_con .step:hover .image.normal,
.workflow_industry_con .step:hover .text.normal {
  display: none;
}
.workflow_industry_con .step:hover .image.over,
.workflow_industry_con .step:hover .text.over {
  display: block;
}
.workflow_industry_con .step:hover .mask {
  background-image: url("../../images/workflow_industry-over.png");
  background-size: cover;
}
.workflow_industry_con .mask,
.workflow_industry_con .image,
.workflow_industry_con .text {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.workflow_industry_con .mask {
  z-index: 666;
  background-image: url("../../images/workflow_industry.png");
}
.workflow_industry_con .text {
  z-index: 100;
}
.workflow_industry_con .text.normal {
  padding-top: 70px;
  text-align: center;
  color: white;
}
.workflow_industry_con .text.normal span {
  font-size: 100px;
  font-size: 10rem;
}
.workflow_industry_con .text.normal h4 {
  padding-top: 15px;
  color: inherit;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .workflow_industry_con .text.normal h4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .workflow_industry_con .text.normal h4 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.workflow_industry_con .text.over {
  padding-top: 30px;
  text-align: left;
  color: #231F20;
  padding-left: 30px;
  padding-right: 30px;
}
.workflow_industry_con .text.over h4 {
  padding-top: 15px;
  color: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.workflow_industry_con .text.over p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 110%;
}
.workflow_industry_con .text.over p a {
  font-size: inherit;
  color: #cb333b;
  line-height: inherit;
  font-weight: inherit;
}
.workflow_industry_con .image {
  z-index: 90;
}
.workflow_industry_con .image.normal {
  background-color: #cb333b;
  background-blend-mode: overlay;
}
.workflow_industry_con .step {
  width: 307px;
  height: 279px;
  width: 287px;
  height: 260px;
}
.workflow_industry_con .step .mask,
.workflow_industry_con .step .image,
.workflow_industry_con .step .text {
  width: 287px;
  height: 260px;
}
.workflow_industry_con .step .text.over {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .workflow_industry_con .step {
    width: 250px;
    height: 98px;
    float: none;
    margin: 0 auto;
  }
  .workflow_industry_con .step .mask,
  .workflow_industry_con .step .image,
  .workflow_industry_con .step .text {
    width: 250px;
    height: 98px;
  }
  .workflow_industry_con .step .text.normal {
    padding-top: 45px;
  }
  .workflow_industry_con .step .text.normal h4 {
    padding-top: 0px;
    color: inherit;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
  }
  .workflow_industry_con .step .text.normal h4 br {
    display: none;
  }
  .workflow_industry_con .step .text.over {
    padding-left: 15px;
    padding-right: 15px;
  }
  .workflow_industry_con .step .text.over br {
    display: none;
  }
  .workflow_industry_con .step .text.over h4 {
    padding-top: 15px;
    color: inherit;
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 12px;
    font-size: 1.2rem;
    /*.schriftfett; */
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 115%;
  }
  .workflow_industry_con .step .text.over p {
    font-size: 13px;
    font-size: 1.3rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 115%;
  }
  .workflow_industry_con .step .mask {
    background-image: url("../../images/workflow_industry_sm.png");
  }
  .workflow_industry_con .step .text span {
    display: none;
  }
  .workflow_industry_con .step.activer,
  .workflow_industry_con .step:hover {
    width: 250px;
    height: 196px;
  }
  .workflow_industry_con .step.activer .mask,
  .workflow_industry_con .step:hover .mask,
  .workflow_industry_con .step.activer .image,
  .workflow_industry_con .step:hover .image,
  .workflow_industry_con .step.activer .text,
  .workflow_industry_con .step:hover .text {
    width: 250px;
    height: 196px;
  }
  .workflow_industry_con .step.activer .image.normal,
  .workflow_industry_con .step:hover .image.normal,
  .workflow_industry_con .step.activer .text.normal,
  .workflow_industry_con .step:hover .text.normal {
    display: none;
  }
  .workflow_industry_con .step.activer .image.over,
  .workflow_industry_con .step:hover .image.over,
  .workflow_industry_con .step.activer .text.over,
  .workflow_industry_con .step:hover .text.over {
    display: block;
  }
  .workflow_industry_con .step.activer .mask,
  .workflow_industry_con .step:hover .mask {
    background-image: url("../../images/workflow_industry_sm-over.png");
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .workflow_industry_con .step {
    width: 300px;
    height: 115px;
    float: none;
    margin: 0 auto;
  }
  .workflow_industry_con .step .mask,
  .workflow_industry_con .step .image,
  .workflow_industry_con .step .text {
    width: 300px;
    height: 115px;
  }
  .workflow_industry_con .step .text.normal {
    padding-top: 55px;
  }
  .workflow_industry_con .step .text.normal h4 {
    padding-top: 0px;
    color: inherit;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 100%;
  }
  .workflow_industry_con .step .text.normal h4 br {
    line-height: inherit;
  }
  .workflow_industry_con .step .text.over {
    padding-left: 30px;
  }
  .workflow_industry_con .step .text.over br {
    display: none;
  }
  .workflow_industry_con .step .text.over h4 {
    padding-top: 25px;
    color: inherit;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .workflow_industry_con .step .text.over p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .workflow_industry_con .step .mask {
    background-image: url("../../images/workflow_industry_sm.png");
  }
  .workflow_industry_con .step .text span {
    display: none;
  }
  .workflow_industry_con .step.active,
  .workflow_industry_con .step:hover {
    width: 300px;
    height: 235px;
  }
  .workflow_industry_con .step.active .mask,
  .workflow_industry_con .step:hover .mask,
  .workflow_industry_con .step.active .image,
  .workflow_industry_con .step:hover .image,
  .workflow_industry_con .step.active .text,
  .workflow_industry_con .step:hover .text {
    width: 300px;
    height: 235px;
  }
  .workflow_industry_con .step.active .image.normal,
  .workflow_industry_con .step:hover .image.normal,
  .workflow_industry_con .step.active .text.normal,
  .workflow_industry_con .step:hover .text.normal {
    display: none;
  }
  .workflow_industry_con .step.active .image.over,
  .workflow_industry_con .step:hover .image.over,
  .workflow_industry_con .step.active .text.over,
  .workflow_industry_con .step:hover .text.over {
    display: block;
  }
  .workflow_industry_con .step.active .mask,
  .workflow_industry_con .step:hover .mask {
    background-image: url("../../images/workflow_industry_sm-over.png");
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .workflow_industry_con .step {
    width: 237px;
    height: 215px;
  }
  .workflow_industry_con .step .mask,
  .workflow_industry_con .step .image,
  .workflow_industry_con .step .text {
    width: 237px;
    height: 215px;
  }
  .workflow_industry_con .step .text.normal {
    padding-top: 55px;
  }
  .workflow_industry_con .step .text.normal span {
    font-size: 70px;
    font-size: 7rem;
  }
  .workflow_industry_con .step .text.normal h4 {
    padding-top: 15px;
    color: inherit;
    font-size: 20px;
    font-size: 2rem;
  }
  .workflow_industry_con .step .text.over {
    padding-left: 50px;
  }
  .workflow_industry_con .step .text.over h4 {
    padding-top: 0px;
    color: inherit;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .workflow_industry_con .step .text.over p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.banner_fullsize_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .banner_fullsize_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .banner_fullsize_con {
    margin-top: 20px;
  }
}
.banner_fullsize_con a {
  display: block;
  border-top: 1px solid #231F20;
  border-bottom: 1px solid #231F20;
}
.newsletter_registration_con {
  margin-top: 50px;
  /* 
   .formular input[type="submit"] {
            background: @farbebasis;
            color: white;
            
        }
 */
}
@media (max-width: 767px) {
  .newsletter_registration_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsletter_registration_con .border {
  border-top: 1px solid #231F20;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .newsletter_registration_con .border {
    border-top: 0px solid #231F20;
    padding-top: 0px;
  }
}
.photography .newsletter_registration_con .formular submit,
.photography .newsletter_registration_con .formular input[type="submit"] {
  background: #231F20;
}
.industry .newsletter_registration_con .formular submit,
.industry .newsletter_registration_con .formular input[type="submit"] {
  background: #cb333b;
}
.product_view_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .product_view_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product_view_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .product_view_con .entry-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product_view_con .entry-content h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.product_view_con .entry-content h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.product_view_con .entry-content h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .product_view_con .entry-content h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .product_view_con .entry-content h5 a:before {
  top: 2px;
}
.industry .product_view_con .entry-content h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.product_view_con .entry-content h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.product_view_con .entry-content h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.product_view_con .entry-content h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.product_view_con .entry-content h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.product_view_con .entry-content h6 em {
  font-style: normal;
  font-size: inherit;
}
.product_view_con .entry-content h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .entry-content h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.product_view_con .entry-content h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .product_view_con .entry-content h6 a,
.unternehmensloesungen .product_view_con .entry-content h6 a,
.business-solutions .product_view_con .entry-content h6 a,
.industry .product_view_con .entry-content h6 a,
.page-template-tpl-industry-home .product_view_con .entry-content h6 a,
.page-template-tpl-industry-product-overview .product_view_con .entry-content h6 a,
.single-product_industry .product_view_con .entry-content .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .product_view_con .entry-content h6 a:hover,
.unternehmensloesungen .product_view_con .entry-content h6 a:hover,
.business-solutions .product_view_con .entry-content h6 a:hover,
.industry .product_view_con .entry-content h6 a:hover,
.page-template-tpl-industry-home .product_view_con .entry-content h6 a:hover,
.page-template-tpl-industry-product-overview .product_view_con .entry-content h6 a:hover,
.single-product_industry .product_view_con .entry-content .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.product_view_con .entry-content h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.product_view_con .entry-content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
.product_view_con .entry-content h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.product_view_con .entry-content p,
.product_view_con .entry-content ul li {
  font-weight: 300;
}
.product_view_con .entry-content p a,
.product_view_con .entry-content ul li a {
  color: #cb333b;
}
.product_view_con .entry-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product_view_con .entry-content img.center {
  display: block;
  margin: 0 auto;
}
.product_view_con .entry-content ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
.product_view_con .entry-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.product_view_con .entry-content table {
  border-collapse: collapse;
}
.product_view_con .entry-content table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
.product_view_con .entry-content table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
.product_view_con .entry-content table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
.product_view_con .entry-content .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  .product_view_con .entry-content h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  .product_view_con .entry-content h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .product_view_con {
    margin-top: 0;
  }
  .product_view_con .entry-content {
    margin-top: -30px;
  }
}
.product_view_con h1 {
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
.product_view_con h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .product_view_con .easyzoom-flyout {
    display: none !important;
  }
}
.product_view_con .image {
  /*
            a {
                @media @smartphone {
                        margin: 0 auto;
                        display: inline-block;
                }
            }
            */
}
.product_view_con .image .image_view.is-error img {
  cursor: default !important;
}
@media (max-width: 767px) {
  .product_view_con .image .image_view {
    text-align: left;
    width: 100%;
  }
}
.product_view_con .image .image_view .image_active,
.product_view_con .image .image_view img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product_view_con .image .image_view .image_active {
  /*
                    width: 565px;
                    height: 565px;
                    */
  /*
                    @media @smartphone {
                        height: 300px;
                        width: 300px;
                        
                    }
                
                
                    @media @tablet {
                        width: 355px;
                        height: 355px;
                    }
                
                    @media @laptop {
                        width: 465px;
                        height: 465px;
                    }
                    */
}
.product_view_con ul.thumbnails {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product_view_con ul.thumbnails {
    margin-top: 0px;
  }
}
.product_view_con ul.thumbnails.amount1 li {
  width: 50%;
}
.product_view_con ul.thumbnails.amount2 li {
  width: 50%;
}
.product_view_con ul.thumbnails.amount3 li {
  width: 33.33%;
}
.product_view_con ul.thumbnails.amount4 li {
  width: 25%;
}
.product_view_con ul.thumbnails li {
  display: inline-block;
  border: 5px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .product_view_con ul.thumbnails li {
    min-width: 200px;
    display: block;
    /*  margin: 10px auto 10px auto; */
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_view_con ul.thumbnails li {
    width: 100% !important;
    display: block;
    margin: 10px auto 10px auto;
    border: 0;
  }
}
.product_view_con ul.thumbnails li:first-child {
  border-left: 0px;
}
.product_view_con ul.thumbnails li:last-child {
  border-right: 0px;
}
.product_view_con ul.thumbnails li a {
  display: block;
  background: white;
  color: #231F20;
  border: 1px solid #231F20;
  white-space: nowrap;
  padding: 5px 10px 4px 10px;
  text-align: left;
  position: relative;
  text-decoration: none;
}
.product_view_con ul.thumbnails li a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 3px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  color: #231F20;
}
.product_view_con ul.thumbnails li.active a {
  background: #231F20;
  color: white;
  border: 1px solid #231F20;
}
.product_view_con ul.thumbnails li.active a:before {
  color: white;
}
.industry .product_view_con ul.thumbnails li a {
  background: white;
  color: #cb333b;
  border: 1px solid #cb333b;
}
.industry .product_view_con ul.thumbnails li a:before {
  color: #cb333b;
}
.industry .product_view_con ul.thumbnails li.active a {
  background: #cb333b;
  color: white;
  border: 1px solid #cb333b;
}
.industry .product_view_con ul.thumbnails li.active a:before {
  color: white;
}
.features_row_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .features_row_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .features_row_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.features_row_con h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.features_row_con h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.features_row_con h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .features_row_con h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .features_row_con h5 a:before {
  top: 2px;
}
.industry .features_row_con h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.features_row_con h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.features_row_con h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.features_row_con h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.features_row_con h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.features_row_con h6 em {
  font-style: normal;
  font-size: inherit;
}
.features_row_con h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.features_row_con h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.features_row_con h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .features_row_con h6 a,
.unternehmensloesungen .features_row_con h6 a,
.business-solutions .features_row_con h6 a,
.industry .features_row_con h6 a,
.page-template-tpl-industry-home .features_row_con h6 a,
.page-template-tpl-industry-product-overview .features_row_con h6 a,
.single-product_industry .features_row_con .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .features_row_con h6 a:hover,
.unternehmensloesungen .features_row_con h6 a:hover,
.business-solutions .features_row_con h6 a:hover,
.industry .features_row_con h6 a:hover,
.page-template-tpl-industry-home .features_row_con h6 a:hover,
.page-template-tpl-industry-product-overview .features_row_con h6 a:hover,
.single-product_industry .features_row_con .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.features_row_con h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.features_row_con h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
.features_row_con h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.features_row_con p,
.features_row_con ul li {
  font-weight: 300;
}
.features_row_con p a,
.features_row_con ul li a {
  color: #cb333b;
}
.features_row_con img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.features_row_con img.center {
  display: block;
  margin: 0 auto;
}
.features_row_con ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
.features_row_con ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.features_row_con table {
  border-collapse: collapse;
}
.features_row_con table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
.features_row_con table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
.features_row_con table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
.features_row_con .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  .features_row_con h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  .features_row_con h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.features_row_con h5.mobile {
  display: none;
}
.features_row_con .border {
  border-top: 1px solid #231F20;
  /* border-bottom: 1px solid @farbebasis;*/
}
.features_row_con .row.feature .border_inner {
  border-top: 1px solid #231F20;
}
.features_row_con .row.feature .border_inner > .row {
  /* 
				padding-top: 20px;
 */
}
.features_row_con .row.feature:first-child .border_inner {
  border-top: 0px;
}
.features_row_con img {
  display: block;
  max-width: 100%;
  height: auto;
}
.features_row_con .col-lg-6 > h2:first-child,
.features_row_con .col-lg-6 > h3:first-child,
.features_row_con .col-lg-6 > h4:first-child {
  padding-top: 20px;
}
.features_row_con p,
.features_row_con h1,
.features_row_con h2,
.features_row_con h3,
.features_row_con h4,
.features_row_con h5,
.features_row_con h6,
.features_row_con ul {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .features_row_con p,
  .features_row_con h1,
  .features_row_con h2,
  .features_row_con h3,
  .features_row_con h4,
  .features_row_con h5,
  .features_row_con h6,
  .features_row_con ul {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .features_row_con h5.mobile {
    display: block;
    font-weight: 500;
    color: #cb333b;
    line-height: 200%;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0px 15px 15px;
    cursor: pointer;
    color: #231F20;
    border-bottom: 1px solid #231F20;
  }
  .features_row_con h5.mobile:after {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    right: 15px;
  }
  .features_row_con h5.mobile.active {
    border-bottom: 0;
  }
  .features_row_con h2.feature-title {
    display: none !important;
  }
  .features_row_con .container {
    padding-left: 0;
    Padding-right: 0;
  }
  .features_row_con .row.feature {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .features_row_con .row.feature.active {
    display: block;
    border-bottom: 1px solid #231F20;
  }
  .features_row_con .row.feature .border_inner {
    border: 0;
  }
}
.customized_service_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .customized_service_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .customized_service_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.customized_service_con .row {
  text-align: left;
}
.customized_service_con .box {
  display: inline-block;
}
.customized_service_con img {
  display: inline;
  width: 100px;
  height: auto;
}
.customized_service_con .link {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  top: -14px;
}
.customized_service_con .link h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.customized_service_con .link h6 {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  text-align: left;
}
.customized_service_con .link h6 a {
  background: white !important;
  border: 1px solid #cb333b !important;
  color: #cb333b !important;
}
.customized_service_con .link h6 a:hover {
  background: #cb333b !important;
  border: 1px solid #cb333b !important;
  color: white !important;
}
@media (max-width: 767px) {
  .customized_service_con .box {
    text-align: center;
  }
  .customized_service_con img {
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .customized_service_con .link {
    display: block;
  }
}
.successstories_con p a {
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.successstories_con p a:after {
  position: absolute;
  font-family: FontAwesome;
  bottom: 0px;
  right: -17px;
  content: "\f105";
  font-size: 24px;
  font-size: 2.4rem;
}
.product_slider_con {
  padding-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .product_slider_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product_slider_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product_slider_con .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #231F20 !important;
}
.product_slider_con .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.product_slider_con .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.product_slider_con .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.product_slider_con .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 1px;
}
@media (max-width: 767px) {
  .product_slider_con .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .product_slider_con .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
  .product_slider_con .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .product_slider_con .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 3px;
  }
}
.product_slider_con .scroll {
  height: 280px;
  overflow: auto;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.product_slider_con .scroll ul li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.product_slider_con .scroll ul li a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.product_slider_con .scroll ul li a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product_slider_con .scroll ul li a h4 {
  display: block;
  /*.schriftfett; */
  font-weight: 500;
  margin-top: 10px;
}
.product_slider_con .scroll ul li:hover h4 {
  color: #cb333b;
}
@media (max-width: 767px) {
  .product_slider_con .scroll {
    height: 180px;
    height: 260px;
  }
  .product_slider_con .scroll ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .product_slider_con .scroll ul li a {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_slider_con .scroll {
    height: 180px;
    height: 217px;
  }
  .product_slider_con .scroll ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .product_slider_con .scroll ul li a {
    width: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_slider_con .scroll {
    height: 240px;
    height: 267px;
  }
  .product_slider_con .scroll ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .product_slider_con .scroll ul li a {
    width: 210px;
  }
}
@media (min-width: 1200px) {
  .product_slider_con .scroll {
    height: 240px;
    height: 267px;
  }
  .product_slider_con .scroll ul li a {
    width: 210px;
  }
}
.product_slider_con.onlyimages .scroll {
  height: 210px;
}
.product_slider_con.onlyimages .content_con {
  display: none;
}
.product_slider_con.onlyimages ul li a h4 {
  display: none;
}
.workflow_photography_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .workflow_photography_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .workflow_photography_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.workflow_photography_con .step {
  width: 33.33%;
  height: 279px;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.workflow_photography_con .step:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 279px;
  background: url("../../images/workflow_photography_start.png") no-repeat 0 0;
  left: 0px;
  top: 0px;
  z-index: 300;
}
.workflow_photography_con .step:after {
  position: absolute;
  content: "";
  width: 39px;
  height: 279px;
  background: url("../../images/workflow_photography_end.png") no-repeat 0 0;
  right: 0px;
  top: 0px;
  z-index: 300;
}
.workflow_photography_con .step .image {
  width: 100%;
  height: 279px;
  background-size: cover;
  position: relative;
  z-index: 100;
}
.workflow_photography_con .step .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.workflow_photography_con .step .mask:after {
  position: absolute;
  font-family: FontAwesome;
  bottom: 20px;
  right: 50px;
  content: "\f105";
  font-size: 24px;
  font-size: 2.4rem;
  font-size: 22px;
  font-size: 2.2rem;
  z-index: 999;
  color: white;
}
.workflow_photography_con .step .text {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0) 5px, #000000 0px);
  padding: 15px 60px 10px 60px;
  position: absolute;
  z-index: 200;
  top: 220px;
  height: 279px;
}
.workflow_photography_con .step .text h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: white;
  position: relative;
  width: 100%;
}
.workflow_photography_con .step .text p {
  color: white;
}
.workflow_photography_con .step .text p a {
  color: #cb333b;
  font-size: inherit;
}
.workflow_photography_con .step .text p a:hover {
  color: #cb333b;
}
.workflow_photography_con .step .text.over p {
  font-size: 13px;
  font-size: 1.3rem;
}
.workflow_photography_con .step .text.over p a {
  font-size: inherit !important;
}
.workflow_photography_con .step:hover .text {
  top: 0px;
}
.workflow_photography_con .workflow_photography_value .step {
  float: none;
  clear: both;
  margin: 0 auto;
  width: 300px;
  height: 120px;
}
.workflow_photography_con .workflow_photography_value .step:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 120px;
  background: url("../../images/workflow_photography_end_sm.png") no-repeat 0 0;
  left: 0px;
  top: 76px;
  z-index: 300;
}
.workflow_photography_con .workflow_photography_value .step:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 120px;
  background: url("../../images/workflow_photography_start_sm.png") no-repeat 0 0;
  left: 0px;
  bottom: 0px;
  z-index: 300;
}
.workflow_photography_con .workflow_photography_value .step .image {
  width: 100%;
  height: 120px;
  background-size: cover;
  position: relative;
  z-index: 100;
}
.workflow_photography_con .workflow_photography_value .step .mask {
  display: none;
}
.workflow_photography_con .workflow_photography_value .step .text {
  background: rgba(0, 0, 0, 0.8);
  padding: 53px 50px 10px 50px;
  position: absolute;
  z-index: 200;
  top: 0px;
  height: 120px;
  width: 100%;
}
.workflow_photography_con .workflow_photography_value .step .text.normal h4 {
  display: none;
}
.workflow_photography_con .workflow_photography_value .step .text h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: white;
  position: relative;
  width: 100%;
  text-align: center;
}
.workflow_photography_con .workflow_photography_value .step .text p {
  color: white;
  display: none;
}
.workflow_photography_con .workflow_photography_value .step:hover {
  width: 300px;
  height: 240px;
}
.workflow_photography_con .workflow_photography_value .step:hover:before {
  width: 300px;
  height: 220px;
  top: 196px;
}
.workflow_photography_con .workflow_photography_value .step:hover:after {
  width: 300px;
  height: 240px;
}
.workflow_photography_con .workflow_photography_value .step:hover .image {
  height: 240px;
}
.workflow_photography_con .workflow_photography_value .step:hover .text {
  height: 240px;
  padding: 53px 30px 10px 30px;
}
.workflow_photography_con .workflow_photography_value .step:hover .text h4 {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  /*.schriftfett; */
  font-weight: 500;
}
.workflow_photography_con .workflow_photography_value .step:hover .text p {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .workflow_photography_con .workflow_photography_value .step:hover .text h4 {
    font-size: 12px;
    font-size: 1.2rem;
    /*.schriftfett; */
    font-weight: 500;
    line-height: 115%;
  }
  .workflow_photography_con .workflow_photography_value .step:hover .text p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 115%;
  }
}
@media (max-width: 767px) {
  .workflow_photography_con .step {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 300px;
    height: 120px;
  }
  .workflow_photography_con .step:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 120px;
    background: url("../../images/workflow_photography_end_sm.png") no-repeat 0 0;
    left: 0px;
    top: 76px;
    z-index: 300;
  }
  .workflow_photography_con .step:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 120px;
    background: url("../../images/workflow_photography_start_sm.png") no-repeat 0 0;
    left: 0px;
    bottom: 0px;
    z-index: 300;
  }
  .workflow_photography_con .step .image {
    width: 100%;
    height: 120px;
    background-size: cover;
    position: relative;
    z-index: 100;
  }
  .workflow_photography_con .step .mask {
    display: none;
  }
  .workflow_photography_con .step .text {
    background: rgba(0, 0, 0, 0.8);
    padding: 53px 50px 10px 50px;
    position: absolute;
    z-index: 200;
    top: 0px;
    height: 120px;
    width: 100%;
  }
  .workflow_photography_con .step .text.normal h4 {
    display: none;
  }
  .workflow_photography_con .step .text h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .workflow_photography_con .step .text p {
    color: white;
    display: none;
  }
  .workflow_photography_con .step:hover {
    width: 300px;
    height: 240px;
  }
  .workflow_photography_con .step:hover:before {
    width: 300px;
    height: 220px;
    top: 196px;
  }
  .workflow_photography_con .step:hover:after {
    width: 300px;
    height: 240px;
  }
  .workflow_photography_con .step:hover .image {
    height: 240px;
  }
  .workflow_photography_con .step:hover .text {
    height: 240px;
    padding: 53px 30px 10px 30px;
  }
  .workflow_photography_con .step:hover .text h4 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    /*.schriftfett; */
    font-weight: 500;
  }
  .workflow_photography_con .step:hover .text p {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .workflow_photography_con .step:hover .text h4 {
    font-size: 12px;
    font-size: 1.2rem;
    /*.schriftfett; */
    font-weight: 500;
    line-height: 115%;
  }
  .workflow_photography_con .step:hover .text p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 115%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .workflow_photography_con .step {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 300px;
    height: 120px;
  }
  .workflow_photography_con .step:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 120px;
    background: url("../../images/workflow_photography_end_sm.png") no-repeat 0 0;
    left: 0px;
    top: 76px;
    z-index: 300;
  }
  .workflow_photography_con .step:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 120px;
    background: url("../../images/workflow_photography_start_sm.png") no-repeat 0 0;
    left: 0px;
    bottom: 0px;
    z-index: 300;
  }
  .workflow_photography_con .step .image {
    width: 100%;
    height: 120px;
    background-size: cover;
    position: relative;
    z-index: 100;
  }
  .workflow_photography_con .step .mask {
    display: none;
  }
  .workflow_photography_con .step .text {
    background: rgba(0, 0, 0, 0.8);
    padding: 53px 50px 10px 50px;
    position: absolute;
    z-index: 200;
    top: 0px;
    height: 120px;
    width: 100%;
  }
  .workflow_photography_con .step .text.normal h4 {
    display: none;
  }
  .workflow_photography_con .step .text h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .workflow_photography_con .step .text p {
    color: white;
    display: none;
  }
  .workflow_photography_con .step:hover {
    width: 300px;
    height: 240px;
  }
  .workflow_photography_con .step:hover:before {
    width: 300px;
    height: 220px;
    top: 196px;
  }
  .workflow_photography_con .step:hover:after {
    width: 300px;
    height: 240px;
  }
  .workflow_photography_con .step:hover .image {
    height: 240px;
  }
  .workflow_photography_con .step:hover .text {
    height: 240px;
    padding: 53px 30px 10px 30px;
  }
  .workflow_photography_con .step:hover .text h4 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    /*.schriftfett; */
    font-weight: 500;
  }
  .workflow_photography_con .step:hover .text p {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .workflow_photography_con .step:hover .text h4 {
    font-size: 12px;
    font-size: 1.2rem;
    /*.schriftfett; */
    font-weight: 500;
    line-height: 115%;
  }
  .workflow_photography_con .step:hover .text p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 115%;
  }
}
.features_row_tabs_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .features_row_tabs_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .features_row_tabs_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.features_row_tabs_con ul.feature_tab li {
  display: inline-block;
  cursor: pointer;
  margin-right: 40px;
}
.features_row_tabs_con ul.feature_tab li:hover {
  border-top: 4px solid #231F20;
}
.features_row_tabs_con ul.feature_tab li.current {
  border-top: 4px solid #231F20;
}
.features_row_tabs_con ul.feature_tab li a {
  position: relative;
  padding-right: 30px;
  display: inline-block;
  padding-top: 10px;
}
.features_row_tabs_con ul.feature_tab li a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 11px;
  right: 0px;
  content: "\f105";
  font-size: 35px;
  font-size: 3.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  color: #231F20;
}
@media (max-width: 767px) {
  .features_row_tabs_con ul.feature_tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_row_tabs_con ul.feature_tab {
    display: none;
  }
}
.features_row_tabs_con .features_row_con {
  margin-top: 0px;
  display: none;
}
.features_row_tabs_con .features_row_con.current {
  display: block;
}
.features_row_tabs_con .features_row_con .row.nav_tab {
  display: none;
}
.features_row_tabs_con .features_row_con .border {
  border-top: 0px solid #231F20;
}
.features_row_tabs_con .features_row_con .row.content .border_inner {
  border-top: 1px solid #231F20;
}
.features_row_tabs_con .features_row_con .row.content .border_inner > .row {
  /* padding-top: 20px; */
}
.features_row_tabs_con .features_row_con .row.content .feature_col:first-child .border_inner > .row {
  padding-top: 0px;
}
.features_row_tabs_con .features_row_con .row.content .feature_col:first-child .border_inner {
  border-top: 0x solid #231F20;
}
.features_row_tabs_con .features_row_con_value .features_row_con {
  display: block;
}
.features_row_tabs_con .features_row_con_value .features_row_con .border {
  border-bottom: 0;
}
.features_row_tabs_con .features_row_con_value .features_row_con:last-child .border {
  border-bottom: 1px solid #231F20;
}
.features_row_tabs_con .features_row_con_value .features_row_con.current .row.content {
  display: block !important;
}
.features_row_tabs_con .features_row_con_value .features_row_con.current .row.nav_tab .link:before {
  position: absolute;
  font-family: FontAwesome;
  top: 19px;
  top: 8px;
  right: 0px;
  content: "\f107";
  font-size: 35px;
  font-size: 3.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  color: #231F20;
}
.features_row_tabs_con .features_row_con_value .features_row_con .row.nav_tab {
  display: block;
}
.features_row_tabs_con .features_row_con_value .features_row_con .row.nav_tab .col-lg-12 {
  padding-bottom: 0;
}
.features_row_tabs_con .features_row_con_value .features_row_con .row.nav_tab .link {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
}
.features_row_tabs_con .features_row_con_value .features_row_con .row.nav_tab .link img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.features_row_tabs_con .features_row_con_value .features_row_con .row.nav_tab .link:before {
  position: absolute;
  font-family: FontAwesome;
  top: 19px;
  top: 8px;
  right: 0px;
  content: "\f105";
  font-size: 35px;
  font-size: 3.5rem;
  font-size: 22px;
  font-size: 2.2rem;
  color: #231F20;
}
.features_row_tabs_con .features_row_con_value .features_row_con .row.content {
  display: none;
}
@media (max-width: 767px) {
  .features_row_tabs_con .features_row_con {
    display: block;
  }
  .features_row_tabs_con .features_row_con .border {
    border-bottom: 0;
  }
  .features_row_tabs_con .features_row_con:last-child .border {
    border-bottom: 1px solid #231F20;
  }
  .features_row_tabs_con .features_row_con.current .row.content {
    display: block !important;
  }
  .features_row_tabs_con .features_row_con.current .row.nav_tab .link:before {
    position: absolute;
    font-family: FontAwesome;
    top: 19px;
    top: 8px;
    right: 0px;
    content: "\f107";
    font-size: 35px;
    font-size: 3.5rem;
    font-size: 22px;
    font-size: 2.2rem;
    color: #231F20;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab {
    display: block;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .col-lg-12 {
    padding-bottom: 0;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .link {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-size: 2rem;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .link img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .link:before {
    position: absolute;
    font-family: FontAwesome;
    top: 19px;
    top: 8px;
    right: 0px;
    content: "\f105";
    font-size: 35px;
    font-size: 3.5rem;
    font-size: 22px;
    font-size: 2.2rem;
    color: #231F20;
  }
  .features_row_tabs_con .features_row_con .row.content {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .features_row_tabs_con .features_row_con {
    display: block;
  }
  .features_row_tabs_con .features_row_con .border {
    border-bottom: 0;
  }
  .features_row_tabs_con .features_row_con:last-child .border {
    border-bottom: 1px solid #231F20;
  }
  .features_row_tabs_con .features_row_con.current .row.content {
    display: block !important;
  }
  .features_row_tabs_con .features_row_con.current .row.nav_tab .link:before {
    position: absolute;
    font-family: FontAwesome;
    top: 19px;
    top: 8px;
    right: 0px;
    content: "\f107";
    font-size: 35px;
    font-size: 3.5rem;
    font-size: 22px;
    font-size: 2.2rem;
    color: #231F20;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab {
    display: block;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .col-lg-12 {
    padding-bottom: 0;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .link {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-size: 2rem;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .link img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .features_row_tabs_con .features_row_con .row.nav_tab .link:before {
    position: absolute;
    font-family: FontAwesome;
    top: 19px;
    top: 8px;
    right: 0px;
    content: "\f105";
    font-size: 35px;
    font-size: 3.5rem;
    font-size: 22px;
    font-size: 2.2rem;
    color: #231F20;
  }
  .features_row_tabs_con .features_row_con .row.content {
    display: none;
  }
}
.row.content_row-row_gallery h3 {
  padding-bottom: 22.4px;
}
.row.content_row-row_gallery .col-lg-6:nth-child(2) {
  padding-top: 45px;
}
.row.content_row-row_linked_images h3 {
  padding-bottom: 22.4px;
}
.row.content_row-row_linked_images .row.linked-images {
  padding-top: 45px;
}
.post {
  margin-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .post {
    margin-top: 20px;
  }
}
.page-template-tpl-academy .post .image img {
  width: 100%;
}
.post .entry-image {
  margin-bottom: 15px;
}
.post .entry-image a img {
  margin: 0 auto;
}
.post .entry-content {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
}
@media (max-width: 767px) {
  .post .entry-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.post .entry-content h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.post .entry-content h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.post .entry-content h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .post .entry-content h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .post .entry-content h5 a:before {
  top: 2px;
}
.industry .post .entry-content h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.post .entry-content h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.post .entry-content h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.post .entry-content h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.post .entry-content h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.post .entry-content h6 em {
  font-style: normal;
  font-size: inherit;
}
.post .entry-content h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.post .entry-content h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.post .entry-content h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .post .entry-content h6 a,
.unternehmensloesungen .post .entry-content h6 a,
.business-solutions .post .entry-content h6 a,
.industry .post .entry-content h6 a,
.page-template-tpl-industry-home .post .entry-content h6 a,
.page-template-tpl-industry-product-overview .post .entry-content h6 a,
.single-product_industry .post .entry-content .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .post .entry-content h6 a:hover,
.unternehmensloesungen .post .entry-content h6 a:hover,
.business-solutions .post .entry-content h6 a:hover,
.industry .post .entry-content h6 a:hover,
.page-template-tpl-industry-home .post .entry-content h6 a:hover,
.page-template-tpl-industry-product-overview .post .entry-content h6 a:hover,
.single-product_industry .post .entry-content .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.post .entry-content h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.post .entry-content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
.post .entry-content h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.post .entry-content p,
.post .entry-content ul li {
  font-weight: 300;
}
.post .entry-content p a,
.post .entry-content ul li a {
  color: #cb333b;
}
.post .entry-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.post .entry-content img.center {
  display: block;
  margin: 0 auto;
}
.post .entry-content ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
.post .entry-content ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.post .entry-content table {
  border-collapse: collapse;
}
.post .entry-content table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
.post .entry-content table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
.post .entry-content table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
.post .entry-content .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  .post .entry-content h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  .post .entry-content h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.post .posted-on,
.post .tags-links,
.post .toptags {
  font-size: 12px;
  font-size: 1.2rem;
}
.post .posted-on {
  width: 100%;
  display: block;
  border-bottom: 1px solid #231F20;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.post .tags-links {
  margin-top: 5px;
}
.post ul.toptags_list a {
  color: #231F20;
  display: inline-block;
  border: 1px solid #231F20;
  padding: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 5px 0px 0px;
}
.post h2,
.post h1 {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #231F20;
}
.post h2 a,
.post h1 a {
  font-weight: 500;
  font-size: inherit;
  color: inherit;
}
.post h2.entry-title,
.post h1.entry-title {
  margin-bottom: 10px;
}
.post .image {
  margin-top: 45px;
  margin-bottom: 35px;
}
.post .image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post a.more-link,
.post a.permalink {
  color: #cb333b !important;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.post a.more-link:before,
.post a.permalink:before {
  position: absolute;
  font-family: FontAwesome;
  right: 0px;
  top: -1px;
  content: "\f105";
  font-size: 15px;
  font-size: 1.5rem;
  color: inherit;
}
.post .socialmedia {
  margin-top: 25px;
}
#comments input.submit {
  min-width: 0px;
  overflow: hidden;
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
  font-weight: 300;
  display: inline-block;
  padding: 5px 30px 4px 10px;
  line-height: 140%;
}
#comments .icon:after {
  position: relative;
  font-family: FontAwesome;
  top: 3px;
  right: 18px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  color: white;
  line-height: 140%;
}
#comments label {
  clear: both;
  display: block;
}
.paginierung_con {
  border-top: 1px solid #231F20;
  border-bottom: 1px solid #231F20;
  padding-top: 15px;
  padding-bottom: 15px;
}
.paginierung_con .nav-links {
  text-align: right;
}
.paginierung_con .nav-links .page-numbers {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
}
.paginierung_con .nav-links .page-numbers.current {
  border: 1px solid #231F20;
  display: inline-block;
  padding: 3px 8px 3px 8px;
}
.paginierung_con .nav-links a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
  display: inline-block;
  padding: 2px 2px 3px 2px;
  border: 1px solid white;
  margin: 0px 5px 0px 5px;
}
.paginierung_con .nav-links a:hover {
  color: #cb333b;
  padding: 2px 2px 3px 2px;
  border-color: white;
}
.company_info_con {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .company_info_con {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .company_info_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.company_info_con .bx-controls {
  display: none !important;
}
.company_info_con .border {
  border-top: 1px solid #231F20;
}
.company_info_con .padding {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .company_info_con .text .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.company_info_con .text h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.company_info_con .text h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.company_info_con .text h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .company_info_con .text h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .company_info_con .text h5 a:before {
  top: 2px;
}
.industry .company_info_con .text h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.company_info_con .text h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.company_info_con .text h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.company_info_con .text h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.company_info_con .text h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.company_info_con .text h6 em {
  font-style: normal;
  font-size: inherit;
}
.company_info_con .text h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.company_info_con .text h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.company_info_con .text h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .company_info_con .text h6 a,
.unternehmensloesungen .company_info_con .text h6 a,
.business-solutions .company_info_con .text h6 a,
.industry .company_info_con .text h6 a,
.page-template-tpl-industry-home .company_info_con .text h6 a,
.page-template-tpl-industry-product-overview .company_info_con .text h6 a,
.single-product_industry .company_info_con .text .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .company_info_con .text h6 a:hover,
.unternehmensloesungen .company_info_con .text h6 a:hover,
.business-solutions .company_info_con .text h6 a:hover,
.industry .company_info_con .text h6 a:hover,
.page-template-tpl-industry-home .company_info_con .text h6 a:hover,
.page-template-tpl-industry-product-overview .company_info_con .text h6 a:hover,
.single-product_industry .company_info_con .text .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.company_info_con .text h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.company_info_con .text h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
.company_info_con .text h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.company_info_con .text p,
.company_info_con .text ul li {
  font-weight: 300;
}
.company_info_con .text p a,
.company_info_con .text ul li a {
  color: #cb333b;
}
.company_info_con .text img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.company_info_con .text img.center {
  display: block;
  margin: 0 auto;
}
.company_info_con .text ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
.company_info_con .text ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.company_info_con .text table {
  border-collapse: collapse;
}
.company_info_con .text table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
.company_info_con .text table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
.company_info_con .text table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
.company_info_con .text .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  .company_info_con .text h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  .company_info_con .text h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.company_info_con ul.bxslider_company li {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 767px) {
  .company_info_con ul.bxslider_company li {
    height: 250px;
    background-size: contain !important;
    background-position: center center !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .company_info_con ul.bxslider_company li {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .company_info_con ul.bxslider_company li {
    height: 330px;
  }
}
.feature_rows_con {
  margin-top: 40px;
  /* Rasterlinien */
}
@media (max-width: 767px) {
  .feature_rows_con {
    margin-top: 20px;
  }
}
.feature_rows_con .wp-caption-text {
  display: none;
}
.feature_rows_con img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
.feature_rows_con figure {
  width: auto !important;
}
@media (max-width: 767px) {
  .feature_rows_con .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.feature_rows_con h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.feature_rows_con h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.feature_rows_con h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .feature_rows_con h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .feature_rows_con h5 a:before {
  top: 2px;
}
.industry .feature_rows_con h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.feature_rows_con h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.feature_rows_con h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.feature_rows_con h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.feature_rows_con h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.feature_rows_con h6 em {
  font-style: normal;
  font-size: inherit;
}
.feature_rows_con h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.feature_rows_con h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.feature_rows_con h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .feature_rows_con h6 a,
.unternehmensloesungen .feature_rows_con h6 a,
.business-solutions .feature_rows_con h6 a,
.industry .feature_rows_con h6 a,
.page-template-tpl-industry-home .feature_rows_con h6 a,
.page-template-tpl-industry-product-overview .feature_rows_con h6 a,
.single-product_industry .feature_rows_con .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .feature_rows_con h6 a:hover,
.unternehmensloesungen .feature_rows_con h6 a:hover,
.business-solutions .feature_rows_con h6 a:hover,
.industry .feature_rows_con h6 a:hover,
.page-template-tpl-industry-home .feature_rows_con h6 a:hover,
.page-template-tpl-industry-product-overview .feature_rows_con h6 a:hover,
.single-product_industry .feature_rows_con .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.feature_rows_con h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.feature_rows_con h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 400;
}
.feature_rows_con h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.feature_rows_con p,
.feature_rows_con ul li {
  font-weight: 300;
}
.feature_rows_con p a,
.feature_rows_con ul li a {
  color: #cb333b;
}
.feature_rows_con img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.feature_rows_con img.center {
  display: block;
  margin: 0 auto;
}
.feature_rows_con ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 15px;
}
.feature_rows_con ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 15px;
}
.feature_rows_con table {
  border-collapse: collapse;
}
.feature_rows_con table.standard th {
  background: #231F20;
  /*.schriftfett; */
  font-weight: 500;
  color: white;
  padding: 5px;
  text-align: center;
  border: 1px solid #231F20;
}
.feature_rows_con table.standard tr:nth-child(odd) {
  background: #E6E6E6;
}
.feature_rows_con table.standard td {
  padding: 5px;
  border: 1px solid #231F20;
}
.feature_rows_con .table_con {
  overflow: scroll;
}
@media (max-width: 767px) {
  .feature_rows_con h3 {
    font-size: 14px;
    font-size: 1.4rem;
    /*.schriftfett; */
    font-weight: 500;
    font-weight: 400;
  }
  .feature_rows_con h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.feature_rows_con h5 a {
  font-weight: 300;
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 200px;
  padding: 13px 10px 4px 10px;
  position: relative;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}
.feature_rows_con h5 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.feature_rows_con h5 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 12px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
}
.product_view_con .feature_rows_con h5 a {
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  height: auto;
  min-width: 220px;
}
.product_view_con .feature_rows_con h5 a:before {
  top: 2px;
}
.industry .feature_rows_con h5 a {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.feature_rows_con h6 a {
  font-weight: 300;
  color: #231F20;
  background: white;
  border: 1px solid #231F20;
  display: inline-block;
  min-width: 220px;
  padding: 5px 10px 4px 10px;
  padding: 5px 20px 4px 10px;
  padding: 5px 30px 4px 10px;
  position: relative;
  margin-bottom: 5px;
}
.feature_rows_con h6 a strong {
  /*.schriftfett; */
  /*.schrifthalbfett;*/
  font-weight: 400;
}
.feature_rows_con h6 a:before {
  position: absolute;
  font-family: FontAwesome;
  top: 2px;
  right: 10px;
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  top: 50%;
  margin-top: -12px;
}
.feature_rows_con h6 a:hover {
  color: white;
  background: #231F20;
  border: 1px solid #231F20;
}
.feature_rows_con h6 em {
  font-style: normal;
  font-size: inherit;
}
.feature_rows_con h6 em a:before {
  font-family: datacolor;
  top: 16px;
  right: 4px;
  content: "\e016";
  font-size: 22px;
  font-size: 2.2rem;
}
.feature_rows_con h6.black a {
  border: 1px solid #231F20 !important;
  background: #231F20 !important;
  color: white !important;
}
.feature_rows_con h6.red a {
  border: 1px solid #cb333b !important;
  background: #cb333b !important;
  color: white !important;
}
.solutions-entreprise .feature_rows_con h6 a,
.unternehmensloesungen .feature_rows_con h6 a,
.business-solutions .feature_rows_con h6 a,
.industry .feature_rows_con h6 a,
.page-template-tpl-industry-home .feature_rows_con h6 a,
.page-template-tpl-industry-product-overview .feature_rows_con h6 a,
.single-product_industry .feature_rows_con .page-template-tpl-industry-home h6 a {
  color: #cb333b;
  background: white;
  border: 1px solid #cb333b;
}
.solutions-entreprise .feature_rows_con h6 a:hover,
.unternehmensloesungen .feature_rows_con h6 a:hover,
.business-solutions .feature_rows_con h6 a:hover,
.industry .feature_rows_con h6 a:hover,
.page-template-tpl-industry-home .feature_rows_con h6 a:hover,
.page-template-tpl-industry-product-overview .feature_rows_con h6 a:hover,
.single-product_industry .feature_rows_con .page-template-tpl-industry-home h6 a:hover {
  color: white;
  background: #cb333b;
  border: 1px solid #cb333b;
}
.feature_rows_con .row {
  margin-bottom: 20px;
}
.feature_rows_con .row.content_row-row_link_column .col-lg-3 h6 a {
  width: 100%;
}
.feature_rows_con .row.border_con {
  display: none;
  margin-bottom: 0;
}
.feature_rows_con .row.border_con .border {
  border-top: 1px solid #231F20;
}
.feature_rows_con .row.border_con:first-child {
  display: block;
}
.feature_rows_con .row.border_con:first-child + .row.content_row-row_two_cols .col-lg-6 h2,
.feature_rows_con .row.border_con:first-child + .row.content_row-row_two_cols .col-lg-6 h3,
.feature_rows_con .row.border_con:first-child + .row.content_row-row_two_cols .col-lg-6 h4,
.feature_rows_con .row.border_con:first-child + .row.content_row-row_two_cols .col-lg-6 p {
  padding-top: 20px !important;
}
.feature_rows_con .row.border_con:first-child + .row.content_row-row_two_cols .col-lg-6 p iframe,
.feature_rows_con .row.border_con:first-child + .row.content_row-row_two_cols .col-lg-6 p img {
  margin-top: -20px;
}
.feature_rows_con .row.content_row-row_link_column + .row.border_con {
  display: block;
}
.feature_rows_con .row.content_row-row_link_column + .row.border_con + .row.content_row-row_two_cols .col-lg-6 h2,
.feature_rows_con .row.content_row-row_link_column + .row.border_con + .row.content_row-row_two_cols .col-lg-6 h3,
.feature_rows_con .row.content_row-row_link_column + .row.border_con + .row.content_row-row_two_cols .col-lg-6 h4,
.feature_rows_con .row.content_row-row_link_column + .row.border_con + .row.content_row-row_two_cols .col-lg-6 p {
  padding-top: 20px !important;
}
.feature_rows_con .row.content_row-row_link_column + .row.border_con + .row.content_row-row_two_cols .col-lg-6 p iframe,
.feature_rows_con .row.content_row-row_link_column + .row.border_con + .row.content_row-row_two_cols .col-lg-6 p img {
  margin-top: -20px;
}
.page-template-tpl-photography-home .feature_rows_con .row.border_con {
  display: none !important;
}
.page-id-13981 .feature_rows_con .border_con {
  display: block;
  padding-bottom: 20px;
}
.page-id-13981 .feature_rows_con .border_con + .border_con {
  display: none !important;
}
.technical_detail_con {
  margin-top: 40px;
  margin-top: 60px;
  /*
	& + .divider_con {
	margin-top: -15px;
	}
	*/
}
@media (max-width: 767px) {
  .technical_detail_con {
    margin-top: 20px;
  }
}
.videotutorial_con {
  margin-top: 30px;
  /* .content_con; */
}
.videotutorial_con h6 a {
  border: 0px !important;
  min-width: 0px !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
}
.videotutorial_con h6 a:before {
  content: "" !important;
  position: static !important;
}
.videotutorial_con h6 a:hover {
  background: white !important;
}
.videotutorial_con ul {
  text-align: center;
}
.videotutorial_con ul li {
  display: inline-block;
}
.videotutorial_con ul li a {
  width: 180px;
  display: inline-block;
}
.videotutorial_con ul li a img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .videotutorial_con ul li a {
    width: 120px;
  }
}
table.zweispaltig {
  background: white;
  width: 100%;
}
table.zweispaltig tr td {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  table.zweispaltig tr td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    /* 
						margin-bottom: 20px;
 */
  }
}
table.zweispaltig.video h2 {
  padding-top: 10px;
}
table.market_accordion tr td {
  vertical-align: top;
}
table.market_accordion tr td:nth-child(1) {
  width: 80%;
}
table.market_accordion tr td:nth-child(2) {
  width: 20%;
  text-align: right;
}
@media (max-width: 767px) {
  table.market_accordion tr td:nth-child(1) {
    width: 70%;
  }
  table.market_accordion tr td:nth-child(2) {
    width: 30%;
  }
}
.page-id-12078 .col-lg-2,
.page-id-12078 .col-md-2 {
  width: 20%;
}
.shipping .expert_popup_con,
.shipping .site-header {
  display: none;
}
.search_con form.search-form {
  display: none;
}
.search_con h1 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
#tribe-events .tribe-events-loop .tribe-events-list-separator-month {
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  background: #cb333b;
  color: white;
}
#tribe-events .tribe-events-loop h1 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #cb333b;
  font-weight: 400;
}
#tribe-events .tribe-events-loop h1 a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
#tribe-events .tribe-events-loop h1.tribe-events-list-event-title {
  margin-top: 20px;
  padding-bottom: 10px;
}
#tribe-events .tribe-events-loop .type-tribe_events {
  padding-bottom: 20px !important;
}
#tribe-events .tribe-events-loop .tribe-events-event-meta {
  /*width: 40%;
				float: left !important;*/
  float: left !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  padding-bottom: 20px !important;
  background: white !important;
  border: 0px !important;
}
@media (max-width: 767px) {
  #tribe-events .tribe-events-loop .tribe-events-event-meta {
    /*width: 100%;
					float: none;
					clear: both;*/
  }
}
#tribe-events .tribe-events-loop .tribe-events-venue-details,
#tribe-events .tribe-events-loop .tribe-events-list {
  background: white !important;
  border: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
}
#tribe-events .tribe-events-loop .tribe-events-list,
#tribe-events .tribe-events-loop .tribe-events-loop,
#tribe-events .tribe-events-loop .tribe-events-content {
  /* width: inherit !important; */
}
#tribe-events .tribe-events-loop .tribe-events-loop.tribe-events-content,
#tribe-events .tribe-events-loop .tribe-events-loop,
#tribe-events .tribe-events-loop .tribe-events-content {
  /*width: auto !important;
				float: none !important;
				padding: 0 !important;
				margin: 0 !important;*/
}
#tribe-events .tribe-events-loop .tribe-events-content .event-data-list {
  /*width: 60% !important;
					float: right !important;*/
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  #tribe-events .tribe-events-loop .tribe-events-content .event-data-list {
    /*width: 100% !important;
						float: none !important;
						clear: both !important;*/
  }
}
#tribe-events .tribe-events-loop .tribe-events-content .event-data-list:after {
  /*content: "";
						clear: both;
						float: none;*/
}
#tribe-events .tribe-events-loop .tribe-events-content .event-data-list dt.data-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
  font-weight: 500;
}
#tribe-events .tribe-events-loop .tribe-events-content .event-data-list dt.data-title:last-of-type:before {
  margin-top: 20px;
  content: "";
}
#tribe-events .tribe-events-loop .tribe-events-content .event-data-list dd.data-content {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #231F20;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  #tribe-events .tribe-events-loop .tribe-events-content .event-links {
    padding-top: 20px;
  }
}
#tribe-events .tribe-events-loop .tribe-events-list,
#tribe-events .tribe-events-loop .type-tribe_events {
  border-color: #231F20 !important;
}
#tribe-events a.tribe-events-button,
#tribe-events a.tribe-events-button {
  color: #231F20 !important;
  background: white !important;
  position: relative !important;
  margin-bottom: 5px !important;
  letter-spacing: 0 !important;
  font-size: 0px !important;
  padding: 5px 30px 4px 10px !important;
  padding: 5px 10px 4px 10px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
  display: inline-block !important;
  border-radius: 0 !important;
  border: 1px solid #231F20 !important;
  font-size: 15px !important;
  font-size: 1.5rem !important;
  text-transform: none !important;
}
#tribe-events a.tribe-events-button:hover,
#tribe-events a.tribe-events-button:hover {
  background: #231F20 !important;
  color: white !important;
}
#tribe-events .event-links-list {
  float: right;
  clear: both;
}
.photographie-conception.lang_zh-hant .nav_con .icon p.cart,
.fotografie-design.lang_zh-hant .nav_con .icon p.cart,
.photography-design.lang_zh-hant .nav_con .icon p.cart,
.photography.lang_zh-hant .nav_con .icon p.cart,
.page-template-tpl-photography-home.lang_zh-hant .nav_con .icon p.cart,
.page-template-tpl-photography-product-overview.lang_zh-hant .nav_con .icon p.cart,
.single-product_photography.lang_zh-hant .nav_con .icon p.cart {
  display: none !important;
}
.photographie-conception.lang_zh-hant .navmobile_button p.cart,
.fotografie-design.lang_zh-hant .navmobile_button p.cart,
.photography-design.lang_zh-hant .navmobile_button p.cart,
.photography.lang_zh-hant .navmobile_button p.cart,
.page-template-tpl-photography-home.lang_zh-hant .navmobile_button p.cart,
.page-template-tpl-photography-product-overview.lang_zh-hant .navmobile_button p.cart,
.single-product_photography.lang_zh-hant .navmobile_button p.cart {
  display: none !important;
}
/* Page Specific CSS */
/*
Market Linie
*/
.page-id-79 .feature_rows_con .row.content_row-row_two_cols.marginbottomnone + .row.border_con.visible .border,
.page-id-3066 .feature_rows_con .row.content_row-row_two_cols.marginbottomnone + .row.border_con.visible .border,
.page-id-3090 .feature_rows_con .row.content_row-row_two_cols.marginbottomnone + .row.border_con.visible .border,
.page-id-3322 .feature_rows_con .row.content_row-row_two_cols.marginbottomnone + .row.border_con.visible .border {
  border-top: 0 !important;
}
/*
5 Tabs
*/
/*
.page-id-10752,
.page-id-10757,
.page-id-10752,
.page-id-10757,
.page-id-10767,
.page-id-10775,
.page-id-10708,
.page-id-10746,
.page-id-10770,
.page-id-10778,
.page-id-10741,
.page-id-10753,
.page-id-10761,
.page-id-10760,
.page-id-10742,
.page-id-10779,
.page-id-12374 {
	.info_box_con.slideon {
		.teaser-block {
			width: 20% !important;
			
			@media @smartphone {
				width: 100% !important;
			}
			
			@media @tablet {
				width: 100% !important;
			}
		}	
	
	}
	.info_box_con.slideon p a strong {
		.fontsize(15);
	}
 }
 */
.teaser-blocks-count-5.info_box_con.slideon .teaser-block {
  width: 20% !important;
}
@media (max-width: 767px) {
  .teaser-blocks-count-5.info_box_con.slideon .teaser-block {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teaser-blocks-count-5.info_box_con.slideon .teaser-block {
    width: 100% !important;
  }
}
.teaser-blocks-count-5.info_box_con.slideon .teaser-block p a strong {
  font-size: 14px;
  font-size: 1.4rem;
}
