/* @import "https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600italic);
@import url(https://fonts.googleapis.com/css?family=Oswald); */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/Open_Sans/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(fonts/Open_Sans/OpenSans-SemiboldItalic.ttf) format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(fonts/Oswald/Oswald-Regular.ttf) format('truetype');
}

/*Main body structure*/

/* #body-container{ */
  
/* } */

html{
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  background: url("./image/hintergrund_stadion.jpg");
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat:  no-repeat;
  minwidth: 420px;
}
body{
  height:100%;
  bottom: 0;
  padding:0;
  margin:0;
  /* min-width: 420px; */
}
/*   background: url("./image/hintergrund_stadion.jpg"); */
/*   background-attachment: scroll; */
/*   background-size: 100% 100%; */
/*   background-repeat:  no-repeat; } */

#main-header-container {
  width:100%;
  /* min-width: 420px; */
  text-align:center;
  white-space: nowrap;
/*   background-color: #113212; */
  background: url("./image/hintergrund_stadion_head.png") no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 2;
  height: 31vh;
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  text-shadow: 2px 2px 4px #444;
  }
  
#main-header-container .text-div{
  	display:inline-block;
	position: relative;
	bottom: 20%;
  }  
  #main-header-container .mini-text-div{
  		display: none;
  }  
  #main-header-container .logo-div{
  	 margin: 0 auto;
     text-align: center;
     width: 100%;
     position: absolute;
	 top: 25%;
	 bottom: 30%;
  }  
   #main-header-container .logo{
   		margin-top:0.5%;
	    position: relative;
	    height: 75%;
	    padding-left: 2%;
		padding-right: 2%;
  }  
  @media only screen and (max-width: 900px) {
	   #main-header-container .text-div{
		  	display: none;
	   }
	   #main-header-container .logo-div{
	    	top: 35%;
	   }
	   #main-header-container .mini-text-div{
	   		 display:inline;
  			 margin: 0 auto;
		     text-align: center;
		     width: 100%;
		     position: absolute;
			 top: 25%;
			 bottom: 30%;
			 left:0;
			 font-size: 2vh;
  	   }  
  }

#demo-header-container {
	color: white;
	background-color: #21a2d9;
	position: fixed;
	z-index: 1002;
	top:0;
	height:60px;
	right:0;
	left:0;
	margin:0;
	text-align: center;
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  text-shadow: 2px 2px 4px #444;
  overflow: hidden;
} 

#demo-header-container h1 {
	margin:0;
	margin-top: 0.2em;
} 

#body-container{
  width: 100%;
  height:100% !important;
  bottom:0;
  margin-bottom: 0;}
  
#main-content-container {
  max-width: 700px;
  position: relative;
  margin: auto;
  margin-bottom:30px;
  /*bottom: 0px;*/
  overflow: auto;
  padding: 20px;
  padding-top: 28vh;;
  font-family: OpenSans;
  overflow:hidden; }

#main-content-container.frame_header {
	padding-top: calc(28vh + 40px) !important;
}

#additional-content-container {
  max-width: 700px;
  position: relative;
  margin: auto;
  margin-top:-20px;
  margin-bottom:30px;
  overflow: auto;
  padding: 20px;
  padding-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: OpenSans;
}

#additional-content-container.frame_header {
  padding-top: 30px;
}

#sponsor-content-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: auto;
  padding: 0px 20px 20px 20px;
  overflow-y: auto;
  overflow-x: hidden; }

#table-content-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 0px 20px 0px 20px;
  overflow: hidden; }
#foot-content-container {
  position: fixed;
  width: 100%;
  bottom:0;
  overflow: hidden;
  background: #070D33;
  box-sizing: border-box; }
.no-menu {
  left: 0 !important; }
#main-content-container > h1 {
  color: #424E5A;
  border-bottom: 1px solid #C1C1C1;
  text-align: left; }
#main-header-container.col{
	width:33.33%;}
/* img styles */
#con_logo{
	width:30%;
	margin-left:80px;
	margin-right:80px;
	padding-top:7%;
}

#tipp_logo{
	width:55%;
	height:15%;
}

#trikots{
	width: 40%;
	height:60%;
}

.game-row {
  position: relative;
  display: block;
  height: 6em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #D0DADA;
  width: 100%;
  font-family: 'Open Sans';
  font-weight: 400;
  z-index:0;}
.game-row .home {
    position: absolute;
    display: block;
    left: 0px;
    min-width: calc((100% - 150px) / 2);
    height: 5em; }
