/*********************************************************
***  Zentrale Formatierungen Webseite Design-schMiede  ***
***  Author: Daniela Maier                             ***                 
***  Erstellungsdatum: Mai2014                         ***
/********************************************************/

f
/***** Kalibrierung *****/
* { padding: 0; margin: 0;}
/*html { overflow-y: scroll;}*/

Abstände 
h3, h4, h5, h6, p, ul {margin-bottom: 1em;}
ul ul { margin-bottom: 0;}




/******************************************
***  allgemeine Styles - Layout         ***
******************************************/

body
{
	background-color: #3FC; 
	color: #000;
	font-family: 'Crimson Text', Verdana, Arial;
	font-size: small;
	margin: 0;
	overflow: hidden;
}
/* 100% Hintergrundbild */
#background
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	visibility: visible;
}

#round_wrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 2;
	left: 0px;
	top: 0px;


}
#wrapper
{
	width: 1024px;
	background-color: #98Fb98;
	color: #000;
	margin: 35px auto;
	border-top-right-radius: 45px; 
	border-top-left-radius: 45px; 
	-moz-border-radius-topright: 45px;	
	-moz-border-radius-topleft: 45px;	
	-webkit-border-top-right-radius: 45px; 
	-webkit-border-top-left-radius: 45px;
	border-bottom-right-radius: 45px; 
	border-bottom-left-radius: 45px; 
	-moz-border-radius-bottomright: 45px; 
	-moz-border-radius-bottomleft: 45px; 
	-webkit-border-bottom-right-radius: 45px; 
	-webkit-border-bottom-left-radius: 45px; 
	-moz-box-shadow: 6px 2px 5px #003300;
	-webkit-box-shadow: 6px 2px 5px #003300;
	box-shadow: 6px 2px 5px #003300;

}

#header
{
	position: relative;
	height: 100px;
	background: #029c21 url(../bilder/verlauf_header.png) repeat-y left top;
	color: #000;
	padding: 5px 20px 5px 0;
	border-top: 2px solid #003300;
	border-top-right-radius: 45px; 
	border-top-left-radius: 45px; 
	-moz-border-radius-topright: 45px;	
	-moz-border-radius-topleft: 45px;	
	-webkit-border-top-right-radius: 45px; 
	-webkit-border-top-left-radius: 45px;
}

#footer
{
	background: #029c21 url(../bilder/verlauf_header.jpg) repeat-y left top;
	color: #003300;
	padding-bottom: 5px;
	border-bottom-right-radius: 45px; 
	border-bottom-left-radius: 45px; 
	-moz-border-radius-bottomright: 45px; 
	-moz-border-radius-bottomleft: 45px; 
	-webkit-border-bottom-right-radius: 45px; 
	-webkit-border-bottom-left-radius: 45px;
	border-bottom: 4px solid #003300;
 	
}

a {text-decoration: none;}

.sch_tief
{
	vertical-align: sub;
	margin-left: -2px;
	
}

#clear
{
	clear: both;
}
.formatierung_text_allgemein
{
	padding: 2px;
	margin-left: 10px;
}
.adressangabe_inhaber
{
	margin-left: 27px;
}
.quellenangabe
{
	padding: 2px;
	margin-left: 10px;
	font-size: 95%;
}

/******************************************
***  Überschriften                      ***
******************************************/
h1 img
{ 
	font-size: 250%;
	margin-top: -40px;
	margin-left: -40px;
	
}

h2.eins 
{
	font-family: 'Lobster Two', serif;
	font-size: 300%;
	color: #C60000;
	text-shadow: #94ce9f 0.1em 0.1em 0.2em;
	position: absolute;
	top: 15px;
	right: 720px;
}
h2.zwei
{ 
	 font-family: 'Lobster Two', serif;
	 font-size: 300%;
	 color: #c60000;
	 text-shadow: #94ce9f 0.1em 0.1em 0.2em;
	 position: absolute;
	 top: 38px;
	 right: 603px;
	 
}

.eins .markant
{
	font-size: 145%;
	
}
.sub
{
	vertical-align: sub;
	font-style: normal;
}

