.visually-hidden:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

body {
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	padding:0px;
	margin:0px;
	background-color: #f4f4f4;
	background-image: linear-gradient(to bottom, #ffffff, #e9e9e9);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-left{
    width: 100px;
    height: auto;
	border:0px;
	margin-left:20px;
}

.logo-right {
    width: 100px;
    height: auto;
	border:0px;
	margin-right:20px;
}

#headlinetext{
	max-width: 700px;
	padding: 12px 0px;
	text-align: center;
	border-radius: 8px;
}

a
{
	color: #446C08;
	font-weight: bold;	
	text-decoration:none;
}

a:visited
{
	color: #446C08;
}

a:hover
{
	color: #446C08;
	text-decoration:underline;
}

h1
{
	text-align: center;
	font-size: 22pt;
	margin-left:5px;
	margin-right:5px;
}

#headline1{
	text-align: -webkit-center;
	font-size: 22pt;
	margin: 16px 0px;
    font-weight: bold;
    display: block;
}

#headline2{
	text-align: -webkit-center;
	font-size: 13pt;
    margin-bottom:8px;
    font-weight: bold;
    display: block;
}

#headline3{
	text-align: -webkit-center;
	font-size: 9pt;
    display: block;
	margin-bottom: 10px;
	
}

.svrlink{
	color: #000000;
}

#headlinetext a:hover,
#headlinetext a:visited{
	color: #000000;
}

.abtlinks{
	color: #000000;
	font-weight: normal;
}


h2
{
	font-size: 16pt;
	margin-left:5px;
	margin-right:5px;
}


p
{
	font-size: 12pt;
	margin-left:5px;
	margin-right:5px;
	
}

img
{
	border: 0;
	max-width: 100%;
	height: auto;
}


/* ----------container zentriert das layout-------------- */
#container {
    width: 1000px;  /* 974 */
    padding:0px;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    border: black 1px solid;
	background-color: #EBEBEB;
}

/* ----------outer und inner----------------- */

#outer
{
    border-left: solid 164px #4D662D; /* linke Menue Spalten Farbe  */
    border-right: solid 164px #4D662D; /* rechte Menue Spalten Farbe  */
    background-color: #EBEBEB; /* Farbe fuer Inhalt Spalten  */
    min-height: 800px;
} 

#inner
{
    margin:0;
    width:100%;
}

/* -----------------Inhalt--------------------- */ 

#content
{
    position: relative;
    margin: 0px;
    padding: 5px;
}

#content_headline img
{
		vertical-align:middle;
		border: black 0px solid;
		margin-left:40px;
		margin-right:40px;
		
}

#content_headline
{
		text-align: center;
		font-weight:bold;
 		font-size:18px;
		margin-bottom:20px; 		
}

#leftgrey
{
    width:158px;
    float:left;
    position:relative;
    margin-left:-164px;
}

#rightgrey
{
    width:158px;
    float:right;
    position:relative;
    margin-right:-164px;
}


/* -----------------Inhalt--------------------- */ 

#content {
    padding: 15px;
    min-height: 800px;
}

#content_headline img
{
		vertical-align:middle;
		border: black 0px solid;
		margin-left:40px;
		margin-right:40px;
		
}

#content_headline
{
		text-align: center;
		font-weight:bold;
 		font-size:18px;
 		
}

#footergrey
{
    background-color: #EBEBEB;
    clear:left;
    padding: 15px;
    text-align: center;
}

#headergrey
{
     background-color: #EBEBEB;    
}

#outergrey
{
    border-left: solid 164px #EBEBEB; /* linke Menue Spalten Farbe  */
    border-right: solid 164px #EBEBEB; /* rechte Menue Spalten Farbe  */
    background-color: #EBEBEB; /* Farbe fuer Inhalt Spalten  */
    min-height: 800px;
}

#badminton_img {
	padding: 25px 0px;
}

#Weiterleitung {
	padding-top: 100px;
}

/* volleyball */

.wichtelblokker {
	color: #7fbbca;
	font-size: 30px;
	line-height: 1.2;
    margin-top: 0px;
	margin-bottom: 0px;;
}

/* Subpage Navigation (Rhönrad, Turnen etc.) */
.subpage-nav {
    margin-bottom: 2rem;
}
.subpage-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}
.subpage-nav a {
    display: block;
    transition: transform 0.2s ease;
}
.subpage-nav a:hover {
    transform: translateY(-3px);
}

/* Content page specific styles */
.content-section {
    margin-bottom: 2rem;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}