@charset "utf-8";

/*	########################################################
	CSS: Armin Briatta - Fotografie und Webdesign Darmstadt
	briatta.eu
	########################################################	
	ulrike-gaube.de
	########################################################
	
	Schrift: 				"Lucida Sans",
	Farben
	Typo: 					#231f20
	a hover:				#231f20
	########################################################*/


/* #######################################################################################
	Zuruecksetzen aller Werte (angelehnt an Dirk Jesse)
####################################################################################### */

* {
	margin: 0;	
	border: 0 none; 
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-size: 100%;
	height: auto;
}

option {
	padding-left: 0.4em;
}

fieldset, img {
	display: block;
	border: 0 none;
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

ul {
	position: relative;	
	margin: .8em 0 .8em 1.7em;
	list-style: disc;
}

nav ul {
	list-style-type:  none;	
	margin-left: 0;
}

ol, dl {
	margin: .8em 0 .8em 1.7em;
}

li {
	position: relative;
}

/*	html5 */
article, aside, figure, footer, header, nav, section, main {
	display: block;
	position: relative;
	margin: 0; 
	padding: 0;
}

figure {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
figure img {
	margin: 0 auto;
}

strong, b {
	font-weight: bold;
}

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

html {
	background-color: #fff;
	overflow-y: scroll
}

body {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	text-align: center;
}


#schale {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 2em;
	text-align: center;
	background-color: #fff;
	text-align: left;
}

/* #######################################################################################
	header
####################################################################################### */

header {
	position: relative;
	top: 0;
	margin: 0 auto 60px;
	padding: 20px 0 20px;
	z-index: 100;
	width: 100%;
	min-height: 180px;
	
}

div#bg-wrapper
{
	position: absolute;
	width: 100%;
	height: 150px;
	max-width: 1160px;
	padding: 0 20px;
	background: url(../img/design/bg-plan-mit-transparenz-1160.png) no-repeat top left;
	background-size: 100%;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	border-top: 10px solid #fff;
}


#bodystart header {
	position: absolute;
	top: 0;
	margin: 0 auto 0;
	padding: 20px 0 20px;
	z-index: 100;
	background: rgba(255,255,255,.7);
	width: 100%;
}

#bodystart div#bg-wrapper
{
	display: none;
}

@media only screen and (min-width: 1025px) {
	
header {
	padding: 60px 0 20px;
	z-index: 100;
}

#bodystart header {
	padding: 60px 0 20px;
	z-index: 100;
}

div#bg-wrapper
{
	border: 0 none;
	margin: 0 auto 0 20px;
	border-top: 0 none;
}

}

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

#main {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
}

@media only screen and (min-width: 640px) {

	article.right-doku.ulrike {
		margin-left: 38%;
	}

}

@media only screen and (min-width: 769px) {

#main {
	padding-top: 0px;
}
}

@media only screen and (min-width: 1025px) {
	
	article.right-doku,
	article.projects p,
	article.projects h3,
	#bodystadtentwicklung-moderation h2,
	#footernav {
		margin-left: 38%;
		margin-right: 40px;
	}
	
}


/* #######################################################################################
	section, article
####################################################################################### */

section {
	margin: 0 0 0 0;
}

section article {
	margin: 0 0 80px 0;
}



/* #######################################################################################
	footer
####################################################################################### */

footer {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
}


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

img#plan {
	margin-bottom: 60px;
}

img[alt] {
	background-color: #fff;
	color: #afafaf!important;
	font-size: 12px;
	font-size: .75rem;
}

figure#ulrike {
	margin: .4rem 0 1rem;
	width: 100%;
}



@media only screen and (min-width: 640px) {

figure#ulrike {
	float: left;
	width: 33%;
	max-width: 250px;
}

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

}

@media only screen and (min-width: 1025px) {

figure#ulrike {
	float: left;
	width: 25%;
	padding-right: 0px;
}

}


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

h1, h2, h3, caption, p, address, pre, cite, figcaption, li {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #231f20;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 1.6;
} 

h1 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0;
	padding: 15px 0 0 40px;
	text-transform: uppercase;
	z-index: 200;
}


h2 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 1.5em 0 1em;
	padding: 0;
}

h3, caption {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 1.5em 0 1em;
	padding: 0;
}

h2:first-of-type,
caption:first-of-type {
	margin: 0 0 1em;
}


p, address, pre, cite, figcaption  {
	font-size: 16px;
	font-size: 1rem;
	margin: 1em 0;
}



cite {
	display: block;
	font-style: italic;
	margin: .5rem 0 1rem;
}