.sup
{
	font-style: normal;
	vertical-align: middle;
}
.name_logo1
{
	margin-bottom: 10px;
	padding-left: 10px;
	vertical-align: super;
	display: inline;
}

.name_logo2
{
	margin-top: -27px;
	margin-left: 36px;
	display: inline;
}
.zwei .markant
{
	font-size: 145%;
	vertical-align: sub;
}

h3
{
	font-family: 'Lobster Two', serif;
	font-size: 230%;
	color: #c60000;
	position: absolute;
	top: 67px;
	right: 18px;
}

.name
{
	color: #C60000;
	font-family: 'Lobster Two', serif;
	font-size: 110%;
	margin-left: 0px;
}

.markant1_footer
{
	font-size: 145%;
}

.markant2_footer
{
	font-size: 145%;
	vertical-align: sub;
}
.tief {margin-left: -12px;
vertical-align: sub;}


/*.super
{
	vertical-align: super;
}*/

.big
{
	font-family: 'Lobster Two', serif;
	font-size: 110%;
}


h4
{
	font-size: 200%;
	margin-top: 35px;
	margin-left: 12px;
	text-align: center;
}

h5
{
	font-size: 150%;
	margin-left: 12px;
}

h6
{
	font-size: 130%;
	margin-top: 8px;
	margin-bottom: 16px;
	margin-left: 12px;
}

/******************************************
***  Navigation oben                    ***
******************************************/

#navi
{
	text-align: right;
	color: #000;
	background: #029c21 url(../bilder/verlauf_header.png) repeat-y left top;
	padding: 5px 8px 4px 20px;
	border-bottom: medium solid #029c21;
}

#navi a
{
	color: #000;
	background-color: #029c21;
	font-variant: small-caps;
	padding: 4px 8px 5px 8px;
	border: 3px solid #029c21;
	font-weight: 800;

}

#navi ul {margin-bottom: 0}
#navi li
{
	display: inline;
	list-style-type: none;
	font-size: 130%;
	font-variant: small-caps;
	margin: 0;
}

#navi a:hover,
#navi a:focus
{
	color: #90EE90;
	background-color: #029c21;
	border-bottom-color: #98c8a1;
	font-weight: 900;
}

#navi a:active
{
	color: #006400;
	font-weight: bold;
}


#navi ul li #sie-sind-hier
{
	color: #C60000;
	font-weight: bolder;
	border-bottom: 4px solid #98Fb98;
	background-color: #98Fb98;
	
}

/******************************************
***  Navigation unten                   ***
******************************************/

#navi_unten
{
	color: #000;
	text-align: right;
	background: #029c21;
	border-top: medium solid #029c21;

}

#navi_unten a
{
	color: #030;
}

#navi_unten ul
{
	margin: 0;
}

#navi_unten li
{
	display: inline;
	text-decoration: none;
	padding: 8px 18px 4px 0;	
	font-variant: small-caps;
	font-weight: bold;
	font-size: 120%;
}

#navi_unten a:hover,
#navi_unten a:focus
{
	color: #90EE90;
	font-weight: 600;
}

#navi_unten a:active
{
	color: #029c21;
	font-weight: 900;
}



#navi_unten ul li #sie-sind-hier
{
	color: #C60000;
	font-weight: bolder;
}


/******************************************
*** content                             ***
******************************************/
#content
{
	position: relative;
	color: #003300;
	background-color: #98Fb98;
	margin-right: 65px;
	margin-left: 65px;
	min-height: 600px;
	
}

.angebot
{
	font-size: 130%;
	line-height: 1.7;
	padding-top: 15px;
	padding-bottom: 35px;
	margin-left: 12px;
	list-style-type: none;
}

.speziell_senioren
{
	font-style: normal;
	font-weight: 700;
	font-variant: small-caps;
}

.anfrage
{
	font-size: 122%;
	font-weight: 700;
	padding-top: 15px;
	margin-left: 12px;
	line-height: 1.4em;
}

.anfrage_kontakt
{
	text-align: center;
	font-size: 115%;
	font-weight: 600;
	padding: 15px;
}