.game-row .home_name {
	  font-family:'Open Sans', sans serif;
	  font-size: 1em;
      position: absolute;
      margin: -4.5em 4em;
      background: linear-gradient(to left,rgba(255,255,255,0),rgba(255,255,255,0.5));
      padding-left: 20px;
      width:calc(100% - 80px);
      z-index: -1;}
.game-row .nation_short {
    display: none; }
.game-row .nation {
    display: initial; }
.game-row .standings {
    text-align: center;
    position: absolute;
    display: block;
    left: calc((100% - 150px) / 2);
    min-width: 150px;
    color: #FFF;
    margin-top: 10px;}
.game-row .standings input {
      position: relative;
      font-size: 1em;
      color: #113212;
      text-align: center;
      height: 40px;
      width: 35px;
      border-radius: 5px;
      border: 1px solid #113212; 
      type: number;
      min: 0;
      max: 99; }
/* .game-row .standings input:hover { */
/*       } */
.game-row .standings h1{
	margin: 0px 0px !important;
	font-size: 1em;
}
.game-row .standings h2{
	display:inline;
	font-size:1.5em;
}
.game-row .standings h3{
	font-size:1em;
	margin:0;
	-webkit-margin:0;
}
.game-row .standings .result {
      font-size: 1.5em;
      font-weight: bold; }
.game-row .guest {
    text-align: right;
    position: absolute;
    left: calc((100% - 150px) / 2 + 150px);
    min-width: calc((100% - 150px) / 2);
    height: 5em;}
.game-row .guest_name  {
	  display:flex-wrap;
      position: absolute;
      margin: -4.5em -0.5em;
      margin-right: 40px;
      width: calc(100% - 80px);
      background: linear-gradient(to left,rgba(255,255,255,0.5),rgba(255,255,255,0));
      padding-right:20px;
      z-index: -1;}
.game-row .team {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
    .game-row .team .icon {
      height: 4em;
      margin: 1em 1em;
      border: none;
      z-index: 3; }

.game-row-first {
  margin-top: 0em !important; }

.game-row-last {
  border-bottom: none !important;
  margin-bottom: 0em !important;}

/*Table styles*/

#table-content-container section{
  background: transparent;
  display: inline-block;
  width: 100%;
  color: white;}

#statistics{
	/* background: rgba(0,0,0,0.7);
	background-radius: 10px; */
	width: 100%;
	/* border-radius:20px;
	padding:20px 10px 10px; */
	margin-bottom:10px;
	border-sizing:border-box;
}
#form-head_sta{
	font-family:'Open Sans';
	font-style:san-serif;
	font-weight:600;
	font-size: 1.2em;
	text-align: center;
}
#form-head_sta h1{
	text-shadow: 2px 2px 4px #000;
	margin-bottom: -9px !important;
	font-family:'Oswald';
}

#statistics thead {
  text-align: center;}
#statistics tbody {
  text-align: center; }
#statistics th, td{
  /* border-left: solid black 2px; */
  color: #fff;
  padding:1px;
  }
#statistics td{
  background:rgba(255,255,255,0.85);
  color: #000;}
#statistics .title{
  border-left: none;
  border-radius: 10px 0px 0px 10px;
}
#statistics .position{
  border-radius: 0px 10px 10px 0px;
}

/*Formular styles*/
section.section-form, section.section-login {
/*   border: 1px solid #D0DADA; */
  border-radius: 19px;
  background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.0), rgba(0,0,0,1));
  display: inline-block;
  width: 100%;
  color: white; }

section.foot-section{
	background: #070D33;
	width:100%;	
}
section.section-login {
  max-width: 600px;
  margin: auto;
  display: block;
  height: auto; }

.filter-head {
  color: #666;
  padding: 5px 10px;
  text-align: left;
  background-color: #f6f6f6;
  border-bottom: 1px solid #D0DADA; }

.filter-open {
  margin-bottom: 20px; }

.filter_header:after {
  content: "\bb";
  vertical-align: center;
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block; }

.open_filter_header:after {
  content: "\bb";
  vertical-align: center;
  float: right;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.form-head {
	property:initial;
	color: #FFF;
	opacity: 1;
	background: transparent;
   }

.form-head-game {
  margin-bottom: 0px !important;
  font-size:1.2em;
  font-family:'Oswald',san-serif;
  font-weight: 700;
  text-align: center; }

.form-head > h1 {
  margin: 0;
  margin-left: 25px; }

.button_row {
  width: 100%;
  text-align: right;
  padding: 1em 0 0;
  text-align: center;
  font-family:'Open Sans';
  font-weight: 400;
}

#button_1{
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0;
	margin-right:3px;
	margin-left:3px;
	background-color: white;
	border-radius: 10px 10px 0 0;
	color: #070D33;
}

#button_1 :hover{
	font-color: #FC8301;
}

