/* =============================================================================
Seitenübergreifende Styles
========================================================================== */

/* HTML/BODY & Outer Wrapper 
-------------------------------------------------------------------------------*/

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 120%;
  background: url("../Images/bg.png") no-repeat scroll center 250px #F2F2F2;
  color: #2C2A29;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#outerWrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  /*box-shadow: 0 1px 15px 2px rgba(50, 50, 50, 0.2);*/
  margin: 0 auto;
  max-width: 960px;
}

/* Common (H1, hr, p, ...)
-------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.25em 0;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  line-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

h1 {
  font-size: 1.5em;
  color: #C4161C;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  word-spacing: 2px;
  padding: 0;
  font-weight: 300;
  margin: 0.5em 0 0.25em 0;
}

h2 {
  font-size: 1.4em;
  color: #2C2A29;
  /*letter-spacing: 0.07em;
  word-spacing: 2px;*/
}

h3 {
  font-size: 1.3em;
  color: #2C2A29;
  font-weight: 600;
  /*letter-spacing: 0.07em;
  word-spacing: 2px;*/
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

.tx-powermail h3, .news h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
}

.news h1 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
  color: #2C2A29;
}

.news h3 > a, .news-list-view .header a {
  color: #c4161c;
  text-decoration: none;
}

.news h1 > a, .news-list-view .header a {
  color: #c4161c;
  text-decoration: none;
}

#header a, #footer a, #mainNavi a, .av_prod_category_title a, #contactBar a, #infolist a, #downloads a, .serieses a, .txNawavtkbsalesforcePiListList a, .csc-default > .teaser a {
  text-decoration: none;
}

#socialshareprivacy img {
  width: auto;
}

/* doppelten Title im kontaktformular ausblenden */
.tx-powermail h3 {
  display: none;
}

h4 {
  font-size: 1.25em;
  color: #2C2A29;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

h5 {
  font-size: 1.25em;
  color: #2C2A29;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

h6 {
  font-size: 1.25em;
  color: #C4161C;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

/*
h6 { font-family: 'Source Sans Pro', sans-serif; font-size: 0.8em; color: #c4161c; font-weight: 400;
text-transform: uppercase; letter-spacing: 0.5px; word-spacing: 2px; }
*/

p {
  margin: 0 0 0.5em 0;
  line-height: 130%;
}

b, strong {
  font-weight: 600;
}

ul {
  list-style: none;
}

#content .csc-default > ul > li::before {
  width: 5px;
}

#content > .csc-default > .csc-default > ul > li > ul {
  margin: 0;
}

#main #povSlider li:before, #main #slider li:before {
  display: none;
}

#main .tabMenu li:before {
  display: none;
}

#main ul li:before {
  background: none repeat scroll 0 0 black;
  border-radius: 5px;
  content: "";
  display: block;
  height: 5px;
  left: -14px;
  position: relative;
  top: 13px;
  width: 5px;
}

#main .shariff ul li:before {
  height: auto;
}

#main ul li ul li:before {
  content: "-";
  display: block;
  height: 5px;
  left: -14px;
  position: relative;
  top: 4px;
  width: 5px;
  background: none;
  border: none;
}

.ar_bold {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.ar_light {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.ar_medium {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.ar_thin {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
}

/* Table
-------------------------------------------------------------------------------*/
table {
  margin: 20px -2px;
  width: 100%;
}

thead {
  background-color: #e4e4e4;
}

tbody {
  background-color: #f6f6f6;
  font-size: 0.9em;
}

th, td {
  border: 4px solid white;
  padding: 10px;
}

th {
  border: 4px solid white;
}

.f-table {
  background-color: #ffffff;
  display: table;
  margin: 5px 0 0;
  max-width: 900px;
  opacity: 0.95;
  padding: 8px 0 0;
  position: fixed;
  top: 89px;
}

/* Links
-------------------------------------------------------------------------------*/
a {
  text-decoration: underline;
  color: #2c2a29;
}

.csc-default a {
  word-wrap: break-word;
}

.txNawavtkbsalesforcePiListSolution p {
  word-wrap: break-word;
}

/*a:visited {
  text-decoration: none;
  color: #C4161C;
}
*/

a:hover {

  color: #C4161C;
}

a.link_black {
  color: #2c2a29;
  text-decoration: inherit;
}

a.link_black:hover {
  color: #c4161c;
}

a.moreInfo, a.more {
  text-decoration: underline;
}

.csc-uploads a {
  display: inline-block;
}

a.video img {
  height: auto;
  width: 100%;
}

/* Textauszeichnungen/Hervorhebungen
-------------------------------------------------------------------------------*/
.small {
  font-size: 75%;
}

.xsmall {
  font-size: 62.5%;
}

/* Farben für die Formularüberprüfung
-------------------------------------------------------------------------------*/
input:invalid, textarea:invalid {
  background-color: #da291c;
}

/* Header
-------------------------------------------------------------------------------*/
#header {
  position: relative;
  height: 85px;
}

#logo {
  left: 29px;
  position: absolute;
  top: 19px;
  max-width: 293px;
}

.ologo {
  background: none repeat scroll 0 0 red;
  height: 36px;
  opacity: 0;
  position: fixed;
  top: 9px;
  width: 64px;
  z-index: 999;

}

/* ServiceMenue (metaNavi)
-------------------------------------------------------------------------------*/

.metaNavi {
  font-size: 0.75em;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 50%;
}

.mobileNavi, .Hamburger {
  display: none;
}

.metaLinks, .langMenu {
  margin: 0 0 0 0;
  float: right;
  text-align: center;
}

.metaLinks li, .langMenu li {
  color: #777777;
  display: block;
  float: left;
}

.metaLinks > li > a,
.langMenu > li > a,
.metaLinks > li > span,
.langMenu > li > span {
  padding: 0 10px;
}

.metaLinks > li > a,
.langMenu > li > a {
  color: #777777;
}

.metaLinks > li > span,
.langMenu > li > span {
  color: #a3a3a3;
}

.not-available {
}

.metaLinks > li > a:hover, .langMenu > li > a:hover {
  color: #C4161C;
}

.metaLinks > li > a.act, .metaLinks > li > a.current {
  color: #C4161C;
}

.langMenu > li > a.act, .langMenu > li > a.current {
  color: #C4161C;
}

.metaLinks li:after, .langMenu li:after {
  content: "|";
}

.metaLinks li.last:after, .langMenu li:last-child:after {
  content: "";
}

/*  Solr  */

#tx-solr-pagination li.tx-pagebrowse-pages ol {
  padding: 4px;
}

