body {
  font-family: Verdana, Arial, sans serif;
  font-size: 12px;
  
    background-color: white;
    color: black;
}

td {
  padding: 4px;
}

.text-wrap {
	white-space: wrap !important;
}

.tab-content td,
.turniertippuebersicht td {
  padding: 2px 0 !important;
}

.divorced {
  border-bottom: 1px dotted black !important;
}

.spielmarker {
	background-color: rgb(192, 192, 192) !important;
}
.border-top-solid {
  border-top: 1px solid black !important;
}

.border-top-double td {
  border-top: 4px double black !important;
}

.tab-content table.tipptabelle td {
  padding: 4px !important;
}

input:disabled {
	background-color: rgb(240, 240, 240);
	color: rgb(109, 109, 109);
}

#header	{
  border:1px solid #DDDDDD;
  text-align: center;
  font-size: 5em;
  height: 20%;
}

#content	{
  border: 1px solid #DDDDDD;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
    
img  {
  border:none;
}

table {
  font-size: 1em;
}

#navigation	{
}

.navi_headline	{
 border:1px solid #DDDDDD;
 text-align: center;
 font-weight: bold;
 line-height: 30px;
}

.navi_entry	{
  border-left:1px solid #DDDDDD;
  border-right:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  color: #000;
}

.navi_entry a:active,
.navi_entry a:visited,
.navi_entry a	{
  color: #000;
  cursor: pointer;
  white-space: nowrap; 
  overflow:hidden;
  text-overflow: ellipsis;
}
/*
.navi_headline	{
 border:1px solid #DDDDDD;
 text-align: center;
 font-weight: bold;
 line-height: 30px;
}

.navi_spacer	{
 height: 20px;
}

.navi_entry	{
  border-left:1px solid #DDDDDD;
  border-right:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  color: #000;
  line-height: 30px;
  text-indent: 15px;
  
}

.navi_entry a:active,
.navi_entry a:visited,
.navi_entry a	{
  color: #000;
  cursor: pointer;
  white-space: nowrap; 
  overflow:hidden;
  text-overflow: ellipsis;
}*/

.Meldung	{
  color: #FF0000;
  font-weight: bold;
}

#user	{
  font-weight: bold;
}

#vergessen	{
  font-size: 0.9em;
  color: #0000FF;
  text-decoration: underline;
}

.tabellenrahmen	{
  border:1px solid #DDDDDD;
}

.tabellenrahmen1	{
  border:1px solid #DDDDDD;
  padding:0px;
}

.tabelleninnenrahmen {
  border-right:1px solid #DDDDDD;
}

#index	{
  margin-top: 35px;
  margin-bottom: 30px;
}

#subcontent	{
  margin-top: 30px;
  margin-left: 50px;
}

a:link	{
  color: #000000;
  text-decoration: none;
}

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

/*
a:focus	{
  color: #FF0000;
}
a:active	{
  color: #CCCC00;
}
*/

a:link.zuruecklink	{
  text-decoration: none;
}

a:visited.zuruecklink	{
  text-decoration: none;
}

a:active.zuruecklink	{
  text-decoration: none;
}

a:hover.zuruecklink	{
  text-decoration: none;
}
#Userloeschabfrage	{
  font-weight:bold;
  margin-top: 20px;
  text-align: center;
}

#Gruppeloeschabfrage	{
  font-weight:bold;
  margin-top: 30px;
  text-align:center;
}

#Saisonloeschabfrage	{
  font-weight:bold;
  text-align: center;
}

#vereinsstatus	{
  color: #FF0000;
  font-weight: bold;
}

#vereinegezaehlt	{
  position: absolute;
  font-weight: bold;
  margin-top: -1475px;
  margin-left: 200px;
}

#neuerspieltaglink	{
  margin-left:100px;
  margin-top:10px;
}

#neuesaisonlink	{
  margin-left:80px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.richtig td {
	background-color: lightgreen;
}

