@charset "utf-8";
body { background:transparent;
;
background: transparent;
}

img#onair_bildIMG{
width: 225px;
height: 225px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 20px; }

img#onair_bildIMG2{
width:80px;
height:80px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 0px; }

img#onair_bildIMG3{
width:30px;
height:30px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 0px; }

img#onair_bildIMG4{
width:100px;
height:100px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: center;
padding-right: 0px; }

.btn-danger.disabled, .btn-danger:disabled {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    animation-iteration-count: infinite; }

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; } }

/*body { background-image: url(https://hfr1.de/imgs/start.png);
         background-attachment:fixed; }*/

tr { background: url(https://hfr1.de/imgs/slider_5.png);
     /*background: transparent;*/
     background-attachment:fixed;
     font-family: Tahoma;
	 font-size:14px;
     color: silver;  /*#34343c;*/ }

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

@charset "utf-8";

.panel-default > .panel-heading {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
font-size: large;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #000;
  opacity: 1;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #343a40;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #600;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 100%;
  color: #dc3545;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: red;
}

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

.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;
}

.bg-dark {
  background-color: transparent;
}

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

.mod_tool {
  color: #F44336;
  font-size: 12pt;
}

.image {
  opacity: 1;
  display: block;
  width: 220px;
  height: 190px;
  transition: .5s ease;
  backface-visibility: hidden;
border-radius: 0%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  background-size: auto;
background-size: cover;
}
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: 170px;
    height: 170px;
    //border-radius: 110px;
    //border: 3px solid #fff;
//box-shadow: 2px 2px 5px black;

}

img.profil_bild {
	max-width: 140px;
	max-height: 140px;
	//border: 1px solid #CCC;
}


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: 130px;
    height: 150px;
    //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);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
    padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

table.dataTable tbody tr {
  background-color: transparent;
}