.schmieden
{
	font-size: 118%;
	letter-spacing: 1.2px;

}

.keine
{
	font-size: 100%;
	text-align: center;
}


/******************************************
*** Philosophie                         ***
******************************************/
.liebe_zum_design
{
	font-size: 125%;
	margin-left: 12px;
}

.liste_kundenzufriedenheit
{
	margin-top: 18px;
	margin-bottom: 35px;
	list-style-type: none;
}

.kundenzufriedenheit_werte
{
	font-variant: small-caps;
	font-weight:900;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-size: 125%;
	margin-left: 50px;
}
.kundenzufriedenheit
{
	font-variant: small-caps;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 110%;
	margin-left: 85px;
}

#bild_web
{
	float: right;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 25px;
	list-style-type: none;
}

/******************************************
***  Senioren Service                   ***
******************************************/

#bild_mutti
{
	float: right;
	margin-top: 18px;
	margin-right: -55px;
	list-style-type: none;
}



.list_style_type_no
{
	list-style-type: none;
}	

.meine_erfahrung
{
	font-size: 120%;
	padding-top: 8px;
	padding-bottom: 8px;
	
}

.slogan_senioren
{
	font-size: 135%;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 1.2px;
	font-weight: 700;
}

ul .senioren-service
{
	font-size: 120%;
	line-height: 1.2em;
	margin: 4px 15px;
	list-style-type: square;
}
/******************************************
***  footer                             ***
******************************************/
address
{
	text-align: center;
	font-size: 90%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*.name
{
	color: #C60000;
	font-family: 'Lobster Two', serif;
	font-size: 110%;
}*/

.markant1_footer
{
	font-size: 145%;
}

.markant2_footer
{
	font-size: 145%;
	vertical-align: sub;
}

.hinweis
{
	font-size: 105%;
	font-style: normal;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 1.2;
	padding-bottom: 8px;
}





.hinweis .beachten
{
	font-style: normal;
	font-weight: bold;
}

/******************************************
***  Leistungen                         ***
******************************************/

table
{
	background-color: #98c8A1;
	border-collapse: collapse;
	border: none;
	padding: 10px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

thead
{
	padding: 8px;
	background-color: #029c21;
	border-bottom: 2px solid #029c21;
	font-size: 130%;
	

}

tfoot
{
	background-color: #029c21;
	border-top: 2px solid #029c21;
	font-size: 115%;

}

th
{
	padding: 0.7em 1.1em;
	font-size: 125%;
}

td
{
	vertical-align: top;
	text-align: left;
	padding: 0.6em 1em;
	font-size: 125%;
}

.preis_rechts {text-align: right;}
/******************************************
***  Referenz                           ***
******************************************/
#box1
{
	height: 160px;
	width: 200px;
	margin:  25px 0 5px 35px;
}

#box2
{
	height: 100px;
	width: 200px;
	margin:  25px 0 5px 35px;
}
#box3

{
	height: 190px;
	width: 200px;
	margin:  25px 0 5px 35px;
}
#box4
{
	height: 105px;
	width: 200px;
	margin:  25px 0 5px 35px;
}

#box1 div,
#box2 div,
#box3 div,
#box4 div {display: none;}


#box1:hover div,
#box2:hover div,
#box3:hover div,
#box4:hover div
{
	display: block;
	width: 388px;
	position: absolute; 
	top: 25px;
	right: 105px;
	padding: 20px;
}

   
.referenz_titel a
{
	font-size: 130%;
	margin-left: 35px;
	font-weight: 500;
	font-variant: normal;
	color: #003300;

	

}
.referenz_titel a:hover,
.referenz_titel a:focus
{
	color: #c60000;
	font-variant: small-caps;
}

.referenz_titel a:active
{
	color: #029c21;
}

/******************************************
***  Kontakt                           ***
******************************************/	
form
{	
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 50px 75px 25px 100px;
	background-color: #029c21;
	border-radius: 10px;
}

sup
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #F00;

}

label
{
	float: left;
	width: 110px;
	text-align: left;
	padding-left: 10px;
	margin-right: 8px;
}

label.nofloat 
{
  float: none;
  width: auto;
  text-align: left;
}

legend
{
	padding-bottom: 10px;
	
}

fieldset fieldset legend
{
	float: left;
	width: 110px;
	text-align: left;
	cursor: pointer;
	padding-left: 10px;
	margin-right: 8px;	
}

fieldset fieldset
{
	margin: 0;
	border-style: none;
}


fieldset
{
	border: 2px solid #029c21;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	margin: 10px auto;
	padding-top: 10px;
	background-color: #98C8A1;

}

fieldset legend
{
	float: left;
	width: 110px;
	text-align: left;
	padding-bottom: 0;
	margin: 0 10px 0 0;
}

form div
{
	
	padding: 8px 10px;
	margin-bottom: 5px;

}

input,
textarea,
select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border-radius: 5px;
	padding: 5px;
	width: 250px;
	outline: none;
	cursor: pointer;
}