.falsch td {
	background-color: LightCoral;
}

td span.rh_marker {
	font-weight: bold;
	color: green;
}

.trennlinie {
	border-bottom: dashed 1px #000;
}

input[type=number] {
	width: 50px;
}

.statistiktabelle	{
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
  margin: 15px auto;
}

.statistiktabelle td {
  font-size: 1em;
  text-align: center;
  width: 15px;
  padding: 6px 10px !important;
}

.statistiktabelle > thead td,
.statistiktabelle > tbody td	{
  border-bottom: solid 1px #000;
}

.statistiktabelle tfoot td	{
	white-space: nowrap !important;
}

.tipptabelle {
  border: solid 1px #000;
}
.tipptabelle > tbody td	{
  border-bottom: solid 1px #000;
}

div#logfehler {
	margin: 5px 0;
}

.nav-tabs > li:not(.active) > a, 
.nav-tabs > li:not(.active) > a:focus, 
.nav-tabs > li:not(.active) > a:hover {
    color: #555;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
	border-right: none !important;
}
.nav-tabs > li:not(.active) > a:hover {
	background-color: rgba(66, 139, 202, 0.5);
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    font-weight: bold;
	background-color: #428bca;
	color: #FFF;
}

.navtippuebersicht > li > a {
	padding: 10px 5px !important;
	width: 30px !important;
	text-align: center;
}
.navturniertippuebersicht > li > a {
	padding: 10px 5px !important;
	text-align: center;
}

.punkte {
    font-weight: bold;
}

.tab-pane {
	padding: 50px 20px !important;
}

.pane-notopmargin {
	padding: 0px 20px !important;
}

.tab-content .row {
  margin-top: 1rem !important;
}

.tab-content a:active,
.tab-content a:visited,
.tab-content a	{
  color: #000;
  cursor: pointer;
  white-space: nowrap; 
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #CCC;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.2em;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

#navigation_sidebar .navi_headline	{
 border: none !important;
 text-align: center;
 font-weight: bold;
 background-color: #CCC;
  line-height: inherit;
}

#navigation_sidebar .navi_entry	{
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background-color: #CCC;
  color: #FFF;
  line-height: inherit;
  text-indent: 0;
}

#navigation_sidebar .navi_entry a:active,
#navigation_sidebar .navi_entry a:visited,
#navigation_sidebar .navi_entry a	{
  background-color: #CCC;
  color: #000;
  cursor: pointer;
  white-space: nowrap; 
  overflow:hidden;
  text-overflow: ellipsis;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
 border-radius:4px;
 border:2px solid #CBCBCB;
 padding:8px;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
 outline:none
}
input[type="text"]:focus:not(:invalid),
input[type="date"]:focus:not(:invalid),
input[type="email"]:focus:not(:invalid),
input[type="tel"]:focus:not(:invalid),
input[type="password"]:focus:not(:invalid),
input[type="number"]:focus:not(:invalid) {
 border:2px solid #a9a9a9
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  	.sidebar {
  		padding-top: 15px;
  	}
  	.sidebar a {
  		font-size: 18px;
  	}  
}

.center {
	max-width: 90%;
	margin: 0 auto;
}

.loginbox {
  border: 1px solid #ddd;
  border-radius: 4px;
}

img.wappen {
	max-height: 100px !important;
}

@media (min-width: 1200px) {
	#header	{
	  	height: 15% !important;
	  	font-size: 5em !important;
	}
	input {
	 padding: 0px !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#header	{
	  	font-size: 4em !important;
		height: 12% !important;
	}
	.h1, h1 {
		font-size: 2em;
	}
	input {
	 padding: 0px !important;
	}
	
	img.wappen {
		width: 75px !important;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	#header	{
	  	font-size: 3em !important;
  		height: 10%;
	}
	.h1, h1 {
		font-size: 1.5em;
	}
	input {
	 padding: 4px !important;
	}
	
	img.wappen {
		max-width: 100%;
		max-height: 80px !important;
	}
}
@media (max-width: 499px) {
	#header	{
	  	font-size: 2em !important;
	  	height: 8% !important;
	}
	.h1, h1 {
		font-size: 1.5em;
	}
	input {
	 padding: 4px !important;
	}
	
	img.wappen {
		max-width: 100%;
		max-height: 80px !important;
	}
}