#main .tx-solr #content-left {
  display: table-cell;
  padding-right: 3%;
  width: 72%;
  vertical-align: top;
}

#main .tx-solr #content-right {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}

.tx-solr ol.results-list {
  padding: 0 0 0 20px;
}

.tx-solr-search-form {
  background-color: #f2f2f2;
  position: relative;
  padding: 20px 0 20px 10px;
}

.tx-solr .results-entry .result-image img {
  width: auto;
  margin-right: 10px;
}

.tx-solr input[type="submit"].tx-solr-submit {
  background-color: #333333;
  background: linear-gradient(top, #4F4F4F 0%, #333333 100%);
  background: -moz-linear-gradient(top, #4F4F4F 0%, #333333 100%);
  background: -webkit-linear-gradient(top, #4F4F4F 0%, #333333 100%);
  background: -ms-linear-gradient(top, #4F4F4F 0%, #333333 100%);
  background: -o-linear-gradient(top, #4F4F4F 0%, #333333 100%);
  border: 0 none;
  color: white;
  cursor: pointer;
  padding: 4px 16px;

}

.tx-solr .results-entry {
  margin-top: 20px;
}

.tx-solr .results-teaser {
  padding-top: 4px;
  font-size: 14px;
}

.tx-solr .results-teaser ul {
  padding-left: 16px;
}

.tx-solr .results-teaser ul > li > ul {
  padding: 0;
}

.tx-solr .results-teaser ul > ul {
  padding: 0;
}

.results-topic a {
  text-decoration: none;
  color: #C4161C;
}

.facet-option a {
  text-decoration: none;
  color: #C4161C;
}

.tx-pagebrowse a {
  text-decoration: none;
  color: #C4161C;
}

.tx-solr .result-image {
  display: table-cell;
}

.tx-solr .result-content {
  vertical-align: top;
}

.tx-solr #tx-solr-pagination {
  height: 30px;
  text-align: right;
  margin: 10px 0 10px 0;
  position: relative;
}

.tx-solr #tx-solr-pagination #tx-solr-pagination-results-per-page {
  position: absolute;
  left: 0;
}

.tx-solr #tx-solr-pagination .tx-pagebrowse-pi1 {
  display: inline-block;
}

.tx-solr .tx-solr-search-form .tx-solr-q {
  width: 79%;
  box-sizing: border-box;
}

#tx-solr-search-functions h3 {
  padding: 0;

}

#tx-solr-search-functions ul {
  padding: 0;
}

.tx-solr > #tx-solr-search > .tx-pagebrowse-pi1 {
  text-align: right;
}

.tx-solr > #tx-solr-search > .tx-pagebrowse-pi1 > .tx-pagebrowse {
  display: inline-block;
  width: auto;
}

.tx-solr .tx-pagebrowse {
  padding: 5px 0;
  background: #F2F2F2;
  margin-top: 15px;
  font-size: 14px;
}

.tx-pagebrowse-current,
.tx-pagebrowse .inactive {
  color: #909090;
}

.tx-solr #tx-solr-facets-available ul {
  list-style: none;
}

/* MainMenue (mainNavi)
-------------------------------------------------------------------------------*/
#navigation, #mainNavi {
  background-color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 100%;
  min-height: 2.5em;
  position: relative;
  width: 100%;

  z-index: 140;
}

