/*********************************************************************************/
/*********************************************************************************/
/* 
Site:                  BID-Coburg
Version:               1.0 Print
Author:                Schubart
Date:                  2017-03-29
*/
/*********************************************************************************/
/*********************************************************************************/

/*********************************************************************************/

/* Elemente ausblenden */
#slidemenu,
#nav,
#navPanel,
#titleBar,
#sidebar,
#banner-wrapper,
#breadcrumb-wrapper,
#blocks-wrapper,
#logo-wrapper,
#footerlinks,
#anliegen1,#anliegen2,#anliegen3,#anliegen4,#anliegen5,#anliegen6,
#flags,
#highlight-map,
.cd-top,
#feature a.prev,
#feature a.next,
a.print-preview {
    display: none;
}


/*********************************************************************************/
/* Basics */
body {
    background: #FFF;
    color: #000;
    font-family: Georgia, serif;
    line-height: 1.2;
}

p, table, ul, ol, dl, blockquote, pre, code, form {
    margin: 0 0 1em;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin: 2em 0 0.5em;
    text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}

h1 { font-size: 2em; margin: 2em 0 0.25em; }
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }


/*********************************************************************************/
/* Header */
#page-header h1 {
    color: #000;
    display: block;
    font-weight: normal;
    font-size: 3em;
    margin: 0 0 1em;
    padding: 0;
    text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}
    

/*********************************************************************************/
/* Nachricht vor den Content stellen */
#content:before {
    content: "Um Ihnen eine optimale Druckansicht zu gewährleisten, wurden alle unnötigen Seitenelemente ausgeblendet.";
    display: block;
    border: 1px solid #ccc;
    font-style: italic;
    margin: 0 0 1em;
    padding: 8px 10px;
}

a, a:visited {
 color: #1884C5;
}

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  text-decoration: none;
}

img {
border: 0;
max-width: 500px;
margin: 0 0 1em 0;
display: block;
}

/*********************************************************************************/
/* Formulare */
input, select, textarea, checkbox {
display: none;
}

/*********************************************************************************/
/* DIVs und JS */
#feature > div {
    border: none;
    overflow: visible;
    height: auto;
}

    #feature div.items {
        left: auto !important;
        position: relative;
        overflow: visible;
        width: auto;
    }

    #feature div.items div {
        float: none;
        margin: 20px 0;
        position: relative;
    }

div.gallery {
    margin: 1em 0;    
    overflow: hidden;
}

    div.gallery div.items div {
        float: left;
        margin-right: 10px;
    }
    
/*********************************************************************************/
/* Footer */
#footer-wrapper {
    border-top: 1px solid #cecece;
    font-size: 0.83em;
    margin: 2em 0 0;
    padding: 1em 0 0;
}