/* Score */
	.col-10,
	.col-20,
	.col-30,
	.col-40 {
	  	position: relative;
	  	min-height: 1px;
	  	padding-right: 15px;
	  	padding-left: 15px;
  		float: left;
	}
	.col-40 {
		width: 40%;
	}
	.col-30 {
		width: 30%;
	}
	.col-20 {
		width: 20%;
	}
	.col-10 {
		width: 20%;
	}
	.score input,
	.score-up,
	.score-down {
		width: 100%;
		border: 1px solid #b7bec3;
	}
	
	.score-up {
	    border-bottom-right-radius: 0;
	    border-bottom-left-radius: 0;
	}
	
	.score-down {
	    border-top-right-radius: 0;
	    border-top-left-radius: 0;
	}
	
	.js-score-selector .text-input {
		border-radius: 0 !important;
		border-top: none !important;
		border-bottom: none !important;
		text-align: center;
	}
	
	.js-score-selector {
		text-align: center;
		padding: 5px;
	}
	
	.js-score-selector a {
		border: 1px solid #b7bec3;
	}
	
	.pad8 {
		padding: 8px !important;
	}
	.btn--is-disabled {
	    cursor: text;
	    color: #aaa;
	    background-color: #ccc;
	}
	
	.scorebig {
		font-weight: bolder;
		font-size: 4em;
	}

/* Score Ende */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.specialday {
	background-color: #FFCCCC;
}

table.tippuebersicht td {
	padding: 2px 4px !important;
}

table.tippuebersicht > tr > td:first {
	padding-left: 0px !important;
}

.nothing {
	border: none !important;
	color: transparent !important;
	background-color: transparent !important;
}

#tippuebersicht .tippuebersichtmini {
	position: absolute;
	z-index: 100;
	width: 60px !important;
	padding: 0 5px !important;
	background-color: white !important;
}

#tippuebersicht .tippuebersichtmini > div#theim,
#tippuebersicht .tippuebersichtmini > div#tgast {
	width: 45% !important;
	text-align: center !important;
}

#tippuebersicht .tippuebersichtmini > div#divider {
	width: 10% !important;
	text-align: center !important;
}

#tippuebersicht .tippuebersichtmini .wappen {
	max-height: 16px !important;
}

#tippuebersichtturnier .tippuebersichtmini {
	position: absolute;
	z-index: 100;
	width: 120px !important;
	padding: 0 5px !important;
	background-color: white !important;
}

#tippuebersichtturnier .tippuebersichtmini > div#theim,
#tippuebersichtturnier .tippuebersichtmini > div#tgast {
	margin-top: 4px !important;
	width: 45% !important;
	text-align: center !important;
}

#tippuebersichtturnier .tippuebersichtmini > div#divider {
	margin-top: 12px !important;
	width: 10px !important;
	text-align: center !important;
	vertical-align: middle !important;
}

#tippuebersichtturnier .tippuebersichtmini .wappen {
	max-height: 32px !important;
	max-width: 50px !important;
}

#tippnachtragtabelle {
	width: 100% !important;
	overflow-x: auto;
	overflow-y: hidden;
}

.tagesbeste {
	border-radius: 15px;
	background-color: lightgreen;
}

.saisonbest {
	border-radius: 15px;
  	padding: 5px !important; 
	background-color: LightCoral;
}

.statistik {
	width: 100% !important;
	overflow-x: auto;
	overflow-y: hidden;
}

