@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:75.00%;
    color:#444;
  }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    color:#222;
    margin:0 0 0.25em 0;
  }

  #header h1, #col1_content h1,
  #produktVarianteDetails h1 { font-size:175%; }                  /* 24px */

  #col1_content h1,
  #produktVarianteDetails h1 { font-size:175%; color: #666;}      /* 24px */


  #header h2, #col1_content h2 { font-size:130%; color: #666; }   /* 18px */


  h1 { font-size:200%; }                       /* 30px */
  h2 { font-size:175%; }                       /* 24px */
  h3 { font-size:145%; }                       /* 18px */
  h4 { font-size:133.33%; }                    /* 16px */
  h5 { font-size:116.67%; }                    /* 14px */
  h6 { font-size:116.67%; }                    /* 14px */

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 1em; }
  ul { list-style-type:disc; }
  ul ul { margin-bottom:0; }

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height:1.5em; margin:0 0 1em 0; font-size: 13px;}

  blockquote, cite, q {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a { color:#e64415; background:transparent; text-decoration:underline; }
  a:visited  { color:#e64415; }

  a:focus,
  a:hover,
  a:active { color:#e64415; text-decoration:none; }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#e64415; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }

  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  table { width:90%; border-collapse:collapse; margin-bottom:0em; border-top:1px #ccc solid; border-bottom:1px #ccc solid; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:4px; }
  thead th { color:#000; border-bottom:1px #ccc solid; }
  tbody th { background:#e0e0e0; color:#333; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  tbody th { border-bottom:1px solid #fff; text-align:left; }
  tbody td { border-bottom:1px solid #eee; }
  
  tbody td p { padding: 0; margin: 0; }
  tbody th p { padding: 0; margin: 0; }
/*
  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }
*/
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left:12px;
    background-image:url('your_image.gif');
    background-repeat:no-repeat;
    background-position:0 0.45em;
  }
  */
  
  div.produktVariante {
    /* background: #efefef; */
    margin-top: 6px;
    border-bottom: 1px solid #ccc;
  }

  div.produktVariante .subcl,
  div.produktVariante .subcr {
    padding: 6px;
  }

  div.produktVariante .subcr {
    font-weight: normal;
    font-size: 113.33%;
  }

  div.produktVariante a {
    text-decoration: none;
  }

  div.produktVariante a:hover {
    text-decoration: underline;
  }

  
  div.produktVariante .subcr span.preisWert {
    font-weight: bold;
    color: #e64415;
  }


  div.produktVariante img {
    border: 0px solid #ccc;
    padding: 2px;
    background: #fff;
  }
  
  div.errorMsg {
    color: red;
    font-weight: bold;
    background: #ffeeee;
    border: 1px red solid;
    padding: 6px;
  }

  #rootline {
  }

  #rootline span {
    display: inline;
    /*font-size: 123.33%;*/
  }

  #rootline .spacer {
    margin: 0 6px;
  }

  #rootline span,
  #rootline span a {
    color: #666;
    font-size: 113.33%;
  }

  #rootline span.last,
  #rootline span.last a {
    color: #e64415;
    font-size: 113.33%;
    font-weight: bold;
  }

  
  #rootline span.rootline {
    color: #666;
  }

  #rootline span a {
    text-decoration: underline;
  }


  #rootline span.last a:hover {
    color: #e64415;
    text-decoration: none;
  }

  #rootline span a:hover {
    color: #333;
    text-decoration: none;
  }


  #header {
    border-bottom: 1px solid #fff;  
  }  

  
  ul#navLvl2 li,
  ul#navLvl3 li {
  }

  ul#navLvl2 li a,
  ul#navLvl3 li a {
  }

  ul#navLvl2,
  ul#navLvl3 {
  }


  ul#katalognav ul,
  ul#katalognav {
  margin: 0;
  }  

  ul#katalognav {
  width:150px;
  }

  ul#katalognav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }

  ul#katalognav ul li a {
  padding-left: 24px;
  }
  
  ul#katalognav li a {
    padding: 4px 12px;
    display: block;
    text-decoration: none;
    color: #333;
    background: #efefef;
    border-bottom: 1px solid #fff;
  }

  ul#katalognav li.lvl1 a {
    padding: 4px 12px;
    display: block;
    text-decoration: none;
    color: #333;
    background: #efefef;
    border-bottom: 1px solid #fff;
    font-weight: bold;
  }


  ul#katalognav li a.active {
    font-weight: bold;
    background: #e64415;
    color: #fff;
  }

  ul#katalognav li a.activesub {
    font-weight: normal;
    background: #777;
    color: #fff;
  }
  
  ul#katalognav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #e64415;
  }

  div#produktVarianteDetails .beschreibung {
    font-size: 14px;
  }

  div#produktVarianteDetailsBilder strong {
    color: #e64415;
  }

  div#produktVarianteDetailsBilder {
    font-size: 16px;
  }


  div.produktVariante .beschreibung {
    font-size: 13px;
  }

  ul#extraInfosPdf {
    margin: 0 0 0 0px;
    padding: 0;
    list-style-type: none;
  }

  ul#extraInfosPdf li {
    background-image: url(/fileadmin/templates/icons/letter-5-24.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin: 0 0 2px 0;
    padding: 4px 0 3px 32px;
    list-style-position: outside;
  }

  ul#extraInfosPdf li a {
    font-size: 14px;
    text-decoration: underline;
  }

  ul#extraInfosPdf li a:hover {
    text-decoration: none;
  }

  div#produktBestellung {
    font-weight: normal;
    color: #333;
    margin: 12px 0;
  }

  div#produktBestellung ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  div#produktBestellung ul li {
    background-image: url(/fileadmin/templates/icons/letter-1-24.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin: 0 0 2px 0;
    padding: 5px 0 3px 32px;
    list-style-position: outside;
    list-style-type: none;
  }

  div#produktBackLink {
    font-weight: normal;
    color: #333;
    margin: 0 0 12px 0;
  }

  div#produktBackLink ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  div#produktBackLink ul li {
    background-image: url(/fileadmin/templates/icons/letter-5-24.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin: 0 0 2px 0;
    padding: 5px 0 3px 32px;
    list-style-position: outside;
    list-style-type: none;
  }
  
  div#sucheErgebnis {
    font-weight: normal;
    color: #333;
    margin: 12px 0 12px 0;
  }

  div#sucheErgebnis ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  div#sucheErgebnis ul li {
    background-image: url(/fileadmin/templates/icons/letter-5-24.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin: 0 0 2px 0;
    padding: 5px 0 3px 32px;
    list-style-position: outside;
    list-style-type: none;
    font-size: 14px;
  }

  
 div#formAngebotAnfragen {
  
  }

 div#formAngebotAnfragen fieldset {
    border: 1px solid #ccc;
    padding: 12px;
    background: #efefef;
  }

 div#formAngebotAnfragen label {
    float: left;
    text-align: right;
    width: 40%;
    margin-right: 2%;
    clear: both;
    color:#333;
  }

 div#formAngebotAnfragen input.anrede {
    margin-left: 4px;
    margin-right: 2px;
  }


 div#formAngebotAnfragen input#menge,
 div#formAngebotAnfragen input#werbedruck,
 div#formAngebotAnfragen input#druckposition,
 div#formAngebotAnfragen input#druckfarben,
 div#formAngebotAnfragen textarea#bemerkung,
 div#formAngebotAnfragen textarea#anfrage,
 div#formAngebotAnfragen input#email,
 div#formAngebotAnfragen input#ustidnr,
 div#formAngebotAnfragen input#fax,
 div#formAngebotAnfragen input#telefon,
 div#formAngebotAnfragen input#land,
 div#formAngebotAnfragen input#ort,
 div#formAngebotAnfragen input#plz,
 div#formAngebotAnfragen input#strasse,
 div#formAngebotAnfragen input#abteilung,
 div#formAngebotAnfragen input#firma,
 div#formAngebotAnfragen input#vorname,
 div#formAngebotAnfragen input#name,
 div#sucheForm input#suche {
    padding: 2px;
    border: 1px solid #999;
    color: #333;
    width: 195px;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
  }
  
 div#formAngebotAnfragen input#submitAngebotAnfragen {
    margin-top: 12px;
    border: 1px solid #999;
    padding: 4px;
    font-weight: bold;
    background: #ec7405;
    color: #fff;
  }
  
 div#formAngebotAnfragen .right {
    text-align: right;
  }
  
 div#formAngebotAnfragen fieldset legend {
    font-weight: normal;
    color: #666;
    font-size: 13px;
  }


 div#formAngebotAnfragen span.red {
    font-size: 13px;
    color: #e64415;
    font-weight: bold;
    margin-left: 2px;
  }


 div#formAngebotAnfragen label {
    font-size: 13px;
    float: left;
    text-align: right;
    width: 33%;
    margin-right: 2%;
  }

 div#formAngebotAnfragen div.error {
    margin-left: 35%;
    display: block;
    color: red;
    font-weight: bold;
  }


 div#formAngebotAnfragen fieldset div {
    margin: 4px 0px;
    clear: both;
  }

 div#formAngebotAnfragen span#bezeichnung,
 div#formAngebotAnfragen span#artikelnr {
    font-size: 13px;
    font-weight: bold;
  }


 div.topTeaser,
 div.topTeaserStartseite {
    border: 2px solid #eee;
  }
  
 div.topTeaserStartseite {
    border: 2px solid #eee;
  }


 div.topTeaser div.topTeaserContainer p.topTeaserImage,
 div.topTeaserStartseite div.topTeaserContainer p.topTeaserImage {
    text-align: center;
    width:220px;
    height:220px;
  }
  
 div.topTeaserStartseite div.topTeaserContainer p.topTeaserImage {
    text-align: center;
    width:140px;
    height:120px;
  }

 div.topTeaser a.topTeaserLink,
 div.topTeaserStartseite a.topTeaserLink  {
    background: #999;
    color: #fff;
    display: block;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
  }

 div#col1_content div.topTeaser h1,
 div#col1_content div.topTeaserStartseite h1  {
    color: #fff;
    background: #999;
    text-align: center;
    font-size: 14px;
    padding: 2px;
    font-weight: bold;
  }

 div#col1_content div.topTeaser a,
 div#col1_content div.topTeaserStartseite a {
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }

 div#col1_content div.topTeaser div.preisInfo a,
 div#col1_content div.topTeaserStartseite div.preisInfo a {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
  }

 div#col1_content div.topTeaserStartseite div.preisInfo { 
     text-align: center;
  }
   
 div#col1_content div.topTeaserStartseite div.preisInfo a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
  }

 div#col1_content div.topTeaser div.detailsLink ,
 div#col1_content div.topTeaserStartseite div.detailsLink {
    text-align: center;
   }

 div#col1_content div.topTeaser div.detailsLink a,
 div#col1_content div.topTeaserStartseite div.detailsLink a {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    color:#666;
   }

 div#col1_content div.topTeaser div.detailsLink a:hover,#
  div#col1_content div.topTeaserStartseite div.detailsLink a:hover {
    text-decoration: underline;
   }

 div#col1_content div.topTeaser div.anfragenLink,
 div#col1_content div.topTeaserStartseite div.anfragenLink {
    text-align: center;
   }

 div#col1_content div.topTeaser div.anfragenLink a,
 div#col1_content div.topTeaserStartseite div.anfragenLink a {
    color:#666;
    background-image: url(/fileadmin/templates/icons/letter-1-24.gif);
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin: 0 0 2px 0;
    padding: 5px 0 6px 32px;
   }
   
  div#col1_content div.topTeaserStartseite div.anfragenLink a {
    font-size: 13px;
   }

 div#col1_content div.topTeaser div.anfragenLink a:hover,
 div#col1_content div.topTeaserStartseite div.anfragenLink a:hover {
    text-decoration: underline;
   }

 div#col1_content div.topTeaserHeaderWeitereArtikel {
    clear:left;
    margin-top:16px;
    margin-bottom:16px;
    text-align:left;
    color:#666;
   }

 div#col1_content div.topTeaserHeaderWeitereArtikel a {
    background-image: url(/fileadmin/templates/icons/letter-5-24.gif);
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin: 0 0 2px 0;
    padding: 5px 0 6px 32px;
   }

 div#col1_content div.topTeaserHeaderWeitereArtikel a:hover {
    text-decoration: underline;
   }

 div#col1_content div.topTeaser div.preisInfo {
    text-align: center;
  }

  
 div#col1_content div.subcolumns {
    margin-bottom: 10px;
  }

 div.topTeaserInner {
    margin: 8px;
  }    

 div.topTeaserInner .tooltip {
    display: none;
  }  
  
 div.overviewTeaser {
    float: left;
    width: 230px;
    margin-bottom: 10px;
    margin-right: 10px;
  }    

 div.overviewTeaser div.topTeaser {
    position: relative;
  }    

 div.overviewTeaser div.topTeaserBottom {
  }    

 div.overviewTeaser div.topTeaserBottom a {
    display: block;
  }    

 div.overviewTeaser div.topTeaserBottom a:hover {
    background: #e64415;
  }    

  
 div#col1_content div.overviewTeaser div.topTeaser {
    text-align: center;
  }

 div#col1_content div.overviewTeaser div.topTeaser h1 a {
    color: #fff;
    text-decoration: none;
  }
  
 div#col1_content h4 {
    margin-top:12px;
  }
  

  
  #tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #333;
    background-color: #e64415;
    padding: 6px 6px 6px 6px;
    opacity: 0.95;
    width: 200px;
    color: #fff;
  }

  #tooltip p,
  #tooltip div { 
   margin: 0;
   font-size: 12px;
   color:#fff;
   font-weight: bold; 
  }
  
  #tooltip h3 {
    color: #fff;
  }
  
  #sucheErgebnis {
    margin-top: 1em;
  }
  
  #sucheMiniForm {
    margin-top: 0em;
    padding: 0px;
    font-size: 13px;
  }

  #sucheMiniForm input#suche {
    padding: 3px;
    border: 1px solid #666;
    width: 300px;
  }
  
  span.topnav {
    margin-left: 0px;
  }
  
  img#hotline_logo {
    position: absolute;
    left: 70px;
    top: 0px;
  }

  h3.hotline_info {
    font-size: 1.8em;
    font-weight: boldd;
  }

  h3.hotline_number {
    font-size: 18px;
    line-height: 24px;
  }

  div#hotline {
    position: absolute;
    top: 2px;
    right: 10px;
    text-align: right;
  }

  div#hotline > div {
    margin-bottom: 40px;
  }


  #sucheMiniForm #submitbutton {
    margin-left: 4px;
    height: 32px;
    width: 32px;
    margin-bottom: 6px;
    vertical-align: middle;
  }

    div#expNav * {
        padding: 0px;
        margin: 0px;
    }

    /* new menu 2014 */

    .cbp-hrmenu {
        width: 925px;
        margin: 0em;
        padding: 0em;
        border-bottom: 4px solid #e64415;
        overflow: auto;
    }

    /* general ul style */
    .cbp-hrmenu ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    /* first level ul style */
    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 0em;
    }

    .cbp-hrmenu > ul > li {
        display: inline;
        margin: 0em;
        padding: 0em;
        background: transparent;
        border-bottom: 1px solid #fff;
        float: left;
    }

    .cbp-hrmenu > ul > li > a {
        font-weight: bold;
        padding: 0.5em 0.5em;
        color: #333;
        display: block;
        text-decoration: none;
    }

    .cbp-hrmenu > ul > li > a:hover {
        color: #e64415;
        text-decoration: underline;
    }

    .cbp-hrmenu > ul > li.cbp-hropen a,
    .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
        color: #fff;
        background: #e64415;
    }

    /* sub-menu */
    .cbp-hrmenu .cbp-hrsub {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        z-index: 9000;
    }

    .cbp-hropen .cbp-hrsub {
        display: block;
        width: 80%;
        margin: 0 10%;
        border: 2px solid #eee;
        border-top: 4px solid #e64415;
        padding: 1em;
    }

    .cbp-hrmenu .cbp-hrsub-inner > div.item {
        display:block;
        width:18%;
        padding: 0 0.8em 0 0.8em;
        border-right: 1px solid #ddd;
        float: left;
    }

    .cbp-hrmenu .cbp-hrsub-inner > div.c1 {
    }

    .cbp-hrmenu .cbp-hrsub-inner > div.c2 {
    }

    .cbp-hrmenu .cbp-hrsub-inner > div.c3 {
    }

    .cbp-hrmenu .cbp-hrsub-inner > div.c4 {
    }

    .cbp-hrmenu .cbp-hrsub-inner > div.c5 {
    }


    .cbp-hrmenu .cbp-hrsub-inner h4 {
    }

    .cbp-hrmenu .cbp-hrsub-inner ul {
        margin: 0;
        padding: 0;
    }

    .cbp-hrmenu .cbp-hrsub-inner li {
        margin: 0 0 0 1em;
        padding: 0;
        background: transparent !important;
        list-style-position: outside;
    }

    .cbp-hrmenu .cbp-hrsub-inner li a:hover {
        text-decoration: underline !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner:before,
    .cbp-hrmenu .cbp-hrsub-inner:after {
        content: " ";
        display: table;
    }

    .cbp-hrmenu .cbp-hrsub-inner:after {
        clear: both;
    }

    .cbp-hrmenu .cbp-hrsub-inner > div a {
        line-height: 1em;
        color: #333 !important;
        background: transparent !important;
        text-decoration: none;
    }

    .cbp-hrmenu .cbp-hrsub-inner > div a:hover {
        text-decoration: underline;
    }


    .cbp-hrsub h4 {
        padding: 0.6em 0 0.6em;
        margin: 0;
        font-size: 120%;
        font-weight: normal;
        text-decoration: none;
    }

    .cbp-hrsub h4:hover {
        text-decoration: underline;
    }


}
