/*------------------------DESKTOP----------------------------------------*/
 @media screen and (min-width: 990px) {     
	 #languageswitch {
		 position: absolute;
		 right: 30px;
         top: 25px;
		 z-index: 2;
		 border:#FFFFFF;
         -webkit-filter: drop-shadow( 0px 0px 5px black);
         -moz-filter: drop-shadow( 0px 0px 5px black);
         filter: drop-shadow( 0px 0px 5px black);
	 }
	 
	 #logo-image-desktop {
		max-width: 950px;
     	max-height: 198px;
     	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);	
		display:inherit;	
	 }
	 #logo-image-mobile {
	  display:none;
 	 }
	 #upscrollbutton {
         position: fixed;
         right: 45px;
         bottom: 20px;
         z-index: 3;
         border:#FFFFFF;
         -webkit-filter: drop-shadow( 0px 0px 5px black);
         -moz-filter: drop-shadow( 0px 0px 5px black);
         filter: drop-shadow( 0px 0px 5px black);
    }
     h1 {
         display:inherit;
         font: bold 1.875em eenvoudige_batik, serif;
         color:#1a741f;
    }
     h3 {
         text-align: left;
    }
     #bodylinks {
         float: left;
         width: 78%;
         text-align: left;
    }
     #bodyrechts {
         float: right;
         width: 20%;
         text-align: right;
    }
     #bodymitte {
         text-align:left;
    }
     article {
         text-align:left;
    }
     #navibutton {
         display:none;
    }
     #filterkriterienbutton {
         display:none;
    }
     #upndown input, br{
         display:none;
    }
     #diskanttabellelaengs {
         display:none;
    }
     #diskanttabellequer {
         margin-left:auto;
         margin-right: auto;
    }
     #hauptnavi {
         display: block;
    }
     #eingabefeld {
         margin-right: 15px;
    }
     #news {
         text-align:left;
         text-indent: -20px;
         margin-left: 25px;
    }
     #lehrertabelledesktop.lehrertabelle {
         display: inline-table;
    }
     #lehrertabellemobile{
         display: none;
    }
     .lehrertabelle td {
         text-align: left;
    }
     .slidertabelle {
         margin-left:auto;
         margin-right: auto;
    }
     #haupttabellemobile {
         display: none;
    }
     #haupttabelledesktop {
         display: inline-table;
    }	
	#tabletitelmobile {
         display: none;
    }	
	#tabletiteldesktop {
         display: inline-table;
    }		
	#table3desktop, #table3desktopE {
		display: inline-table;		
	}
	#table3mobile, #table3mobileE {
		display: none;	
	}
	#footermobile {
		display: none;	
	}
	#footerdesktop {
		display: inline-table;		
	}
}
/*------------------------MOBILE----------------------------------------*/
 @media screen and (max-width: 989px) {
     #languageswitch {
		 text-align: center;
		 border:#FFFFFF;
         -webkit-filter: drop-shadow( 0px 0px 5px black);
         -moz-filter: drop-shadow( 0px 0px 5px black);
         filter: drop-shadow( 0px 0px 5px black);
	 }
	 
	 #logo-image-mobile {
		max-width: 350px;
     	max-height: 257px;
     	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);		
		display:inherit;
	 }
	 #logo-image-desktop {
	    display:none;
	 }
	 #upscrollbutton {
         position: fixed;
         right: 10px;
         bottom: 10px;
         z-index: 3;
         border:#FFFFFF;
         -webkit-filter: drop-shadow( 0px 0px 5px black);
         -moz-filter: drop-shadow( 0px 0px 5px black);
         filter: drop-shadow( 0px 0px 5px black);
    }
     h1 {
         display:none;
    }
     h2 {
         text-align:center;
    }
     h3 {
         text-align:center;
    }
     #bodylinks {
         clear:both;
         width: auto;
         margin-left:auto;
         margin-right:auto;
         text-align: center;
    }
     #bodyrechts {
         clear:both;
         width: auto;
         margin-left:auto;
         margin-right:auto;
         text-align: center;
    }
	
     #bodymitte{
         clear:both;
         text-align:center;
    }
     article {
         text-align:center;
    }
     #navibutton {
         text-align:center;
         background-color: #ffffff;
         padding: 5px 5px;
         text-decoration: none;
         color: #FFFFFF /*#1a741f*/;
         border-radius: 4px 4px 4px 4px;
         -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
         -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
         box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
		 background: url(./images/pullistoff.jpg) right no-repeat;
		 text-shadow: 2px 2px 2px #000;
    }
     #navibutton:hover {
         /*text-shadow: 0px 0px 2px #000;*/
         color: #FFFFFF;
		 text-shadow: none;     
    }
     #filterkriterienbutton {
         text-align:center;
         background-color: #ffffff;
         padding: 5px 5px;
         text-decoration: none;
         color:#1a741f;
         border-radius: 4px 4px 4px 4px;
         -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
         -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
         box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    }
     #filterkriterienbutton:hover {
         text-shadow: 0px 0px 2px #000;
         color: #FFFFFF;
    }
     #upndown input, #upndown2 input{
         margin-bottom: 4px;
         width: 200px;
    }
     #diskanttabellelaengs {
         margin-left: auto;
         margin-right: auto;
    }
     #diskanttabellequer {
         display: none;
    }
     #hauptnavi {
         display: none;
    }
     .spalte_verstecken {
         display: none;
    }
     #button {
         margin-top:10px;
    }
     #lehrertabellemobile {
         display: inline-table;
         text-align:center;
    }
     #lehrertabelledesktop {
         display: none;
    }
     .lehrertabelle td {
         text-align: center;
    }
     #haupttabellemobile {
         display: inline-table;
    }
     #haupttabelledesktop {
         display: none;
    }
	#tabletitelmobile {
         display: inline-table;
    }	
	#tabletiteldesktop {
         display: none;
    }	
	#table3desktop, #table3desktopE{
		display: none;			
	}
	#table3mobile, #table3mobileE {
		display: inline-table;	
	}
	#footermobile {
		display: inline-table;
	}
	#footerdesktop {
		display: none;			
	}
}
/* ==================================================== GLOBAL DEFINITION ==================================================== */
 
 #navi-german, #navi-english, #article-german, #article-english, #footer-german, #footer-english {
	 display: none;	
 }
			
 .fb-page, .fb-page span, .fb-page fb_iframe_widget span iframe {
    			width: 100% !important;
 }

 #table3desktop td{
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;		 	 
 } 
 #table3mobile{	
	text-align: center;		 	 
 } 
