/* .modal {
  text-align: center;
  padding: 0!important;
    overflow-y: auto !important;
}

.modal-backdrop.show {
	display:none;
}
*/

/*
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-open
{
   overflow:auto !important;
   overflow-x:hidden !important;
   padding-right: 0 !important;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.show .modal-dialog {
	margin-top:120px;
}
*/
@media (min-width: 992px) {
  .modal-lg {
    max-width: 1200px !important;
  }
}

a.o-button-primary {
	color:#fff !important;
}

.noeyes {
	display:none;
}
.tanzkurse-artikel {
	z-index:99;	
}

.tanzkurse td {
	vertical-align:middle !important;
}

.tanzkurse .btn, .form_tanzkurse .btn {
	font-size:14px !important;
	font-family: Roboto, Arial, sans-serif;
	letter-spacing: normal;	
}

.well {
	background-color:rgba(0,0,0,.05);
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 15px;
}

.tanzkurse .more-info {
	font-size:110%;
}

.modal-header .close {
    opacity:1.0;
}

.info-tanzkurs {
  color: var(--color-btn-2-txt);
}

input.text, input.number, textarea, select {  }
input.text:active, textarea, select:active  {  }
input.text:focus, textarea, select:focus  { }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

/* Tabelle Tanzkurse */
@media only screen and (max-width : 576px) {
	.tanzkurse .table-responsive thead {
		display:none;
	}
	.tanzkurse .table-responsive td {
		display:block;
		border:none;
		padding-top:0;
		padding-bottom:0;
	}
	.tanzkurse .table-responsive tr td:last-child {
    padding:10px;
    padding-left:30px;
    padding-right:30px;
}
}
