/* TSV.V2.CSS 1.0 2021 by Copyright Dr. Julia Fahrentholz-Starrost */

h2_oL {
	!color: #003A5D;
	color: #28764C;
	font-family: 'Roboto Slab', serif;
	!font-weight: 400;
	font-weight: 700;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	line-height: 1.3em;
}

img.anfahrt {
width: 30%;
!display: flex;
border: 2px solid #fff;
float: center;
!margin-left: 10px;
margin-top: 30px;
}

img.thumbnail {
width: 60%;
!display: inline-block;
border: 2px solid #00a;
}

img.spartenfoto {
width: 90%;
!display: inline-block;
border: 2px solid #28764C;
float: center;
margin-bottom: 20px;
}

img.spartenfoto_kl {
width: 38%;
!display: inline-block;
border: 2px solid #28764C;
float: center;
margin-bottom: 20px;
}

.bilder {
!float: left;
height: 300px;
!display: inline-block;
border: 2px solid #00a;
margin: 11px;
padding: 3px;
}

.tsv-wappen {
  display: block;
  max-width: 100%;
  height: auto;
}

!.tsv-sparten {
!	width: 100%;
!	height: 806px;
!}

#tsvSparten td {
    text-align: left;
	border-bottom: 1px solid #ccc;
}

#tsvSponsoren td {
    text-align: left;
	border-bottom: 1px solid #003A5D;
}

#tdSpartenEnde {
    !width: 255px;
	border: 0px solid #e0e0e0;
}

#gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
  !grid-template-columns: auto auto auto auto;
  gap: 1em;
  !z-index: 1901;
}

#gallery > figcaption {
  grid-column: 1 / -1;
}


!table, th, td {
 !   border: 0px solid #e0e0e0;
 !       border-bottom-color: rgb(224, 224, 224);
 !       border-bottom-style: solid;
 !       border-bottom-width: 0px;
!}

@media screen and (max-width: 768px) {
.tsv-wappen{max-width: 60%!important}}

@media screen and (max-width: 992px) {
.tsv-wappen{max-width: 50%!important}}

