/* *******************************************************************
/* screen.css
   architekt-seiferth.de
   Design by a & g Muench&Schneider GmbH, Sonnenbuehl-Undingen
   www.a-u-g.de  hot@a-u-g.de  Copyright 2016
   *******************************************************************
*/
strong {
	font-weight: bold;
	color: grey;

}
/*
   *******************************************************************
   ********************** body *****************************
   *******************************************************************
*/ 
body {
	font-family: Tahoma, sans-serif;
	color: gray;
	/* background-color: #c3b2ade6;	/*#f6ecec;*/*/
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-image: url(../bilder/hintergrund_03.jpg);
}

/*
   *******************************************************************
   ********************** schriften *****************************
   *******************************************************************
*/
h1, h2, h3, h4, h5, h6 {
	padding: 10px 0 5px 0;
	margin: 0px;
	color: gray; 	
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


h5 {	/* fue die 9 Leistungsphasen */
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 40px;
}





h1#fs_40 {
	color: black;
	font-size: 40px;
	padding: 0 0 4px 0;
	/* background-color: blue;*/
	margin: 0px;
	font-weight: lighter
}

p {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: lighter;
	color: gray;
}

/*
   *******************************************************************
   **********************  divs *****************************
   *******************************************************************
*/ 


div#maincontent {
	width: 980px;   
	height: 900px;
	margin: 0px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #e5e5e7;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;
	
	
}

div#center {
	position: absolute;
	width: 980px;
	height: 900px;
	padding-top: 15px;
/*	background-color: #e5e5e7;*/
}

div#header {
	position: absolute;
	z-index: 10;
	width: 900px;
	height: 50px;	
	margin: 0 0 0 15px;
	border-width: 5px;
	border-bottom-style: solid;
	border-color: #fb0001;	/* dunkelrot */
/*	background-color: blue;*/
	font-size: 9px;
}

#img_logokammer {
	height: 80px;

}

#img_logo_top {
	height: 50px;
}

#img_profil {
	height: 220px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;
	
}	
div#div_profilbild {
	position: absolute;
	width: 300px;
	height: 630px;
	top: 180px;
	right: 90px;
	text-align: right;

}




div#text {
	position: absolute;
	width: 900px;
	height: 630px;
	top: 140px;
	padding: 0 0 0 30px;
/*	background-color: orange;   */
	overflow: auto;
}

div#text  span p  {
	padding: 0 0 0 59px;
}	

/*Bildergalerie objekte.shtml */
/*Format der Vorschaubilder bestimmen: */
div#text img.img_objektauswahl  {
	height: 150px;
	width: 230px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;
	
}	

figure, figcaption {
	margin: 0;
	padding: 0;
}

figure.fig_einzel {
	position: relative;
	display: inline-block;
	width: 250px;;
}

figure img {
	width: 100%;
	display: block;
}

.objekte figcaption {
	position: absolute;
	bottom: 0;
	width: 92%;
	text-align: center;
	line-height: 3em;
	color: white;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 0 0 15px 15px;	
	box-shadow: 10px 10px 10px gray ;	
}

.fig_gesamt {
	position: relative;
	color: black;
}


div#footer { /* mit Logo */
	position: absolute;
	width: 970px;
	height: 150px;
	bottom: 0px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #e5e5e7;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;	
	text-align: left;
}
div#footer img {
	width: 970px;
}

div#footer  p{
	padding: 15px;
	font-size: 1.2em;
}
div#text.kontakt {
	font-size: 1em;
	margin-left: 0px;
}
/* div#text.kontakt  p, h3{
	font-size: 1.5em;
} */
/*
   *******************************************************************
   **********************  leistungen - aufklappmenue *****************************
   *******************************************************************
*/ 
span#leistung_01 {
	display: none;
}
div#text span#leistung_01 li  {
	padding: 0 0 0 25px;
}	


span#leistung_02{
	display: none;
}
span#leistung_03{
	display: none;
}
span#leistung_04{
	display: none;
}
span#leistung_05{
	display: none;
}
span#leistung_06{
	display: none;
}
span#leistung_07{
	display: none;
}
span#leistung_08{
	display: none;
}
span#leistung_09{
	display: none;
}

span.cursor_pointer {
	cursor: pointer;
}



li {
	font-size:12px;
	font-weight: lighter;
	list-style-position: inside;
	padding: 0 0 3px 0;
	margin: 0px;
}