.sponsor {
  height: 100%; }
  .sponsor img {
    padding: 10px;
    float: left;
    width: auto;
    max-height: 100px; }
  .sponsor p {
    padding: 0px; }
    .sponsor p .company {
      font-weight: bold;
      font-size: 1.3em; }
    .sponsor p .company:after {
      content: "\A";
      white-space: pre; }
  .sponsor a.action {
    float: right;
    padding: 0px 10px 10px; }

.form-content {
  display: inline-block;
  width: 100%;
  height: 100%; }
  
.form-content table {
    align: center;
    width: 100%; }

.form-seperator {
  height: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D0DADA; }

.form_text_row {
  margin-bottom: 0.5em;
  width: calc(100% - 40px);
  color: white;
  padding: 0 20px;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 400;
  text-shadow: 2px 2px 4px #000;
  text-align: justify;
  text-justify: inter-word;
}

.form_text_row input {
	display: block;
	float:left;
	margin-right: 10px;
}

.form_text_row label {
	display: block;
	margin-left: 30px;
}

.form_row {
  margin-bottom: 0.5em;
  width: calc(100% - 40px);
  color: white;
  padding: 0 20px 0 20px;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
}

.form_row h1 {
  font-family: 'Oswald';
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
}

.form_row p {
  font-family: 'Open Sans';
  font-weight: 400;
  /* text-align: left; */
  text-shadow: 2px 2px 4px #000;
  text-align: justify;
  text-justify: inter-word;
}

.form_row_first{
	margin-bottom: 0; }
  .form_row label {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0px 1em 0px 0px;
    overflow: hidden; }
  .form_row input, .form_row select, .form_row textarea {
    padding: 0.3em 0.6em;
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(100% - 12em);
    font-family: inherit;
    font-size: inherit; }
  .form_row input[type=checkbox] {
    width: auto; }
  .form_row select[multiple] {
    padding-top: 1.9px;
    vertical-align: top; }
  .form_row input:hover, .form_row select:hover, .form_row textarea:hover, .form_row input:focus, .form_row select:focus, .form_row textarea:focus {
    border: 2px solid #113212; }
  .form_row .short_100 {
    width: 100px; }
  .form_row #code{
  font-family: 'Open Sans';
  font-size: 1.0em;
  font-weight:600;}

.form_row.frame_header {
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.readonly {
  padding: 0.5em 0.6em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: calc(100% - 180px); }

.multiple {
  margin-left: 11.25em;
  margin-top: 5px; }

.table.content.container
.textarea {
  padding-top: 1.9px; }

.form_row textarea, .textarea {
  vertical-align: top;
  max-width: calc(100% - 12em); }

button, input[type=submit], input[type=button] {
  font-family:'Open Sans';
  text-shadow: 2px 2px 4px black;
  background-color: #424F5A;
  text-decoration: none;
  border: 0px none transparent;;
  background: #424F5A none repeat scroll 0% 0%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding: 0.3em 1em;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  box-sizing: border-box; }

button:hover, input[type=submit]:hover, input[type=button]:hover {
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
  }

.multiple_row {
  display: inline-block; }

.multiple_row:not(:first-child) {
  padding-top: 0.5em; }

.multiple_row .readonly {
  width: inherit; }

.two-elemnt-layout {
  min-height: 200px;
  width: 49%;
  float: left; }

.half-form {
  width: 50%;
  position: relative;
  float: left
  width: 49%;
  min-width: 260px; }

.shared_row {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  width: calc(100% - 12em); }

.shared_row input, .shared_row select, .shared_row textarea {
  display: block-inline; }

.shared_row .short_100 {
  width: 100px; }
.shared_row .long_100 {
  width: calc(100% - 104px); }

/*Footer styles*/
foot.section{
	border: 0;
}

.foot-form-content{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.registration_form{
	display: block;
	width: 100%;
}
/* Trikots */
.trikots{
	width:100%;
	display: inline-block;
	text-align:center;
	font-family:'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: -1px;
}
.trikots sizes{
	font-weight: 600;
	font-size: 1em;
}
.trikots form{
	width:100%;
}
.trikots p{
	font-size: 0.8em;
}
.trikots h1{
	font-family: 'Oswald';
	font-weight: 700;
	text-shadow: 1px 1px 4px #000;
	text-align: center;
	font-size: 1.8em;
}
.trikots_check {
	display: inline-block;
	}
.trikots_check img{
	height: 140px;
	width: 180px;
	margin-bottom:-15px;}
.trikots_label{
	float:left;
	min-width:200px;
	background: #070D33;
	border-radius: 10px 10px 0 0;
	padding: 20px 0 3px;
	margin: 0 10px;
}
#trikot_black{
	background: url(res/image/prices/trikot_black.png) no-repeat;
	background-size:100% 100%;
}
#trikot_child{
	background: url(./image/prices/trikot_child.png) no-repeat;
	background-size:100% 100%;
}
div .col-2{
/* 	display: inline-block; */
	position: relative;
	float: left;
	width:33%;
	padding: 40px 5px;
	color: #2D416D;
	text-align: center;
	box-sizing:border-box;}

div.col-2 div{
	margin-top:15%;
}
div.col-3{
	display: inline-block;
	height:15px;
/* 	width: calc(33.33% - 1px); */
	padding: 5px 5px 0px;
	font-family: arial,sans-serif;
	letter-spacing: -1px;;
	font-size: 11px;
	text-align:center;}

div.col-3 a{
	color: white;
	text-decoration: none;
	font-size: 1.4em;}
	
@media only screen and (max-width: 880px) {
  /* styles for browsers smaller than 880px; */
  .two-elemnt-layout {
    width: 100%; } }
@media only screen and (max-width: 1020px) {
  .half-form {
    width: 100%;
    padding-top: 20px; }}
@media only screen and (max-width: 1250px){
  html{
  	  width: 100%;
	  height:100%;
	  padding: 0;
	  margin: 0;
	  background: url("./image/hintergrund_stadion_small.jpg");
	  background-attachment: fixed;
	  background-size: 100% 100%;
	  background-repeat:  no-repeat;
  }
  .col-2{
	display: none !important;}
  #con_logo{
 	 padding-top: 11%;}}
