/* footer */
    .footer#footer{
        background: #f7f7f7;
        background: linear-gradient(top, #f7f7f7, #f2f2f2);
        background: -moz-linear-gradient(top, #f7f7f7, #f2f2f2);
        background: -o-linear-gradient(top, #f7f7f7, #f2f2f2);
        background: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);
        bottom: 0px;
        box-shadow: 0 0 8px #555;
        -ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f7f7f7', EndColorStr='#f2f2f2', GradientType=1);
        position: fixed;
        width: 100%;
        z-index: 4;
        -moz-box-shadow: 0 0 8px #555;
        -webkit-box-shadow: 0 0 8px #555;
    }
    .footer#footer #footer-small .content,
    .footer#footer #footer-large .content{
        width: 946px;
    }
    
/* small footer */
    .footer#footer #footer-small{
        font-size: 13px;
        height: 32px;
        line-height: 32px;
    }
    
    .footer#footer #footer-small ul.card,
    .footer#footer #footer-small div.language-box,
    .footer#footer #footer-small div.footer-detail-switch{
        display: inline-block;
        vertical-align: top;
    }
    .ie7 .footer#footer #footer-small ul.card,
    .ie7 .footer#footer #footer-small div.language-box,
    .ie7 .footer#footer #footer-small div.footer-detail-switch{
        display: inline;
        zoom: 1;
    }
    
    /* card */
    .footer#footer #footer-small ul.card{
        border-right: 1px solid #dfdfdf;
        height: 12px;
        padding: 9px 4px 11px 0;
        line-height: 12px;
        width: 665px;
        white-space: nowrap;
    }
    .footer#footer #footer-small ul.card li{
        display: inline-block;
        padding-right: 11px;
        vertical-align: middle;
    }
    .footer#footer #footer-small ul.card li + li{
        border-left: 1px solid #333;
        padding-left: 11px;
    }
    .ie7 .footer#footer #footer-small ul.card li{
        display: inline;
        zoom: 1;
        line-height: 17px;
    }

    .footer#footer #footer-small ul.card .name.url{
        font-weight: bold;
    }
    .footer#footer #footer-small ul.card .streetAddress,
    .footer#footer #footer-small ul.card .postalCode,
    .footer#footer #footer-small ul.card .addressLocality,
    .footer#footer #footer-small ul.card .addressCountry,
    .footer#footer #footer-small ul.card .faxNumber{
        display: none;
    }
    
    /* languages */
    .footer#footer #footer-small div.language-box{
        border-left: 1px solid #fafafa;
        border-right: 1px solid #dfdfdf;
        color: #183a8d;
        padding-left: 18px;
        position: relative;
        width: 145px;
    }
    .footer#footer #footer-small div.language-box div.languages-list{
        bottom: 32px;
        display: none;
        left: -10px;
        overflow: hidden;
        padding: 10px 10px 0;
        position: absolute;
        width: 100%;
    }
    
    /* Fix für ie8, da er :not() nicht unterstützt */
    html.ie8 .footer#footer #footer-small div.language-box:hover div.languages-list{
        display: block;
    }
    html.ie8 .footer#footer #footer-small div.language-box:hover div.languages-list{
        display: block;
        background:  url(/themes/custom/images/backgrounds/blank.png);
    }
    
    html:not(.touch) .footer#footer #footer-small div.language-box:hover div.languages-list{
        display: block;
    }
    html:not(.touch) .footer#footer #footer-small div.language-box:hover div.languages-list{
        display: block;
        background:  url(/themes/custom/images/backgrounds/blank.png);
    }
    .footer#footer #footer-small div.language-box div.languages-list ul{
        background: #f5f5f5;
        border: 1px solid #dfdfdf;
        border-bottom: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        box-shadow: 0 0 8px #555;
        margin: 0 -1px 0 -2px;
        padding: 0 10px;
        -moz-border-topleft-radius: 2px;
        -moz-border-topright-radius: 2px;
        -moz-box-shadow: 0 0 8px #555;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -webkit-box-shadow: 0 0 8px #555;
    }
    .footer#footer #footer-small div.language-box div.languages-list ul li{
        border-bottom: 1px solid #e3e3e3;
        text-align: center;
    }
    .footer#footer #footer-small div.language-box div.languages-list ul li + li{
        border-top: 1px solid #fafafa;
    }
    .footer#footer #footer-small div.language-box div.languages-list ul li a{
        color: #183a8d;
        text-decoration: none !important;
    }
    .footer#footer #footer-small div.language-box .sprite{}
    .footer#footer #footer-small div.language-box .language{
        margin-left: 8px;
    }
    .ie7 .footer#footer #footer-small div.language-box .language{
        margin-left: 68px; 
        zoom:1;
    }
    
    /* detail switch */
    .footer#footer #footer-small div.footer-detail-switch{
        border-left: 1px solid #fafafa;
        color: #183a8d;
          cursor: pointer;
        padding-left: 20px;
        position: relative;
    }
    .footer#footer #footer-small div.footer-detail-switch .navigation{
        bottom: 4px;
        left: 77px;
        position: absolute;
    }
    .no-js .footer#footer:hover #footer-small div.footer-detail-switch .navigation{
        background-position: -56px -105px;
    }
    
/* large-footer */
    .footer#footer #footer-large{
        background: #f3f3f3;
        display: none;
        height: 280px;
        box-shadow: 0 0 20px #ccc inset;
    }
    .no-js .footer#footer:hover #footer-large{
        display: block;
    }
    .oldie .footer#footer #footer-large{
        border-top: 1px solid #ececec;
    }
    .footer#footer #footer-large .content{
        height: inherit;
        padding-top: 20px;
    }
    .footer#footer #footer-large .content .col{
        border-right: 1px solid #dfdfdf;
        height: inherit;
        padding-top: 5px;
        padding-right: 20px;
        width: 200px;
    }
    .footer#footer #footer-large .content .col + .col{
        border-left: 1px solid #f9f9f9;
        padding-left: 20px;
    }
    .footer#footer #footer-large .content .col.last-child{
        border-right: none;
        padding-left: 20px;
    }
    .footer#footer #footer-large .content .col h6{
        margin-bottom: 14px;
    }
    .footer#footer #footer-large .content .col.newsletter + .col a:hover{
        border-bottom: 1px dotted #183a8d;
    }
    .footer#footer #footer-large .content .col.contact{}
    .footer#footer #footer-large .content .col.contact .card{
        margin-bottom: 20px;
    }
    .footer#footer #footer-large .content .col.contact .site-info{
        margin-bottom: 4px;
    }
    .footer#footer #footer-large .content .col.contact{}
    .ie7 .footer#footer #footer-large .content .col.contact .trick17 .undercover .bold{
        margin-left: 26px;
    }
    .footer#footer #footer-large .content .col.newsletter{}
    .js .footer#footer #footer-large .content .col.newsletter label{
        display: none;
    }
    .footer#footer #footer-large .content .col.newsletter input[type=text]{
        background: #fff;
        height: 38px;
        padding: 0 10px;
        width: 180px;
        line-height: 38px;
    }
    .footer#footer #footer-large .content .col.newsletter input[type=submit]{
        background: #f2c665;
        color: #fff;
        height: 38px;
        font-size: 17px;
        margin-top: 10px;
        width: 200px;
    }
    .footer#footer #footer-large .content .col.newsletter input[type=submit]:hover {
        background-color: #C3993E;
    }

    @media print{
        #footer{
            display: none;
        }
    }