@charset "utf-8";

/*	########################################################
	CSS: Armin Briatta - Fotografie und Webdesign Darmstadt
	http://www.briatta.de/
	########################################################	
	carola-cramer.de
	########################################################
*/
* {
	background-color: #fff !important;
}

body {
	width: auto;
	height: auto;
	font-size: 12pt!important;
	overflow: visible;
}

#schale {
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding-bottom: 2em;
	max-width: 100%;
	background-color: #fff;
	height: auto;
	width: auto;
	overflow: visible;
}

header#zierheader,
#logo {
	border: 0 none!important;
	background :background-color: fff!important;
	max-width: 100%;
	height: auto;
	width: auto;
}

nav#access {
	display: none!important;
}

#footer-nav  {
	margin: 24px 0;
}

#footer-nav li {
	display: inline-block;;
	text-align: left!important;
	float: none;
	width: auto;
	margin-left: 0;
	padding-left: 0;
}

#footer-nav a {
	border: 0 none;
	text-align: left!important;
	margin-left: 0;
	padding-left: 0;
}

#footer-nav li#kontakt-nav-impressum,
#footer-nav li#kontakt-nav-datenschutz {
	display: none;
}

#main {
	max-width: 100%!important;
}

#contentwrapper p, #contentwrapper ul {
	max-width: 100%!important;
}

img[alt] {
	background-color: #fff;
}

#main img,
#main figure {
	page-break-inside: avoid;
	max-width: 40%;
	float: none;
	margin: 12pt 0; 
}

#main figure img{
	max-width: 100%;
}

figcaption {
	text-align: left!important;
}

a:link {
	text-decoration: none;
}

a[href^="http://"]:after,
a[href^="https://"]:after {
  content: " (" attr(href) ") ";
  color: #000;
  background: white;
  text-decoration: none;
  font-size: 1em;
  font-family: "Courier New", monotype; 
}

footer address {
	display: block;
	padding-top: 40pt;
	font-size: 10pt;
}

footer address span, 
footer address span span {
	display: inline-block!important;
	text-align: left;
}

footer address span span:after {
	content: " | ";
	color: #25b7bc;
	font-weight: normal;
}	
footer address span:last-of-type span:last-of-type:after {
	content: none;
}	

footer address span.print-only {
	display: inline-block;
}