#navigation.f-nav, #mainNavi.f-nav {
  box-shadow: 0 0 9px 1px #848484;
  max-width: 960px;
  padding-top: 8px;
  position: fixed;
  top: 0;
  width: 100%;
}

.f-nav #mainNavi {
  background: url("/Resources/Public/Images/logo3.png") no-repeat scroll 41px 2px / 5% auto rgba(255, 255, 255, 1);
}

.f-nav #searchForm, .f-nav #tx-solr-search-form-pi-search {
  top: 38px;
}

#mainItems {
  margin: 0 0 0 123px;
  list-style-image: none;
  list-style-type: none;
  padding: 0 0 0 0;
  z-index: 100;
  width: 75%;
}

#mainItems > li {
  float: left;
  padding: 0 2em 20px 0;
}

#mainItems > li > a {
  color: #DA291C;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.45em 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

#mainItems > li > a:hover {
  color: #2C2A29;
}

#mainItems .first {
  padding-left: 0;
}

#mainItems > li > .foldout img {
  max-width: 180px;
}

#mainItems > li > .foldout > ul {
  color: #999999;
  font-size: 0.7777em;
  position: relative;
  /*top: 35px;*/
  z-index: 20;
  margin-right: -1px;
  float: left;
}

.menu-placeholder {
  float: right;
  margin: 15px;
}

.menu-placeholder img {
  width: auto;
}

#mainItems > li > .foldout .additional-infobox {
  display: block;
  text-align: center;
  padding-left: 10px;
}

#mainItems .foldout li .additional-infobox {
  display: none;
}

#mainItems .foldout li.hover-active .additional-infobox {
  background: none repeat scroll 0 0 #fff;
  display: block;
  font-size: 18px;
  left: 196px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 5px;
}

.menuitem-description {
  color: #c4161c;
  width: 260px;
  font-size: 0.7777em;
  text-align: left;
  display: block;
  margin-top: 10px;
}

li#Products > ul {
  height: 180px;
  width: 460px;
  overflow: hidden;
  background-image: url(../Images/kleine_kamera.png);
  background-position: 245px 20px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

#mainItems > li > .foldout > ul li {
  width: 180px;

}

#mainItems > li > .foldout > ul > li:last-of-type {

  margin-bottom: 0;
}

@media screen and (min-width: 801px) {

  #navigation .metaNavi, #mainNavi .metaNavi,
  #navigation .footerRight, #mainNavi .footerRight {
    visibility: hidden;
    opacity: 0;
    display: none;
  }

  #navigation.f-nav #mainItems > li > .foldout, #mainNavi.f-nav #mainItems > li > .foldout {
    top: 44px;
  }

  #navigation {
    min-height: 46px;
  }

  .tx-solr {
    margin: 20px 0;
    padding-left: 10.2%;
  }

  #mainItems > li > .foldout {
    position: absolute;
    top: 36px;
    background: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  #mainItems > li > .foldout > ul li#menuInfo {
    color: #C4161C;
    position: absolute;
    top: 110px;
    left: 200px;
    width: 250px;
    height: 60px;
    white-space: normal;
    border: none;
  }

  #mainItems > li > .foldout {
    display: none;
  }

  #mainItems > li:hover > .foldout {
    z-index: 50;
    display: block;
    margin-left: -10px;
  }

  #mainItems > li .foldout > ul li a:hover, #mainItems > li ul li a.active:hover {
    color: #2C2A29;
  }

  #mainItems > li > .foldout > ul > li:first-of-type {
    border-top: none;
  }

}

/*IE9 Fix for the search box, VA 24.3.2015*/
@media all and (min-width: 0\0
) and (min-resolution: .001dpcm) {
  #navigation {
    z-index: 999999;
    position: relative;
  }
}

#mainItems > li > .foldout > ul > li {
  border-top: 1px solid #DDDDDD;
}

#mainItems > li .foldout > ul li a {
  display: block;
  padding: 5px 10px 5px 10px;
  color: #999999;
}

#mainItems > li > .foldout > .menu-placeholder + ul {

  /*margin-bottom: 20px;*/
}

#mainItems > li .foldout > ul:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

#mainItems > li ul > li > a {
  padding-left: 10px;
}

#mainItems > li ul > li > ul > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

#mainItems > li ul > li > ul > li > ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

#mainItems > li ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
}

#mainItems > li > .foldout > ul > li a.active, #mainItems > li ul li.current a:hover {
  color: #C4161C;
}

#mainItems > li > .foldout > ul > li.current {
  background-color: #EEEEEE;
  cursor: default;
}

#mainItems .submenu > a {
  background-image: url(../Images/arrow_small_below.png);
  background-position: right 9px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 5px 30px 5px 10px;
}

/* Contentbereich (Main, Sidebar, ...)
-------------------------------------------------------------------------------*/

#main #content-left {
  display: table-cell;
  padding-right: 6%;
  width: 67%;
}

