/**
 * @lastmodified $Id: pvg_branding.css 4305 2013-11-12 13:59:40Z h.ruhs $
 * @since 3.6.2
 *
 * @package Frontend-Kit
 * @tableofcontents
 *
 * 1. Allgemeine Elemente
 *    1.1 TV
 *    1.2 Hotline
 *    1.3 Seal
 * 2. Tooltip
 * 3. Navigation
 *    3.1 IE7
 * 4. Buttons
 *    4.1 Button Header
 *    4.2 Button Start
 *    4.3 Button Versicherung
 *    4.4 Button Kredit & Konto
 *    4.5 Button Strom & Gas
 *    4.6 Button DSL & Internet
 *    4.7 Button Reisen & Fluege
 *    4.8 Button Deals
 *    4.9 Button Shopping
 * 5. Shopping Categories
 * 6. DropDownContent
 *    6.1 Grid
 *    6.2 Divider
 * 7. brandingFooter
 */

/* @section 1. Allgemeine Elemente */

.brandingHeader {
    position: relative;
    z-index: 1000;
}

.headerWrapper,
.brandingFooter {
    background: #003043;
}

.headerContainer,
.navigationWrapper {
    margin: 0 auto -1px;
    max-width: 1008px;
    position: relative;
}

.brandingLogo {
    direction: ltr;
    display: block;
    height: 6em;
    margin-left: 1em;
    max-width: 240px;
    position: relative;
    width: 27em;
}

/* @section 1.2 Hotline */

.brandingHotline {
    color: #fff;
    font: 12px/10px arial;
    position: absolute;
    right: 60px;
    top: 23px;
    z-index: 1100;
}

/* @section 1.3 Seal */

.brandingSealBadge {background:url('../../img/pvg_branding_sprite_3.6.2.png') -595px -1238px;height:62px;width:85px;top:16px;right:0;z-index:2}

/* Icons */

.brandingIcoInfo {background:url('../../img/pvg_branding_sprite_3.6.2.png') -40px -1103px;height:11px;width:11px;margin-left:2px}
.brandingIcoPhone {background:url('../../img/pvg_branding_sprite_3.6.2.png') -6px -1094px;height:27px;width:18px;margin-right:5px}

