﻿* {
    margin:0;
    padding:0;
    outline:0;
}
html, body {
    font-family:'OpenSans-Regular', Arial;
    background:url(/images/bg.gif) no-repeat scroll center -120px #AFCBD9;
    display:table;
    width:100%;
    height:100%;
    font-size:16px;
}
p {
    margin:0 0 10px 0;
}
b, strong {
    font-family:'OpenSans-Semibold',Arial;
    font-weight:normal;
}


/* Grundgerüst */
/* Content */
section {
    display: table-row;
    height:100%;
}
    section div.content {
        width: 100%;
        margin: auto;
    }
    section article {
        background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
        padding:20px 5% 85px;
        margin:auto;
        width: 80%;
        margin:0 5% 20px;
        float:left;
        height:auto;
        overflow:hidden;
        position:relative;
    }
    section article.impressum {
       
        /*background:url(/images/whiteBGBig.png) repeat-x scroll top left transparent;*/
        /*width: 100%;*/
        float:left;
        height:auto;
        overflow:hidden;
        position:relative;
        padding:8% 4% 4%;
        width:92%;
        margin: 0;
    }

    .impressum > hr {
        border: 1px solid #000000;
        float: left;
        margin: 10px 0;
        width: 100%;
}
        section article header {
            width: 100%;
            text-align: center;
            margin:0 0 30px 0;
        }
            section article.impressum  h2 {
                font-family: 'OpenSans-Regular';
                font-size: 1.375rem;
                margin-bottom: 20px;
            }
            section article header h3 {
                font-family: 'OpenSans-Semibold', Arial;
                font-weight: normal;
                margin-bottom: 10px;
                font-size: 0.875rem;
            }
            .impressum ul {
             margin-left: 16px;
}
            .impressum ul li {
            list-style: square outside none;
            padding: 4px 0 10px 4px;
            }


        section article table {
            margin:20px 0;
        }
            section article table caption {
                text-align:left;
                padding:10px 0;
            }
              section article table thead th {
                   font-weight:normal;
                   padding:10px;
            }
               section article table tr {
                 
                  margin-bottom: 10px;

            }
               section article table td {
            border-bottom: 2px solid #000;
            padding:2%;
            }
        section article header .image {
            width: 100%;
            height: 102px;
            float:left;
            margin:0 0 15px 0;
        }
            section article.landkreis header .image {
                background:url(/images/lkLG.png) no-repeat scroll center bottom transparent;
            }
            section article.hansestadt header .image {
                background:url(/images/stLG.png) no-repeat scroll center bottom transparent;
            }
            section article.wirtschaft header .image {
                background:url(/images/wLG.png) no-repeat scroll center bottom transparent;
            }
            section article.europaWahl header .image {
                background:url(http://www.landkreis-lueneburg.de/ResourceImage.aspx?rid=544370) no-repeat scroll center bottom transparent;
            }
                section article header .image a {
                    width: 100%;
                    height: 100%;
                    float: left;
                }
        section article header h2 a {
            color:#000;
            text-decoration:none;
        }
		section article a.iconLink {
            padding: 0;
            width:auto;
            display:inline-block;
            margin:4px 0;
            padding-left:24px;
            text-align:center;
            float:none;
        }
            section article  a.iconLink.desktop {
                background: url(/images/monitor_black.png) no-repeat scroll center left transparent;
            }
            section article  a.iconLink.mobile {
                background: url(/images/phone_black.png) no-repeat scroll center left transparent;
            }
        section article p {
            font-size: 0.875rem;
            line-height:150%;
            text-align:justify;
            margin-bottom: 18px;
           
            -moz-hyphens: auto;
            -o-hyphens: auto;
            -webkit-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto;
        }
        section article.impressum p {
            float: left;
            width: 100%;
            text-align: inherit;
            word-break:break-all;
        }
        section article footer {
            position:absolute;
            bottom:0;
            width: 100%;
            height: auto;
            margin: 8px 0 0 -5.5%;
        }
        section article footer a {
            float: left;
            font-size: 14px;
            padding: 7%;
            text-align: left;
            text-transform: uppercase;
            width: 86%;
            color:#fff;
            color:rgba(255,255,255,0.85);
            line-height:1.6em;
        }
            section article footer , section article footer * {
                color: #fff;
            }
        section article.landkreis footer {
            background:#43a4fe;
        }
        section article.hansestadt footer {
            background:#0076e2;
        }
        section article.wirtschaft footer {
            background:#e1003b;
        }
        section article.europaWahl footer {
            background: #000098;
        }
        div.content.wahl article footer {
            text-align: left;
            padding: 0 15px;
        }
            div.content.wahl article footer small {
                font-size: 0.85rem;
                margin-left:24px;
                float:left;
                color:#fff;
                color:rgba(255,255,255,0.8);
            }
        section article footer a.iconLink {
            padding: 0;
            width:auto;
            display:inline-block;
            margin:4px 0;
            padding-left:24px;
            text-align:center;
            float:none;
        }
            section article footer a.iconLink.desktop {
                background: url(/images/monitor.png) no-repeat scroll center left transparent;
            }
            section article footer a.iconLink.mobile {
                background: url(/images/phone.png) no-repeat scroll center left transparent;
            }
    /* Search */
    section section.search {
        display: none;
    }
    section.searchResult {
        display: none;
    }
div.content.wahl section.search {
    display:inline-block;
    background:#414446;
    width: 80%;
    height:44px;
    padding:15px 5%;
    margin: 0 5% 20px;
} 
div.content.wahl .startLink {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    float: left;
    color: #fff;
    width: 100%;
    padding:0;
    height: 100%;
    text-align: center;
}
div.content.wahl .startLink {
    padding: 12px 0 0 0;
}
/* Footer */
footer#footer {
    background: #383f43;
    color: #fff;
    display: table-row;
    height: 20px;
    padding: 6px 0%;
    width: 100%;
    float: left;
    position: relative;
}
    footer#footer  ul {
        width: 100%;
        list-style:none;
        margin:auto;
        text-align:center
    }
        footer#footer  ul li {
            display:inline;
            width: auto;
            margin:0 0 0 20px 
        }
            footer#footer  ul li:first-child {
                margin: 0;
            }
            footer#footer  ul li a {
                color: #fff;
                text-transform:uppercase;
                text-decoration:none;
                font-family:'OpenSans-Regular', Arial;
                font-size:0.75rem;
            }
