@charset "utf-8";
/* CSS Document */
/* Responsive Website */
/* Torsten Rieß 2019 */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('../fonts/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
.clearfix { zoom:1; }
.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	overflow:hidden;
}
.clearfix:after { clear:both; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.notransform {
	text-transform: none;
}
span.not-mobile, .not-mobile {
	display: none;
}
.only-mobile {
	display: block;
}
span.only-mobile {
	display: inline-block;
}
.justify {
	display: inline-block;
	padding-left: 0.15em;
	padding-left: 0.15rem;
}
.foto-shadow {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(37, 37, 58, 0.8);
	-moz-box-shadow: 0px 5px 10px 0px rgba(37, 37, 58, 0.8);
	box-shadow: 0px 5px 10px 0px rgba(37, 37, 58, 0.8);	
}
/* Neu: Scroll To Top Scroll Funktion*/
div.totop {
	display: none;
	position: fixed;
	text-align: right;
	display: block;
	right: 7em;
	right: 1em;
	right: 0.25em;
	bottom: 6em;
	z-index: 100;
	opacity: 0.4;
}
div.totop img {
	width: 50px;
	height: auto;
	padding: 0;
	background: none;
} 
html {
	height: 100%;
	background: #f1f1e2 url(../img/paper-background.jpg) left top repeat;
	overflow-y: scroll !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	font-size: 100%;
	font-size: 85%;
	font-weight: 400;
	line-height: 1.7;
	color: #25253a;
}

html, body, #page-wrapper {
	height: 100%;
}

p, ul, ol, dl {
	margin: 0 0 1em 0;
	font-size: 1em;
}
ul {
	list-style-type: square;
	margin-left: 1em;
	padding-left: 1em;
}
ol {
	margin-left: 1em;
	padding-left: 1em;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: circle;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight: 400;
	margin: 0 0 0.5em 0;
}
h1 {
	/*font-size: 5em;*/
}
h2 {
	font-size: 1.75em;
	line-height: 1.3;
	text-shadow: 0px 3px 5px rgba(37, 37, 58, 0.2);	
}
h3 {
	font-size: 1.5em;
	line-height: 1.3;
}
h4, h5 {
	font-size: 1.25em;
	line-height: 1.3;
}
h5 {
	margin-top: -0.5em;
	margin-bottom: 1em;
}
a:link {
	color: #25253a;
	text-decoration: underline;
}
a:visited {
	color: #25253a;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

#content-wrapper {
	min-height: 100%;
}

header {
	background: #25253a url(../img/bgd-blue.jpg) left top repeat;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(37, 37, 58, 0.8);
	-moz-box-shadow: 0px 5px 10px 0px rgba(37, 37, 58, 0.8);
	box-shadow: 0px 5px 10px 0px rgba(37, 37, 58, 0.8);
	height: 60%;
	z-index: 1000;
}
.wrapper, #main-wrapper, #footer-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#main-wrapper {
	padding-bottom: 13em;
}

#logo {
	background: url(../img/head-logo-2013.png) center top no-repeat;
	background-size: 100% auto;
	padding-bottom: 60%;
	margin-bottom: -27.5%;
	margin-top: -1em;
}
nav {
}
#slogan {
	padding-left: 3%;
	padding: 12.5% 0 0 4.5%;
	padding: 0;
	margin: 0;
}
#slogan h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	padding: 0;
	margin: 0 0 0.75em 0;
}
main {
	padding-top: 10%;
}
main section {
	margin: 1em 0 2em 0;
	padding: 0 1em;
	overflow-wrap: break-word;
}
main figure {
	margin: 1.5em 0 1.5em 0;
	padding: 0;
	line-height: 0;
	position: relative;
	max-height: 240px;
	overflow: hidden;
}
main figure.normal-height {
	max-height: none;
	max-width: 450px;
}
main figure img {
	width: 100%;
	height: auto;
}
main figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.75);
	height: 2em;
	margin: -2em 0 0 0;
	line-height: 2em;
	width: 97.5%;
	width: 100%;
	padding: 0 0 0 2.5%;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 400;
	font-size: 0.85em;	
	
	display: inline-block;
}