.brandingHotlineNumber {font:bold 20px arial}
.brandingHotlineTime {font:10px/10px arial;color:#ddd;text-align:right;margin-left:10px}

.brandingIcoInfo, .brandingIcoPhone, .brandingHotlineText, .brandingHotlineTime {display:inline-block}

/* @section 2. Tooltip */

.brandingHasTooltip {cursor:default;position:relative}
.brandingHasTooltip:hover .brandingTooltip {position:absolute;display:block}

.brandingTooltip {
    background:#e4f1ff;
    background:-moz-linear-gradient(top, #f1f8ff, #e4f1ff);
    background:-ms-linear-gradient(top, #f1f8ff, #e4f1ff);
    background:-o-linear-gradient(top, #f1f8ff, #e4f1ff);
    background:-webkit-gradient(linear, left top, left bottom, from(#f1f8ff), to(#e4f1ff));
    background:-webkit-linear-gradient(top, #f1f8ff, #e4f1ff);
    background:linear-gradient(top, #f1f8ff, #e4f1ff);
    display:none;z-index:1000;top:-5px;right:20px;white-space:nowrap;font:12px/16px arial;border:1px solid #bfd1e4;text-align:left;color:#888;min-width:200px;padding:5px 10px;text-shadow:0 1px 0 #fff;-moz-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);-webkit-box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}

/* @section 3. Navigation */

.brandingNavigation {
    background: #fff;
    position: relative;
    z-index: 1000;
    padding-top: 0.875em;
    text-align: center;
    -moz-border-radius: 0.25em 0.25em 0 0;
    -webkit-border-radius: 0.25em 0.25em 0 0;
    border-radius: 0.25em 0.25em 0 0;
}

.brandingNavigation > li {
    display: inline-block;
    text-align: left;
}

.brandingDropDown li:hover .dropDownContent,
.brandingDropDown li:hover .brandingArrow {
    display: block;
}

/* @section 4. Buttons */

.brandingHeader .buttonHeader {
    position: relative;
    margin: 0 0.125em 0.875em;
    padding: 0 0.5em;
    display: inline-block;
    font: bold 1.3757em/2.125em 'Archivo Narrow',arial;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 3px 2px 0 rgba(50, 50, 50, 0.3);
}

/* @section 4.1 Button Start */

.brandingHeader .buttonStart .buttonHeader {
    background: #0e7ec8;
    background: -moz-linear-gradient(top, #149ad4, #0b64bd);
    background: -ms-linear-gradient(top, #149ad4, #0b64bd);
    background: -o-linear-gradient(top, #149ad4, #0b64bd);
    background: -webkit-linear-gradient(top, #149ad4, #0b64bd);
    background: linear-gradient(top, #149ad4, #0b64bd);
}

.brandingHeader .buttonStart:hover .buttonHeader {
    background: #0b6fd4;
    background: -moz-linear-gradient(top, #14abed, #0b6fd4);
    background: -ms-linear-gradient(top, #14abed, #0b6fd4);
    background: -o-linear-gradient(top, #14abed, #0b6fd4);
    background: -webkit-linear-gradient(top, #14abed, #0b6fd4);
    background: linear-gradient(top, #14abed, #0b6fd4);
}

.brandingHeader .buttonStart .buttonHeader:after {content: "☖";} /* ☖ haus*/
.brandingHeader .buttonStart .buttonHeader {
    padding: 0 1.2em;
}
.brandingHeader .buttonStart strong {
    display: inline-block;
    text-indent: -999em;
    direction: ltr;
}

.brandingHeader .buttonHeader:after {
    font: 2em/1em 'icon pvg';
    height: 1em;
    margin: -0.5em 0 0 -0.5em;
    position: absolute;
    top: 50%;
    left: 50%;
}

/* @section 4.2 Button Versicherung */

.brandingHeader .buttonInsurance .buttonHeader {
    background: #893787;
    background: -moz-linear-gradient(top, #b355b1, #893787);
    background: -ms-linear-gradient(top, #b355b1, #893787);
    background: -o-linear-gradient(top, #b355b1, #893787);
    background: -webkit-linear-gradient(top, #b355b1, #893787);
    background: linear-gradient(top, #b355b1, #893787);
}

.brandingHeader .buttonInsurance:hover .buttonHeader {
    background: #973c94;
    background: -moz-linear-gradient(top, #c55ec5, #973c94);
    background: -ms-linear-gradient(top, #c55ec5, #973c94);
    background: -o-linear-gradient(top, #c55ec5, #973c94);
    background: -webkit-linear-gradient(top, #c55ec5, #973c94);
    background: linear-gradient(top, #c55ec5, #973c94);
}

.brandingHeader .buttonInsurance .dropDownContent {
    background: #9e479c;
    background: -moz-linear-gradient(top, #8a3e88, #b355b1);
    background: -ms-linear-gradient(top, #8a3e88, #b355b1);
    background: -o-linear-gradient(top, #8a3e88, #b355b1);
    background: -webkit-linear-gradient(top, #8a3e88, #b355b1);
    background: linear-gradient(top, #8a3e88, #b355b1);
}

/* @section 4.3 Button Kredit & Konto */

.brandingHeader .buttonCredit .buttonHeader {
    background: #c71839;
    background: -moz-linear-gradient(top, #db2558, #c71839);
    background: -ms-linear-gradient(top, #db2558, #c71839);
    background: -o-linear-gradient(top, #db2558, #c71839);
    background: -webkit-linear-gradient(top, #db2558, #c71839);
    background: linear-gradient(top, #db2558, #c71839);
}

.brandingHeader .buttonCredit:hover .buttonHeader {
    background: #df193f;
    background: -moz-linear-gradient(top, #f32861, #df193f);
    background: -ms-linear-gradient(top, #f32861, #df193f);
    background: -o-linear-gradient(top, #f32861, #df193f);
    background: -webkit-linear-gradient(top, #f32861, #df193f);
    background: linear-gradient(top, #f32861, #df193f);
}

.brandingHeader .buttonCredit .dropDownContent {
    background: #d01e48;
    background: -moz-linear-gradient(top, #c61738, #db2356);
    background: -ms-linear-gradient(top, #c61738, #db2356);
    background: -o-linear-gradient(top, #c61738, #db2356);
    background: -webkit-linear-gradient(top, #c61738, #db2356);
    background: linear-gradient(top, #c61738, #db2356);
}

/* @section 4.4 Button Strom & Gas */

.brandingHeader .buttonPower .buttonHeader {
    background: #f95400;
    background: -moz-linear-gradient(top, #fc8000, #f95300);
    background: -ms-linear-gradient(top, #fc8000, #f95300);
    background: -o-linear-gradient(top, #fc8000, #f95300);
    background: -webkit-linear-gradient(top, #fc8000, #f95300);
    background: linear-gradient(top, #fc8000, #f95300);
}

.brandingHeader .buttonPower:hover .buttonHeader {
    background: #ff6700;
    background: -moz-linear-gradient(top, #ffa000, #ff6700);
    background: -ms-linear-gradient(top, #ffa000, #ff6700);
    background: -o-linear-gradient(top, #ffa000, #ff6700);
    background: -webkit-linear-gradient(top, #ffa000, #ff6700);
    background: linear-gradient(top, #ffa000, #ff6700);
}

.brandingHeader .buttonPower .dropDownContent {
    background: #fa6900;
    background: -moz-linear-gradient(top, #f15400, #f47400);
    background: -ms-linear-gradient(top, #f15400, #f47400);
    background: -o-linear-gradient(top, #f15400, #f47400);
    background: -webkit-linear-gradient(top, #f15400, #f47400);
    background: linear-gradient(top, #f15400, #f47400);
}

/* @section 4.5 Button DSL & Internet */

.brandingHeader .buttonDsl .buttonHeader {
    background: #a3bd14;
    background: -moz-linear-gradient(top, #b4cb19, #8fae0e);
    background: -ms-linear-gradient(top, #b4cb19, #8fae0e);
    background: -o-linear-gradient(top, #b4cb19, #8fae0e);
    background: -webkit-linear-gradient(top, #b4cb19, #8fae0e);
    background: linear-gradient(top, #b4cb19, #8fae0e);
}

.brandingHeader .buttonDsl:hover .buttonHeader {
    background: #9dc211;
    background: -moz-linear-gradient(top, #cbe21c, #9dc211);
    background: -ms-linear-gradient(top, #cbe21c, #9dc211);
    background: -o-linear-gradient(top, #cbe21c, #9dc211);
    background: -webkit-linear-gradient(top, #cbe21c, #9dc211);
    background: linear-gradient(top, #cbe21c, #9ec213);
}

.brandingHeader .buttonDsl .dropDownContent {
    background: #a3bd15;
    background: -moz-linear-gradient(top, #86a900, #a8c40d);
    background: -ms-linear-gradient(top, #86a900, #a8c40d);
    background: -o-linear-gradient(top, #86a900, #a8c40d);
    background: -webkit-linear-gradient(top, #86a900, #a8c40d);
    background: linear-gradient(top, #86a900, #a8c40d);
}

/* @section 4.6 Button Reisen & Fluege */

.brandingHeader .buttonTravel .buttonHeader {
    background: #00b7bd;
    background: -moz-linear-gradient(top, #00babf, #00979d);
    background: -ms-linear-gradient(top, #00babf, #00979d);
    background: -o-linear-gradient(top, #00babf, #00979d);
    background: -webkit-linear-gradient(top, #00babf, #00979d);
    background: linear-gradient(top, #00babf, #00979d);
}

.brandingHeader .buttonTravel:hover .buttonHeader {
    background: #00a9b1;
    background: -moz-linear-gradient(top, #00d1d6, #00a9b1);
    background: -ms-linear-gradient(top, #00d1d6, #00a9b1);
    background: -o-linear-gradient(top, #00d1d6, #00a9b1);
    background: -webkit-linear-gradient(top, #00d1d6, #00a9b1);
    background: linear-gradient(top, #00d1d6, #00a9b1);
}

.brandingHeader .buttonTravel .dropDownContent {
    background: #00a8af;
    background: -moz-linear-gradient(top, #00959f, #00bbbf);
    background: -ms-linear-gradient(top, #00959f, #00bbbf);
    background: -o-linear-gradient(top, #00959f, #00bbbf);
    background: -webkit-linear-gradient(top, #00959f, #00bbbf);
    background: linear-gradient(top, #00959f, #00bbbf);
}

/* @section 4.7 Button Deals */

.brandingHeader .buttonDeals .buttonHeader {
    background: #67a911;
    background: -moz-linear-gradient(top, #7bba14, #50920b);
    background: -ms-linear-gradient(top, #7bba14, #50920b);
    background: -o-linear-gradient(top, #7bba14, #50920b);
    background: -webkit-linear-gradient(top, #7bba14, #50920b);
    background: linear-gradient(top, #7bba14, #50920b);
}

.brandingHeader .buttonDeals:hover .buttonHeader {
    background: #58a30e;
    background: -moz-linear-gradient(top, #89ce16, #58a30e);
    background: -ms-linear-gradient(top, #89ce16, #58a30e);
    background: -o-linear-gradient(top, #89ce16, #58a30e);
    background: -webkit-linear-gradient(top, #89ce16, #58a30e);
    background: linear-gradient(top, #89ce16, #58a30e);
}

.brandingHeader .buttonDeals .dropDown {
    background: #66a810;
    background: -moz-linear-gradient(top, #4f930e, #79b815);
    background: -ms-linear-gradient(top, #4f930e, #79b815);
    background: -o-linear-gradient(top, #4f930e, #79b815);
    background: -webkit-linear-gradient(top, #4f930e, #79b815);
    background: linear-gradient(top, #4f930e, #79b815);
}

/* @section 4.8 Button Shopping */

.brandingHeader .buttonShopping .buttonHeader {
    background: #ffb105;
    background: -moz-linear-gradient(top, #ffbf08, #ff9d05);
    background: -ms-linear-gradient(top, #ffbf08, #ff9d05);
    background: -o-linear-gradient(top, #ffbf08, #ff9d05);
    background: -webkit-linear-gradient(top, #ffbf08, #ff9d05);
    background: linear-gradient(top, #ffbf08, #ff9d05);
}

.brandingHeader .buttonShopping:hover .buttonHeader {
    background: #ffae05;
    background: -moz-linear-gradient(top, #ffd408, #ffae05);
    background: -ms-linear-gradient(top, #ffd408, #ffae05);
    background: -o-linear-gradient(top, #ffd408, #ffae05);
    background: -webkit-linear-gradient(top, #ffd408, #ffae05);
    background: linear-gradient(top, #ffd408, #ffae05);
}

.brandingHeader .buttonShopping .dropDownContent {
    background: #ffad07;
    background: -moz-linear-gradient(top, #fa8d00, #ffa304);
    background: -ms-linear-gradient(top, #fa8d00, #ffa304);
    background: -o-linear-gradient(top, #fa8d00, #ffa304);
    background: -webkit-linear-gradient(top, #fa8d00, #ffa304);
    background: linear-gradient(top, #fa8d00, #ffa304);
}


@media (max-width:980px) {
    .brandingHotlineNumber {
        font-size: 1.6em;
    }

    .brandingHeader .buttonDeals {
        display: none;
    }

    .brandingLogo {
        background-size: 166%;
        height: 4em;
        margin: 0 auto;
        width: 18em;
    }

    .brandingSealBadge {
        display: none;
    }

    .brandingHotline {
        margin-right: 0;
        right: 5px;
        text-align: right;
        top: 10px;
        width: auto;
    }
}
@media (max-width:800px) {
    .brandingHeader .brandingNavigation .brandingArrow,
    .brandingHeader .brandingNavigation .dropDownContent {
        display: none !important;
    }
    .brandingNavigation {
        font-size: 0.8em;
    }
    .brandingNavigation .buttonPower {display: none}
}
@media (max-width:650px) {
    /* Navi */
    .brandingHeader .buttonHeader {
        padding: 0 1.2em;
        text-transform: none;
    }
    .brandingHeader .buttonDeals,
    .brandingNavigation .buttonStart,
    .brandingNavigation .buttonPower {display: inline-block}
    .brandingHeader .buttonHeader strong,
    .brandingHotline .brandingHotlineText,
    .brandingHotline .brandingHotlineTime {display:none}
    .buttonInsurance .buttonHeader:after {content: "§";}
    .buttonCredit .buttonHeader:after {content: "€";}
    .buttonPower .buttonHeader:after {content: "/";}
    .buttonDsl .buttonHeader:after {content: "w";}
    .buttonTravel .buttonHeader:after {content: "✈";} /* ✈ flugzeug*/
    .buttonDeals .buttonHeader:after {content: "◷";} /* ◷ uhr */
    .buttonShopping .buttonHeader:after {content: "=";}
}
@media (max-width:460px) {
    .brandingNavigation {font-size: 0.8em;}
    .brandingHeader .buttonHeader {margin: 0 0.15em 0.875em;}
    .brandingNavigation .buttonDeals {display: none}
}
@media (max-width:360px) {
    .brandingNavigation .buttonStart {display: none}
}

/* @section 5. Shopping Categories */

.brandingHeader .icoCatCar,
.brandingHeader .icoCatOffice,
.brandingHeader .icoCatComp,
.brandingHeader .icoCatTele,
.brandingHeader .icoCatElectric,
.brandingHeader .icoCatAppliances,
.brandingHeader .icoCatDress,
.brandingHeader .icoCatToy,
.brandingHeader .icoCatHome,
.brandingHeader .icoCatCamera,
.brandingHeader .icoCatHealth,
.brandingHeader .icoCatMusic,
.brandingHeader .icoCatTravel,
.brandingHeader .icoCatBook,
.brandingHeader .icoCatCompComponents,
.brandingHeader .icoCatDvd,
.brandingHeader .icoCatTv,
.brandingHeader .icoCatGame,
.brandingHeader .icoCatSport,
.brandingHeader .icoCatKitchen {float:left;margin:-5px 0 0 15px;height:30px;width:30px;background:url('../../img/pvg_branding_sprite_3.6.2.png')}

.brandingHeader .icoCatCar {background-position:0 -1153px}
.brandingHeader .icoCatOffice {background-position:-30px -1153px}
.brandingHeader .icoCatComp {background-position:-60px -1153px}
.brandingHeader .icoCatTele {background-position:-90px -1153px}
.brandingHeader .icoCatMusic {background-position:-120px -1153px}
.brandingHeader .icoCatKitchen {background-position:-150px -1153px}
.brandingHeader .icoCatDress {background-position:-180px -1153px}
.brandingHeader .icoCatToy {background-position:-210px -1153px}
.brandingHeader .icoCatHome {background-position:-240px -1153px}
.brandingHeader .icoCatCamera {background-position:-270px -1153px}
.brandingHeader .icoCatHealth{background-position:-300px -1153px}
.brandingHeader .icoCatElectric {background-position:-330px -1153px}
.brandingHeader .icoCatTravel {background-position:-360px -1153px}
.brandingHeader .icoCatBook {background-position:-390px -1153px}
.brandingHeader .icoCatCompComponents {background-position:-420px -1153px}
.brandingHeader .icoCatDvd {background-position:-450px -1153px}
.brandingHeader .icoCatTv {background-position:-480px -1153px}
.brandingHeader .icoCatGame {background-position:-510px -1153px}
.brandingHeader .icoCatSport {background-position:-540px -1153px}
.brandingHeader .icoCatAppliances {background-position:-570px -1153px}

.brandingHeader .shoppingCategories {margin:25px 0 0}
.brandingHeader .shoppingCategories dl {margin:0 0 15px 60px}
.brandingHeader .shoppingCategories a {color:#2a4d8f;text-decoration:none;line-height:1.25em}
.brandingHeader .shoppingCategories a:hover {text-decoration:underline}
.brandingHeader .shoppingCategories dt a {font-weight:bold}
.brandingHeader .shoppingCategories .noSubCat{margin-bottom:0}

/* @section 6. DropDownContent */

.brandingHeader .dropDownContent {display:none;clear:both;width:98%;padding-bottom:30px;position:absolute;left:1%;top:55px;color:#fff;text-shadow:1px 1px 0 rgba(0, 0, 0, .3);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}
.brandingHeader .dropDownContent ul {display:block;margin:0 50px}
.brandingHeader .dropDownContent p {margin:25px 50px 5px;font:700 1.5em arial}

/* Arrow */

.brandingHeader .brandingArrow {display:none;width:36px;height:13px;margin-left:-18px;margin-bottom:-13px;bottom:16px;left:50%;position:relative;background:url('../../img/pvg_branding_sprite_3.6.2.png')}
.brandingHeader .dropDown li:hover > .dropDownContent, .brandingHeader .dropDown li:hover > .brandingArrow {display:block}

.brandingHeader .dropDownContent ul li {display:block;padding-left:12px;line-height:1.75em;background:url('../../img/pvg_branding_sprite_3.6.2.png') no-repeat -614px -1038px}
.brandingHeader .dropDownContent a {color:#fff;text-decoration:none}
.brandingHeader .dropDownContent a:hover {color:#fff;text-decoration:underline}

/* @section 6.1 Grid */

.brandingUnit {float:left}
.brandingSize1of3 {width:33.33%}
.brandingSize1of4 {width:25%}


/* @section 6.2 Divider */

.brandingHeader .divider {width:2px;margin:30px 0 0;float:left}
.brandingHeader .dividerDark, .brandingHeader .dividerBright {width:1px;height:100%;float:left}

.brandingHeader .dividerDark {
    background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0));
    background:linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0))}

.brandingHeader .dividerBright {
    background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
    background:linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0))
}

/* @section 7. brandingFooter */

.brandingFooter, .brandingFooter a {
    color: #fff;
}

.brandingFooter {
    text-align: center;
}

.brandingFooter a {
    margin: 0 5px;
    text-decoration: none;
}

.brandingFooter a:hover {
    color: #ccc;
    text-decoration: underline;
}

.brandingFooter p {
    font-size: 0.875em;
    margin-top: 10px;
}
