  
/* allgemeine CSS
--------------------------------------------------*/

body {
  min-height: 2000px;
  padding-bottom: 140px;
  padding-top: 140px;
}

a {
  color: #000066;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000066;
  text-decoration: underline;
}

.jumbotron p {
  font-size: 10px;
}

.colorUeberschrift {
	color: #000066;
}

.colorSchrift {
	color: #000066;
}

.colorBackground_tr_01 {
	background-color: #fff;
}
.colorBackground_tr_02 {
	background-color: #F5F5F5;
}


.navbar-default .navbar-text,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > li > a,
.navbar-default .navbar-nav > .active > li > a:hover,
.navbar-default .navbar-nav > .active > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,  
.dropdown-menu > li > a  {
	color: #000066;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > li > a,
.navbar-default .navbar-nav > .active > li > a:hover,
.navbar-default .navbar-nav > .active > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  font-weight: bold;
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000066;
}

@media screen and (min-width: 768px) {
  .jumbotron p {
    font-size: 14px;
  }
}
 

.img-thumbnail {
  background-color: transparent;
  border: 0;
  border-radius: 12px;
}

.close {
	color: #000066;
	opacity: 1.0;
	text-shadow: none;
}

.close:focus, .close:hover {
    color: #000066;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #000066;
}
 
/* Oberste Navigationsleiste
--------------------------------------------------*/
.navbar-inverse, 
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
  background-color: #000066;
}

.navbar-inverse .navbar-brand {
  color: #FFCC33;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #FFCC33;
}

.navbar-inverse .collapsing,
.navbar-inverse .collapse.in {
    float: right;
}
  
/* Unterste Navigationsleiste
--------------------------------------------------*/
.navbar-fixed-bottom {
  height: 40px;
  font-size: 10px;
  min-height: 30px;
}

.navbar-fixed-bottom  .navbar-nav > li > a {
  font-size: 10px;
  }

.navbar-fixed-bottom   .navbar-nav > li > a:hover,
.navbar-fixed-bottom  .navbar-nav > li > a:focus {
  font-size: 10px;
  font-weight: bold;
  }  
  

/* Kopfaufbau
--------------------------------------------------*/
.kopfimage {
  position: relative;
  top: -150px;
  left: 0;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	   -o-transition: border .2s ease-in-out;
		  transition: border .2s ease-in-out;
}

@media screen and (min-width: 768px) {
	.kopfimage {
	  position: fixed;
	  top: 70px;
	  left: 0;
	  display: block;
	  padding: 4px;
	  margin-bottom: 20px;
	  line-height: 1.42857143;
	  background-color: #fff;
	  border: 0;
	  border-radius: 4px;
		-webkit-transition: border .2s ease-in-out;
		   -o-transition: border .2s ease-in-out;
			  transition: border .2s ease-in-out;
	}
}

.kopfimage > img {
	position: fixed;
	top: 70px;
	left: 0;
	max-width: 100%;
	max-height: 774px;
	/*max-height: 100%;*/
}


.kopftext {
  position: fixed;
  top: 5px;
  left: 30%;  
  right: 30%;
  display: block;
  color: #FFCC33;
  text-align: center;
  }

@media screen and (min-width: 768px) {
  .kopftext h6,
  .kopftext .h6 {
    font-size: 24px;
  }
}  

/* Kopfaufbau hundert Jahre
--------------------------------------------------*/
.kopfimage100 {
  position: relative;
  top: -150px;
  left: 0;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	   -o-transition: border .2s ease-in-out;
		  transition: border .2s ease-in-out;
}

@media screen and (min-width: 768px) {
	.kopfimage100 {
	  position: fixed;
	  top: 70px;
	  left: 0;
	  display: block;
	  padding: 4px;
	  margin-bottom: 20px;
	  line-height: 1.42857143;
	  background-color: #fff;
	  border: 0;
	  border-radius: 4px;
		-webkit-transition: border .2s ease-in-out;
		   -o-transition: border .2s ease-in-out;
			  transition: border .2s ease-in-out;
	}
}