div.mitarbeiter-text {
}
div.mitarbeiter-text h5 {
	margin-bottom: 0;
}
div.mitarbeiter-text dl {
	width: 100%;
}
div.mitarbeiter-text dl dt, dl.contact dt {
	float: left;
	width: 0%;
	overflow: hidden;
}
dd.phone a, dd.phone2 a, span.phone a {
	display: block;
	text-align: center;
	font-size: 1.05em;
	background: url(../img/phone.png) 0.5em 50% no-repeat, linear-gradient(to bottom,  #ffffff 0%,#e6e6ee 100%);
	background-size: 25px auto, auto auto;
	padding: 0.6em 1em 0.6em 2em;
	border: 1px solid #CCC;
	border-bottom: none;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	text-decoration: none;
}
dd.phone2 a {
	border-radius: 0;
}
dd.mail a, span.mail a {
	display: block;
	text-align: center;
	font-size: 1.05em;
	background: url(../img/mail.png) 0.5em 50% no-repeat, linear-gradient(to bottom,  #ffffff 0%,#e6e6ee 100%);
	background-size: 25px auto, auto auto;
	padding: 0.6em 1em 0.6em 2em;
	border: 1px solid #CCC;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	text-decoration: none;
}
p.route a {
	display: block;
	text-align: center;
	font-size: 1.05em;
	background: url(../img/route.png) 0.5em 50% no-repeat, linear-gradient(to bottom,  #ffffff 0%,#e6e6ee 100%);
	background-size: 25px auto, auto auto;
	padding: 0.6em 1em 0.6em 2em;
	border: 1px solid #CCC;
	border-radius: 0.5em;
	text-decoration: none;
}
div.mitarbeiter-foto {
	max-height: 180px;
	overflow: hidden;
	margin: 0 0 0.75em 0;
}
div.mitarbeiter-foto img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
/*	margin-top: -0.5em;*/
}
/*********************/
p.teaser {
	text-transform: uppercase;
	margin-top: -1.25em;
	margin-top: -0.5em;
}
aside {
}
aside section {
	margin: 1em 0 2em 0;
	padding: 0 1em;
}
aside section figure {
	margin: 1em 0;
	text-align: center;
}
aside section figure.no-margin-bottom {
	margin-bottom: 1em;
	margin-bottom: 1rem;
}
aside section figure img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
aside section figcaption {
	font-size: 0.85em;
	margin: 0;
	padding: 0 0 0.5em 0;
	padding: 0 0 0.5rem 0;
	line-height: 1.2;
}
.maps {
	position: relative;
	width: 100%;
	height: 220px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #CCC;
}
.maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

/* RSS-Feeds */
/* NEU 2019 */
.feedEkList {
	line-height: 1.5;
	list-style: none outside none;
	margin: 0;
	padding-left: 0;
	}
.feedEkList li {
	padding: 1rem;
	}
.feedEkList li:nth-of-type(even) {
   background-color: #FFF;
}
.feedEkList li:nth-of-type(odd) {
	background-color: #e3e3e9;
}
.itemTitle a {
	font-weight: 400;
	color: #25253a;
}
.itemTitle a:hover{
	text-decoration: none;
}
.itemDate {
	padding-top: 0.5em;
	font-size: 0.75em;
	font-weight: 300;
	color: #666;
}

.steuerberater-foto img {
	width: 80%;
	height: auto;
	max-width: 450px;
	margin-bottom: 1em;
}

footer {
	position: relative;
	background: #25253a url(../img/bgd-blue.jpg) left top repeat;
	height: 13em;
	margin: -13em auto 0 auto;
	padding: 0;
	clear: both;
}
#footer-wrapper {
}
#footer-col1 {
	padding: 2em 0 0 0;
	text-align: center;
}
#footer-col2, #footer-col3 {
	display: none;
}
footer h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-transform: uppercase;	
	color: #e2e2e8;
}
footer p {
	font-size: 0.95em;
	color: #e2e2e8;
	line-height: 1.5;
}
footer a:link {
	color: #e2e2e8;
	text-decoration: underline;
}
footer a:visited {
	color: #e2e2e8;
	text-decoration: underline;
}
footer a:hover, footer a:active, footer a:focus {
	text-decoration: none;
}

