/* Css file mit globalen Style fuer die Website TV Bad Bergzabern 									*/
/* Die Ablage erfolgt in VZ 																		*/
/*  sftp://acc1908042671@home128605905.1and1-data.host/TV-BZA-1882/WP-TV-BZA/StyleFiles/Css_BKB.css */
/* also href="http://tv-badbergzabern.de/StyleFiles/Css_BKB.css"  									*/
/* 																									*/
/* Eingebunden wird dieses file im Head des html files 												*/
/* oder falls die absolute adresse per https angesprochen wird 										*/
/* 
<head> 
	<link rel="stylesheet" href="http://tv-badbergzabern.de/StyleFiles/Css_BKB.css"  >
</head>	
*/	



/* Style Alle Seiten					*/
/* 	Linie mit Verlauf - Abspann 									*/

.ws_mehrspaltig_VB_Motto {  
		columns: 2 8em;  
		column-gap: 25px;
		hyphens: auto; 
		padding: 5px 20px 20px 20px; 
		font-weight: normal;
		line-height: 2.7rem;
		color: blue;
		font-size: 2rem;
		} 
		.TextBlock1VB {
                  display: table;
                  color: blue;
				  font-style: normal;
				  font-size: 1rem;
		          font-size: 120%;
                  font-weight: normal;
				  line-height: 2.0rem;
				  padding-right: 20px;
				  line-height: 2.5rem;
				  
        }
        
        
                     
        .TextBlock2VB {
                  display: table;
                  color: blue;
                  font-size: 1rem;
		          font-size: 120%;
                  font-weight: bold;
				  line-height: 2.5rem;
                  padding-top: 30px
				  padding-right: 20px;
        }
        
        .TextBlock2VB > a:link {
            color:blue;
        }
        
       .TextBlock2VB > a:hover {
            color: #EF23E5;
            font-size: 130%;
            
        }
        
        .TextBlock2VB > a:link 
        
        :after {
        content: ' \2750';
        }
        
        /* link styling erfolgreich getestet 15-09-2025 */
		/* kind vererbung funktioniert für den div mit der classe */
        
		        
		#HV-VB {
			font-weight: bold;
			font-style: italic;
		}
		
		#HV2-VB {
			padding-top: 10px;
			padding-bottom: 10px;
			font-size: 1rem;
		    font-size: 130%;
			font-weight: bold;
			/* font-style: italic; */
		}
.VB-Listen {
				 font-weight: 1rem;
	              color: blue;
                  font-size: 1rem;
		          font-size: 120%;
                  font-weight: normal;
				  line-height: 2.5rem;
                  padding-top: 5px;
                   padding-right: 20px;
                  
                  
                  
                  
				  }
	 
.VB-Listen > ul {
				    list-style-type: none;
	 }
	 
	 	.ws_VB_Headline {  
		columns: 1 8em;  
		column-gap: 25px;
		hyphens: auto; 
		padding: 5px 20px 20px 20px; 
		font-weight: bold;
		line-height: 2.7rem;
		color: blue;
		font-size: 2.7rem;
		} 
	 
	 
.myVB1table { border-collapse: 5px solid black; } /* macht zwischenraum */







	  
	  /* Rand um da Element Tabelle zeichnen */
	  /* Einfabrig reciht border: 2px black */
	  
	  .myVB1 { border-top:  2px solid blue ; } 
	  .myVB1 { border-right:  2px solid blue ; } 
	  .myVB1 { border-left:  2px solid blue ; } 
	  .myVB1 { border-bottom: 2px solid blue ; } 
	  
	  
	
	  
	  /* .myVB1 th, td  { border:  2px black ; } sollte eigentlich um die myVB1 Tabelle Zellen einen Rand zeichnen */
      
	  .myVB1 thead { background-color: lightgray; }
      .myVB1 tbody { background-color: whitesmoke; }
      .myVB1 tfoot { font-size: smaller; }
	  
      .myVB1 td {
        text-align: left;     /* th wird sonst zentriert */ 
        vertical-align: top;  /* Ausrichtung oben (Standard = middle) */
        padding: 1rem 0.8rem;
		line-height: 0.3;
		color: black;
	  }
	  
	  .myVB1 th {
		color: blue;
		font-weight: bold; 
		text-align: left;
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
		line-height: 1.5; 
		}
		
      .myVB1 tbody td:first-child { 
          text-align: center;
          color: black;
        
      }
	  .myVB1 tbody td:first-child { 
	      font-weight: bold;
	      color: black;
	   
	  }
	  
      /* Ungerade Zeilen. Gerade Zeilen gestalten = tr:nth-child(even) */ 
	  
.myVB1 tbody tr:nth-child(odd) { background-color: white; 
          color: black;
      }
	  
	  
	  .myVB2table { border-collapse: 5px solid black; } /* macht zwischenraum */
	  
	  /* Rand um da Element Tabelle zeichnen */
	  /* Einfabrig reciht border: 2px black */
	  
	  .myVB2  { border-top:  2px solid blue ; } 
	  .myVB2  { border-right:  2px solid blue ; } 
	  .myVB2  { border-left:  2px solid blue ; } 
	  .myVB2  { border-bottom: 2px solid blue ; } 
	  
	  /* .myVB2 th, td  { border:  2px black ; } sollte eigentlich um die myVB2 Tabelle Zellen einen Rand zeichnen */
      
	  .myVB2 thead { background-color: lightgray; }
      .myVB2 tbody { background-color: whitesmoke; }
      .myVB2 tfoot { font-size: smaller; }
	  
      .myVB2 td {
        text-align: left;     /* th wird sonst zentriert */ 
        vertical-align: top;  /* Ausrichtung oben (Standard = middle) */
        padding: 1rem 0.8rem;
		line-height: 0.3;
		color: black;
	  }
	  
	  .myVB2 th {
		color: blue;
		font-weight: bold; 
		text-align: left;
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
		line-height: 1.5; 
		}
		
      .myVB2 tbody td:first-child { 
          text-align: center;
          color: black;
        
      }
	  .myVB2 tbody td:first-child { 
	      font-weight: bold;
	      color: black;
	   
	  }
	  
      /* Ungerade Zeilen. Gerade Zeilen gestalten = tr:nth-child(even) */ 
      .myVB2 tbody tr:nth-child(odd) { background-color: white; 
          color: black;
      }
	  
	  /* border-collapse: separate;  border-spacing: 10px; */
	  
	  
	  
	  
	  

	  
	