.wrap {
  word-break: break-all !important;
  word-wrap: break-word !important;
}

.duplicatefound {
	color: #c7254e;
	background-color: #f9f2f4;
}

.new {
	font-weight: bold;
	color: green;
}

.score-xs {
	font-weight: bold;
	font-size: 32px !important;
}

.flagge_small {
	width: 35% !important;
}



.purple-gradient {
  background: linear-gradient(40deg, #ff6ec4, #7873f5);
}

.young-passion-gradient {
  background: linear-gradient(40deg, #b12a5b, #ff8177);
}

.title h1 {
  text-align: left;
  color: #202020;
}

.hero {
  color: white;
  padding: 15px;
}

.hero h3 {
  color: white;
}

.description, .simple-examples {
  margin-top: 15px;
}

.description p, .simple-examples p {
  font-weight: 700;
}

.simple-examples .countdown {
  display: none;
}

.simple-examples .countdown.simple-bar {
  background-color: #af0b0b;
  margin: 20px;
  padding: 3px 21px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  color: white;
}

.simple-examples .countdown.fix {
  font-size: 14px;
}

.countdown.show, .countdown.hero_count {
  text-align: center;
  background-color: #e4e4e4;
  margin: 22px;
  padding: 20px;
  border-radius: 30px;
}

.countdown.show h2, .countdown.hero_count h2 {
  font-size: 60px;
}

.countdown.show .running, .countdown.hero_count .running {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .running timer, .countdown.hero_count .running timer {
  font-size: 55px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  color: #8c0734;
}

.countdown.show .running timer .days, .countdown.hero_count .running timer .days,
.countdown.show .running timer .hours,
.countdown.hero_count .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.hero_count .running timer .minutes,
.countdown.show .running timer .seconds,
.countdown.hero_count .running timer .seconds {
  width: 70px;
  text-align: left;
  margin: 0 7px;
}

@media (max-width: 480px) {
  .countdown.show .running timer, .countdown.hero_count .running timer {
    font-size: 40px;
  }
  .countdown.show .running timer .days, .countdown.hero_count .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.hero_count .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.hero_count .running timer .minutes,
  .countdown.show .running timer .seconds,
  .countdown.hero_count .running timer .seconds {
    width: 49px;
  }
}

.countdown.show .running .labels, .countdown.hero_count .running .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.countdown.show .running .labels span, .countdown.hero_count .running .labels span {
  width: 97px;
  text-align: center;
  margin: 0px 2px;
}

@media (max-width: 480px) {
  .countdown.show .running .labels span, .countdown.hero_count .running .labels span {
    width: 69px;
  }
}

.countdown.show .running .text, .countdown.hero_count .running .text {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button, .countdown.hero_count .running button {
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break, .countdown.hero_count .running .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown.show .ended, .countdown.hero_count .ended {
  display: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .ended .text, .countdown.hero_count .ended .text {
  font-size: 20px;
}

.countdown.show .ended button, .countdown.hero_count .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .ended .break, .countdown.hero_count .ended .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown.hero_count {
  background-color: #6d0303;
  margin: 0 10px;
}

.countdown.hero_count h2 {
  font-size: 40px;
  color: #b3b3b3;
  font-size: 33px;
}

.countdown.hero_count .running timer {
  color: #e2e2e2;
}

.countdown.hero_count .running button {
  background-color: #af0b0b;
}

.countdown.hero_count .running button a {
  color: white;
}

.countdown.hero_count .running .labels span {
  width: 95px;
  margin: 0px 3px 0px 0px;
}

@media (max-width: 480px) {
  .countdown.hero_count .running .labels span {
    width: 69px;
  }
}

#important {
	text-align: center;
	color: red;
	font-weight: bold;
}
	
.selectable {
	cursor: pointer;
}

.rahmen {
	border: solid 1px black;
	border-radius: 5px;
}

.h230 {
	min-height: 230px;
}