pre {
	font-size: 13px;
	font-size: .825rem;
	margin: .8em 0 0 0;
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

@media only screen and (min-width: 769px) {

h2, h3, caption, p, address, pre, cite, figcaption  {
	line-height: 1.7;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
	float: left;
	width: 37%;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3,
caption {
	font-size: 18px;
	font-size: 1.125rem;
}

cite {
	font-size: 13px;
	font-size: .825rem;
}

}


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

a:link,
a:visited {
	color: #231f20;
	text-decoration: underline;
}
a:focus,
a:hover {
	color: #231f20;
}

h1 a:link,
h1 a:visited {
	text-decoration: none;
}

h1 a:focus,
h1 a:hover {
	text-decoration: none;
}


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

.mainnav {
	margin: 0 0;
	z-index: 998;
	text-align: left;
	padding: 15px 0 0;
}

.mainnav  ul li {
	display: block; 
	width: auto;
	color: #231f20;
	margin: 0 0 -2px 0;
	line-height: 2.25;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
}

.mainnav ul li a:link,
.mainnav ul li a:visited {
	text-decoration: none;
	color: #231f20;
	display: block;
	margin: 0 -20px ;
	padding: 0 20px;
}

.mainnav ul li a:focus,
.mainnav ul li a:hover,
.mainnav ul li a:active {
	text-decoration: none;
	color: #231f20;
}

/* ::TODO:: einblenden? wo? Link zu Xing-Profil */
li#xinglink, li#linkedinlink {
	display: none;
}

footer nav ul li {
	display: inline-block;
	line-height: 2;
}

li#xinglinkfooter a {
	display: inline-block;
	position: relative;
	width: 20px;
	background-image: url(../img/design/xing-512.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

li#linkedinlinkfooter a {
	display: inline-block;
	position: relative;
	width: 20px;
	background-image: url(../img/design/linkedin-512.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

footer nav ul li a:link {
	text-decoration: none;
}

footer nav ul li a:focus,
footer nav ul li a:hover,
footer nav ul li a:active {
	text-decoration: underline;
}

footer nav ul li:after {
	content: " | ";
	color: inherit;
}

footer nav ul li:last-child:after {
	content: none;
}


@media only screen and (min-width: 1025px) {

.mainnav {
	margin-left: 37%;
}

.mainnav ul {
	list-style-type:  none;	
	margin: 0;
	
}

.mainnav ul li {
	display: inline-block; 
	width: auto;
	color: #231f20;
	margin: 0;
	padding: 0 18px;
	line-height: 50px;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
	border: none;
}

.mainnav ul li#startseite,
.mainnav ul li#impressum,
.mainnav ul li#datenschutz {
	display: none;
}


/* sicherstellen, dass Navigation auf Desktops sichtbar bleibt */
.js .mainnav ul {
    display: block !important;
}

/* Link zu Xing-Profil */

li#xinglink {
	display: inline-block;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 12px;
}
li#linkedinlink {
	display: inline-block;
	line-height: 25px;
	position: absolute;
	right: 60px;
	top: 12px;
}

li#xinglink a {
	display: block;
	position: relative;
	width: 100%;
	background-image: url(../img/design/xing-512.png);
	background-repeat: no-repeat;
	background-size: contain;
}
li#linkedinlink a {
	display: block;
	position: relative;
	width: 100%;
	background-image: url(../img/design/linkedin-512.png);
	background-repeat: no-repeat;
	background-size: contain;
}


}


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

.mainnav {
	margin: 15px 0;
	z-index: 998;
	text-align: left;
	padding: 15px 20px 0;
	position: absolute;
	top: 80px;
	background: transparent;
	width: 100%;
}

.mainnav ul {
    position: relative;
    width: auto;
	padding: 20px 20px 50px;
	background: rgba(255,255,255,.85);
}

.mainnav ul li {
    clear: both;
    float: none;
}

.js .mainnav  ul {
    display: none;
}

/* fallback if no javascript is active */
.no-js .mainnav  ul {
    display: block;
}

}

/* #######################################################################################
	Menu Icon
####################################################################################### */

#menu-icon {
	display: none; 
}



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

.js #menu-icon {
    display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 999;
    height: 40px;
	width: 60px;
	margin: 0 0;
    background: url('../img/design/nav-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

.js #menu-icon:hover {
    background: url('../img/design/nav-icon-hover.png');
}
}

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

.js #menu-icon {
	margin: 0 auto;
	right: 20px;
	top: 30px;
}

}

/* #######################################################################################
	Footer
####################################################################################### */

footer {
	clear: both;
}

footer address {
	font-size: 14px;
	font-size: .875rem;
}

footer address span {
	display: block;
}

@media only screen and (min-width: 769px) {

footer address span {
	display: inline-block;
}

footer address span:after {
	content: " | ";
}

footer address span:last-child:after {
	content: none;
}

}



/* #######################################################################################
	hr und Akkordeon bei Projekten
####################################################################################### */

hr {
	display: none;
}

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

.js h3.button-dezent,
.js h3.button-dezent-open {
	color: #231f20;
}

.js h3.button-dezent::before {
	content: " ▼ ";
	font-size: 120%;
	color: #231f20;
}

.js h3.button-dezent-open::before {
	content: " ▲ ";
	font-size: 120%;
	color: #231f20;
}

.js .button-dezent:hover,
.js .button-dezent-open:hover {
	cursor: pointer;
}

/* #######################################################################################
	Hilfsmittel Clearing, no-wrap
####################################################################################### */

.clear {
	clear: both;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ie_clearing {
	display: none;
}

span.nowrap {
	white-space: nowrap;
}
