@charset "utf-8";

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    color: #000;
}

.table-light, .table-light>td, .table-light>th {
    background-color: transparent;
}

.bg-light {
    background-color: transparent!important;
}

.panel-body {
    padding: 0px;
}
.art-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.btn-outline-dark {
    color: #343a40;
    background-color: #F44336;
    background-image: none;
    border-color: #343a40;
}


body {
  margin: 0;
  padding: 0;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
//background: url(../../images/BG_Test03_dunkler.jpg) no-repeat fixed;
}
body#onair_body { font-family: Arial; font-size: 16px; color: white; text-align: center; background: transparent;}

div#content {
  min-height: 250px;
  padding: 10px;
  background: transparent;
}

table.content tr:nth-child(even) {
  background: transparent;
}

table.content tr:nth-child(odd) {
  background: transparent;
}

media="all"
body {
  margin: 0;
  padding: 0;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: red;
  background: transparent;
}

img#onair_bildIMG {
    width: 100px;
    height: 120px;
    border-radius: 110px;
    border: 3px solid #fff;
box-shadow: 2px 2px 5px black;
}

body#onair_body
{
	
	overflow: hidden;
	-webkit-transform: scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(0.8); /*Mozilla scale version*/
	-o-transform: scale(0.8); /*Opera scale version*/
	-ms-transform: scale(0.8); /*Internet Explorer*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	-ms-transition-duration: 0.5s; /*Internet Explorer*/
	transition-duration: 0.5s;
	margin: 0 -6px; /*margin between images*/
	text-shadow: 2px 2px 5px black;
}
body#onair_body:hover
{	
	transform: scale(1.0);
	-webkit-transform: scale(1.0); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(1.0); /*Mozilla scale version*/
	-o-transform: scale(1.0); /*Opera scale version*/
	-ms-transform: scale(1.0); /*Internet Explorer*/
	opacity: 1;
}

img {
    width: 100px;
    height: 120px;
    //border-radius: 110px;
    border: 3px solid #fff;
box-shadow: 2px 2px 5px black;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
