@charset "utf-8";

/*	########################################################
	CSS: Armin Briatta - Fotografie und Webdesign Darmstadt
	briatta.eu
	########################################################	
	ulrike-gaube.de
	########################################################
*/
* {
	background-color: #fff !important;
}

/* #######################################################################################
	body, #schale
####################################################################################### */


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

#schale {
	text-align: left;
	max-width: 100%;
	height: auto;
	width: auto;
	overflow: visible;
}


/* #######################################################################################
	#main, #main Inhalte
####################################################################################### */


#main {
	max-width: 100%;
}


/* #######################################################################################
	Bilder
####################################################################################### */


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

.img-container {
	page-break-after: always; 
}

img {
	display: block;
	float: none!important;
	max-width: 100%;
	height: auto;
	margin: .8cm 0;
}


/* #######################################################################################
	Typographie
####################################################################################### */


h1 {
	width: auto;
	float: none;
	font-size: 16pt!important;
	margin-left: -20px;
}


/* #######################################################################################
	Links
####################################################################################### */

a:link {
	text-decoration: none;
}


/* #######################################################################################
	Navigation
####################################################################################### */

nav,
.js nav,
.no-js nav{
	display: none!important;
}


/* #######################################################################################
	Akkordeon
####################################################################################### */

.js .further-reading {
	display: block;
}

/* #######################################################################################
	http Adressen schreiben
####################################################################################### */

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