html, body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  text-align: left;
  margin: 0;
  padding: 0;
  background: url(../images/rasen.jpg) no-repeat fixed;
  background-size: cover;
  color: #333333;
}

/* Schriftgröße festlegen */
@media (min-width: 768px){
	html, body {
		font-size: 9pt;
	}
}

@media (min-width: 992px){
	html, body {
		font-size: 10pt;
	}
}

/* allgemeine Formatierung */
a.link, a.link:visited {
  text-decoration: none;
  color: #333333;
  }
  
a, a:visited {
  text-decoration: none;
  color: #333333;
  }
a img {
  border: none;
}

u.ein {
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

u.ein li {
	display: none;
	position: absolute;
	top: -0.9em;
	left: 2em;
	background-color: rgba(255,255,0,0.9);
	padding: 0 1em;
	white-space: nowrap;
}

u.ein:hover li {
	display: block;
}

hr {
	margin: 0.5em 0;
}

button.brechts, button.blinks {
	height: 1em;
	width: .6em;
	background-color: black;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
}

button.brechts {
	background-image: url("/images/Seite_plus.png");
}

button.blinks {
	background-image: url("/images/Seite_minus.png");
	margin-right: .3em;
}

.abstand {
	height: 0.5em;
	clear: both;
}

.abstand0 {
	height: 0;
	clear: both;
}

.abstand_links {
	margin-left: 1em;
}

.abstand_zurueck {
	margin-left: -1em;
}

.links {
  text-align: left !important;
}

.rechts {
  text-align: right !important;
}

.mitte {
	text-align: center !important;
}

.lv {
  color: #FF3300;
  font-weight: bold;
}

.normal {
  color: #000000;
  font-weight: normal;
}

.fett {
	font-weight: bold;
}

.unter {
	border-bottom: 1px solid #DDDDDD;
}
.ausgeblendet {
  display: none;
}


/* Bilder Tipper vergrößern */

*.scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 1;
}
*.scale:hover {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-ms-transform: scale(10);
	-o-transform: scale(10);
	transform: scale(10);
	z-index: 100000;
}

/* TRANSITION */
*.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;				
}

/* Zehn Punkte */

div.erk {
	font-size: 100%; 
	padding: 0 10px; 
	line-height: 2em;
	height: 2em;	
}

div.erk div {
	width: 25%;
	float: left;
	text-align: center;
}

/* Tippeingabe */
.tippeingabe {
  width: 16px;
  font-size: 110%;
  font-weight: bold;
  color: red;
  line-height: 1.2em;
  vertical-align: middle;
  text-align: center;
  border: 1px solid black;
  background: #DDDDDD;
}

#er_status_on, #er_status_off {
  position: absolute;
  bottom: 10px;
  left: 170px;
  /*height: 50px;
  width: 70px;*/
  color: #000000;
  padding: 5px;
  font-weight: bold;
  background-color: rgba(255,255,204,.8);
  border: 2px ridge #EEEEEE;
  z-index: 1000;
}

#lo_status {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  padding: 5px;
  font-weight: bold;
  background-color: rgba(255,255,204,.8);
  border: 2px ridge #EEEEEE;
  z-index: 1000;
}

.tp_status {
  position: absolute;
  top: 45%;
  left: 20%;
  padding: 5px;
  font-size: 140%;
  background-color: rgba(255,255,204,.8);
  border: 2px ridge #EEEEEE;
  z-index: 1000;
}

.gold {
  background-color: rgb(255,204,0) !important;
}
 
.silber {
  background-color: #C1C2C2 !important;
} 

.bronze {
  background-color: rgb(153,102,51) !important;
}

.weiss {
  background-color: rgb(255,255,255) !important;
}

.grau {
  background-color: #dddddd !important;
}

.rot {
  background-color: rgb(255,50,50) !important;
}

.gelb {
  background-color: rgb(255,255,102) !important;
}

.white {
	color: white !important;
}

.black {
  color: #000000 !important;
}

.red {
  color: #FF0000 !important;
}

.green {
  color: green !important;
}

.fuchsia {
	color: fuchsia !important;
	background-color: rgba(0,0,0,.2);
}

.shadow {
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.6);
}

form {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 130%;
  color: maroon;
  text-align: left;
  line-height: 1.8em;
  display: none;
}