#main #content-right {
  display: table-cell;
  width: 30%;
}

#content-two-cols {
  margin: 0 auto;
  max-width: 720px;
}

#innerWrapper {
  height: 100%;
}

#main {
  float: left;
  width: 100%;

}

#content {
  margin: 0 30px 20px 30px;
  min-height: 400px;
}

.csc-default {
  margin: 1.5em 0;
}

aside {
  float: right;
  width: 25%;
}

#sidebar {
  margin: 20px 20px 20px 20px;
  overflow: hidden;
}

.text {
  max-width: 640px;
  margin-top: 1.5em;
  margin-bottom: 4em;
}

.bodytext {
  max-width: 640px;
}

.csc-default > ul, .csc-default > ol {
  margin: 0 auto;
  max-width: 718px;
}

ul > li > ul, ol > li > ul, ol > li > ol, ul > li > ol {
  margin: 0;
}

.csc-default > h4 {
  margin: 0 auto;
  max-width: 718px;
  padding: 0;
}

.csc-default > h2 {
  margin: 0 auto;
  max-width: 718px;
  padding: 0;
}

.csc-default > h3 {
  margin: 0 auto;
  max-width: 718px;
  padding: 0;
}

.csc-default > h1 {
  margin: 0 auto;
  max-width: 718px;
  padding: 0;
}

.csc-default .contenttable .bodytext {
  padding-left: 3px;
}

.txNawavtkbsalesforcePiList {
  margin: 0 auto;
  max-width: 718px;
}

.txNawavtkbsalesforcePiList h1 {
  font-size: 1.3em !important;
  color: #2C2A29 !important;
  font-weight: 600;
  margin: 0 0 0.25em 0;
  font-style: normal;
  text-transform: none;
  line-height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

.csc-default .tx-avt-cameras .bodytext {

}

.csc-default .tx-avt-cameras {
  margin: 0 auto;
}

#content ul li:before {
  width: 5px;
}

#content .news-menu-view ul li:before {
  width: 0;
}

#content .csc-sitemap ul li:before {
  width: 0;
}

.csc-textpic.csc-textpic-intext-right {
  margin: 0 auto;
  max-width: 720px;
}

.csc-textpic {
  margin-bottom: 1em;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 10px;
  margin-top: 5px;
}

figcaption.csc-textpic-caption, .csc-uploads-description {
  font-size: 0.75em;
}

.csc-header {
  margin: 0 auto;
  max-width: 718px;
  padding: 0;
}

.bodytext, .csc-linkToTop, .indent {
  margin: 0 auto;
  max-width: 718px;
  padding: 0;
}

.csc-textpic.csc-textpic-intext-left {
  margin: 0 auto;
  max-width: 718px;
}

.tx-avt-cameras .bodytext {
  padding-left: 20px;
  max-width: inherit;
}

#downloads .accordion_fce .accordion_content {
  margin-bottom: 20px;
}

.accordion_fce .accordion_content .bodytext {
  padding-left: initial;
}

.accordion_fce .accordion_content .tx-avt-cameras > ul {
  margin-top: 8px;
  padding-left: 0;
}

#downloads div.accordion_fce > h2 {

  padding: 3px 20px 14px 0;
}

#main .tx-avt-cameras .accordion_content .tx-avt-cameras ul li a {
  text-decoration: underline;
}

#main .cameraTabs .csc-uploads-fileName > a {
  text-decoration: underline;
}

#main .cameraTabs .accordion_content .bodytext > a {
  text-decoration: underline;
}

.tx-powermail {
  margin: 0 auto;
  max-width: 710px;
}

#main ul.tx-pagebrowse li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0 5px 0 0;
}

li.tx-pagebrowse-pages {
  width: 34%;
}

.tx-solr #tx-solr-pagination #tx-solr-pagination-results-per-page {
  position: relative;
  right: 67%;
  font-size: 14px;
}

.tx-solr #tx-solr-pagination {
  height: auto;
}

#tx-solr-pagination-results-per-page select {
  margin-left: 6px;
}

/* Suche 
-------------------------------------------------------------------------------*/
#search {
  float: right;
  margin: 0 30px;
  padding: 0.45em 12px 0 28px;
  background: url("../Images/search_bg.png") no-repeat scroll 5px 5px transparent;
  height: 2em;
}

#my_input {
  display: none;
}

#searchOpener {
  cursor: default;
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  /*letter-spacing: 0.5px;*/
}

#searchForm, #tx-solr-search-form-pi-search {
  display: none;
  background: url("../Images/search2_bg.png") repeat-x scroll left top #C4262C;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 20000;
  height: 78px;
  width: 350px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

#search:hover > #searchForm, #search:hover > #tx-solr-search-form-pi-search {
  display: block;
}

#searchForm:hover, #tx-solr-search-form-pi-search:hover {
  display: block;
}

