/******************************************************************************

Version: 1.0
Author:  Sebastian Brink
Contact: http://www.quadrifolia.de

Copyright (c) 2013 Sebastian Brink - mail@quadrifolia.de

******************************************************************************/
.slicknav_menu{
  display: none;
}

body {
	margin: 0; 
	padding: 0; 
	background: white;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
	color: black;
}
 
h1, h2, h3 {
    margin: 4px 0 8px 0;
}
 
h1 {
    font-size: 18pt;
}
 
h2 {
    font-size: 16pt;
}
 
h3 {
    font-size: 14pt;
}
 
a:link, a:visited {
	color: #262626;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}
a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
	font-size: 90%;
}
a[href^="/"]:after {
	content: " (http://www.meyer-van-nispen.de" attr(href) ") ";
}

/* content */
#footer, #media-wrapper {
	display: none;
}

.submenu, .menu, .aside-column, .form-wrapper {
	display: none;
}

#logo a {
	margin: 0 5%;
	text-decoration: none;
}

#content {
	width: auto;
	margin: 0 5%;
	padding-top: 1em;
	border-top: 1px solid #262626;
	float: none !important;
	color: black;
	background: transparent none;
}