.anrede input { width: auto; background: transparent;}

.anrufen input { width: auto; margin-left: 130px; background: transparent;}

textarea { height: 7em; }

input:focus,
textarea:focus { background-color: #8AFF8A; }

.information option { margin-bottom: 4px; }

.kontakt_zu_uns
{
	padding: 0px 15px 15px;
	list-style-type: none;
	line-height: 1.6em;
}



.angaben_vertraulich
{
	margin-top: 15px;
	margin-right: 50px;
}

.notwendig
{
	font-size: 0.8em;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 5px;
}

button
{
	display: block;
	width: 200px;
	background: #98C8A1;
	color: #003300;
	text-transform: uppercase;
	padding: 8px 10px;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 1px;
	border: none;
	border-radius: 6px;
}

button:hover
{
	background: #003300;
	color: #98C8A1;
	cursor: pointer;
}

.vertraulich
{
	text-align: center;
	font-size: 110%;
}

.kontaktiert
{
	text-align: center;
	font-size: 130%;
	margin-top: 40px;
}

.haende
{
	float: left;
	margin-top: -55px;
	margin-left: 75px;
}
.gruss
{
	width: 180px;
	font-size: 128%;
	margin-top: 120px;
	margin-left: 300px;
}
.signatur
{
	width: 180px;
	line-height: 0.9em;
	font-size: 150%;
	margin-left: 300px;
}
.signatur_eingerückt
{margin-left: 35px;}

.ich 
{
	font-size: 150%;
	font-family: 'Lobster Two', serif;
}

/******************************************
***  AGB                                ***
******************************************/
.agbs
{
	list-style-type: none;
	margin: 20px;
	line-height: 1.2em;

}

.agb_titel
{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}
.agb_sub
{ 
font-size: 110%;
}

.paragraph
{
	margin-bottom: 8px;
}

.name_agb
{
	color: #C60000;
	font-family: 'Lobster Two', serif;
	font-size: 80%;
}
.DM
{
	font-size: 80%;
}




/******************************************
***  AP Div                             ***
******************************************/



#apDivLogo { /*Logo*/
	position: relative;
	left: -64px;
	top: 10px;
	width:180px;
	height:136px;
	z-index:1;
}



#apDivSilhouette {
	position:absolute;
	left:256px;
	top:65px;
	width:408px;
	height:350px;
	z-index:3;
}

#apDivSchmetterling {
	position:absolute;
	left:600px;
	top:120px;
	width:301px;
	height:291px;
	z-index:3;
	line-height: 1.2em;
}

#apDivEuro {
	position:absolute;
	left:554px;
	top:250px;
	width:240px;
	height:234px;
	z-index:3;
}

#apDivkontakt {
	position:absolute;
	left:25px;
	top:90px;
	width:250px;
	height:160px;
	z-index:3;
}

#apDivw3c {
	position:absolute;
	left:-20px;
	top:655px;
	width:88px;
	height:20px;
	z-index:3;
}


/******************************************
***  temp                               ***
******************************************/
#flash_karte {
	width: 800px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.tip {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 18px;

}