#searchBox {
  /*
    background: url("") no-repeat scroll 1px 1px #fff;
    height: 1em;
    line-height: 100%;
    margin: 0;
    max-width: 10em;
    padding: 1px 20px 1px 5px;
    position: absolute;
    right: 20px;
    width: 15%;
    */
  width: 270px !important;
  height: 22px;
  line-height: 100%;
  margin: 25px 0 10px 25px;
}

#searchButton {
  background: url("../Images/mgn.png") no-repeat scroll center center #FFFFFF;
  border: medium none;
  height: 29px;
  margin: 0;
  position: absolute;
  top: 25px;
  width: 28px;
  color: transparent;
}

/*Content FCE's*/

.con50x50 {
  margin: 0 auto;
}

.con50x50first {
  vertical-align: top;
  display: table-cell;
  padding-right: 2%;
  width: 45%;
}

.con50x50last {
  vertical-align: top;
  display: table-cell;
  padding-left: 2%;
  width: 45%;
}

.con66x33 {
  margin: 0 auto;
}

.con66x33first {
  vertical-align: top;
  display: table-cell;
  padding-right: 2%;
  width: 62%;
}

.con66x33last {
  vertical-align: top;
  display: table-cell;
  padding-left: 2%;
  width: 28%;
}

.con33x66 {
  margin: 0 auto;
}

.con33x66first {
  vertical-align: top;
  display: table-cell;
  padding-right: 2%;
  width: 28%;
}

.con33x66last {
  vertical-align: top;
  display: table-cell;
  padding-left: 2%;
  width: 62%;
}

.con33x33x33 {
  margin: 0 auto;
}

.con33x33x33first {
  vertical-align: top;
  display: table-cell;
  padding-right: 2%;;
  width: 28%;
}

.con33x33x33middle {
  vertical-align: top;
  display: table-cell;
  padding-right: 2%;
  width: 28%;
}

.con33x33x33last {
  vertical-align: top;
  display: table-cell;
  padding-left: 2%;
  width: 28%;
}

.con100 .csc-header,
.con100 .bodytext,
.con100 .csc-linkToTop,
.con100 .indent,
.con100 .csc-default > ul,
.con100 .csc-default > ol,
.con100 .csc-default > h1,
.con100 .csc-default > h2,
.con100 .csc-default > h3,
.con100 .csc-default > h4,
.con100 .txNawavtkbsalesforcePiList,
.con100 .csc-default .tx-avt-cameras,
.con100 .csc-textpic.csc-textpic-intext-left,
.con100 .teaser,
.con100 .accordion_fce,
.con100 .csc-default > iframe,
.con100 #content-two-cols,
.con100 .csc-textpic.csc-textpic-intext-right {
  max-width: none;
}

.csc-frame.csc-frame-frame1 {
  max-width: 719px;
  margin: 0 auto;
}

/*Products FCE's*/

.av_prod_category {
  display: table-cell;
  padding-right: 18px;
}

.av_prod_category:nth-child(3) {
  padding-right: 0;
}

.av_prod_category_item {
  margin-top: 16px;
}

.av_prod_category_item a {
  text-decoration: none;

}

.av_prod_category h1.csc-firstHeader {
  letter-spacing: inherit;
  padding: 0;
  text-transform: inherit;
  word-spacing: inherit;
}

.av_prod_category h2 {

  color: #2c2a29;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
  word-spacing: inherit;
}

.av_prod_category_item a:hover, .av_prod_category_item a:hover h2 {

  color: #c4161c;
}

.av_prod_category li {
  font-size: 0.9em;
}

.av_prod_category_props > ul {
  margin: 0;
  padding-left: 18px;
}

.av_prod_category img {
  width: auto;
}

/* Footer
-------------------------------------------------------------------------------*/
#footer {
  background: url("../Images/footer.png") no-repeat scroll left bottom #FFFFFF;
  clear: both;
  position: relative;
  min-height: 271px;
  padding: 10px 20px 10px 20px;
  margin-top: 30px;
}

#footer > div {
  float: left;
  padding: 10px;
  /* padding-top: 0; */
  font-size: 14px;
  margin-top: 0;
}

.sitemap {
  position: relative;
  top: 25px;
  width: 606px;
}

.sitemap > div {
  float: left;
  padding: 7px 12px 10px 10px;
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 1.75em;
  width: 18%;
  /* line-height: 1em; */
}

.sitemap > div:nth-of-type(1) {
  width: 21%;
}

.sitemap > div:nth-of-type(2) {
  width: 12%;
}

.sitemap > div:nth-of-type(3) {
  width: 18%;
  padding-right: 10px;
}

.sitemap > div:nth-of-type(4) {
  padding-right: 0;
  width: 18.5%;
}

.sitemap > div:nth-of-type(5) {
  width: 14%;
}

#footerLeft {
  width: 240px;
  position: absolute;
  top: 40px;
}

#footer .footerRight {
  float: right;
  overflow: hidden;
}

.sitemap a {
  display: block;
  color: #FFFFFF;

  line-height: 109%;
  margin-bottom: 2px;
}

