/*
-----------------------------------------------
		www.kanzlei-eller.de
	 by www.christinaschmid.de
	and www.lichtsignale.de
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, 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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
	    padding: 0;
	    border: 0;
	    outline: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
	    -webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale;
}

html {
		height: 100%;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
}

body {
	    line-height: 1;
}

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

blockquote, q {
	    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	    content: "";
	    content: none;
}

a {
	    margin: 0;
	    padding: 0;
	    font-size: 100%;
	    vertical-align: baseline;
	    background: transparent;
}

table {
	    border-collapse: collapse;
	    border-spacing: 0;
}

input, select {
	    vertical-align: middle;
}

nav ul {
		list-style: none;
}


/*		B A S I C S
----------------------------------------------- */

body {
		color: #111;
		background: #fff;
		font-family: "aktiv-grotesk-std", Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.03em;
		text-align: left;
}

h1, h2, h3 {
		font-weight: normal;
}

a:link, a:visited {
		color: #0063a7;
		text-decoration: none;
		border-bottom: 1px solid #0063a7;
}

a:hover, a:active {
		color: #111;
		border-bottom: 1px solid #111;
}

*::-moz-selection {
		background-color: #bfd8e9;
}

*::selection {
		background-color: #bfd8e9;
}


/*		H E A D E R
----------------------------------------------- */

header {
		width: 900px;
		margin: 34px auto;
}

header h1 a:link, header h1 a:visited {
		display: none;
		width: 280px;
		height: 108px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 auto;
		background: transparent url("kanzlei-eller.png") 0 0 no-repeat;
		border-bottom: none;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-resolution: 200dpi) {

header h1 a:link, header h1 a:visited {
		background-size: 280px 108px;
		background-image: url("kanzlei-eller@2x.png");
}

}

header img {
		margin: 38px auto 1px auto;
}

nav {
		width: 280px;
		border-top: 1px solid #0063a7;
		padding-bottom: 56px;
}

nav li a:link, nav li a:visited {
		display: block;
		width: 260px;
		border-bottom: 1px solid #0063a7;
		padding: 5px 10px 6px 10px;
		font-weight: bold;
}

nav li a:hover, nav li a:active {
		color: #fff;
		background: #0063a7;
}

nav .active a:link, nav .active a:visited {
		color: #fff;
		background: #0063a7;
		cursor: default;
}

nav li ul {
		padding-bottom: 7px;
		background: #0063a7;
}

nav li ul li a:link, nav li ul li a:visited {
		display: block;
		width: 245px;
		border-bottom: none;
		padding: 0 10px 0 25px;
		font-weight: normal;
		color: #fff;
		background: #0063a7;
		cursor: pointer !important;
		text-indent: -15px;
}

nav li ul li a:hover, nav li ul li a:active {
		text-indent: -15px;
}

nav li ul li a:before {
		content: "–";
		padding-right: 5px;
		color: #0063a7;
}

nav li ul li a:hover:before {
		color: #fff;
}

nav li ul .active a:before {
		color: #fff;
}

#mobilenav {
		display: none;
}


/*		M A I N
----------------------------------------------- */

#main {
		width: 900px;
		margin: 0 auto;
}

#content {
		width: 590px;
		float: right;
}

#content h1 {
		padding: 5px 10px 6px 10px;
		border-top: 1px solid #0063a7;
}

#content blockquote {
		margin: 0 0 56px 10px;
		padding-top: 2px;
		font-family: "minion-pro-subhead", Georgia, "Times New Roman", Times, serif;
		font-size: 26px;
		line-height: 32px;
		letter-spacing: 0;
}

#content p {
		margin: 0 0 24px 10px;
}

#content ul {
		margin: 0 0 24px 12px;
}

#content li {
		list-style: none;
		text-indent: -15px;
}

#content li:before {
		content: "–";
		padding-right: 5px;
}

#content dl {
		margin: 0 0 24px 12px;
}

#content dt {
		font-weight: bold;
}

#content dd {
		list-style: none;
		text-indent: -15px;
}

#content dd a{
	border-bottom:0px;
}

#content dd:before {
		content: "–";
		padding-right: 5px;
}

.listleft {
		width: 280px;
		display: inline-block;
}

.listright {
		width: 280px;
		float: right;
}


/*		F O O T E R
----------------------------------------------- */

footer {
		font-size: 13px;
		padding-top: 72px;
		padding-bottom: 24px;
		clear: both;
}

footer span {
		float: right;
		margin-right: 10px;
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (max-width: 950px) {

body {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.03em;
		text-align: left;
}

header {
		width: 700px;
		margin: 34px auto;
}

header img {
		width: 700px;
		height: auto;
		margin: 38px auto 1px auto;
}

nav {
		width: 220px;
}

nav li a:link, nav li a:visited {
		width: 200px;
}

nav li ul li a:link, nav li ul li a:visited {
		width: 185px;
}

#main {
		width: 700px;
}

#content {
		width: 460px;
}

#content blockquote {
		font-size: 22px;
		line-height: 28px;
}

.listleft {
		width: 210px;
}

.listright {
		width: 210px;
}

footer {
		display: none;
}

}


@media screen and (max-width: 720px) {

body {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.02em;
		text-align: left;
}

header {
		width: 520px;
		margin: 34px auto;
}

header h1 a:link, header h1 a:visited {
		width: 168px;
		height: 65px;
		background-size: 168px 65px;
		background-image: url("kanzlei-eller.png");
}

header img {
		width: 520px;
		height: auto;
		margin: 38px auto 1px auto;
}

nav {
		width: 160px;
}

nav li a:link, nav li a:visited {
		width: 140px;
}

nav li ul li a:link, nav li ul li a:visited {
		width: 125px;
		font-size: 12px;
		text-indent: -11px;
		padding: 0 10px 0 22px;
}

nav li ul li a:before {
		padding-right: 3px;
}

#main {
		width: 520px;
}

#content {
		width: 330px;
}

#content blockquote {
		font-size: 18px;
		line-height: 22px;
}

.listleft {
		width: 330px;
}

.listright {
		width: 330px;
		float: none;
}

footer {
		display: none;
}

}


@media screen and (max-width: 540px) {

body {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.02em;
		text-align: left;
}

header {
		width: auto;
		margin: 64px 10px 34px 10px;
}

header h1 a:link, header h1 a:visited {
		width: 168px;
		height: 65px;
		background-size: 168px 65px;
		background-image: url("kanzlei-eller.png");
}

header img {
		width: 100%;
		height: auto;
		margin: 38px auto 1px auto;
}

nav {
		width: auto;
		margin-top: 64px;
		padding-bottom: 24px;
}

nav li a:link, nav li a:visited {
		width: auto;
}

nav li ul li a:link, nav li ul li a:visited {
		width: auto;
		font-size: 14px;
		text-indent: -11px;
		padding: 0 10px 0 22px;
}

nav li ul li a:before {
		padding-right: 5px;
}

#mobilenav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		background: #0063a7;
		width: 100%;
		height: 32px;
}

#mobilenav a:link, #mobilenav a:visited {
		color: #fff;
		border: none;
		font-weight: bold;
		margin: 0 20px;
		padding: 5px 0;
		display: block;
}

#mobilenav h1 {
		float: left;
}

#mobilenav span {
		float: right;
}

#main {
		width: auto;
		margin: 0 10px;
}

#content {
		width: 100%;
		float: none;
}

#content blockquote {
		font-size: 18px;
		line-height: 22px;
}

.listleft {
		width: 100%;
}

.listright {
		width: 100%;
		float: none;
}

footer {
		display: none;
}

}