.kopfimage100 > img {
	position: fixed;
	top: 70px;
	left: 0;
	max-width: 100%;
	/*max-height: 774px;*/
	max-height: 1500px;
	/*max-height: 100%;*/
}


.kopfimage100 .button {
	position: fixed;
	top: 150px;
	left: 30px;
}

/* Hauptmenue
--------------------------------------------------*/

.hauptmenue {
  top: 80px;
  left: 5%;
  right: 5%;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border: 0;
  border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}


.hauptmenue .navbar-fixed-top {
  top: 80px;
}

.hauptmenue .navbar-collapse {
  /*margin-right: 7%;
  margin-left: 7%;*/
  /* Ausnahme NEUES VEREINSHEIM */
 /* margin-left: 15%; */
  margin-left: 10%;
}

@media screen and (min-width: 768px) {
  .hauptmenue {
	background-color: #fff;
  }
}

.hauptmenue .navbar-toggle,
.hauptmenue .navbar-toggle:hover,
.hauptmenue .navbar-toggle:focus,
.hauptmenue .navbar-collapse{
  background-color: #fff;
  float: left;

}

/* menueVereinsheim
--------------------------------------------------*/

.menueVereinsheim {
  top: 180px;
  left: 5%;
  right: 25%;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border: 0;
  border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}


.menueVereinsheim .navbar-fixed-top {
  top: 180px;
}

.menueVereinsheim .navbar-collapse {
  /*margin-right: 7%;
  margin-left: 7%;*/
  margin-left: 10%;
}

@media screen and (min-width: 768px) {
  .menueVereinsheim {
  left: 25%;
  background-color: #fff;
  }
}

.menueVereinsheim .navbar-toggle,
.menueVereinsheim .navbar-toggle:hover,
.menueVereinsheim .navbar-toggle:focus,
.menueVereinsheim .navbar-collapse{
  background-color: #fff;
  float: left;

}


/* Hauptteilaufbau
--------------------------------------------------*/
.hauptteil {
  position: absolute;
  top: 250px;
  left: 5%;
  right: 5%;
  max-height: 100%;

}

.vorschau {
  position: relative;
  min-height: 400px; 
}

.termineHeute {
  position: relative;
  min-height: 150px; 
}

.ergebnisUeberschrift {
  position: relative;
}

.vorschauimage {
	position: relative;
	float: right;
	display: block;
	max-width: 100%;
	height: 100%;
	padding: 4px;
}

.vorschauimageRechts {
	position: relative;
	float: right;
	display: block;
	max-width: 100%;
	height: 100%;
	padding: 4px;
}


.vorschauimageLinks {
	position: relative;
	float: left;
	display: block;
	max-width: 100%;
	height: 100%;
	padding: 4px;
}


@media screen and (min-width: 768px) {
  .vorschau h4,
  .vorschau .h4,
  .termineHeute h4,
  .termineHeute .h4,
  .ergebnisUeberschrift h4, 
  .ergebnisUeberschrift .h4  {
    font-size: 24px;
	font-weight: bold;
  }
}  

@media screen and (min-width: 768px) {
  .vorschau h5,
  .vorschau .h5,
  .termineHeute h5,
  .termineHeute .h5,
  .ergebnisUeberschrift h5, 
  .ergebnisUeberschrift .h5  {
	font-size: 18px;
	font-weight: bold;
  }
}  



/* Ergebnisse Main-Seite
--------------------------------------------------*/
.index_ergebnisse {
	text-align: left;
}
.index_ergebnisse h5{
    font-size: 12px;
	font-weight: bold;
}

.index_ergebnisse p{
    font-size: 9px;
}

/* Ergebnisse Tabellen-Seite
--------------------------------------------------*/
.index_tabellen {
	text-align: center;
	vertical-align: middle;	
}

.index_tabellen_spielplan {
	text-align: center;
	vertical-align: middle;	
	height: 50px;
}
.index_tabellen_ueberschrift {
	text-align: left;
	vertical-align: middle;
}