.sitemap a:hover {
  color: #999999;
}

#contactInfo {
  margin-top: 10px;
  width: 85%;
}

.sitemapKategorie {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 0.25em;
}

.copyright {
  position: absolute;
  left: 325px;
  bottom: 20px;
  font-size: 1em;
  padding: 0 10px;
  text-align: left;
  color: #FFFFFF;
  width: 600px;
}

.copyright p {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.serviceMenu {
  font-size: 12px;
  color: #FFFFFF;
}

.serviceMenu a {
  margin: 0 10px;
  color: #FFFFFF;
}

.serviceMenu a:first-of-type {
  margin: 0 10px 0 0;
}

.serviceMenu a:hover {
  color: #999999;
}

#socialIcons {
}

#socialIcons a {
  float: left;
  display: inline-block;
  padding: 10px 15px 10px 0;
}

#socialIcons a img {
  height: 24px;
  width: 24px;
}

#productSelector {
  margin: 40px 0 40px 0;
}

#contactBar > .csc-default {
  color: #fff;
  line-height: initial;
  margin: 0;
  padding-top: 8px;
  position: static;
  margin-left: 20px;
}

/* PowerMail-Formular - 20.10.2014 - TS */

.tx-powermail form {
  margin-bottom: 15px;
  margin-top: 10px;
}

.tx-powermail form fieldset {
  border: none;
  padding: 0;
}

.tx-powermail form legend {
  margin-left: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 5px;
}

.tx-powermail form fieldset div {
  clear: both;
  padding: 5px 0;
  margin: 0;
}

div.powermail_fieldwrap_html .powermail_check_inner label a {
  text-decoration: underline;
}

.powermail_input,
.powermail_textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 #fff;
  -moz-box-shadow: inset 0 0 0 #fff;
  box-shadow: inset 0 0 0 #fff;
  background-color: #ffffff;
  color: #686868;
  font-family: arial, sans-serif;
  margin-top: 5px;
  background: none;
  max-width: 450px;
  width: 100%;
}

.powermail_create {
  margin-top: 30px;
}

.powermail_create dl {
  border: 1px solid #d3d3d3;
  display: block;
  padding: 0;
}

.powermail_create dd {
  border-left: 1px solid #d3d3d3;
  display: inline-block;
  padding: 5px 10px;
  width: 50%;
}

.powermail_create dt {
  display: inline-block;
  padding: 5px 10px;
  width: 20%;
}

.powermail_label {
  display: block;
  color: #777;
}

.powermail_field.powermail_submit {
  background-color: #da291c;
  border: medium none;
  border-radius: 0;
  color: #fff;
  padding: 0 30px;
}