.sign {
	display: inline-block;
	width: auto;
	text-align: center;
}
.sign p {
	font-size: 0.8em;
	line-height: 0.8;
}
.sign h3 {
	font-size: 1.25em;
}
ul.list-with-headline {
	padding-bottom: 2em;
}
ul.list-with-headline li {
	margin: 0;
	padding: 0;
}
span.listheadline {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;	
	font-weight: 400;
	margin: 1em 0 -1.25em 0;
	font-size: 1.25em;
}

/* Accordion Styles */
.accordion {
	width: 100%;
	padding: 0;
	margin: 1em 0;
}
.accordion h5 {
	font-size: 1.15em;
	margin-top: 0;
	line-height: 1.25;
}
.accordion h4, #sidebar .accordion h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0.75em 1em 0.75em 2.75em;
	border-top: 1px solid #FFF;
	background: #e3e3e9 url(../img/arrow-down.png) 0.5em 50% no-repeat;
	background-size: 20px 20px;	
}
.accordion h4 {
	font-size: 1em;
}
.accordion h4:hover, .accordion h4:active, .accordion h4:focus, #sidebar .accordion h3:hover, #sidebar .accordion h3:active, #sidebar .accordion h3:focus {
	cursor: pointer;
	background-color: #FFF;
}
.accordion h4.open, #sidebar .accordion h3.open {
	background-color: #25253a;
	background-image: url(../img/arrow-up.png);
	color: #fff;
	color: #e3e3e9;
}
.accordion h4.open:hover, #sidebar .accordion h3.open:hover {
	color: #e3e3e9;
	color: #fff;
}
.abox {
	background: rgba(255, 255, 255, 0.4);
	margin: 0;
	padding: 0.75em 1.5em 0.125em 1.5em;
}
.news {
	background: rgba(255, 255, 255, 0.4);
}
.info {
	padding: 0.75em 1rem 0.125em 1rem;
}
.abox p, .abox > ul, .abox ol, .abox dl {
	font-size: 0.9em;
}
.abox p, .abox table td, .abox table th {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;	
}
.abox table {
	border-collapse: collapse;
	border: 1px solid #25253a;
	font-size: 0.8em;
	margin: 0 0 1em 0;
}
.abox table td, .abox table th {
	border: 1px solid #25253a;
	padding: 0.25em;
}
.abox ul ul {
	list-style-type: disc;
}
.abox .small {
	font-size: 85%;
}
.red {
	color: #F00;
}
.bildnachweis dl dt {
	float: left;
	width: 35%;
	overflow: hidden;
	clear: left;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.bildnachweis dl dd {
	margin-left: 37%;
}
.preisindex dl dt {
	float: left;
	width: 20%;
	overflow: hidden;
	clear: left;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.preisindex dl dd {
	margin-left: 22%;
}
/*a[target="_blank"]:after, span.ext_link {*/
a[rel="noopener"]:after, #divRss a[target="_blank"]:after, span.ext_link {	
	content: "\00a0\00a0\00a0\00a0\00a0";
	background-image: url(../img/external_link.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}
/* Cookie Hinweis */
#cookie-notice {
	display: block;
	box-sizing: border-box;
	position: fixed;
	bottom: 0.5em;
	right: 0;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #f0f1e3;
	color: #f0f1e3;
	max-width: 23em;
	background-color: rgba(37,37,58,1);
	padding: 1.2em;
	z-index: 9999;
	transition: all .3s linear;
	opacity: 0;
}
#cookie-notice p {
	font-size: 0.85em;
	color: #f0f1e3;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
#cookie-notice a {
	color: #f0f1e3;
}
.cookie-buttons {
	margin: 1.5em 0 0.5em 0;
	text-align: center;
}
.cookie-buttons [role="button"] {
	background-color: #e3e3e8;
	border-radius: 5px;
	padding: 0.4em 0.8em;
	cursor: pointer;
	margin: 0 0.5em;
	transition: all .3s linear;
}
#cookie-notice .cookie-buttons a {
	color: #25253a;
	font-size: 0.9em;
	font-weight: 600;
}
.cookie-buttons [role="button"]:hover {
	background-color: #afaebd;
}
div.table-responsive {
	overflow-x: auto;
	overflow-y: hidden;
}
table.fullsize {
	width: 100%;
}