@media only screen and (max-width: 480px) {
/*   #main-content-container { */
/*     padding: 0; */
/*     padding-top:240px; */
/*     margin: 80px 0px 20px; } */

  .form_row label {
    margin-bottom: 0.3em;
    text-align: left!important;
    display: block;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px; }

  .shared_row {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%; }
    .shared_row .first {
      margin-right: 0px; }
    .shared_row .last {
      margin-left: 0px; }
    .shared_row .long_100 {
      width: calc(100% - 124px); }

  .form_row input, .form_row select, .form_row textarea {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px; }

  .multiple {
    margin-left: 0; }

  section.section-form {
    border-radius: 8px; } }
@media only screen and (max-width: 650px) {
  .nation_short {
    display: initial !important; }

  .nation {
    display: none !important; }

  #statistics th.count {
    display: none; }
  #statistics td.count {
    display: none; } }
    
@media only screen and (max-height: 850px){
	#con_logo{
	width: 23%}
}
@media only screen and (max-width: 710px){
	.trikots form{
	display:group-box;}
}
@media only screen and (max-width: 770){
	.game-row .guest_name{
	width:150px;
	}
}
@media only screen and (max-width: 465px){
	.home .home_name{
	display:none;}
	.guest .guest_name{
	display:none;}  
  .game-row .home {
    min-width: calc((100% - 120px) / 2);
    left: 0px; }
  .game-row .guest {
    min-width: calc((100% - 120px) / 2);
    left: calc(((100% - 120px) / 2) + 120px); }
  .game-row .icon {
    height: 3em;
    margin: 1em; }
  .game-row .standings {
    left: calc((100% - 120px) / 2);
    min-width: 120px; } }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }


.tabs-min {
  background: transparent;
  border: none;
  padding: 0; }

.ui-widget {
  font-family: inherit;
  font-size: inherit; }

.tabs-min .ui-tabs-nav {
  padding: 0; }

.tabs-min .ui-tabs-nav li {
  margin: 0; }

.tabs-min .ui-tabs-panel {
  padding: 1em 0; }

.tabs-min .ui-widget-header {
  background: transparent;
  border: none;
  border-top: 1px solid #D0DADA;
  border-bottom: 1px solid #D0DADA;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.tabs-min .ui-tabs-nav .ui-state-default {
  background: transparent;
  border: none; }

.tabs-min .ui-tabs-nav .ui-state-active {
  background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;
  border: none; }

.tabs-min .ui-tabs-nav .ui-state-default a:hover {
  background: #EBEBEB;
  border-bottom: 3px solid #EBEBEB; }

.tabs-min .ui-tabs-nav .ui-state-active a {
  background: #EBEBEB;
  border-bottom: 3px solid #FF9500 !important; }

.tabs-min .ui-tabs-nav .ui-tabs-anchor {
  border-bottom: 3px solid transparent; }

/*# sourceMappingURL=style.css.map */