h2 {
  font-size: 120%;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #888888;
}

h3 {
  font-size: 110%;
  margin:5px 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 0.5px solid #DDDDDD;
}
  
h4 {
  font-family: Verdana, Arial;
  font-size: 10pt;
  color: white;
  text-align: center;
  line-height: 20px;
  margin: 0;
  background-image: url(../images/h4_bg.png);
}

h5 {
  font-family: Verdana, Arial;
  font-size: 200%;
  font-weight: bold;
  color: #333333;
  text-align: left;
  padding-left: 4px;
  line-height: 30px;
  width: 95%;
  margin: 5px 0 9px 0;
  /*background-image: url(../images/h5_bg.png);
  background-repeat: no-repeat;*/
}

* {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

a:hover, a:focus {
  color: #AAAAAA;
  text-decoration: none;

}

textarea {
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100%;
}

div.login_klein {
  position: absolute;
  display: none;
  margin: 2em 10% 0 10%;
  width: 80%;
  background-color: #FFFFFF; /*#0033CC;*/
  border: 1px solid #888888;
  border-radius: 5px;
  color: #AAAAAA;
  z-index: 10000;
}

div.lo_zu {
  display: block;
  float: right;
  font-size: 40px;
  font-weight: normal;
  cursor: pointer;
  margin-top: -23px;
}

div.login_klein:hover, div.login_klein:active {
  left: 0;
}

div.login_pass {
	position: relative;
}

div.login_pass div {
	font-size: 100%;
	position: absolute;
	top: .5em;
	right: .5em;
	cursor: pointer;
}

.nach_oben {
  position: fixed;
  top: 47%;
  left: -30px;
  z-index: 100000;
}

.nach_oben:hover {
  left: 0;
}

.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

div.kopf {
  position: relative;
  text-align: left;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  background-color: #000000;
}

div.kopf .links {
  display: none;
}

div.kopf .rechts {
  display: none;
}

div.kopf .klein {
  display: block;
  width: 100%;
}

div.kopf .klein img {
  padding: 1em;
  float: left;
}

div.kopf .klein img:nth-child(2){
  padding: 1.1em 0;
}

.upper {
  text-transform: uppercase;
}

div.box_koepfe {
  float: left;
  font-size: 120%;
  margin-top: 4px;
  width: 51px;
  text-align: center;
}

div.tabs, div.tabs a, div.tabsaktiv {
  float: left;
  width: calc(100% / 9);
  padding: 10px 0 3px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #333333;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
  
div.tabs:hover, div.tabs a:hover {
  background-color: black;
}
  
div.tabsaktiv {
  background-color: #000000;
  cursor: not-allowed;
}

div.box_titel {
   font-size: 100%;
   font-weight: bold; 
   text-align: center; 
   line-height: 1.3em;
   min-height: 2.6em;
   padding: 7px 10px;
   background-color: #DDDDDD; 
   border-bottom: 1px solid #DDDDDD;
}

div.box_trenner {
  border-bottom: 1px solid #DDDDDD;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
}

div.box, div.box33, div.box22 {
  height: auto;
  float: none;
  border: 1px solid #888888;
  border-radius: 4px;
  margin: 0.5em;
  background-color: #FFFFFF;
}

div.ges_box {
	height: auto;
	float: none;
	margin: 0;
	background-color: transparent;
}

div.box33 .box_inner {
  margin: 10px; 
  min-height: auto;
}

div.box_kopf {
  font-family: Arial;
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
  display: flow-root;  
  padding: 20px 10px 5px 10px;
  text-align: left;
  background-color: #000000;
  border-radius: 4px 4px 0 0;
  color: white;
}

div.box_kopf div.links, div.box_kopf div.mitte, div.box_kopf div.rechts {
	width: 100%;
	float: none;
	text-align: center !important;
}

div.box_kopf div.mitte_m {
	display: none;
}

div.box_kopf div.mitte, div.box_kopf div.mitte_m {
	font-size: 60%;
}

div.begegnungen {
  font-size: 80%;
  display: flow-root;
  padding: 0 10px; 
  line-height: 2em;
  border-bottom: 1px solid #DDDDDD;
}

div.begegnungen:nth-child(even) {
	background-color: #F0F0F0;
}

div.rangliste {
  display: flex;
  padding: 0.3em; 
  line-height: 3em; 
  border-bottom: 1px solid #DDDDDD;	
}

/* Box für laufende und beendete Spiele */

div.nspiel {
	display: block;
	position: relative;
	aspect-ratio: 16/10;
	background: url(/images/fussballrasen.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

div.nspiel .links, div.nspiel .rechts {
	/*position: absolute;*/
	padding: 0.5em 5%;
	position: relative;
	width: 40%;
	text-align: center !important;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
} 

div.nspiel .oben {
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 0.9em;
	text-align: left !important;
	font-size: 1rem;
	font-weight: bold;
	color: white;
	background: rgba(0, 0, 0, 0.4);
}

div.nspiel .links {
	float: left;
}

div.nspiel .rechts {
	float: right;
}

div.nspiel .links img, div.nspiel .rechts img {
	aspect-ratio: 16/9;
	width: 100%;
}

.nspiel .ergbox {
	display: flex;
	position: absolute;
	bottom: 0.5em;
	aspect-ratio: 16/3.2;
	width: 90%;
	margin: 0 5%;
	/*background: rgba(255,255,255, 0.3);*/
}

.nspiel .ergbox div {
	float: left;
	width: 30%;
	margin: auto;
	font-size: 2rem;
	color: white;
	text-align: center;
}

.nspiel .ergbox div:first-child, .nspiel .ergbox div:last-child {
	width: 35%;
	margin: 0;
	font-size: 1rem;
	color: white;
	text-align: center;
}

div.tabkopf {
   height: 2em; 
   line-height: 2em;
   background-color: #DDDDDD;
   margin: 0;
   padding: 0 0 0 10px;
   text-align: center;
}

div.verein {
  width: 40%;
  float: left;
  text-align: left;
}

div.verein_name, div.platz {
    width: 55%;
    display: block;
    float: left;
}

div.verein_bild, div.hg_bild, div.hg_bild_spt {
  display: block;
  float: left;
  width: 33%;
}

div.platz {
	width: 15%;
}

div.hg_bild {
  width: 21.5%;
}

div.hg_bild_spt {
  width: 9%;
}

div.verein_bild img, div.hg_bild img, div.hg_bild_spt img {
  height: 30px;
  padding: 3px 0;
}

div.verein_name_lieb {
  display: none;
}

div.verein_lieb {
  width: 52%;
  float: left;
  text-align: left;
}

div.begegnungen_tab {
	padding: 0 12px;
}

div.normaltext {
  position: relative;
  padding: 5px 10px; 
}

div.tippername {
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 4%;
}

div.tab_P, div.tab_N {
  width: 7.5%;
  float: left;
  text-align: center;
  position: relative;
  /*font-size: 80%;*/
}

div.tab_P div.pkte {
	display: none;
}

div.tab_N {
	cursor: pointer;
}

@media (max-width: 413px){
	div.tab_N {
		font-size: 90% !important;
	}
}

div.tab_S {
  width: 8%;
  float: left;
  text-align: center;
}

div.tab_D {
  width: 10%;
  float: left;
  text-align: center;
}

div.tab_T, div.tab_E, div.tab_PP {
  width: 5.5%;
  float: right;
  text-align: center;
  /*font-size: 60%;*/
}

div.tab_PP {
	width: 10%;
}

div.datum_zeit div.tab_T {
	margin-right: 1%;
}

@media (min-width: 768px){
	div.verein_bild, div.hg_bild {
      display: none;
	}
  
	div.verein_name_lieb {
      width: 52%;
      display: none;
	}

	div.tab_S, div.tap_P, div.tab_D {
	  width: 10%;
	  float: left;
	  text-align: center;
	}
	  
	div.tab_P, div.tab_N {
		width: 6.1%;
		/*font-size: 80%;*/
	}
	
	div.tab_T, div.tab_E {
	  width: 5.5%;
	  text-align: center;
	  float: right;
	  /*font-size: 8pt;*/
	}
}

@media (min-width: 992px){
	div.tab_P, div.tab_N, div.tab_T, div.tab_E {
		font-size: 100%;
	}
	 
	div.tab_P div.pkte {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 50%;
		width: 27%;
		font-size: 10px;
		line-height: 12px;
		border: 1px solid #DDDDDD;
	}
}

div.resp {
  font-size: 75%;
}

div.spielt {
  width: 70%;
  float: left;
}

div.spielt_spt {
  width: 21%;
  float: left;
}

div.datum_zeit {
  font-size: 100%;
  padding:0 10px;
  line-height: 2em;
  height: 2em;
  border-bottom: 1px solid #DDDDDD;
  background-color: #DDDDDD;
}

div.box_fuss div.datum_zeit {
	border: none !important;
	background: none !important;
	font-weight: bold;
}

div.hinweis {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 2.5em;
  height: 2.5em;
  border-bottom: 1px solid #DD0000;
  background-color: #DD0000;
}

/* Formatierung der Tippausgabe */

div.ausgabe_mitte {
  display: block;
  float: left;
  width: 65.1%;
  background-color: #dddddd;
}

div.ausgabe_mitte div.am_kopf {
	display: flex;
	background-color: #DDDDDD;
	text-align: center;
}

div.ausgabe_mitte div.datum_zeit, div.ausgabe_mitte div.begegnungen {
  float: left; 
  min-width: 10%;
  display: flex;
}

div.ausgabe_mitte div.begegnungen {
	width: 100%;
	float: none;
	padding: 0;
}

/* Formatierung des Spielplans */
  
/* kleinste Darstellung */
div.zeit {
  width: 20%;
  float: left;
}

div.heim_gast, div.heim_gast_klein, div.heim_gast_pic {
  width: 16%;
  float: left;
  display: none;
}

/* Seite Tippen.tpl */
@media (max-width: 1199px){
	div.tpl_tippen div.heim_gast {
		width: 35%;
	}
}

div.heim_gast_pic, div.heim_gast_klein {
	display: block;
}

div.heim_gast_pic img {
	width: 25%;
	aspect-ratio: 3/2;
}

div.ergebnis {
  width: 25%;
  float: left;
  text-align: center;
}

div.ort {
  width: 30%;
  float: left;
  padding-left: 5%;
  display: none;
}

div.datum {
  float: right;
  display: none;
}

div.datum_klein {
	width: 30%;
	display: block;
	float: right;
	text-align: center;
}

/* kleine Darstellung */
@media (min-width: 768px){
    
  div.box_kopf div.mitte_m {
	width: 100%;
	float: none;
	text-align: left !important;
	display: block;
}

  div.box_kopf div.mitte {
	display: none;
  }

  div.box_kopf div.rechts, div.box_kopf div.links {
	width: 50%;
	float: left;
	text-align: left !important;
  }
  
  div.box_kopf div.rechts {
	text-align: right !important;  
  }
  
  div.zeit {
    width: 20%;
    float: left;
  }
  
  div.heim_gast {
    display: block;
	width: 27%;
  }
  
  div.heim_gast_klein, div.heim_gast_pic {
	display: none;
  }
  
  div.ergebnis {
    width: 15%;
    float: left;
  }
  
  div.datum {
	display: none;
  }
  
  div.datum_klein {
	display: block;
  }
}

/* mittlere Darstellung */
@media (min-width: 992px){
  div.box_kopf div.links, div.box_kopf div.mitte, div.box_kopf div.rechts {
	width: 30%;
	float: left;
	text-align: left !important;
  }
  
  div.box_kopf div.mitte {
	width: 40%;
	float: left;
	text-align: left !important;
	display: block;
}
  
  div.box_kopf div.mitte_m {
	display: none;  
  }

  div.box_kopf div.rechts {
	width: 30%;
	float: right;
	text-align: right !important;
  }
  
  
  div.zeit {
    width: 12%;
    float: left;
  }
  
  div.heim_gast {
	width: 24%;
  }
      
  div.ergebnis {
    width: 15%;
    float: left;
  }
  
  div.datum {
	width: 25%;
	display: block;
  }	
  
   div.datum_klein {
	display: none;
  }
}

/* große Darstellung */
@media (min-width: 1200px){
  div.zeit {
    width: 10%;
    float: left;
  }
  
  div.heim_gast {
	width: 23%;
  }
    
  div.ergebnis {
    width: 10%;
    float: left;
  }
  
  div.datum {
	width: 20%;
	display: block;
  }	

  div.ort {
	display: block;  
  }  
}
/* Ende Spielplan */


div.box_fuss {
  padding: 0;
  text-align: left;
  background-color: #000000;
  border-radius:0 0 4px 4px;
  color: white;
}
/* Datenbox formatieren neu */
div.daten_box {
  padding: 10px;
  color: #000000;
  display: block;
  position: relative;
}

div.daten_box .bezeichnung {
  width: 49%;
  float: left;
  padding: .5em 0;  
}

input.daten_input {
  float: right;
  background-color: #DADADA;
  border: 1px solid #AAA;
  height: 1.25em;
  margin: 0.5em 0;
  width: 47%;
}

/* Loginbox formatieren */
div.login_box {
  padding: 10px;
  color: #000000;
  display: block;
  position: relative;
}

input.login_input {
  float: right;
  background-color: #DADADA;
  border: 1px solid #AAA;
  height: 1.25em;
  float: right;
  width: 50%;
}

input.email_input {
  background-color: #DADADA;
  border: 1px solid #AAAAAA;
  height: 1.25em;
}

div.login_inner {
  display: flow-root;
  position: relative;
  color: #333333;
  margin: 3px;
  padding: 0;
}

div.auswahl_box {
  padding: 10px;
  color: #000000;
  display: block;
  position: relative;
  width: 100%;
}

div.option_box {
  padding: 10px;
  color: #000000;
  display: block;
  position: relative;
  width: 100%;
}

div.auswahl_box .auswahl, div.option_box .auswahl {
  text-align: center;
  float: none;
}

.namen_input {
  display: block;
  float: left;
  border: 1px solid #CCCCCC;
  background: #DDDDDD;
  color: #333333;
  width: calc(90.5% / 2);
  margin: 0 10px 10px 0;
  padding: 0;
}

div.bezeichnung {
    color: #000000;
    float: left;
    padding: 0;
    width: 200px;
}

.login_button {
  margin: 5px 0 0 0;
  color: #333333;
  background-color: #DDDDDD;
  border: 2px ridge #CCCCCC;
}

.white_button {
	margin: 5px 0 0 0;
	border: none;
	border-radius: 4px;
	color: #000000;
	background-color: white;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

div.werbung img {
  max-width: 100%;
  margin: 0 auto;
}

div.Balkenfeld {
  height: 320px;
  padding: 0 1.5%;
  position: relative;
  display: none;
}

div.Punktefeld {
  display: block;
}

div.namen_rl {
  padding: 1em;
  display: block;
  font-weight: bold;
  line-height: 2em;
}

div.balken {
  width: 9%; 
  background: #1155AA;
  margin: 0 1%;
  position: relative;
  float: left;
  display: grid;
}

div.balken:first-child {
  margin-left: 0;
}

div.balken:last-child {
  margin-right: 0;
}

div.balken_waage {
  background-color: blue;
  float: left;
  color: white;
  padding-left: 10px;
  height: 2em;
  margin-right: 10px;
}

.login_button:hover, .login_button a:hover {
  background-color: #BBBBBB;
  border: 2px groove #CCCCCC;
}
  
input.erinnerung {
  text-align: center;
  height: 25px;
  color: white;
  border: none;
  padding-bottom: 3px;
}


div.inhalt_r {
  position: relative;
  float: none;
  height: auto;
  width: 100%;
  margin: 0.5em 0;
  padding: 0;
  text-align: left;
}

div.inhalt_l {
  display: none;
  width: 0;
}

nav.navbar div.box_kopf {
  display: none;
}

div.fuss {
  position: relative;
  display: flow-root;
  width: 100%;
  line-height: 2em;
  background-color: black;
  color: white;
}

div.fuss_links {
  text-align: center;
  float: none;
}

div.fuss_rechts {
  text-align: center;
  float: none;
}

div.fuss a {
  text-decoration: none;
  color: #DDDDDD;
}

div.fuss a:visited {
  color: #DDDDDD;
}

@media (min-width: 768px){
  
  .container {
	  width: 768px;
  }
  
  div.inhalt_l {
    display: block;
    position: relative;
    width: 24.5%;
    text-align: left;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
  }

  div.inhalt_r {
    float: right;
    width: 75%;
    margin: 0;
    /*background-color: #FFFFFF;*/
  }
  
  div.Balkenfeld {
    display: block;
  }
  
  div.Punktefeld {
    display: none;
  }
  
  div.namen_rl {
    display: none;
  }

  div.tabs, div.tabs a, div.tabsaktiv {
    width: calc(100% / 17);
  }
  
  div.box, div.box33, div.box22 {
    margin: 0.5em 0 0 0.5em;
  }
  
  nav.navbar div.box_kopf {
    display: block;
  }
  
  div.kopf .klein {
    display: none;
  }
  
  div.kopf .links {
    width: auto;
    display: block;
    float: left;
  }

  div.kopf .rechts {
    width: auto;
    display: block;
    float: right;
  }
  
  div.menue {
    position: relative;
    margin: 0.5em 0 0 0;
    padding-bottom: 10px;
    background-color: #FFFFFF; /*#0033CC;*/
    border: 1px solid #888888;
    border-radius: 5px;
    color: #AAAAAA;
  }
    
  div.menue div.punkte {
    height: 2.2em;
    padding-left: 10px;
    line-height: 2.2em;
    border-bottom: 1px solid #DDDDDD;
  }
  
  div.login {
    position: relative;
    background-color: #FFFFFF; /*#0033CC;*/
    border: 1px solid #888888;
    border-radius: 5px;
    color: #AAAAAA;
    margin: 0;
  }
  
  div.lo_zu {
    display: none;
  }
  
  div.werbung {
    position: relative;
    background-color: #FFFFFF; /*#0033CC;*/
    border: 1px solid #888888;
    border-radius: 5px;
    color: #AAAAAA;
    margin: 0;
  }
  
  div.auswahl_box {
    padding: 10px;
    color: #000000;
    display: block;
    position: relative;
    width: 70%;
    float: left;
  }

  div.option_box {
    padding: 10px;
    color: #000000;
    display: block;
    position: relative;
    width: 20%;
    float: right;
  }

  div.auswahl_box .auswahl {
    text-align: left;
    float: left;
    margin-right: 0.7em;
  }
  
  div.option_box .auswahl {
    text-align: right;
    float: right;
  }
  
  .namen_input {
    width: 145px;
  }
  
  div.werbung img {
    width: auto;
  }
  
  div.fuss_links {
    text-align: center;
    float: left;
    margin-left: 1em;
  }

  div.fuss_rechts {
    text-align: center;
    float: right;
    margin-right: 1em;
  }
  
  div.verein {
    width: 58%;
    float: left;
    text-align: left;
  }
  
  div.verein_lieb {
    width: 52%;
    float: left;
    text-align: left;
  }
  
  div.spielt {
    width: 80%;
  }
}

@media (min-width: 992px) {
	.container {
		width: 992px;
	}

	div.box33, div.box22 {
		width: calc(97% / 3);
		height: auto;
		float: left;
		border: 1px solid #888888;
		border-radius: 4px;
		margin: 0.5em 0 0 0.5em;
		background-color: #FFFFFF;
	}
	
	div.ges_box {
		height: auto;
		float: left;
		margin: 0 0 0 .5rem;
		background: none;	
	}
	
	div.ges_box div.box {
		margin-left: 0;
	}
	
	div.box22, div.ges_box {
		width: calc(97% / 2);
	}
	  
	div.box {
		width: 99%;
	}
		
	div.box22:nth-child(2n) {
		float: right;
	}
	
	div.ges_box:nth-child(2n) {
		float: right;
		margin: 0;
	}
  
	div.box33:nth-child(3n){
		margin-left: 0;
	}
	  
	div.box33 .box_inner {
		min-height: 140px;
	}

	div.box22 {
		width: calc(97% / 2);
	}
	
	input.login_input {
		width: 60%;
	}
}

@media (min-width: 1024px){
  .container {
    width: 1010px;
  }
    
  .inhalt_l{
    width: 22%;
  }
  
  .anz_mittel svg {
	width: 80%;
	height: 80%;
  }
  
  div.resp {
    font-size: 80%;
  }
  
  input.email_input {
	width: 100%;
  }

  div.tab_E {
    width: 5.5%;
  }
  
  div.heim_gast_spt {
    display: block;
  }
  
  div.spielt_spt {
    width: 45%;
  }
  
  div.hg_bild_spt {
    display: none;
  }
}

@media (min-width: 1200px){
  .container {
    width: 1180px;
  }
  
  div.box33 {
    width: calc(97.5% / 3);
  }
  
  div.box33 .box_inner {
    min-height: 115px;
  }
  
  div.tab_E {
    width: 5.5%;
  }
}