.index_tabellen h5{
    font-size: 16px;
	font-weight: bold;
}
.index_tabellen h6{
    font-size: 14px;
	font-weight: bold;
}
.index_tabellen p{
    font-size: 14px;
}

/* News Main-Seite
--------------------------------------------------*/
.news_carousel {
	background-color:#FFF;
	text-align: left;
}
.news_carousel h5{
    font-size: 12px;
	font-weight: bold;
}

.news_carousel p{
    font-size: 9px;
}
/* Container Main-Seite
--------------------------------------------------*/
.container01_main_seite,
.container02_main_seite,
.container03_main_seite,
.container04_main_seite,
.container05_main_seite {
	position: relative;
	top: 30px;
}
@media screen and (min-width: 768px) {
	.container01_main_seite,
	.container02_main_seite,
	.container03_main_seite,
	.container04_main_seite,
	.container05_main_seite	{
		top: 30px;
	}
}
.container01_main_seite  .container .row,
.container04_main_seite  .container .row{
	background-color: none;
}

.container01_main_seite  .container .row .jumbotron,
.container04_main_seite  .container .row .jumbotron{
	background-color: #EEE;
}

/* Caroussel Bildergalerie-Seite
--------------------------------------------------*/
.bildergalerie_carousel {
	background-color:#FFF;
	text-align: center;
}
.bildergalerie_carousel h5{
    font-size: 12px;
	font-weight: bold;
}

.bildergalerie_carousel p{
    font-size: 9px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	position:relative;
	/*height: 1000px;*/
	height: 1350px;
	margin-bottom: 60px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	border-radius: 6px;
	/*height: 1000px;*/
	height: 1350px;
	background-color: #EEE;
}


/* Carousel base class */
.bildergalerie {
	position:relative;
	/*height: 1000px;*/
	height: 350px;
	margin-bottom: 60px;
}


/* Declare heights because of positioning of img element */
.bildergalerie  .item  {
	border-radius: 6px;
	/*height: 1000px;*/
	height: 350px;
	background-color: #EEE;
}
@media screen and (min-width:768px){
	.carousel {
		position:relative;
		/*height: 380px;*/
		height: 430px;
		margin-bottom: 60px;
	}
	
	/* Declare heights because of positioning of img element */
	.carousel .item {
		border-radius: 6px;
		/*height: 380px;*/
		height: 430px;
		background-color: #EEE;
	}
		
	/* Declare heights because of positioning of img element */
	.carousel  .item   {
		border-radius: 6px;
		height: 660px;
		background-color: #EEE;
	}	

	.bildergalerie {
		position:relative;
		/*height: 380px;*/
		height: 660px; 60px;
	}

		
	/* Declare heights because of positioning of img element */
	.bildergalerie .item   {
		border-radius: 6px;
		height: 660px;
		background-color: #EEE;
	}	
	
}

.kopfimage .carousel-inner > .item > img {
	position: fixed;
	top: 70px;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}
	
@media screen and (min-width:768px){
	.kopfimage .carousel-inner > .item > img {
		position: fixed;
		top: 70px;
		left: 0;
		max-width: 100%;
		max-height: 100%;
	}
}	

	.kopfimage100 .carousel-inner > .item > img {
		position: fixed;
		top: 70px;
		left: 0;
		max-width: 100%;
		max-height: 100%;
	}
	
	
