
/* general footer styles */

.outline footer {
    padding: 0;
}

.wrapper--footer {
    width: 1175px;
    margin: 0 auto;
}

.page-foot {
    font-size: 12px;
    line-height: 2;
    padding: 6px;
    background: white;
    width: 983px;
    float: left;
}

.page-foot img,
.page-foot__top a,
.page-foot__bottom a {
    display: block;
}

.page-foot a {
    color: black !important;
    text-decoration: none;
}

.page-foot a:hover,
.page-foot a:focus,
.page-foot a:active {
    text-decoration: underline;
}

.page-foot__content {
    -webkit-box-shadow: inset 0 6px 6px -6px #555555;
    -moz-box-shadow: inset 0 6px 6px -6px #555555;
    -ms-box-shadow: inset 0 6px 6px -6px #555555;
    -o-box-shadow: inset 0 6px 6px -6px #555555;
    box-shadow: inset 0 6px 6px -6px #555555;
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: -moz-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: -ms-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: -o-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: linear-gradient(top, #f7f7f7, #f0f0f0);
}

.page-foot__top,
.page-foot__center,
.page-foot__bottom {
    padding: 12px;
}

.page-foot__top ul,
.page-foot__center ul,
.page-foot__bottom ul {
    margin: 0;
}

.page-foot__top,
.page-foot__center {
    border-bottom: 1px solid #dddddd;
}

.wrapper--footer:after,
.page-foot__top:after,
.page-foot__center:after {
    content: "";
    display: table;
    clear: both;
}



/* top part */

.page-foot__top ul {
    float: left;
}

.page-foot__top .eshop {
    float: right;
}

.page-foot__top li a {
    padding: 0 6px 6px 0;
}

.page-foot__top .social-icon {
    width: 24px;
    height: 24px;
}

.page-foot__top .eshop-icon {
    width: 144px;
    height: 24px;
}



/* center part */

.page-foot__center {
    font-size: 10px;
    line-height: 2.4;
}

.page-foot__center li:before {
    content: ' | ';
}

.page-foot__center li:first-child:before {
    content: normal;
}

.page-foot__center .left-part {
    float: left;
    width: 75%;
}

.page-foot__center .right-part {
    float: right;
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #dddddd;
}

.page-foot__center .md-large-icon {
    width: 64px;
    height: 64px;
}



/* bottom part */

.page-foot__bottom div {
    vertical-align: middle;
}

.page-foot__bottom .dd-icon,
.page-foot__bottom .ddc-icon {
    width: 150px;
    max-width: 100%;
}

.page-foot__bottom .ddc-icon {
    margin: 0 auto;
}

.page-foot__bottom .md-small-icon {
  width: 96px;
  float: right;
}

.page-foot__bottom li a:before {
    display: inline-block;
    margin: 0 6px;
    vertical-align: text-top;
}

.page-foot__bottom li:first-child a:before {
    margin-left: 0;
}

.page-foot__bottom .print a:before {

    content: url('/assets/upakovka/icon_seite_drucken15px_e2000f.png');
}

.page-foot__bottom .search a:before {

    content: url('/assets/upakovka/icon_suche15px_e2000f.png');
}

.page-foot__bottom .mobile a:before {

    content: url('/assets/upakovka/icon_mobile-services15px_e2000f.png');
}



/* helper classes */

.navi {
    list-style: none;
    margin-left: 0;
}

.navi:after{
    content: "";
    display: table;
    clear: both;
}

.navi > li,
.navi > li > a {
    display: inline-block;
   *display: inline;
    zoom: 1;
}

.grid {
    margin-left: -24px;
    list-style: none;
    margin-bottom: 0;
}

.grid > .grid {
    margin-left: 0;
}

.grid__item {
    display: inline-block;
    width: 100%;
    padding-left: 24px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.four-sixths {

    width: 66.666%;
}

.one-sixth {
    width: 16.666%;
}
