/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src:  url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src:  url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src:  url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src:  url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
        url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://kuechen-jakobi.de/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family:'Open Sans', Arial, sans-serif;
	font-size: 1.0em;
	line-height:140%;
	
}


 
/*Tabellenzeug*/
table {border-collapse:collapse; max-width:100%;  border-top: 0px solid #666; }
td {vertical-align: top; padding: 2px 5px 2px 5px; border-bottom: 0px solid #666;} 
th {vertical-align: top; padding: 2px 5px 2px 5px; border-bottom: 0px solid #666;} 
td p, td h3, td h2{ margin: 0 ! important;}

tr:hover td {background-color:transparent url(https://kuechen-jakobi.de/media/basics/placeholder25.png);}


.trenner {width:100%; clear:both; height:1px; margin: 10px 0 20px 0; background-color:#eee;}

 
area, usemap {border:0;}
a img {border:0;}
a:link { color: #3c3c3c;}
a:visited { color: #999;} 
a:hover { color: #3c3c3c; font-weigth:bold; } 
a:active { color: #3c3c3c;dext-decoration: underline;} 


/* basics */
img {max-width:100%; }
a img  { border: 0px;}

p {	margin: 2px 0 5px 0; font-family: Open+Sans:300;}

h1, h2, h3, h4 {
	font-family: Open+Sans:300;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #3c3c3c;
	line-height: 120%;
	font-weight: normal;
}


h1 {
	font-size: 2.0em;
	line-height: 100%;	
	color: #3c3c3c;
	/*padding-left:8px;
	border-left: 3px solid 	#ef9d00;
	margin-left:-10px;*/	
}

h2 {	
	font-size: 2.0em;		
}


h3 { font-size: 1.6em; margin: 5px 0 0 0;}

h4  {
	font-size: 1em;
	margin: 10px 0 5px 0;
}




h5 { font-size: 1em; font-weight: bold;}
h6 { font-size: 0.9em;}



hr{
	border:dotted #666 1px; height:1px;
	clear:both;
}


li {	
	padding-bottom: 4px;		
} 

ul {	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.6em;
	padding-left: 0.6em;
	list-style-image: url(img/lipu1.gif);
	list-style-type: square	
}

ol {
	
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;		
}


address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #666;
	font-style: normal;
	font-weight: bold;
	}


blockquote  { line-height:140%; font-size:1em; background: #75c4d0 url(img/mainbgmobile.jpg)}
blockquote img { margin: 0 0 0 0;}


pre, code {
	padding: 0 0 20px 6px;
	margin: 3px 0 20px 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;	
	border-left: 6px solid #666;
	background: #444;
	
	color: #d0eee6;
	font-size:1.2em;	
	overflow:auto; 
	line-height:2.2em;	
		
}

input[type="text"], input[type="submit"], textarea, option, select {color: #fff; background-color: #333; border: 1px solid #666;}

/*-----------------------------------------------------------------*/	

/* Specials */
p img[align="right"], h3 img[align="right"] { float:right; margin: 4px 0 5px 10px; }
p img[align="left"], h3 img[align="left"]{ float:left; margin: 4px 10px 5px 0;}

