@font-face {
    font-family: bigTitle;
    src: url(../fonts/Exo-VariableFont_wght.ttf);
    
    font-weight: 700;
  }
@font-face {
    font-family: standard;
    src: url(../fonts/Poppins-Regular.ttf);
}

* {
    font-size: 100%;
    font-family: standard;
    color: #428bc0;
}
.fade-in {
    opacity: 100%;
    transition: opacity 1s;
}
.fade-out {
    opacity: 0%;
    transition: opacity 1s, z-index 1s;
    -webkit-transition: opacity 1s, z-index 1s;
    -moz-transition: opacity 1s, z-index 1s;
    -o-transition: opacity 1s, z-index 1s;
    z-index: -1!important;
}
.logoText {
    font-family: bigTitle;
    color: #428bc0;
    font-size: 30;
    vertical-align: middle;
}
.secondTitle {
    font-family: bigTitle;
    color: #909090;
}
#mainContainer {
	padding-top: 100px;
	padding-bottom: 60px;
}
#mainContainer .icon {
	-webkit-transition:All 0.3s linear;
	-moz-transition:All 0.3s linear;
	-o-transition:All 0.3s linear;
}
#mainContainer .icon.active {
    background-color: #FFFFFF;
    color: #428bc0;
  }
#mainContainer .icon {
  background-color: #428bc0;
  border: 5px solid #428bc0;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 40px;
  height: 100px;
  line-height: 90px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100px;
}
.btn-tennisCheck {
    width: 50px;
}
.smallFont {
    font-size: 11px;
}
.normalFont {
    font-size: 16px;
}
.btn-tennisCheck i {
    color: #FFFFFF;
}
#mainContainer .icon:hover {
      color: #428bc0;
      background-color: #fff;
      cursor: pointer;
}
#mainContainer h3 {
    font-weight: 700;
}
.tName {
    width: 25%;
}
.tEntry {
   width: 10%;
}
.heimspiel {
    background-color: #def7d4!Important;
}
.extern {
    background-color: #f7ecd4!Important;
}
.topbox {
	background: #fff;
	border: 0 none;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
}
footer {
    width: 100%;
    bottom: 10px;
    position: absolute;
}
.float-end {
    left: 15px;
}
.loginBox {
    position: relative;
    top: 50%;
    width: 250px;
    display: table;
    margin: 0px auto 0 auto;
    background: #eee;
    border-radius: 4px;
}
.loginHead {
    position: relative;
    width: 100%;
    display: block;
    background: #428bc0;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.loginHead:after {
    content: "";
    background-image: url(../img/logo_trans.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 180px 5px;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.loginInput {
    position: relative;
    width: 90%;
    margin: 15px auto;
}
.loginInput span {
    position: absolute;
    display: block;
    color: #d4d4d4;
    left: 10px;
    top: 8px;
    font-size: 20px;
  }
.loginInput input {
    width: 100%;
    padding: 10px 5px 10px 40px;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: #a1a1a1;
}
.loginInput input:focus {
    padding: 10px 5px 10px 10px;
    outline: 0;
    border-color: #428bc0;
}
.loginBtn {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto -35px auto;
    background: #428bc0;
    border-radius: 100%;
    border: 1px solid #428bc0;
    color: #428bc0;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px #fff;
    transition: 0.3s ease-out;
}
.loginBtn:hover, .loginBtn:focus {
    background: #fff;
    color: #fff;
    outline: 0;
}
.failedLogin {
    display: block;
    text-align: center;
    margin-top: 50px;
    color: #b60202;
    font-size: 20px;
}

/*Der Schalter*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-left: 10px;
}
.switch input {
    display:none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}  
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}  
input:checked + .slider {
    background-color: #428bc0;
}  
input:focus + .slider {
    box-shadow: 0 0 1px #428bc0;
}  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}  
.slider.round {
    border-radius: 34px;
}  
.slider.round:before {
    border-radius: 50%;
}
.slider.round {
    border-radius: 34px;
}  
.slider.round:before {
    border-radius: 50%;
} 
.switch-small {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 15px;
    margin-left: 10px;
}
.switch-small.vonbis {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
.switch-small.vonbis>.slider-small {
    background-color: #428bc0;
}
.switch-small input {
    display:none;
}
.slider-small {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-small:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider-small {
  background-color: #428bc0;
}
input:disabled + .slider-small {
  cursor: not-allowed;
}
input:focus + .slider-small {
  box-shadow: 0 0 1px #428bc0;
}
input:checked + .slider-small:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.slider-small.round {
  border-radius: 34px;
}

.slider-small.round:before {
  border-radius: 50%;
}