/*MENÜ AKTIV*/
.loginmenact{
	border-bottom: 2px #fff solid;
}


.abmledenbehind{
	color: #2262ad;
	background-color: rgba(0,0,0,0);
	border: none;
	padding-right: 0em;
	padding-left: 0em;
	font-weight:bold;
	text-decoration: underline;
	cursor: pointer;
}

.showall{
	overflow-x: auto;
}

.tabshowall{
	border: 1px black solid;
	padding: .5em;
	text-align: center;
}

/*TAGESAUSWÄHL*/
#kMo, #kDi, #kMi, #kDo, #kFr, #kSa, #kSo{
	line-height: 1.1em;
	width: 8.3em;
  margin: 0.3em;
  letter-spacing: 0px;
	-webkit-appearance: none;
}

/*LIVESTREAMBOX*/
.livebox{
  background-color:#2262ad; 
  color:#fff; 
  margin:1em; 
  padding: 1em; 
  display:inline-block;
  border-radius: 0.5em;
  border: 2px #2262ad solid;
  cursor: pointer;
  width: 15em;
  transition: 0.2s;
}
@media only screen and (max-width : 500px){
  .livebox{
    width: 60vw;
  }
}
.livebox:hover{
  background: #04448F;
  box-shadow: 0 0 15px 3px rgba(0,0,0,0.15);
  border: 2px #D4021D solid;
  
}
.detectlinkreha{
  background-color: #D4021D;
  border: 2px #D4021D solid;
  color: #fff;
  border-radius: 0.5em;
  cursor: pointer;
  padding: 1em;
  -webkit-appearance: none;
}
.detectlinkreha:hover{
  font-weight: bold;
}



/*KURSE UND KINDERKURSE SELECT*/
select {

  /* styling */
  background-color: white;
  border: thin solid #2262ad;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  text-align: center;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, #2262ad, #2262ad);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}
