/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
 audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
 audio:not([controls]) { display: none; }
 [hidden] { display: none; }
 
 html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
 body { margin: 0; font-size: 12px; line-height: 16px; }
 body, button, input, select, textarea { font-family: Arial, sans-serif; color: #3e3c3c; }
 
 ::-moz-selection { background: #008600; color: #fff; text-shadow: none; }
 ::selection { background: #008600; color: #fff; text-shadow: none; }
 
 a { color: #3e3c3c; text-decoration: none; }
 a:visited { color: #3e3c3c; }
 a:hover { color: #008600; }
 a:focus { outline: thin dotted; }
 a:hover, a:active { outline: 0; }
 
 em { color: #008600; font-style: normal; }
 
 abbr[title] { border-bottom: 1px dotted; }
 b, strong { font-weight: bold; }
 blockquote { margin: 1em 40px; }
 dfn { font-style: italic; }
 hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
 ins { background: #ff9; color: #000; text-decoration: none; }
 mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
 pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
 pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
 q { quotes: none; }
 q:before, q:after { content: ""; content: none; }
 small { font-size: 85%; }
 sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
 sup { top: -0.5em; }
 sub { bottom: -0.25em; }
 ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
 dd { margin: 0 0 0 40px; }
 nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
 img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
 svg:not(:root) { overflow: hidden; }
 figure { margin: 0; }
 
 form { margin: 0; }
 fieldset { border: 0; margin: 0; padding: 0; }
 label { cursor: pointer; }
 legend { border: 0; *margin-left: -7px; padding: 0; }
 button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
 button, input { line-height: normal; *overflow: visible; }
 table button, table input { *overflow: auto; }
 button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
 input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
 input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
 input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
 button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
 textarea { overflow: auto; vertical-align: top; resize: vertical; }
 input:valid, textarea:valid {  }
 input:invalid, textarea:invalid { background-color: #f0dddd; }
 
 table { border-collapse: collapse; border-spacing: 0; }
 td { vertical-align: top; }
 
 
 /* ==|== primary styles =====================================================
	Author: Christopher Kruse
	========================================================================== */
 
 #container form {
	 padding: 15px 0;
 }
 
 #container form input[type="radio"] {
	 margin: 0 5px 20px 20px;
		 border: 1px solid #c2e5a3;
	 background: #eff6e9;
 }
 
 #container form input[type="text"], #container form textarea, #container form select {
	 width: 300px;
	 margin: 4px 0 20px 0;
	 border: 1px solid #c2e5a3;
	 background: #eff6e9;
	 padding: 5px;
 }
 
 #container form#vorbestellungen input[type="text"], #container form#vorbestellungen textarea, #container form#vorbestellungen select {
	 width: 375px;
 }
 
 #container form#vorbestellungen table input[type="text"] {
	 width: auto;
	 margin: 0px;
 }
 
 #container form#vorbestellungen table input[type="text"].produktbezeichnung { width: 200px; }
 #container form#vorbestellungen table input[type="text"].menge { width: 70px; }
 #container form#vorbestellungen table input[type="text"].packungsgroesse { width: 100px; }
 
 #container form#vorbestellungen table input[type="checkbox"].autidem {
	 margin: 7px;
 }
 
 #container form textarea {
	 min-height: 90px;
 }
 
 #container form input[type="submit"] {
	 margin: 5px 0 0 120px;
 }
 
 #container form#vorbestellungen input[type="submit"] {
	 margin: 0 0 0 500px;
	 border: 1px solid #c2e5a3;
	 background: #eff6e9;
	 padding: 7px;
	 width: 100px;
	 
 }
 
 #container form label {
	 float: left;
	 display: block;
	 width: 100px;
	 text-align: right;
	 padding: 9px 20px 5px 0;
 }
 
 #container form#vorbestellungen label {
	 float: left;
	 display: block;
	 width: 190px;
	 text-align: left;
	 padding: 9px 20px 5px 0;
 }
 
 #container form label[for="anrede"] {
	 padding: 0 0 5px 0;
 }
 
 #container form#vorbestellungen label[for="anrede"] {
	 padding: 0 0 5px 0;
 }
 
 #container {
	 width: 960px;
	 margin: 0 auto;
 }
 
 #container header {
	 height: 150px;
 }
 
 #container header a {
	 margin-right: 20px;
 }
 
 #container #info {
	 float: right;
	 width: 260px;
	 height: 100px;
	 margin: 30px 0 0;
 }
 
 #container #symbol {
	 float: left;
	 display: block;
	 width: 98px;
	 height: 102px;
	 background: url("../tannenhof-symbol.png") no-repeat;
	 margin: 20px;
 }
 
 #container h1 {
	 float: left;
	 margin: 55px 0 0 60px;
	 padding: 0;
 }
 
 #container h1 a {
	 display: block;
	 width: 409px;
	 height: 48px;
	 background: url("../tannenhof-logo.png") no-repeat;
 }
 
 #container h1 span {
	 display: none;
 }
 
 #container h2 {
	 color: #008600;
	 font-size: 18px;
 }
 
 #container h3 {
	 font-size: 12px;
 }
 
 
 
 #container #main {
	 width: 960px;
	 min-height: 420px;
 }
 
 #container #main #content {
	 float: left;
	 width: 700px;
	 min-height: 320px;
	 padding: 40px 60px;
	 background: #fff url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/tannenhof-background.png) no-repeat;
	 -webkit-border-top-left-radius: 10px;
	 -moz-border-radius-topleft: 10px;
	 border-top-left-radius: 10px;
 }
 
 #container #main #content #teaser a {
	 float: left;
	 display: block;
	 width: 178px;
	 height: 116px;
	 margin: 0 50px 40px 0;
 }
 
 #container #main #content #teaser a#teaser1 { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/teaser_1.jpg) no-repeat; }
 #container #main #content #teaser a#teaser2 { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/teaser_2.jpg) no-repeat; }
 #container #main #content #teaser a#teaser3 { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/teaser_3.jpg) no-repeat; }
 
 #container #main #content #teaser a span {
	 display: none;
 }
 
 #container #main #content .extraheader {
	 float: left;
	 display: block;
	 width: 797px;
	 height: 173px;
	 margin: -40px -60px 40px -60px;
	 -webkit-border-top-left-radius: 10px;
	 -moz-border-radius-topleft: 10px;
	 border-top-left-radius: 10px;
 }
 
 #container #main #content #team { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/header_unserteam.jpg) no-repeat; }
 #container #main #content #service { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/header_service.jpg) no-repeat; }
 #container #main #content #wissenswertes { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/header_wissenswertes.jpg) no-repeat; }
 
 #container #main #content a {
	 color: #008600;
	 text-decoration: underline;
 }
 
 #container #main #content a:hover {
	 color: #008600;
	 text-decoration: none;
 }
 
 #container #main nav {
	 float: left;
	 width: 140px;
	 min-height: 420px;
	 padding: 40px 0;
	 font-size: 14px;
 }
 
 #container #main nav ul {
	 list-style-type: none;
 }
 
 #container #main nav ul li {
	 display: block;
	 margin: 0;
 }
 
 
 #container #main nav ul li a {
	 display: block;
	 text-decoration: none;
	 padding: 5px 5px 5px 20px;
	 color: #3e3c3c;
 }
 
 #container #main nav ul li a:hover {
	 background: #eff4ee;
	 -webkit-border-top-left-radius: 6px;
	 -moz-border-radius-topleft: 6px;
	 border-top-left-radius: 6px;
 }
 
 #container #main nav ul li.active a {
	 color: #008600;
 }
 
 #container #main nav ul#secondnav {
	 margin: 50px 0 0;
 }
 
 #container #main nav ul#secondnav #nav1 a {	background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/b_anfahrt1.gif) no-repeat; height: 15px; margin-bottom: 1px;}
 #container #main nav ul#secondnav #nav2 a {	background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/b_vorbestellung1.gif) no-repeat; height: 15px; }
 
 #container #main nav ul#secondnav #nav1 a:hover, #container #main nav ul#secondnav #nav1.active a { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/b_anfahrt2.gif) no-repeat; }
 #container #main nav ul#secondnav #nav2 a:hover, #container #main nav ul#secondnav #nav2.active a { background: url(/web/20170726020031im_/http://tannenhof-apotheke.de/img/b_vorbestellung2.gif) no-repeat; }
 
 #container #main nav ul#secondnav a:hover {	-webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; border-top-left-radius: 0;}
 #container #main nav ul#secondnav a span {	display: none; }
 
 #container #main #notdiensttable {
	 width: 600px;
 }
 
 #container #main #notdiensttable td { 
	 padding: 6px 10px;
	 border: 1px solid #eff6e9;
	 background: #fff;
	 text-align: center;
 }
 
 #container #main #notdiensttable th { 
	 padding: 6px 10px;
	 border: 1px solid #eff6e9;
	 background: #eff6e9;
	 text-align: center;
 }
 
 .left { float: left; margin-right: 50px;}
 
 #container .block span {
	 float: left;
	 display: block;
	 width: 300px;
	 line-height: 21px;	
 }
 
 #container #gallerie a {
	 float: left;
	 display: block;
	 margin: 20px;
 }
 
 #container #teamfotos {
	 clear: both;
 }
 
 #container #teamfotos p {
	 float: left;
	 width: 210px;
	 height: 210px;
	 margin: 0 20px 20px 0;
 }
 
 #container #teamfotos p img {
	 margin: 0 10px 10px 0;
 }
 
 #container .req { color: red; }
 
 
 
 /* ==|== non-semantic helper classes ======================================== */
 .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
 .ir br { display: none; }
 .hidden { display: none !important; visibility: hidden; }
 .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
 .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
 .invisible { visibility: hidden; }
 .clearfix:before, .clearfix:after { content: ""; display: table; }
 .clearfix:after { clear: both; }
 .clearfix { zoom: 1; }
 
 
 /* ==|== media queries ====================================================== */
 
 @media only screen and (min-width: 480px) {
 
 
 }
 
 @media only screen and (min-width: 768px) {
 
 }
 
 
 
 /* ==|== print styles ======================================================= */
  
 @media print {
   * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
   a, a:visited { text-decoration: underline; }
   a[href]:after { content: " (" attr(href) ")"; }
   abbr[title]:after { content: " (" attr(title) ")"; }
   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
   pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
   thead { display: table-header-group; }
   tr, img { page-break-inside: avoid; }
   img { max-width: 100% !important; }
   @page { margin: 0.5cm; }
   p, h2, h3 { orphans: 3; widows: 3; }
   h2, h3 { page-break-after: avoid; }
 }
 
 /*
	  FILE ARCHIVED ON 02:00:31 Jul 26, 2017 AND RETRIEVED FROM THE
	  INTERNET ARCHIVE ON 13:03:48 Jul 12, 2023.
	  JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
 
	  ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
	  SECTION 108(a)(3)).
 */
 /*
 playback timings (ms):
   captures_list: 104.665
   exclusion.robots: 0.081
   exclusion.robots.policy: 0.072
   RedisCDXSource: 0.89
   esindex: 0.009
   LoadShardBlock: 84.359 (3)
   PetaboxLoader3.datanode: 107.0 (4)
   load_resource: 284.447
   PetaboxLoader3.resolve: 213.456
 */