.tx-powermail form select {
  font-family: arial, sans-serif;
  border: 1px solid #aaadb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px #BABDC3;
  -moz-box-shadow: 0 0 1px #BABDC3;
  box-shadow: 0 0 1px #BABDC3;
  background: url(../Images/arrow-anthrazit.png) no-repeat 96% 33px, -moz-linear-gradient(top, #fff 0%, #e4e6eb 100%) !important;
  background: url(../Images/arrow-anthrazit.png) no-repeat 96% 33px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e4e6eb)) !important;
  background: url(../Images/arrow-anthrazit.png) no-repeat 96% 33px, -webkit-linear-gradient(top, #fff 0%, #e4e6eb 100%) !important;
  background: url(../Images/arrow-anthrazit.png) no-repeat 96% 33px, -o-linear-gradient(top, #fff 0%, #e4e6eb 100%) !important;
  background: url(../Images/arrow-anthrazit.png) no-repeat 96% 33px, -ms-linear-gradient(top, #fff 0%, #e4e6eb 100%) !important;
  background: url(../Images/arrow-anthrazit.png) no-repeat 96% 33px, linear-gradient(top, #fff 0%, #e4e6eb 100%) !important;
  margin-bottom: 10px;
  padding: 4px !important;
  margin-top: 5px;
}

.tx-powermail form input {
  height: 1.6em;
}

.tx-powermail form input[type="checkbox"] {
  height: auto;
  margin: 0;
  position: relative;
  top: 1px;
}

.ie7 .tx-powermail form input[type="checkbox"],
.ie8 .tx-powermail form input[type="checkbox"] {
  border: 0;
  margin: 0;
  padding: 0;
}

.ie7 .tx-powermail form input[type="checkbox"] {
  top: 0;
}

.tx-powermail form textarea {
}

.tx-powermail form legend {
  display: none;
}

.powermail_fieldwrap_submit > span {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background-image: url(/Resources/Public/Images/button-left-forward.png);
  background-repeat: no-repeat;
}

.powermail_fieldwrap_submit span input {
  display: block;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: none;
  height: 23px;
  line-height: 19px;
  background-color: transparent !important;
  background-image: url(/Resources/Public/Images/button-right-forward.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 0 30px 0 15px;
  margin-top: 0;
}

.icon_info {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.parsley-errors-list {
  padding: 0;
  margin: 0;
  color: #da291c;
  list-style: none;
}

.tooltip h3.powermail-tooltip-title {
  height: 18px;
  background-image: url(/Resources/Public/Images/tooltip-header-reflect.png);
  padding-left: 27px;
  position: relative;
  left: -7px;
}

.tx-powermail form fieldset div.tooltip-content,
.tx-powermail form fieldset div.tooltip-bg {
  padding: 0;
}

div.powermail_fieldwrap_html label a,
div.powermail_fieldwrap_html p a,
div.powermail_fieldwrap_html fieldset legend.powermail_fieldwrap_html_checkbox_title a,
div.powermail_fieldwrap_html fieldset legend.powermail_fieldwrap_html_radio_title a {
  cursor: default !important;
}

.error {
  height: auto;
  /* supply height to ensure consistent positioning for every browser */
  font-size: 11px;
  text-align: left;
  color: #fff;
  padding: 3px 10px 5px 10px;
  margin-left: -2px;
  z-index: 10;
  background-color: #007dfe !important; /* Old browsers */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2RmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDViYmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(top, #007dfe 0%, #005bba 100%) !important; /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007dfe), color-stop(100%, #005bba)) !important; /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #007dfe 0%, #005bba 100%) !important; /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #007dfe 0%, #005bba 100%) !important; /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #007dfe 0%, #005bba 100%) !important; /* IE10+ */
  background-image: linear-gradient(top, #007dfe 0%, #005bba 100%) !important; /* W3C */
  background-position: 0 0;
  border-color: #006bdb !important;

  /* CSS3 spicing for mozilla and webkit */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
}

.error p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/* pure CSS arrow */
html:root .error em {
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #005bba transparent transparent !important;

  /* positioning */
  position: absolute;
  bottom: -10px;
  left: 5px;
  border-bottom: 0 none;
}

/* =============================================================================
Styles Startpage
========================================================================== */

/* Teaser (Anwendungen)
-------------------------------------------------------------------------------*/

.teaser {
  max-width: 718px;
  margin: 0 auto;
  margin-top: 27px;
}

.teaser a {
  float: left;
  max-width: 105px;
  margin-right: 18px;
  text-align: center;
  color: #2C2A29;
}

.teaser a:hover {
  color: #999999;
}

.teaser a img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
}

.teaser .column {
  display: inline-block;
  float: left;
  margin: 0 auto;

}

.teaser .column:nth-child(2) a:last-of-type {
  margin: 0;
}

.teaser .row a {
  float: left;
  width: auto;

  text-align: center;
  color: #2C2A29;
}

.teaser .row a:hover {
  color: #999999;
}

.teaser .row p {
  margin: 8px 0 22px 0;
  text-align: center;
  font-size: 16px;
  line-height: 105%;
  height: 2em;
}

.teaser .row a img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.row .hoverImage {
  display: none;
}

.teaser .row a:hover img:first-of-type {
  display: none;
}

.teaser .row a:hover img:last-of-type {
  display: block;
}

.hoverImage {
  display: none;
}

.teaser a:hover img:first-of-type {
  display: none;
}

.teaser a:hover img:last-of-type {
  display: block;
}

/* === Software === */
.tx-av-software > div:first-child {
  padding-bottom: 14px;
}

.tx-av-software > div > h1 + div {
  padding-top: 5px;
  padding-bottom: 30px;
  width: 74%;
}

.tx-av-software h4 {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 17px;
  padding-top: 25px;
}

.tx-av-software ul li {
  font-size: 15px;
  line-height: 1.4em;
  padding-top: 5px;
}

.tx-av-software ul {
  padding-top: 0;
  margin-top: 7px;
  margin-bottom: 0;
  /* padding-left: 25px; */
}

.tx-av-software-link-container {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 2px;
  display: block;
  border-top: 1px solid #e3e3e3;
}

/* === Sitemap Page === */
.csc-sitemap ul {
  list-style: none;
  margin: 0.25em 0 0.75em;
  padding: 0 0 0 40px;
  font-weight: 600;
}

.csc-sitemap > ul > li {
  line-height: 130%;
  margin: 0.5em 0;
}

.csc-sitemap > ul > li > ul {
  font-weight: 400;
}

/* Responsive Elements
========================================================================== */

#handler {
  left: -9999px;
  position: absolute;
  top: -9999px;
  visibility: hidden;
}

img {
  width: 100%;
  height: auto;
}

.embedvideo {
  height: 0;
  padding-top: 25px;
  padding-bottom: 57.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.embedvideo embed {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.accordion_fce {
  margin: 0 auto;
  max-width: 718px;
  padding: 0;
}

.accordion_fce .accordion_content {
  display: none;
  overflow: hidden;
}

div.accordion_fce > h2 {
  height: auto;
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid rgba(44, 42, 41, 0.26);
  background-image: url("../Images/arrow483.png");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

div.accordion_fce > h2.open {
  background-image: url("../Images/arrow483-up.png");

}

.accordion_fce > h2:hover
{
  cursor: pointer;
}

.csc-default > iframe {
  display: block;
  margin: 0 auto;
  max-width: 718px;
}

input:invalid, textarea:invalid {
  background-color: inherit;
}

.powermail_label > .mandatory {
  color: #da291c;
}

li.tx-pagebrowse-pages {
  width: 20% !important;
}

.tx-solr #tx-solr-pagination .tx-pagebrowse-pi1 {
  display: block;
}

.news .teaser .f3-widget-paginator a {
  margin: auto;
}

#content > .csc-default > h1 {
  margin-bottom: 6px;
}

/* Menu of subpages converted to select box */
ul.csc-menu li:before {
  background: none !important;
}
select.csc-menu {
  background: #FFFFFF url(/Resources/Public/Images/arrow-down.png) 685px 50% no-repeat;
  border: 1px #B6B6B6 solid;
  cursor: pointer;
  display: block;
  height: 2.4em;
  left: 91px;
  line-height: 2.4em;
  margin: -1px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-indent: 1px;
  text-overflow: '';
  width: 718px;
  z-index: 120;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*------------------------------------------------------------------------------- */
/* Print Style */

@media print {
  body {
    font-size: 14px;
  }

  a[href]:after {
    font-size: 12px;
    color: #777;
  }

  #logo {
    left: 0;
  }

  .flexslider {
    display: none;
  }

  .filterForm {
    display: none;
  }

  .metaNavi, #mainItems {
    display: none;
  }

  #navigation, #mainNavi {
    min-height: 0;
  }

  #navigation.f-nav, #mainNavi.f-nav {
    box-shadow: none;
  }

  .foldout {
    display: none;
  }

  footer#footer {
    display: none;
  }

  .sitemap {
    display: none;
  }

  .serviceMenu {
    display: none;
  }

  .copyright {
    right: 0;
    left: auto;
    top: -50px; /* font-size: 1em; */
    padding: 0;
  }

  div#search {
    display: none;
  }

  #content {
    margin: 0;
    min-height: 400px;
  }

  .csc-default > div,
  .bodytext,
  .csc-linkToTop,
  .indent,
  #content-two-cols,
  .csc-default > h1,
  .csc-default > h4,
  .csc-default > h2 {
    max-width: none !important;
  }

  #main > #content > .csc-default > .csc-textpic > .csc-textpic-imagewrap {
    display: none;
  }

  #main > #content > .csc-default > .csc-textpic > .csc-textpic-imagewrap[data-csc-cols="5"] {
    display: block !important;
  }

  #contactBar > .csc-default {
    margin-left: 0;
  }

  #contactBar > div {
    left: 0 !important;
  }

  .wForm,
  .wFormContainer .supportInfo {
    padding: 0 !important;
  }

  .similarCameras,
  .video-container {
    display: none;
  }

  .av_prod_category {
    display: block;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
  }

  #colorbox * {

    position: static !important;
    float: none !important;
    overflow: visible !important;
  }

  #colorbox, #cboxOverlay, #cboxWrapper {
    position: static !important;
    height: auto !important;
  }

  #cboxContent, #cboxLoadedContent {
    overflow: visible;
    height: 1200px !important;
  }

  #colorbox, #cboxWrapper {
    height: 2200px !important;
  }

  .cboxIframe {
    height: 1200px !important;
  }

  #cboxMiddleLeft {
    display: none;
  }

}

