/*   
Theme Name: sonja-mannhardt 2012
Theme URI: 
Author: kaiser-grafix
Author URI: http://kaiser-grafix.de
Version: 1.0
*/


/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {}
/* ************** cookie-notice *********************************************** */
        #cookie-notice
        {
            background-color: rgba(0,0,0,0.8)!important;
            padding:10px;
        }
        #cookie-notice a
        {
            color: rgb(255,255,255)!important;
            font-weight: bold;
            text-decoration: underline;
        }
        #cookie-notice a:hover
        {

            text-decoration: none;
        }
        
        #cn-notice-text
        {
            display: block;
            margin-bottom: 10px;
        }
		
		#cookie-notice .button.wp-default{
		color:#333!important;
		}
