    <style type="text/css">		  html { 	scroll-behavior: smooth;         }	      body {	margin: 0;			    background-color: #a2936a; 		        font-family: monospace;				}	  	  small	{ font-size: 0.7em; }			       a { color: #000; }	 			       a.einfach { 	     font-weight: bold; 		 font-size: 1.5em;		 text-decoration: none;	     color: #fff; 	     text-shadow: 0px 0px 0px #55f;  		 opacity: 0.9;  		 filter: alpha(opacity=80);				 }				       .rechts {	  			 position: absolute; right: 5%;	  			 width:50%; 				 align: right; }      img {  	   width: auto\9; 	   height: auto;  	   max-width: 100%;  	   vertical-align: middle;  	   border: 0;  	   -ms-interpolation-mode: bicubic;	   	  }		  	  img { 			padding: 0.0em; 			}	  	  img.home { 				width:250px;	  			position:fixed; 	         	left:50px; 	            top:10px; 			    font-size: 1.5em;								}					  img.hinter {	  		    width:30%;	  			position:fixed; 	         	left:50px; 	            top: 10px;			    font-size: 1.5em;				z-index:-1;				}						img.gedreht5 { transform: rotate(5deg); z-index: 1; } 		img.gedreht10 { transform: rotate(10deg); z-index: 1; } 		img.gedreht15 { transform: rotate(15deg); z-index: 1; } 		img.gedrehtM7 { transform: rotate(-7deg); z-index: 1; } 		img.pffoto { 				width:300px; 				box-shadow: 0px 0px 3px 3px rgba(152, 137, 96, 0.5);					z-index: 0; }		img.aufblaeh:hover {					transform: scale(1.5); 					z-index: 2;					box-shadow: 					0px 0px 10px 10px rgba(162, 147, 106, 0.5), 					0px 0px 10px 10px rgba(255, 255, 255, 0.5);					-webkit-transition: all ease 0.5s;					-moz-transition: all ease 0.5s;					transition: all ease 0.5s;  					}				  header {	          			  height: 800px;			  position: relative;			  top:0px;			  }					  hr { width: 50%; }			  	  pre {		  font-family: monospace;		  font-size: 1.5em;		  		  } 	  .imp {	         position:fixed; 	         right:50px; 	         bottom:10px; 			 font-size: 1.5em;				}					  .rahmen {   	  box-shadow: 0px 0px 0px 20px rgba(162, 147, 0, 0.99);	          }			  	  .extra {	         width:80%;  			 font-size: 5.5em;			 color: #482d0f; 			 text-shadow: 0px 0px 5px #fff;			 font-family: 'Varela Round', sans-serif;			 font-face: uppercase; 			 			 }			 	  .gross { 	         width:80%;  			 font-size: 2.0em;			 }			 	  .normal {	         width:80%; 			 font-size: 1.5em;				}					  .klein {	         width:80%; 			 font-size: 1.0em;				}									  .zitat { 	  			  color: #fff;			  font-size: 1.5em;			  font-weight: bold;	          width:75%; 			  font-family:courier new, courier, mono; 			  text-shadow: 0px 0px 10px #000; 				 }				 	  .beige { background-color: #a2936a; }	  	  .schwarz {	          color: #fff;			  background-color: #000;	          }			  	  .weiss { color: #555; 	  		   background-color: #fff;	          }	  	  .block { text-align: justify; }	  	  .links { text-align: left; }	  	  .mitte { text-align: center; }	  	  .quelle { 	  			  color: #ddd;			  font-size: 0.8em;			  font-family: arial; 			  }			  	  .banner {  height:100px; padding: 0px; margin: 0px;}	  	  	  .sprache { position: relative; height: 30px; }	  	  .modal {  display: none;  position: fixed;  z-index: 1;  padding-top: 0.0em;  top: 5%;  margin-left: auto;  width: 100%;  height: 100%;  overflow: auto;}.mySlides {  display: none;}/* The Buttons */.cursor {  cursor: pointer;}.prev,.next, .close {  cursor: pointer;  position: fixed;  top: 0;  width: auto;  color: rgb(0,200,0);  font-weight: bold;  font-size: 40px;  -webkit-transition: all ease 0.8s;  -moz-transition: all ease 0.8s;  transition: 0.6s ease;  user-select: none;  -webkit-user-select: none;}.prev {  right: 70%;}.close {  right: 50%;}.next {  right: 30%;}.prev:hover,.next:hover,.close:hover {  color: rgb(222,222,222);  transition: all ease 0.3s;  text-shadow: 0px 0px 10px rgb(255,255,255);}.form-control {  display: block;  width: 100%;  padding: 0.375rem 0.75rem;  font-size: 1rem;  line-height: 1.5;  color: #495057;  background-color: #fff;  background-image: none;  background-clip: padding-box;  border: 1px solid #ced4da;  border-radius: 0.25rem;  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}.form-control::-ms-expand {  background-color: transparent;  border: 0;}.form-control:focus {  color: #495057;  background-color: #fff;  border-color: #80bdff;  outline: none;  box-shadow: 0 0 0 0.3rem rgba(162, 147, 106, 1.0);}.form-control::-webkit-input-placeholder {  color: #868e96;  opacity: 1;}.form-control:-ms-input-placeholder {  color: #868e96;  opacity: 1;}.form-control::-ms-input-placeholder {  color: #868e96;  opacity: 1;}.form-control::placeholder {  color: #868e96;  opacity: 1;}.form-control:disabled, .form-control[readonly] {  background-color: #e9ecef;  opacity: 1;}input,button,textarea {  margin: 0;  font-size: inherit;  line-height: inherit;  font-family: monospace;  }button {  padding: 0.5rem 1rem;  border-radius: 10;  border-color: transparent;  background-color: rgba(162, 147, 106, 1.0);  color: #fff;  line-height: 1.5;  border-radius: 0.5rem;}button,input {  overflow: visible;}button,html [type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  padding: 0;  border-style: none;} iframe.video {  width: 800px;  height: 400px; }     @media only screen and (max-width: 1024px) { 	  	header {	          			  position: relative;			  top:0px;			  height: 600px;			  }			    	  	img.home	  		  { width:150px;	  			position:fixed; 	         	left:50px; 	            top:10px; 			    font-size: 1.5em;				}						 img.hinter	  		  { width:30%;	  			position:fixed; 	         	left:50px; 	            top:20px; 			    font-size: 1.5em;				}						img.pffoto { width:40%; }	   .extra { 	   	 font-size: 2.0em;  		   }	          .gross { 	     font-size: 1.5em;    		 }			 	  .normal {  	     font-size: 1.0em;  		 }					  .klein { 	     font-size: 1.0em;				 }									.imp {  font-size: 1.0em;  }					 	   	.quelle { font-size: 0.8em;  }			          .zitat { 		   font-size: 1.0em; 			   text-align: center;  		 }		.banner {  height:50px;  }		.links { text-align: justify; }			    .rechts { left: 50%; }	    pre {  font-size: 1.0em;  }				iframe.video {                    width: 560px;                    height: 315px; }				} @media only screen and (max-width: 480px) { 	  	header {	          			  position: relative;			  top:0px;			  height: 600px;			  }			    	  	img.home	  		  { width:150px;	  			position:fixed; 	         	left:50px; 	            top:10px; 			    font-size: 1.5em;				}		img.hinter	  		  { width:45%;	  			position:fixed; 	         	left:0px; 	            top:200px; 			    font-size: 1.5em;				}					    pre {		  font-family: monospace;		  font-size: 1.0em;		  width: 50%;		  position: relative;		  left: 50px;		  }		iframe.video {                    width: 336px;                    height: 189px; }	   .extra { 	   	 font-size: 2.0em;  		   }	          .gross { 	     font-size: 1.5em;    		 }			 	  .normal {  	     font-size: 1.0em;  		 }					  .klein { 	     font-size: 1.0em;				 }									.imp {  font-size: 1.0em;  }					 	   	.quelle { font-size: 0.8em;  }			          .zitat { 		   font-size: 1.0em; 			   text-align: center;  		 }		         a.einfach { 	     font-weight: bold; 		 font-size: 1.3em;		 text-decoration: none;	     color: #fff; 	     text-shadow: 0px 0px 0px #55f;  		 opacity: 0.9;  		 filter: alpha(opacity=80);				 }		.banner {  height:50px;  }		.links { text-align: justify; }				.rechts { left: 40%;}}    </style>			<!--- Hinweise 	Farbe Gold: #996515 	<p class="quelle">*) Kleiner, aber feiner Text.</p>		--->