/*End print styles*/

div#tx-solr-pagination li:before {
  display: none;
}

div.tx-pagebrowse-pi1 li:before {
  display: none !important;
}

div#tx-solr-facets-available li:before {
  display: none !important;
}

#socialshareprivacy {
  display: none;
}

span.anc {
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}

/* Vidyard responsive embed */
.innerContainer {
  position: relative;
  display: block;
  width: 100% !important;
  height: 0;
  padding: 56.25% 0 0 0; /* This should reflect your video aspect ratio */
  /* Use the following 2 lines if you wish to make your player align centrally */
  max-width: 715px; /* This should be the width of your player */
  margin: auto;
}

.outerContainer {
  max-height: 715px; /* Set this to the height of your player */
}

.vidyard_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 715px;   /* These should be the dimensions of your player */
  max-height: 404px;
}

.vidyard_player > span {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
}

.vidyard_wrapper {
  float: none !important;
}

/* Colors */
.text-red {
  color: #C4161C;
}

.qr-code {
  display: none;
  position: relative;
}

.qr-code img {
  position: absolute;
  top: 40px;
  left: 39px;
  width: 200px;
  height: 200px;
}

.sticky-grid-container {
  position: fixed;
  top: 30px;
  max-width: 900px;
  z-index: 1;
  background-color: white;
}

@media screen and (max-width: 500px) {
  .sticky-grid-container {
    position: fixed;
    top: -20px;
    max-width: 900px;
    z-index: 1;
  }
}