ul.px_14  li {
	font-size: 14px;
}



/*
   *******************************************************************
   **********************  navigation *****************************
   *******************************************************************
*/ 
/* Hauptnavigation */

#navi {
	position: absolute;
	/* muss ueber allem liegen, da sonst die Menuepunkte ev ueberlagert werden */
	z-index: 200;
	list-style-type: none;
	top: 80px;
	height: 50px;
	width: 980px;
	padding: 0 0 0 10px;
	text-align: left;
}

/*	Links im Navigationsbereich Grundeinstellungen */
div#navi a:hover, div#navi a:focus, div#navi a:active {
	color: #c7191a;
}

#navi a {
	letter-spacing: 2px;
	color: gray;
	font-weight: lighter;
	font-size: 14px;
	padding: 0 18px 0px 18px;	/* Abstand zwischen den Menuepunkten */
	text-decoration: none;
	background-color: transparent;
	border-right-style: solid;
	border-width: 2px;
	border-right-color: gray;
}
div#navi .letztes a {
	border-width: 0;
}


/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? *//* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
#nav_impressum {
	border-right-style: none;
		border-right-color: red;
		color: red;
}

/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? *//* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */
/* WARUM reagiert der rechte Rand des Impressumslinks nicht???? */

/* Navigationspunkte mit Untermenue bekommen ein anderes Cursorbild */

/* untermenü anders formatiert: */
#navi li.navi_sub_01 a {
	letter-spacing: 1px;
	color: gray;
	font-weight: lighter;
	font-size: 18px;
	padding: 5px 0 0 10px;	
	text-decoration: none;
	border-right-style: none;
	border-width: 0px;
	
}


a.navigation_sub {
	cursor: url(../images/navigation/cursor_24.png), auto; 	
}

ul#nav a {
	display: block;
	text-decoration: none;
	
}

ul#nav li {
	left: -50px;
	position: relative;
	list-style: none;
	float: left;
}

ul#nav li ul {
	position: absolute; 
	display: none; /* TEST none/block*/
}

ul#nav li:hover ul {
	display: block;
}

/* SPAN in Navigation navi.inc.txt*/
ul#nav li ul span{
	position: absolute;
	z-index: 10;
	display: inline-block;
	width: 220px;
	top: px;
	left: 18px;
	padding: 0px 0 10px 10px;

	background-color: #CECECF;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 

}


ul#nav li ul li {
	float: none;
	display: block;
	z-index: 10;
	background-color: transparent; 
	left: -6px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}




/* Formatierungen des Untermenues */ 
ul#nav li ul li a {
	padding: 5px 0 0 7px;
	margin: 0px;
}



/* 2. Untermenue Hauptnavigation */
ul#nav li:hover ul ul {
	display: none;
}

ul#nav li ul li:hover ul{
	float: none;
	display: block;	
	padding-left: 12px;
}
ul#nav li ul li:hover ul li{
	float: none;
	display: block;
	padding-left: 19px;	
	left: -12px;
	padding: 0 15px 0 22px;
}



/* Ende Navigation ------------------------------------------------------------------------------------------------------- */


/*
   *******************************************************************
   ********************** galerie *****************************
   *******************************************************************
*/ 

/*http://www.cssplay.co.uk/menu/photo_not_so_simple.html*/

#galerie {
	position: relative; 
	height: 500px; 
	width: 850px; 
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 0; 
	border:1px solid #333; 
	background: transparent; 
	border-color: transparent;

}
#galerie b.default {
	position: absolute; 
	left: 10px; 
	top: 10px; 
	width: 548px; 
	height: 380px; 
	text-align: left;
}
/*großes Bild standardansicht*/
#galerie b.default img {
	display: block; 
	margin: 0 auto 10px auto; 
/*	border: 1px solid red; */
	/*border-color: #555 #ddd #eee #333;*/
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;	
}

/* */
#galerie b.default figcaption {
	display:block; 
	color:#000; 
	font-size:11px; 
	width:350px; 
	margin:0 auto;
}

#galerie ul {
	list-style:none; 
	padding:0; 
	margin:0; 
	width:180px; 
	position:relative; 
	float:right;
}
#galerie ul li {
	display:inline; 
	width:52px; 
	height:52px; 
	float:left; 
	margin:0 0 5px 5px;
}

