/* ____________________ GENERAL ________________________*/
body {
  	background-color: white;
    /*
    background:url(../img/bg_img.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain; /* CSS3-Option */
	/*margin: 2rem; /* von <textarea> AUTOSIZE (s. weiter unten) | 2025.01.28, 6h26 RAUSGENOMMEN weil es Viewport noch mehr verängte (im Handy extrem sichtbar) */
	/*font: 1rem/1.4 system-ui, sans-serif; /* von <textarea> AUTOSIZE (s. weiter unten) | 2025.01.28, 5h47 RAUSGENOMMEN weil es allg. Texte mini machte */
}
label { /* von <textarea> AUTOSIZE (s. weiter unten) */
  display: block;
}
footer p {
	color:grey;
}
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);
}

.bg_basic {
	background-color: rgba(250, 235, 215, 0.5); /* Blatt-Farbe von "Praxispapier 2025" | 4.Wert ist Opacity */
}
.bg_basic_opac0 {
	background-color: rgba(250, 235, 215, 0) !important; /* war [Stand 2025.10.17] leider notwendig um default table-bg zu überschreiben (ohne !important ging es nicht!!!!), ewig in U388T rumprobiert */
}

/* ____________________ Links ____________________ */
a {
  color:brown;
}
a:visited {
}
a:focus, a:hover {
  text-decoration: none;
}
a:active {
}

/* ____________________ Klassen ________________________ */
.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_fussball {
	background-image: url("../img/football_256.png");
    background-repeat: repeat;
	background-size: contain;
}
.bg_gelb {background-color:yellow;}
.bg_gruen {background-color:green;}
.bg_hellblau {background-color:lightblue;}
.bg_meisterschale {
	background-image: url("../img/meisterschale.png");
    background-repeat: repeat;
	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_grau {
	/* Check https://cssgradient.io/ */
	background: rgb(190,190,190);
	background: -moz-linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(245,245,245,1) 71%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(245,245,245,1) 71%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(190,190,190,1) 0%, rgba(245,245,245,1) 71%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bebebe",endColorstr="#ffffff",GradientType=1);
}
.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;}
.blocksatz {
	text-align: justify; /* Richtet Text links- und rechtsbündig aus. */
	hyphens:auto; /* automatische Silbentrennung, um größere Lücken zwischen Wörtern zu reduzieren */
}
.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;}
.datenschutzerklaerung p, .datenschutzerklaerung table, .datenschutzerklaerung ul {
	font-size:1.2em;
}
.dontdisplay {display:none;}
.durchstreichen {text-decoration:line-through;}
.eintragsuccess {background-color:#00FF00;color:#000;}
.eintragfailed {background-color:#FF0000;color:#404040;}
.em_0-8 {font-size:0.8em;}
.em_1-2 {font-size:1.2em;}
.em_1-5 {font-size:1.5em;}
.em_1-8 {font-size:1.8em;}
.em_2-0 {font-size:2em;}
.em_3-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;}
.max_img_dimensions_drherzenberg {
	max-height: 500px !important;
}
.padding_index_carouselwidth {padding:0.7rem;} /* so am 2025.11.20 getestet und passte (Desktop und am S20 FE ideal - index.php-Content unterhalb Carousel IDENTISCH BREIT wie Carousel) */
.pos-absolute {position:absolute;}
.pos-relative {position:relative;}
.pos_login, .pos_logout {top:15px;right:0px;}
.pos_terminvergabe {top:60px;right:0px;}
.spieltippenlist:nth-child(even) {background: #EEE;}	/* s. _admin_tipp_eingabe.php bzw. zeigeSpiele("tippen") */
.spieltippenlist:nth-child(odd) {background: #FFF;} 	/* "" */
.terminkalender_uhrzeiten tr:nth-child(even) {background-color:lightgrey;}
.terminkalender_uhrzeiten tr:nth-child(odd) {background-color:white;}
.thisresponsive {max-width:100%;height:auto;}
.unterstrich {text-decoration:underline;}
.width_25 {width:25%;}
.width_35 {width:35%;}
.width_50 {width:50%;}
 
/* ____________________ 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;
}

table.spieltore td {
	color:4a4a4a;
	font-size:0.8em;
}
 
/* ____________________ 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 { /* siehe besetzung.php (QUERBEET-Slider) */
	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;
	}
}

footer {margin-bottom:50px;}

/* -------------------- 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);
	}
}

/* ---------------------------- <textarea> AUTOSIZE ---------------------------- [2025.01.28 von https://css-tricks.com/the-cleanest-trick-for-autogrowing-textareas/ */
.grow-wrap {
  /* easy way to plop the elements on top of each other and have them both sized based on the tallest one's height */
  display: grid;
}
.grow-wrap::after {
  /* Note the weird space! Needed to preventy jumpy behavior */
  content: attr(data-replicated-value) " ";

  /* This is how textarea text behaves */
  white-space: pre-wrap;

  /* Hidden from view, clicks, and screen readers */
  visibility: hidden;
}
.grow-wrap > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;

  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
  /* Identical styling required!! */
  border: 1px solid black;
  padding: 0.5rem;
  font: inherit;

  /* Place on top of each other */
  grid-area: 1 / 1 / 2 / 2;
}