@charset "utf-8";
.leichtathletik
{
    background-color: rgba(187,187,187,1.00);
}
.turnen
{
     background-color: rgba(187,187,187,1.00);
}
.schwimmen
{
	background-color: aqua;
}
.gymnastik
{
     background-color: rgba(187,187,187,1.00);
}
.kurs
{
     background-color: rgba(187,187,187,1.00);
}
.fanfaren
{
    background-color: rgba(187,187,187,1.00);
}

#white {
	color: white;
}
.white {
	color: white;
}
.nav.navbar-nav li .white {
	color: white;
}

.bildfluss {
	
	border: 1px solid #ccc;
	float: left;
	margin: 0 30px 15px 0;
	max-width: 50%;
	height: auto; 
	
	
}

/* dreispaltige Darstellung */
 .inhalt 
  {
	column-width: 300px;
	-moz-column-width: 300px;  
	-webkit-column-width: 300px;
	column-gap: 10px;
	-moz-column-rule-style: dashed;
	-webkit-column-rule-style: dashed;
	column-rule-style: dashed;
	
	-moz-column-rule-color: red;
	-webkit-column-rule-color: red;
	column-rule-color: red;
	
	moz-column-rule-width: 2px;
	-webkit-column-rule-width: 2px;
	column-rule-width: 2px;
  }
.bg-rot
{
	background-image: -webkit-linear-gradient(178deg,rgba(225,152,152,1.00) 0%,rgba(204,0,0,1.00) 100%); background-image: -moz-linear-gradient(178deg,rgba(225,152,152,1.00) 0%,rgba(204,0,0,1.00) 100%); background-image: -o-linear-gradient(178deg,rgba(225,152,152,1.00) 0%,rgba(204,0,0,1.00) 100%); background-image: linear-gradient(272deg,rgba(225,152,152,1.00) 0%,rgba(204,0,0,1.00) 100%);
	color: white;
}
.bg-rot2
{
	background-color: #CC0000; 
	color: white;
}
.bg-rot3
{
	background-color: rgba(199,57,79,1.00);
	
}
.bg-rot4
{
    background-color: rgba(224,136,138,1.00)
}

 #tagcloud a {
  	  text-decoration: none;
  	}

  	#tagcloud a:hover {
  	  text-decoration: underline;
  	}

  	#tagcloud {
  	  margin: 25px auto;
  	  font: 75% Arial, "MS Trebuchet", sans-serif;
  	}
		
		 .banner{
			width: 80%;
			 height: 80%;
			background-size: cover;
				
		}

.bg-light {
	background-color: rgba(200,48,50,1.00)
}

ol{margin:0;padding:0;list-style-type:none}

.menu{
	width:100%;
	padding:0 16px;
	display:block;
	position:relative
	}

.menu > ol:first-child{
	width:100%;
	display:flex;
	position:relative;
	/*flex-flow:row wrap; */
	justify-content:center
	}

.menu-item{
		width:150px;
	position:relative;
	perspective:100%;
	cursor:pointer
	}

.menu-item a{
	width:100%;
	padding:16px 0;
	display:block;
	position:relative;
	color:#fff;
	border-radius:4px;
	transition:all .5s ease;
	transform-style:preserve-3d
	}

.menu-item a:before{
	width:100%;
	padding:16px 0;
	display:block;
	position:absolute;
	color:#000;
	border-radius:4px
	}
.head_h1 {color: red;
line-height: 180%; letter-spacing: 0em; font-style: normal; font-weight: 700;
}
.container-fluid {
   	max-width: 2000px;
}

@media (min-width: 100px) {
  .head_h1{ font-size: 1.5em;
  }
}

@media (min-width: 352px) {
  .head_h1{ font-size: 2.5em;
  }
}

@media (min-width: 576px) {
  .head_h1{ font-size: 3.5em;
  }
}

@media (min-width: 768px) {
	.head_h1 {font-size: 3.5em;}
  
}

@media (min-width: 992px) {
	.head_h1 {font-size: 3.5em;}
  
}

@media (min-width: 1200px) {
	.head_h1 {font-size: 5em;
	}  
}

@media (min-width: 1600px) {
	.head_h1 {font-size: 6em;
	}  
}

.nav-link2 {
    color: rgba(255, 255, 255, 0.9);
	line-height: 1.250em;
	font-weight: 700; font-size: 1.2em;
	margin: 1em;
}
body {
	
	background-color: rgb(199,57,79);
}

.fz-hg
{
	background-image: url("../bilder/banner/gruppenbild.jpg");
	background-repeat: no-repeat;
background-position: center center;
	background-size: cover;
	min-height: 45rem;
}
.hg-bild
		/* {background-image: url("../bilder/header/tgo1_3125x588_komprimiert.jpg"); */
{
/*	background-image: url("../bilder/header/intro_otimize.jpg");
min-height: 23.75rem;
	max-width: 2000px;
	*/

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 23.75rem; 


	/* 380 px/16px Schriftgröße = 23,75rem*/
	
}
		 
		 .ueberschrift
		 {
	font-display: block;
	font-style: oblique;
	color: rgba(0,0,0,1.00);
			 color: red;
	font-variant: normal;
	font-weight: bold;
			 font-size: 4.5rem;
}

/* Karussel im megamenü verkleinert darstellen */

.megamenu-static-picto {
  max-width: 207px; /* Ein Viertel von 827px. Passen Sie diesen Wert bei Bedarf an. */
  height: auto;     /* Stellt sicher, dass das Seitenverhältnis erhalten bleibt. */
  display: block;   /* Notwendig für die Zentrierung mit mx-auto. */
  margin-bottom: 1rem; /* Fügt etwas Abstand nach unten hinzu. */
}