@media only screen and (min-width: 360px) {
  body {
	  font-size: 95%;
  }	
  
  .times dl {
	  width: 100%;
	  padding: 0;
	  margin: 0.5em 0 0 0;
	  line-height: 1.5;
  }	
  .times dt {
	  float: left;
	  width: 55%;
	  overflow: hidden;
	  clear: left;
	  text-overflow: ellipsis;
	  white-space: nowrap;
  }
  .times dd {
	  margin-left: 62.5%;
  }  
  
}

@media only screen and (min-width: 480px) {
	#logo {
		background-size: 462px auto;
		padding-bottom: 250px;
		margin-bottom: -100px;
	}	
	main {
		padding-top: 48px;	
	}
}

@media only screen and (min-width: 801px) {
	.not-mobile {
		display: block;
	}
	span.not-mobile {
		display: inline;
	}
	.only-mobile, span.only-mobile {
		display: none;
	}
	.one-edge-shadow {
		-webkit-box-shadow: 0px 8px 6px -6px rgba(37, 37, 58, 0.3), 0px 0px 6px 0px rgba(37, 37, 58, 0.3);
		-moz-box-shadow: 0px 8px 6px -6px rgba(37, 37, 58, 0.3), 0px 0px 6px 0px rgba(37, 37, 58, 0.3);
		box-shadow: 0px 18px 10px -10px rgba(37, 37, 58, 0.3), 0px 0px 6px 0px rgba(37, 37, 58, 0.3);			
	}	
	div.totop {
		right: 5em;
		bottom: 8em;
	}	
	body {
		font-size: 80%;
	}
	
	h2 {
		font-size: 2em;
	}
	.sign h3 {
		font-size: 1.5em;
	}	
	
	.wrapper, #main-wrapper, #footer-wrapper {
		width: 98%;
		max-width: 1200px;
		min-width: 600px;
		margin: 0 auto;
		padding: 0;
	}	
	#main-wrapper {
		padding-bottom: 220px;
	}	
	header {
		max-height: none;
	}
	#logo {
		float: right;
		width: 40%;
		background: url(../img/web-logo-2014.png) right 1em no-repeat;
		background-size: 100% auto;
		padding-bottom: 30%;
		margin-bottom: -16%;
		margin-top: 0;
	}	
	nav {
		float: left;
		width: 60%;
		padding: 5% 0 0 2em;
		margin: 0.25em 0 0 0;
	}	
	main {
		float: left;
		width: 60%;
		padding: 0 2% 0 3%;
		padding: 0 1.5em 0 2em;
		margin: 0;
	}	
	main figure {
		max-height: none;
		overflow: visible;
	}	
	main figure.normal-height {
		max-width: none;
	}
	main figure.webdesign {
		max-width: 400px;
	}
	div.mitarbeiter-foto {
		max-height: none;
		overflow: visible;	
		float: left;
		width: 45%;
		padding: 0;
		margin: 0 0 0.75em 0;
		line-height: 0;
	}
	div.mitarbeiter-foto img {
		max-width: 250px;
	}	
	div.mitarbeiter-text {
		float: right;
		width: 53.0%;
		padding-left: 2%;
		padding-top: 2em;
	}	
	div.mitarbeiter-text dl {
		width: 100%;
	}
	div.mitarbeiter-text dl dt {
		display: inline-block;
		float: left;
		width: 20%;
		overflow: hidden;
		clear: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	div.mitarbeiter-text dl dd {	
		margin-left: 20%;
		padding-left: 0;
	}	
	dd.phone a, dd.phone2 a, dd.mail a, p.route a, span.phone a, span.mail a {
		display: inline-block;
		text-align: left;
		font-size: 1em;
		background-color: transparent;
		background-image: none;
		padding: 0;
		border: none;
	}
	dd.phone a, dd.phone2 a, span.phone a {
		cursor: text;
	}
	dd.mail a:link, p.route a:link, span.mail a:link {
		text-decoration: underline;
	}
	dd.mail a:visited, p.route a:visited, span.mail a:visited {
		text-decoration: underline;
	}
	dd.mail a:hover, dd.mail a:focus, p.route a:hover, p.route a:focus, span.mail a:hover, span.mail a:focus {
		text-decoration: none;
	}	
	dd.mail a:active, p.route a:active, span.mail a:active {
		text-decoration: underline;
	}	
	p.route:before {
		content: "\0000BB\0000A0";
	}
	
	aside {
		float: right;
		width: 30%;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.6) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 30%,rgba(255,255,255,0.4) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */
		margin: 0 5%;
		padding: 16% 0 1em 0;
	}	
	aside section {
		margin: 1em 0 -1em 0;
		margin: 1em 0;
		padding: 0;
	}	
	aside section h3, #sidebar .accordion h3 {
		padding: 1em 1em 0 1em;
		padding: 1rem 1rem 0 1rem;
		line-height: 1.5;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 0.95em;
		text-transform: uppercase;
		border-top: 1px dotted #999;
		background-color: transparent !important;
		background-image: none;
		cursor: text !important;
	}
	/* RSS-Feeds */
	.rss h5 {
		padding: 0 1rem;
		line-height: 1.5;		
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 0.95em;
		text-transform: uppercase;
	}
	.itemTitle {
		font-size: 0.85rem;
	}	
	/**/
	aside section p, aside dl {
		font-size: 0.85em;
		padding: 0 1em;
		padding: 0 1rem;
		margin: 0.5em 0 0 0;
		line-height: 1.5;
	}	
	aside dl {
		width: 100%;
	}
	aside dl.contact {
		padding-bottom: 0;
	}
	aside dt {
		float: left;
		width: 55%;
		overflow: hidden;
		clear: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	aside dl.contact dt {
		width: 24%;
	}
	aside dd {
		margin-left: 62.5%;
	}
	aside dl.contact dd {
		margin-left: 27%;
	}	
	aside section figure {
		margin: 1em;
		padding: 0;
		text-align: center;
	}	
	aside section:last-of-type figure figcaption {
		margin-bottom: 4em;
	}
	.news {
		background: none;
	}
	.top-line {
		border-top: 1px dotted #999;
		padding-top: 1em;
	}
	.info {
		padding: 0 1rem;
	}	
	aside section .info p {
		padding: 0;
	}
	
	.steuerberater-foto img {
		width: 80%;
		height: auto;
		max-width: 400px;
		margin-bottom: 1em;
	}
	
	footer {
		height: 220px;
		margin: -220px auto 0 auto;
		padding: 0;
		clear: both;
	}	
	#footer-col1, #footer-col2 ,#footer-col3 {
		float: left;
		display: block;
		padding: 2em 0 0 0;
		width: 30%;
	}
	#footer-col1 {
		padding-left: 3em;
		width: 40%;
		text-align: left;
	}	
	
	/* Korrektur Navigation */
	.p7PM3-05 ul li a {
		padding: 10px 15px;
		font-size: 0.95em;
	}
	/* Cookie */
	#cookie-notice {
		right: auto;
		left: 0.5em;
		margin: 0;
	}	
}
@media only screen and (min-width: 900px) {
	body {
		font-size: 80%;
	}
	/* Korrektur Navigation */
	.p7PM3-05 ul li a {
		padding: 12px 18px;
		font-size: 1.05em;
	}	
}
@media only screen and (min-width: 1000px) {
	body {
		font-size: 90%;
	}
	.maps {
		height: 200px;
	}	
	/* Korrektur Navigation */
	.p7PM3-05 ul li a {
		padding: 12px 20px;
	}
  .accordion h4 {
	  font-size: 1em;
	  padding: 0.5em 1em 0.5em 2.75em;
	  background-size: 20px 20px;	
  }	
}
@media only screen and (min-width: 1200px) {
	body {
		font-size: 100%;
	}	
	.maps {
		height: 220px;
	}	
}