﻿/* Coding bei SJ / CodeKüche.de */
@font-face {
    font-family: 'metaplusboldroman';
    src: url('fonts/metaplusbold-roman-webfont.eot');
    src: url('fonts/metaplusbold-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metaplusbold-roman-webfont.woff2') format('woff2'),
         url('fonts/metaplusbold-roman-webfont.woff') format('woff'),
         url('fonts/metaplusbold-roman-webfont.ttf') format('truetype'),
         url('fonts/metaplusbold-roman-webfont.svg#metaplusboldroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metaplusbook-romanregular';
    src: url('fonts/metaplusbook-roman-webfont.eot');
    src: url('fonts/metaplusbook-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/metaplusbook-roman-webfont.woff2') format('woff2'),
         url('fonts/metaplusbook-roman-webfont.woff') format('woff'),
         url('fonts/metaplusbook-roman-webfont.ttf') format('truetype'),
         url('fonts/metaplusbook-roman-webfont.svg#metaplusbook-romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Schrift einfärben und Größen skalieren */
body, h3, h4, h5 , h6, ul, dt { 
	font-family: 'metaplusbook-romanregular',arial, sans-serif;
	color: #4f8465;
	font-size: 1.0em;
	}
	
h3 {font-size:1.1em;}	

h1, h2 { font-family: 'metaplusbook-romanregular',arial, sans-serif;
	color: #4f8465;
	font-size: 1.2em;
	}



#holder, p, span ,li {
	font-family: 'metaplusbook-romanregular',arial, sans-serif;
	color: #4f8465;
	font-size: 1.2em;
	}
body {
	font: 100%;	
	max-width: auto;
	height: 100%;
	margin: 0px 0px 0px 0px; /* oben rechts unten links wichtig: margin für den Aussenrand kleinere Screens (900px downsize) */
	padding: 0px;
}
#nochmehr {
	/* Background Farbverlauf */
	/* Die alte Syntax, veraltet und mit Präfix versehen, für alte Browser */
background: #708177; /* Fallback Loesung */
background: -moz-linear-gradient(#708177, white);
background: -webkit-linear-gradient(#708177, white);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#708177), to(white));
background: -o-linear-gradient(#708177, white);
background: linear-gradient(#708177, white); 


	/* Die neue Syntax, die von Browsern benötigt wird, die dem Standard folgen (Opera 12.1,
   		IE 10, Firefox 16, Chrome 26, Safari 6.1), ohne Präfix */
	
	/* Ende Farbverlauf Background */ 	
	max-width: auto;
	height: 100%;
	margin: 0px 0px 0px 0px; /* oben rechts unten links wichtig: margin für den Aussenrand kleinere Screens (900px downsize) */
	padding: 0.5em 0px 0px 0px;
	}
	
 #content_ohne_footer {
	margin: 30px 30px 0px 30px; /* oben rechts unten links wichtig: margin für den Aussenrand kleinere Screens (900px downsize) */
	} 
	
article span {color: #4f8465; font-size:1.0em;}
	
#holder {
	max-width: 800px;
	height:100%;
	/* background und border-color sollen gleich sein */
	background: #dde7e1;
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #dde7e1;
	/* Ecken abrunden */
	-moz-border-radius: 24px 24px 0px 0px;
	-webkit-border-radius: 24px 24px 0px 0px;
	border-radius: 24px 24px 0px 0px;
	border-width: 25px 25px 0px 25px;
	
	/* WICHTIG fuer sticky-footer padding muss margin beim footer entsprechen */
	padding-bottom: 10em;
}




header {
	background: #FFFFFF;
	/* Ecken abrunden */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
	/*Logo einpflegen*/
	header img {
		margin-left: -60px;
		margin-top: 12px;
		width: 500px; height: auto;
	}

 main, article, section, header,  aside, nav {display: block;} 

main {/* Eindringen von Bild ermoeglichen */
	clear: left;} 
section {background-color: #FFF;}

/* Optimierung insbesondere fuer Tabletts und Phones */
a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
	color: #4f8465 !important;
}
footer a:link, a:visited {
    text-decoration: none;
	color: #ffffff;
}
/* Ende Linkoptimierung Tabletts und Phones */




/*Herrn Witter im footer sticky und ohne Textumfluss einpflegen*/
	.img_sticky {
		float: right;
		width: 30em; height: auto; 
		margin-top: inherit;
		position: fixed;
		bottom: 0px;
		right: 200px;
	}
	
	.img_facebook {
		width: 2em; 
		height: auto;
		}
	
	/* Impressum soll im grossen Footer unten bündig stehen */
	.footer_gross .img_facebook {	
			padding-left: 1.8em;
			padding-bottom:1.4em;
			}
#content {
	margin: 0 0 0 0;
	padding: 15px 120px 15px 95px;
	
}
/* Footer */
.footer_gross {
	max-width: 585px; 
	color: #ffffff; 
	margin: auto;
	padding: 10px 120px 10px 95px;
	line-height: 115%	
	}
	
	.footer_gross_sek1{
		float:left;
		width: 292.5px;  
		margin: auto;
		line-height: 122%;	
	}
	.footer_gross_sek2 {
		float:left;
		max-width: 292.5px;  
		margin: auto;
		}	
	
	.footer_klein {
		display:none;
		}
		
#holder_footer {
	max-width: auto;
	height: 100%;
	margin: 0px auto ;
	padding: 0px;
	}

footer {
	background: #708177;
	position: fixed;
	bottom:0px;
	
	width: 100%;
	height: 10em;
}
footer p, span {
	color: #ffffff; 
}

 /* Ende Footer */

#content p, h2 {
	line-height: 115%;
}


/*---Responsive 1850px downsize---*/
@media all and (max-width: 1850px){

	/*Herrn Witter im footer sticky und ohne Textumfluss einpflegen*/
	.img_sticky {
		float: right;
		width: 28em; height: auto; 
		margin-top: inherit;
		position: fixed;
		bottom: 0px;
		right: 100px;
		}
	}
/*---Responsive 1588px downsize---*/
@media all and (max-width: 1588px){

	/*Herrn Witter im footer sticky und ohne Textumfluss einpflegen*/
	.img_sticky {
		float: right;
		width: 26em; height: auto; 
		margin-top: inherit;
		position: fixed;
		bottom: 0px;
		right: 50px;
		}
	}		

/*---Responsive 1359px downsize---*/
@media all and (max-width: 1359px){

.img_sticky {
		width: 23em; height: auto; 
		right: 0px;
	}
}
	
/*---Responsive 1170px downsize---*/
@media all and (max-width: 1170px){

.img_sticky {
		width: 20em; height: auto; 
		right: 0px;
	}
}

/*---Responsive 925px downsize---*/
@media all and (max-width: 925px){




	.footer_gross {
		display: none;
	}
	.footer_klein {
		display: block;
		line-height:110%;
		padding-top:1px;
		}
	
	footer {
		height: 10em;
	}
	
	.img_sticky {
		width: 14em; height: auto; 
		right: 0px;
	}
	
	footer p {
		max-width: 20em;
		color: #ffffff; 
		margin-left: auto;
		margin-right: auto;
		line-height: auto;
	
		padding-top: 1px;
		padding-bottom: 1px;
		text-align: center;
		font-size: 1.0em;
	}
}


/*---Responsive 725px downsize---*/
@media all and (max-width: 725px) {

	body {
		-webkit-text-size-adjust: none;
		padding: 0px;
		margin-top: 0px;
	}
	#holder {
		border-width: 10px 10px 0px 10px;
		}
	#holder, #content {
		clear: both;
		display: block;
		max-width: 100%;
		float: none;
		margin: auto 0;
		padding: 5px; /*verbreitert die Border und schliesst die Lücke zwischen Logo und content */	
	}
	
	#content_ohne_footer {
	margin: 0px 1px 0px 1px; /* oben rechts unten links wichtig: margin für den Aussenrand */
	}
	
	img, .img-leftfloat {
		max-width: 100%;
		height: auto;
		float: none;
		margin: 0;
	}
	
	/*Logo einpflegen*/
	header img {
		margin: 0px;
		width: auto; height: auto;
	}
	
	
	.img_sticky { display:none;}
		
	#holder_footer {
	max-width: 100%;
	display: block;
	clear: both;
	float: none;
		margin: auto 0;
	}

	footer {
		position: relative;
		display: block;
		clear: both;
	float: none;
		margin: auto 0;
		height: 7em;
	}
	footer p {
		max-width: 20em;
		color: #ffffff; 
		margin-left: auto;
		margin-right: auto;
		line-height: auto;
		padding-left: inherit;
		padding-right: inherit;
		padding-top: 1px;
		padding-bottom: 1px;
		text-align: center;
	}

	#nochmehr {	
	padding-top: 0em;
	}
}