.lehrereintragpruefen {
	border:0;	
	background-color:transparent;
	font-size:14px;
    font: normal .90em Tauri, sans-serif;
    color: #474747; 
}
.newslettereintragpruefen {
	border:0;	
	background-color:transparent;
	font-size:14px;
    font: normal .90em Tauri, sans-serif;
    color: #474747; 
}

 #tabletitelmobile th {
     padding: 5px;
     border-top: 2px solid black;
	 border-left: 2px solid black;;
	 border-right: 2px solid black;;
     text-align:center;
     font-size: 16px;
     font-family: verdana;
     background:#A7A7A7;
	 
}

 #tabletiteldesktop th {
     padding: 5px;
     border: 2px solid black;
     text-align:center;
     font-size: 16px;
     font-family: verdana;
     background:#A7A7A7;
}

 #tabletitelmobile td{
     text-align:center;
     border-top: 2px solid black;
	 border-left: 2px solid black;;
	 border-right: 2px solid black;;
     padding: 5px;
}

 #tabletiteldesktop td{
     text-align:center;
     border: 2px solid black;
     padding: 5px;
}
 #tabletiteldesktop tr.gerade {
     background:#FFF;
}
 #tabletiteldesktop tr.ungerade {
     background:#C4C4C4;
}
 #haupttabellemobile tr {
     text-align: center;
}
 #newslettertabellemobile tr {
     text-align: center;
}
 #haupttabelledesktop tr td {
     text-align: left;
}
 .haupttabellefirstcol{
     font-weight:bold;
}
 body {
     width: 99%;
     font: normal .90em Tauri, sans-serif;
     color: #474747;
     background: url('../img/background.png');
     background-position:top, center;
     padding-top: 5px;
     margin-left:auto;
     margin-right:auto;
}
 main {
     width: auto;
     display: block;
     position: relative;
     margin-right: auto;
     margin-left:auto;
}
 h2 {
     font-size: 2.5em;
     font-weight: bold /*normal*/;
	 font-family: "eenvoudige_batik";
     /*color: #7C2D48;*/
	 color: #1a741f;
     padding: 10px 5px;
     border-bottom: 1px solid #BBBCBE;
}
 h3 {
     font: normal 1.10em Tauri, serif;
     color: #898989;
     margin: 20px 0;
}
 #bodymitte {
     width: 98%;
    /*text-align:left;
    */
     clear: both;
     margin-right: auto;
     margin-left:auto;
}
 #eingabefeld {
     padding: 10px;
     border: solid 1px #fff;
     box-shadow: inset 1px 1px 2px 0 #707070;
     transition: box-shadow 0.3s;
     border: solid 1px #707070;
     box-shadow: 0 0 5px 1px #969696;
}
 #eingabefeld:focus, #eingabefeld[type="text"].focus {
     box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
 #button {
     /*background-color: #ffffff;*/
	 /*background: url(./images/dirndlstoff.jpg) right no-repeat;*/
	 /*background: url(./images/lodenstoff.jpg) right no-repeat;*/
	 /*background: url(./images/pullistoff_grau2.jpg) right no-repeat;*/
	 /*background: url(./images/holz.jpg) right no-repeat;*/
	 background: url(./images/pullistoff.jpg) right no-repeat;
     padding: 5px 5px;
     text-decoration: none;
	 text-shadow: 2px 2px 2px #000;
     color: #FFFFFF /*#7C2D48*/;
     border-radius: 4px 4px 4px 4px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
 #button:hover {
     text-shadow: none;
     color: #FFFFFF;
}
 #hauptnavi input{
     margin-left:2.5px;
     margin-right:2.5px;
}
 #haupttabelledesktop, #haupttabellemobile, #newslettertabellemobile{
     font-weight:bold;
     border: double;
     border-collapse: collapse;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     margin-left:auto;
     margin-right:auto;
}
 #haupttabelledesktop tr th, #haupttabellemobile tr th,  #newslettertabellemobile tr th {
     padding: 5px;
     border-bottom: double;
     border-right: double;
    /*text-align: center;
    */
}
 #haupttabelledesktop tr, #haupttabellemobile tr,  #newslettertabellemobile tr {
     border-bottom: solid 1px #000;
}
 #haupttabelledesktop tr td, #haupttabellemobile tr td, #newslettertabellemobile tr td {
     border-right: double;
     padding: 5px;
}
 .diskanttabelle {
     margin-left:auto;
     margin-right:auto;
     background-color:#aaaaaa;
     z-index:1;
     padding: 5px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
 .diskanttabelleinnen {
     margin-left:auto;
     margin-right:auto;
     border-spacing: 2px 0px;
}
 .zelle_zug, .zelle_druck_gelb, .zelle_zug_gelb, .zelle_druck_grau, .zelle_zug_grau, .zelle_druck {
     background-color:#FFFFFF;
     z-index:2;
     text-align: center;
     width: 50px;
     border: solid 1px #000;
     padding: 5px 5px 5px 5px;
}
 .zelle_zug, .zelle_zug_gelb, .zelle_zug_grau {
     color:#FF0000;
     border-radius: 0px 0px 30px 30px;
     border-top: none;
}
 .zelle_druck, .zelle_druck_gelb, .zelle_druck_grau {
     color:#00FF00;
     border-radius: 30px 30px 0px 0px;
}
 .zelle_zug_gelb, .zelle_druck_gelb {
     background-color:#FFFF00;
     z-index:3;
}
 .zelle_zug_grau, .zelle_druck_grau {
     background-color:#e2e2e2;
     z-index:3;
}
 article {
     margin-right: auto;
     margin-left:auto;
     background: #FAFBFC;
     border: 1px #000000 solid;
     margin-top: 6px;
     padding: 0px 10px 10px 12px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
 @font-face {
     font-family: 'Tauri';
     font-style: normal;
     font-weight: 400;
     /*src: local('Tauri Regular'), local('Tauri-Regular'), url(https://themes.googleusercontent.com/static/fonts/tauri/v2/33NkxyDp8MBgQpwno_A-zw.woff) format('woff');
*/
	 src: url('33NkxyDp8MBgQpwno_A-zw.woff') format('woff');
}
 @font-face {
     font-family: "Textur";
     src: url("./TEN.TTF");
}

 @font-face {
    font-family: 'eenvoudige_batik';    
    src: url('eenvoudige_batik_.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	}



@font-face {
     font-family: "Stickerei3";
     src: url("./fonts/stickerei_3.ttf");
}

 * {
     margin: 0;
     padding: 0;
}
 html {
}
 a {
     color:#1a741f;
     font-weight: bold;
}
 a:hover, a:focus {
     color: #8F8F90;
}
 span.anchor {
     display: block;
     position: relative;
    /*top: -10px;
    */
     visibility: hidden;
}
 a.more {
     float: right;
}
 a.more:after {
     content: " >";
     display: inline-block;
     height: 1em;
     padding: 0 .5em 0.5em 0.5em;
     border-radius: 1em;
     background: #ffa323;
     margin-left: 10px;
}
 a.more:hover{
     color: #4A4A4A;
     text-decoration: none;
}
 p {
     line-height: 1.6em;
     margin: 20px 0;
}
 img, a img {
     border: 0 none;
}
 dl {
     margin-bottom: 50px;
     clear: left;
}
 dt {
     float: left;
     font-weight: bold;
     margin-right: 5px;
     padding: 5px;
     width: 90px;
}
 dd {
     margin: 2px 0;
     padding: 5px 0;
}
 #bodytabelle {
     margin-left:auto;
     margin-right:auto;
     width:100%;
}
 input {
     font-size: 24px;
	 font-family: "eenvoudige_batik"; 
	 
}
 .lehrertabelle {
     display:inline-table;
     margin: 5px;
     border: double;
     border-collapse: collapse;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     max-width: 400px;
}
 .lehrertabelle tr {
     border-bottom: solid 1px #000;
}
 .lehrertabelle td {
     border-right: double;
     padding: 3px;
}
 .lehrertabelle .lehrertabellefirstrow, .lehrertabelle .lehrertabellethirdrow {
     border-bottom:none;
}
 .lehrertabelle .lehrertabellefirstrow td {
     padding-bottom: 0px;
     font-weight:bold;
    /*text-decoration: underline;
    */
     border-right:none;
}
 .lehrertabelle .lehrertabellesecondrow td {
     padding-top: 0px;
     border-right:none;
}
 .lehrertabelle .lehrertabellethirdrow td {
     padding-top: 0px;
     padding-bottom: 0px;
}
 #einfaerben {
     background-color:#EEE;
}
 .registrierungsfeld {
     padding: 3px;
     border: solid 1px #fff;
     box-shadow: inset 1px 1px 2px 0 #707070;
     transition: box-shadow 0.3s;
     border: solid 1px #707070;
     box-shadow: 0 0 5px 1px #969696;
     font-size:14px;
     font: normal .90em Tauri, sans-serif;
     color: #474747;
     width: 200px;
}
.aussendungsfeld {
     padding: 3px;
     border: solid 1px #fff;
     box-shadow: inset 1px 1px 2px 0 #707070;
     transition: box-shadow 0.3s;
     border: solid 1px #707070;
     box-shadow: 0 0 5px 1px #969696;
     font: Tahoma, Geneva, sans-serif normal 12pt;
     color: #474747;
     /*width: 400px;*/
}
.newsletterfeld {
     padding: 3px;
     border: solid 1px #fff;
     box-shadow: inset 1px 1px 2px 0 #707070;
     transition: box-shadow 0.3s;
     border: solid 1px #707070;
     box-shadow: 0 0 5px 1px #969696;
     font-size:14px;
     font: normal .90em Tauri, sans-serif;
     color: #474747;
     width: 230px;
}
 #db_Leihharmonika, #db_Hausbesuche{
     width: 100px;
}
 .registrierungsfeld:focus, .registrierungsfeld[type="text"].focus {
     box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
 .Fehlerspalte {
     color:#FF0000;
     font-weight:bold;
     border: 0px;
     text-align:center;
}
 .InfoBox {
     visibility:hidden;
     position:absolute;
     top:10px;
     left:10px;
     z-index:4;
     width:250px;
     background-color:#FDFEFF;
     border:2px solid #1a741f;
}
 .BoxInnen {
     padding:5px;
}
 .BoxInhalte {
     font-size:12px;
}

 #newslettereintragtabelle{
    /*border:1px solid #7C2D48;
     */
     margin-left:auto;
     margin-right:auto;
}
 #lehrereintragtabelle{
    /*border:1px solid #7C2D48;
     */
     margin-left:auto;
     margin-right:auto;
}
#newslettereintragtabelle td {
     padding: 3px;
    /*border:1px solid;
    */
}
 #lehrereintragtabelle td {
     padding: 3px;
    /*border:1px solid;
    */
}
 #newslettereintragtabelle .Fehlerspalte, #newslettereintragtabelle .Infospalte, #newslettereintragtabelle .Eingabespalte {
     border: none;
     vertical-align: middle;
     margin-left:auto;
     margin-right:auto;
}
 #lehrereintragtabelle .Fehlerspalte, #lehrereintragtabelle .Infospalte, #lehrereintragtabelle .Eingabespalte {
     border: none;
     vertical-align: middle;
     margin-left:auto;
     margin-right:auto;
}
 option,select {
     text-align: center;
}
 .slider {
     width: 80%;
     margin-left:auto;
     margin-right:auto;
}
 .anzeigeslider {
     width: 150px;
     text-align:center;
}
 .anzeigensliderdiv {
     margin-left:auto;
     margin-right:auto;
}
 #googletabelle {
     margin-left:auto;
     margin-right:auto;
}
 #googletabelle tr, #googletabelle td{
     border:none;
}
 .tablecenter {
     margin-left:auto;
     margin-right:auto;
}
 #googlemapsfenster{
     width: 220px;
     height: 220px;
}
 .detailbutton{
     background-color: #1a741f;
     padding: 2px 2px;
     text-decoration: none;
     font-weight: bold;
     font: normal .90em Tauri, sans-serif;
     color:#FFFFFF;
     border-radius: 4px 4px 4px 4px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
 .detailbutton:hover {
     text-shadow: 0px 0px 2px #000;
     color: #FFFFFF;
}
/* ==================================================== IMAGES ==================================================== */
 .image-resize {
     max-width: 800px;
     max-height: 257px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
 .bassimage-resize {
     max-width: 480px;
     max-height: 175px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
 .bassimage2-resize {
     max-width: 500px;
     max-height: 145px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
/* ==================================================== HEADER ==================================================== */
 #logo-image {
     max-width: 950px;
     max-height: 198px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
}
/* ==================================================== FOOTER ==================================================== */
 footer, footer div a, footer div p {
     width: auto;
     margin-top: 10px;
     color: #FFFFFF;
     clear: both;
     text-shadow: 0px 0px 5px #000;
     font-weight:bold;
}
 footer a:hover{
     text-shadow: 0px 0px 5px #FFF;
     color: #000;
}