@media screen and (min-width:768px){
	.kopfimage100 .carousel-inner > .item > img {
		position: fixed;
		top: 70px;
		left: 0;
		max-width: 100%;
		max-height: 100%;
	}	
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-inner{
	position:relative;
	width:100%;
	height:inherit;
	overflow:hidden
}
.carousel-inner>.item{
	position:relative;
	display:none;
	-webkit-transition:.6s ease-in-out left;
	-o-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img{
	line-height:1
}
@media all and (transform-3d),(-webkit-transform-3d){
	.carousel-inner>.item{
		-webkit-transition:-webkit-transform .6s ease-in-out;
		-o-transition:-o-transform .6s ease-in-out;
		transition:transform .6s ease-in-out;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		-webkit-perspective:1000;
		perspective:1000
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next{
		left:0;
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0)
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev{
		left:0;
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right{
		left:0;
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev{
	display:block
}
.carousel-inner>.active{
	left:0
}
.carousel-inner>.next,
.carousel-inner>.prev{
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next{
	left:100%
}
.carousel-inner>.prev{
	left:-100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right{
	left:0
}.carousel-inner>.active.left{
	left:-100%
}.carousel-inner>.active.right{
	left:100%
}
.carousel-control{
	position:absolute;
	/*top: -500px;*/
	/*top: -340px;*/
	top: -390px;
	bottom:0;
	left:0;
	width:5%;
	font-size:20px;
	color:#006;
	text-align:center;
	text-shadow:none;
	filter:alpha(opacity=50); */
	opacity:.5
}
.carousel-control.left{
	/*background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x*/
	background-image:none;

}
.carousel-control.right{
	right:0;
	left:auto;
	/*background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x*/
	background-image:none;
}
.carousel-control:focus,
.carousel-control:hover{
	color:#006;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:1.9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev{
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block
}
.bildergalerie .carousel-control .glyphicon-chevron-left,
.bildergalerie .carousel-control .glyphicon-chevron-right,
.bildergalerie .carousel-control .icon-next,
.bildergalerie .carousel-control .icon-prev{
	position:absolute;
	margin-top:165px;
	z-index:5;
	display:inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev{
	left:50%;
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next{
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev{
	width:20px;
	height:20px;
	margin-top:-10px;
	font-family:serif;
	line-height:1
}
.carousel-control .icon-prev:before{
	content:'\2039'
}
.carousel-control .icon-next:before{
	content:'\203a'
}
.carousel-indicators{
	position:absolute;
	/*bottom:10px;*/
	bottom:0;
	top: 10px;
	left:50%;
	height: 25px;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none
}
.carousel-indicators li{
	display:inline-block;
	width:12px;
	height:12px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	/*background-color:#000 \9;*/
	background-color:rgba(0,0,0,0);
	border:1px solid #006;
	border-radius:10px
}
.carousel-indicators .active{
	width:17px;
	height:17px;
	margin:0;
	background-color:#006;
	background-image:url('vfr_logo_caroussel.gif')
}


 .kopfimage .carousel-indicators {
	display:none;
}
.kopfimage .carousel-indicators li{
	display:none;
}
.kopfimage .carousel-indicators .active{
	display:none;
}

 .kopfimage100 .carousel-indicators {
	display:none;
}
.kopfimage100 .carousel-indicators li{
	display:none;
}
.kopfimage100 .carousel-indicators .active{
	display:none;
}

@media screen and (min-width:768px){
	.bildergalerie .carousel-indicators {
		width:80%;
		left: 40%;

	}
	.bildergalerie .carousel-indicators li{
/*		width:64px;
		height:48px; */
		width:32px;
		height:24px;
		border-radius:0px;
		border:1px solid #006;
		filter: brightness(0.75);

	}
	.bildergalerie .carousel-indicators .active{
/*		width:64px;
		height:48px; */
		width:32px;
		height:24px;
		border-radius:0px;
		border:2px solid #006;
		/*filter: grayscale(0%);*/
		filter: brightness(1.0);
	}
}
.carousel-caption{
	position:absolute;
	right:15%;
	top: 20px;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color: inherit;
	text-align:center;
	text-shadow:none
}
.carousel-caption .btn{
	text-shadow:none
}
@media screen and (min-width:768px){
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev{
		width:30px;
		height:30px;
		margin-top:165px;
		font-size:20px;
		color:#006;
	}
	.bildergalerie .carousel-control .glyphicon-chevron-left,
	.bildergalerie .carousel-control .glyphicon-chevron-right,
	.bildergalerie .carousel-control .icon-next,
	.bildergalerie .carousel-control .icon-prev{
		width:30px;
		height:30px;
		margin-top:165px;
		font-size:20px;
		color:#006;
	}	
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev{
		margin-left:-15px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next{
		margin-right:-15px
	}
	.carousel-caption{
		right:5%;
		left:5%;
		padding-bottom:30px;
		height: inherit;
	}
	.carousel-indicators{
		/*bottom:20px*/
		bottom: 0;
		top: 10px;
		height: 25px;
	}
}


/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-5, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 300px;
}

.col-md-4, .col-md-6  {
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;
    padding-left: 15px;*/
   width: 100%;
}

.col-md-4-small {
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
	padding-left: 0px;
	/*width: 150px;*/
	width: 100%;
}

.col-md-12-small {
	float: center;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
	padding-left: 0px;
	width: 150px;
}
.col-md-3-small {
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
	padding-left: 15px;
	/*width: 200px;*/
	width: 100%;
}

@media screen and (min-width: 450px) {
	/*.col-md-4-small	{
	width: 250px;
	}*/
	/*.col-md-3-small	{
	width: 250px;
	}*/
	.col-md-12-small	{
	width: 250px;
	}
	
}

@media screen and (min-width: 768px) {
	.col-md-3,
	.col-md-3-small	{
	width: 25%;
	}
	.col-md-4,
	.col-md-4-small	{
    width: 33.3333%;
	}
	.col-md-6 {
    width: 50%;
	}
	.col-md-12,
	.col-md-12-small	{
    width: 100%;
	}
}

/* Jumbotron / Container */
.jumbotron {
  position: relative;
  padding: 20px;
  top: 0px;
  left: 0;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;

}  
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 20px;
    padding-left: 20px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* WELL-Anzeige
-------------------------------------------------- */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.vorschauWell {
  min-height: 800px; 
}

.vorschauWellEinzel {
  min-height: 300px; 
}
.vereinskollektionWell {
  min-height: 400px; 
}

.trainingszeitenWell {
  min-height: 220px; 
}

.tabellenMenueWell {
	min-height: 400px; 
}

.termineHeuteWell {
  min-height: 200px; 
}
@media screen and (min-width: 768px) {
	.vorschauWell,
	.vorschauWellEinzel {
	  min-height: 300px; 
	}
    .termineHeuteWell	{
	  min-height: 100px; 
	}
	
	.tabellenMenueWell {
	  min-height: 140px; 
	}
}


/* List-Group
-------------------------------------------------- */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  /*border: 1px solid #ddd;*/
  border: none;
}
.list-group-item > .badge {
  float: left;
}

a.list-group-item {
    color: #000066;
}
a.list-group-item:focus, 
a.list-group-item:hover {
    color: #000066;
    text-decoration: none;
    background-color: #F5F5F5;
}


/* glyphicon
-------------------------------------------------- */
.glyphiconLinks {
  position: relative;
  /*top: 1px;*/
  top: 5px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 150%;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Kicktipp-Anzeige
-------------------------------------------------- */
#kicktippiframe {
	width: 650px;
}

@media screen and (min-width: 768px) {
	#kicktippiframe {
	width: 100%;
	}
}

/* Fussball.de-Tabellenanzeige
-------------------------------------------------- */

#widget1  iframe {
	width: 100%;
}



/* GOOGLE-Anzeige
-------------------------------------------------- */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe
 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  width: 49%;
  height: 39.5%;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
 
} 
/* footer styles
-------------------------------------------------- */
.fussteil {
  position: relative;
  top: +200px;
  bottom: 100%;

  left: -15%;
  right: +15%;
  max-height: 100px;
  width: 100%;
  height: 40px;
  background-color: #FFCC33;
}
.footer {
  position: fixed;
  /*top: auto;*/
  /*bottom: 100%;*/

  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #FFCC33;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.background-100-jahre {
	background-image:url('hintergrund100_logo_kl.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-blend-mode:soft-light;
}	