/*Vorschaubilder, Rahmen*/
#galerie ul li a {
	display:block; 
	width:50px; 
	height:50px; 
	text-decoration:none; 
	border:1px solid gray; 
	/*border-color:#eee #555 #333 #ddd;*/
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;	
}
/*Vorschaubilder ohne Text anzeigen*/
#galerie ul li a figcaption {
	display:none;
}
#galerie ul li a img {
	display:block; 
	width:50px; 
	height:50px; 

	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;	
}
/*Vorschaubilder, hoover */
#galerie ul li a:hover {
	white-space:normal; 
	/*border-color:#555 #ddd #eee #333; */
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;	
	
	
}
/*großes Bild, angeklickt und dann hoover auf Vorschaubilder ???*/
#galerie ul li a:hover b {
	position: absolute; 
	left: -670px; 
	top: 0; 
	width: 548px; 
	height: 380px; 
	text-align: left; 
	z-index: 20;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	

}
/*große Bilder: Text anzeigen lassen bei HOOVER  */
#galerie ul li a:hover figcaption {
	position: absolute;
	display:block;
	width: 640px; 
	top: 0px;
	margin-left: 10px;
	color: white;
	font-size:14px; 
	font-weight: bold;
	text-align: center;
	line-height: 4em;
	background: rgba(0, 0, 0, 0.5);s
	-webkit-border-radius: 15px 15px 0 0;
	-khtml-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;	
}



/*großes Bild, hoover */
#galerie ul li a:hover img {
	margin: 0 auto 10px 10px;
	width:auto; 
	height:auto; 
	/*border: 1px solid #aaa; */
	/*border-color: #555 #ddd #eee #333;*/
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;	
}

#galerie ul li a:active, #galerie ul li a:focus {
	white-space:normal; 
	border-color:#555 #ddd #eee #333; 
	background:#777;
}
#galerie ul li a:active b, #galerie ul li a:focus b {
	position:absolute; 
	left:-670px; 
	top:0; 
	width:548px; 

	text-align: left; 
	z-index:10;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	
}
/*großes Bild angeklickt: Text*/
#galerie ul li a:active figcaption, #galerie ul li a:focus figcaption {
	position: absolute;
	display:block; 
	width: 640px; 
	top: 0px;
	margin-left: 10px;
	color: white;
	font-weight: bold;
	font-size:14px; 
	text-align: center;
	line-height: 4em;
	background: rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 15px 15px 0 0;
	-khtml-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;	
	
	
}
/* großes Bild, angeklickt */
#galerie ul li a:active img, #galerie ul li a:focus img{
	margin: 0 auto 10px 10px;
	width:auto; 
	height:auto; 
	/*border:1px solid #eee; */
	/*border-color:#555 #ddd #eee #333;*/
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	box-shadow: 10px 10px 10px gray ;
}


@media only screen and (max-width:480px) {
		#galerie {display:none;}
		#info h3.smartphone {display:block;}
	}



/*https://wiki.selfhtml.org/wiki/CSS/Anwendung_und_Praxis/Bildergalerie */
/* Mobile first - für schmale Viewports */
/*
#galerie ul,
#galerie li {
	margin: 0.1em;
	padding: 0.1em;
}

#galerie li {
	display: inline-block;
	list-style-type: none;
	width: 45%;
}

#galerie img {
	padding: 0;
	margin: 0;
	width: 100%;

	/* Bild passt sich an verfügbaren Raum im li ann */
}
/*
#galerie button {
	padding: 0.1em;
}

/* Large screens */
/*
@media all and (min-width: 35em) {
	#galerie li {
		width: 13em;
		height: 10em;
	}
	#galerie button {
		padding: 0.1em;
		width: 10em;
		height: 7.5em;
		position: relative;
	}
	#galerie button img {
		border: 0;
		position: absolute;
		left: 0%;
		top: 0%;
		z-index: 1;
		box-shadow: 0;
		width: 10em;
		transition: all 1s;
	}
	#galerie button:focus img,
	#galerie button:hover img {
		border: 2em solid #eee;
		border-radius: 1em;
		position: absolute;
		left: -4%;
		top: -4%;
		width: 500%;
		z-index: 5;
		box-shadow: 1px 1px 5px #333;
		transition: all 1s;
	}
}

*/

/* Ende Navigation ------------------------------------------------------------------------------------------------------- */



strong {
	font-weight: bold;
}
