/* ____________________ ALLGEMEIN ________________________*/
body {
	font-size:16px; /* um Bootstrap-Default von 14px zu overriden */
}
footer p {
	color:grey;
}
footer {
	margin-top:50px;
}

nav {
	margin-bottom:20px;
}

select.bg {
	background:-moz-linear-gradient(top,#FFAA00,#fff);
	background:-webkit-gradient(linear, left top, left bottom, from(#FFAA00), to(#fff));
	background:-webkit-linear-gradient(top,#FFAA00,#fff);
	background:-o-linear-gradient(top,#FFAA00,#fff);
	background:-ms-linear-gradient(top,#FFAA00,#fff);
	background:linear-gradient(top,#FFAA00,#fff);
}

/* ____________________ Klassen ________________________ */
.bg_blau {background-color:blue;}
.bg_diagonal_zweifarbig_blaurot {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ff1500+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #1e5799 0%, #ff1500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #1e5799 0%,#ff1500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #1e5799 0%,#ff1500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ff1500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg_diagonal_zweifarbig_hellorange {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7efde+0,f7dc96+50,f7ca59+51,f9e8bd+100 */
	background: #f7efde; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f7efde 0%, #f7dc96 50%, #f7ca59 51%, #f9e8bd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #f7efde 0%,#f7dc96 50%,#f7ca59 51%,#f9e8bd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f7efde 0%,#f7dc96 50%,#f7ca59 51%,#f9e8bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7efde', endColorstr='#f9e8bd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg_diagonal_zweifarbig_hellgrau {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,e2e2e2+50,dbdbdb+51,fefefe+100 */
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(247,247,247,1) 0%, rgba(226,226,226,1) 50%, rgba(219,219,219,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(226,226,226,1) 50%,rgba(219,219,219,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(247,247,247,1) 0%,rgba(226,226,226,1) 50%,rgba(219,219,219,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg_gelb {background-color:yellow;}
.bg_gold {background-color:gold;}
.bg_gruen {background-color:green;}
.bg_hellblau {background-color:lightblue;}
.bg_hellgrau {background-color:lightgrey;}
.bg_hellgruen {background-color:lime;}
.bg_img_suche {
    background:url(../img/suchen_lupe.png); /* zieht IMG aus shared_assets/img/ */
    background-repeat: repeat-x;
    background-size: contain;
}
.bg_orange {background-color:orange;}
.bg_rot {background-color:red;}
.bg_top-to-bottom_blau {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,0058dd+100 */
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #0058dd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#0058dd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#0058dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#0058dd',GradientType=0 ); /* IE6-9 */
}
.bg_top-to-bottom_gelb {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,fffba0+50,fff572+53,ffe500+100 */
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top, #fefcea 0%, #fffba0 50%, #fff572 53%, #ffe500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefcea 0%,#fffba0 50%,#fff572 53%,#ffe500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefcea 0%,#fffba0 50%,#fff572 53%,#ffe500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffe500',GradientType=0 ); /* IE6-9 */	
}
.bg_top-to-bottom_gruen {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#21ff00+0,e5fcbd+50,a5f41d+51,fcfcfc+100 */
	background: #21ff00; /* Old browsers */
	background: -moz-linear-gradient(top, #21ff00 0%, #e5fcbd 50%, #a5f41d 51%, #fcfcfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #21ff00 0%,#e5fcbd 50%,#a5f41d 51%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #21ff00 0%,#e5fcbd 50%,#a5f41d 51%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ff00', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */	
}
.bg_top-to-bottom_orange {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb76b+0,ffa73d+50,ff7c00+51,ff7f04+100;Orange+Gloss */
	background: #ffb76b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */
}
.bg_top-to-bottom_rot {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff4f4+0,ff9b9b+50,ff8787+51,ff0000+100 */
	background: #fff4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #fff4f4 0%, #ff9b9b 50%, #ff8787 51%, #ff0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff4f4 0%,#ff9b9b 50%,#ff8787 51%,#ff0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff4f4 0%,#ff9b9b 50%,#ff8787 51%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4f4', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}
.bg_schwarz {background-color:black;}
.bg_weiss {background:white;}
.border_1_solid_bmbblau {border:1px solid #7197D8;}
.borderradius_10 {border-radius:10px;}
.color_blau {color:blue;}
.color_darkgray {color:darkgray;}
.color_firebrick {color:firebrick;}
.color_grau {color:grey;}
.color_gruen {color:green;}
.color_hellblau {color:lightblue;}
.color_rot {color:red;}
.color_rot_bg_gelb {color:red;background-color:yellow;}
.color_weiss {color:white;}
.dontdisplay, .dontshow {display:none;}
.durchstreichen {text-decoration:line-through;}
.eintragsuccess {background-color:#00FF00;color:#000;}
.eintragfailed {background-color:#FF0000;color:#404040;}
.em0_8 {font-size:0.8em;}
.em1_2 {font-size:1.2em;}
.em1_3 {font-size:1.3em;}
.em1_5 {font-size:1.5em;}
.em1_8 {font-size:1.8em;}
.em2_0 {font-size:2em;}
.em3_0 {font-size:3em;}
.fett {font-weight:bold;}
.float_links {float:left;}
.kursiv {font-style:italic;}
.marginbottom25 {margin-bottom:25px;}
.marginbottom50 {margin-bottom:50px;}
.margintop25 {margin-top:25px;}
.margintop50 {margin-top:50px;}
.pos-absolute {position:absolute;}
.pos-relative {position:relative;}
.regularienbutton_pos {top:15px;right:0px;}
.spieltippenlist:nth-child(even) {background: #EEE;}	/* s. _admin_tipp_eingabe.php bzw. zeigeSpiele("tippen") */
.spieltippenlist:nth-child(odd) {background: #FFF;} 	/* "" */
.thisresponsive {max-width:100%;height:auto;}
.unterstrich {text-decoration:underline;}
.width_fifty {width:50%;}
/* special Klassen (wenn eigentlich ID zweckmäßig wäre, es wie bei AJAX-Suchtreffer-Return bei \Allgemeines\zeigeSucheForm() aber net geht) */
.mediumsuchecheckedboxesmenge {margin-top:10px;margin-bottom:10px;padding:5px;background:#E9E9E9;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}

/* ____________________ SUCHE ______________________ */
mark.highlight {
    background-color: #ffeb3b; /* Klassisches Gelb */
    padding: 0.1em 0.2em;
    border-radius: 2px;
    font-weight: bold;
    color: #000;
}
 
/* ____________________ TABLES ______________________ */
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: white !important;
}

.table.table-unruled>tbody>tr>td, .table.table-unruled>tbody>tr>th {
	/* für RAHMEN-lose Tabellen, s. "Ergebnisse und Tipps beendeter Matches" & aktive Matches auf index.php ---- taken: [2019.09.05] https://stackoverflow.com/questions/18075794/bootstrap-table-without-stripe-borders */
	border-top: 0 none transparent;
	border-bottom: 0 none transparent;
}
 
/* ____________________ IMAGES ______________________ */
/* POLAROID IMGs */
div.polaroid {
	width: 100%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
}
div.imgcaption {
	text-align: center;
	padding: 10px 20px;
}

/* IMAGE CAROUSEL */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%; /* ist Bild-Breite - 100% == Controls (< >) hovern ÃœBER Bild */
	margin: auto;
}

.slider-size {
	height: 800px; /* This is your slider height */
}
.carousel {
	width:100%; 
	margin:0 auto; /* center your carousel if other than 100% */ 
}

/* ____________________ <hr> ___________________ */
hr.fadeout_both_sides {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

/* ____________________ MEDIA QUERIES ______________________ */
@media (min-width: 979px) { /*######### DESKTOP ###########*/
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		/* blendet Dropdown-Menü ON HOVER ein, nicht erst ON CLICK */
		display: block;
	}
}

@media (max-width: 979px) { /*######### MOBIL ###########*/
	.slider-size {
		/* IMAGE CAROUSEL-HÃ¶he net 800px belassen sondern nur HÃ¤lfte (siehe besetzung.php (QUERBEET-Slider)) */
		height: 400px;
	}
}

/* -------------------- CSS3 Lade-Grafik ---------------------- [19.1.2018 von http://tobiasahlin.com/spinkit/ ] */
.spinner {
	/*margin: 100px auto;*/
	width: 50px;
	height: 20px;
	text-align: left;
	font-size: 10px;
}
.spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	margin:0.1em; /* ABSTAND zwischen einzelnen Balken */
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}