@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #cd0000;
    background: transparent;
}

.alert-dismissible .close {
    padding: .45rem 1.25rem;
}

.custom-file-label::after,
.custom-file-label {
    padding: .4rem .75rem;
    font-size: 1rem;
}

.custom-select {
    font-size: 1rem;
}

div.clear {
	clear: both;
}

div#content {
	min-height: 250px;
	padding: 16px;
	background: #000000;

}

div#wrapper {
    box-shadow: 0 0 5px #333;
}

nav {
    width: 100%;
}

ul.nav#headnav {
    /*border-bottom: 1px solid #666;*/
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.nav#headnav li {
	float: left;
	border-right: 1px solid #666;
}

ul.nav#headnav li a {
	display: block;
	padding: 7px 20px;
	min-width: 65px;
	text-align: center;
    color: #FFF;
	text-decoration: none;
}

ul.nav#headnav li span#headline {
	display: block;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	padding: 12px 25px;
}

ul.nav#headnav li a.active,
ul.nav#headnav li a:hover:not(.active),
ul.nav#headnav li a:focus:not(.active),
ul.nav#headnav li .nav-link:hover:not(.active),
ul.nav#headnav li .nav-link:focus:not(.active) {
    background: #101010;
    color: #fff;
    border-color: #101010;
}

ul.nav#headnav li:first-child {
    border-left: none;
}

ul.nav#headnav li:last-child {
    border-right: none;
}

table.table {
	width: 80%;
	border: 1px solid #d90707;
}

div.footer {
    /*margin-bottom: 10px;*/
    height: 25px;
	padding: 0;
}

div.footer a {
	color: #dc0000;
	text-decoration: none;
}

div.footer ul {
    float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.footer ul li {
	float: left;
}

div.footer ul li a {
	display: block;
    padding: 0 10px;
    line-height: 25px;
    border-left: 1px solid #666;
}

div.footer ul li a.footer-current,
div.footer ul li a:hover,
div.footer a.sign-in:hover {
    background: #666;
    color: #212121;
}

ul.tabmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.tabmenu li {
    float: left;
}

ul.tabmenu li a {
    display: block;
    margin-right: 10px;
    padding: 8px 15px;
    color: #666;
    font-weight: 700;
    border: 1px solid #DDD;
    border-bottom: 0;
    background: #EFEFEF;
}

ul.tabmenu li a:hover,
ul.tabmenu li a.current {
    background: #DDD;
}

span#refreshBar {
	float: right;
	font-size: 12px;
    padding-top: 5px;
}

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

table.popup-table td.popup-profil-bild {
	padding-top: 5px;
	vertical-align: top;
	width: 110px;
}

table.popup-table {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.popup-table td.popup-desc {
	vertical-align: top;
}

table.popup-table td.popup-desc span.headline {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
    font-weight: 700;
	border-bottom: 1px solid #CCC;
}

table.content tr.event-sendung {
    background: #FFF2E7;
}

/*input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
select, textarea*/
.input-group {
    margin: 3px;
    padding: 5px;
    font-family: "Arial", sans-serif, "Verdana", sans-serif, "Helvetica", sans-serif;
    /*width: 99%;
    font-size: 12px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;*/
}


select {
    padding: 4px 5px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
select:focus, textarea:focus {
    box-shadow: 0 0 3px yellow;
}


input[type=submit],
input[type=reset],
input[type=button] {
    padding: 3px 10px;
    font-weight: 700;
    cursor: pointer;
}

span.event {
    display: block;
    padding: 8px;
    color: #A84;
    margin-bottom: 10px;
    text-align: center;
    background: #FFE;
    border-top: 5px solid #FEC;
    border-bottom: 5px solid #FEC;
}

span.event-Success {
    color: #537836;
    background: #EFE;
    border-color: #CEA;
}

span.event-Fail {
    color: #A42F2D;
    background: #FEE;
    border-color: #FDD;
}

a:hover {
    color: #f00;
}

h1.headline {
    margin: 0 0 10px 3px;
    padding-bottom: 3px;
    font-size: 22px;
    border-bottom: 1px dotted #CCC;
}

span.circle-red {
    border-radius: 10px;
    padding: 2px 6px;
    font-weight: 700;
    background: #E00;
}

span.label {
    color: #FFF;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 4px;
    background: #888;
}

span.label-red {
    color: #FFF;
    background: #C95A57;
}

span.label-orange {
    color: #FFF;
    background: #EF9C52;
}

span.label-green {
    color: #FFF;
    background: #5DC15D;
}

div.pagenav {
    float: right;
}

div.pagenav ul {
    margin: 0;
    padding: 0;
    height: 25px;
    list-style-type: none;
    border: 1px solid #CCC;
}

div.pagenav ul li {
    float: left;
    border-left: 1px solid #CCC;
}

div.pagenav ul li:first-child {
    border: none;
}

div.pagenav ul li a {
    display: block;
    padding: 0 7px;
    line-height: 25px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

div.pagenav ul li a:hover,
div.pagenav ul li#currentpage {
    background: #EFEFEF;
}

.mod_tool {
    color: #000000;
    background: transparent;
    font-size: 16pt;
}

.mod_tool:hover {
    color: #ffffff;
}

.mod_tool-dark {
    transition: .1s;
    color: #ffffff;
    background: transparent;
    font-size: 12pt;
}

.mod_tool-dark:hover {
    color: #dcdcdc;
}


.form-check-ab {
    position: relative;
    display: block;
    padding-left: 2.25rem;
    padding-top: 5px;
}
/* custom.css | https://radiotrallacity.de/sendeplan/layout/custom.css?upd=1594828413 */

body {
  /* color: #cd0000; */
  /* background: transparent; */
  color: #d90707;
  background: black;
}

/* In Webseite enthaltenes Stil-Dokument #1 | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.artst-prfle span.artst-sub {
  /* color: #bbb; */
  color: #e80a0a;
}

.art-title {
  /* color: #231f20; */
  color: #e80c0c;
}

.artst-prfle span.artst-sub span.byname {
  /* color: #aaa; */
  color: #eeebeb;
}

/* bootstrap.min.css | https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css */

.panel {
  /* background-color: #fff; */
  /* border: 1px solid transparent; */
  background-color: #0f0e0e;
  border: 1px solid #111;
}

.panel-default {
  /* border-color: #ddd; */
  border-color: #b70606;
}

.panel-heading {
  /* border-bottom: 1px solid transparent; */
  border-bottom: 1px solid #9d9b9b;
}

.panel-default > .panel-heading {
  /* color: #333; */
  /* background-color: #f5f5f5; */
  /* border-color: #ddd; */
  color: #b70808;
  background-color: #8a8787;
  border-color: #9f9e9e;
}
/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.row > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.008em;
  font-weight: 700;
  font-style: italic;
}

/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

body {
  font-size: 32px;
}

/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.row > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
  font-size: 22px;
}

/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.row > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  font-size: 24px;
  font-style: italic;
}

/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.row > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  font-size: 26px;
}

/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.row > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  font-size: 23px;
  font-style: italic;
}

/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.row > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  font-size: 22px;
}

/* Element | file:///C:/Users/Mutchatcho/Desktop/IloPage22/teamlistetest.html */

html {
  font-size: 17px;
}

/* Element | https://radiotrallacity.de/sendeplan/index.php?page=infos&mode=team */

.row > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > b:nth-child(1) {
  font-size: 24px;
}
@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: black;
}

.alert-dismissible .close {
    padding: .45rem 1.25rem;
}

.custom-file-label::after,
.custom-file-label {
    padding: .4rem .75rem;
    font-size: 1rem;
}

.custom-select {
    font-size: 1rem;
}

div.clear {
	clear: both;
}

div#content {
	min-height: 250px;
	padding: 16px;
	background: #000000;
	background: linear-gradient(0deg, rgb(11, 11, 11) 3%, rgb(223, 9, 9) 50%, rgb(9, 9, 9) 98%);
}

div#wrapper {
    box-shadow: 0 0 5px #333;
}

nav {
    width: 100%;
}

ul.nav#headnav {
    /*border-bottom: 1px solid #666;*/
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

ul.nav#headnav li {
	float: left;
	border-right: 1px solid #666;
}

ul.nav#headnav li a {
	display: block;
	padding: 7px 20px;
	min-width: 65px;
	text-align: center;
    color: #FFF;
	text-decoration: none;
}

ul.nav#headnav li span#headline {
	display: block;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	padding: 12px 25px;
}

ul.nav#headnav li a.active,
ul.nav#headnav li a:hover:not(.active),
ul.nav#headnav li a:focus:not(.active),
ul.nav#headnav li .nav-link:hover:not(.active),
ul.nav#headnav li .nav-link:focus:not(.active) {
    background: #101010;
    color: #fff;
    border-color: #101010;
}

ul.nav#headnav li:first-child {
    border-left: none;
}

ul.nav#headnav li:last-child {
    border-right: none;
}

table.table {
	color: #dc0000;
	width: 98%;
	border: 1px solid #dc0000;
	border-spacing: 1px;
}

div.footer {
    /*margin-bottom: 10px;*/
    height: 25px;
	padding: 0;
}

div.footer a {
	color: #dc0000;
	text-decoration: none;
}

div.footer ul {
    float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.footer ul li {
	float: left;
}

div.footer ul li a {
	display: block;
    padding: 0 10px;
    line-height: 25px;
    border-left: 1px solid #666;
}

div.footer ul li a.footer-current,
div.footer ul li a:hover,
div.footer a.sign-in:hover {
    background: #666;
    color: #212121;
}

ul.tabmenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.tabmenu li {
    float: left;
}

ul.tabmenu li a {
    display: block;
    margin-right: 10px;
    padding: 8px 15px;
    color: #666;
    font-weight: 700;
    border: 1px solid #DDD;
    border-bottom: 0;
    background: #EFEFEF;
}

ul.tabmenu li a:hover,
ul.tabmenu li a.current {
    background: #DDD;
}

span#refreshBar {
	float: right;
	font-size: 12px;
    padding-top: 5px;
}

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

table.popup-table td.popup-profil-bild {
	padding-top: 5px;
	vertical-align: top;
	width: 110px;
}

table.popup-table {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.popup-table td.popup-desc {
	vertical-align: top;
}

table.popup-table td.popup-desc span.headline {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
    font-weight: 700;
	border-bottom: 1px solid #CCC;
}

table.content tr.event-sendung {
    background: #FFF2E7;
}

/*input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
select, textarea*/
.input-group {
    margin: 3px;
    padding: 5px;
    font-family: "Arial", sans-serif, "Verdana", sans-serif, "Helvetica", sans-serif;
    /*width: 99%;
    font-size: 12px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;*/
}


select {
    padding: 4px 5px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
select:focus, textarea:focus {
    box-shadow: 0 0 3px yellow;
}


input[type=submit],
input[type=reset],
input[type=button] {
    padding: 3px 10px;
    font-weight: 700;
    cursor: pointer;
}

span.event {
    display: block;
    padding: 8px;
    color: #A84;
    margin-bottom: 10px;
    text-align: center;
    background: #FFE;
    border-top: 5px solid #FEC;
    border-bottom: 5px solid #FEC;
}

span.event-Success {
    color: #537836;
    background: #EFE;
    border-color: #CEA;
}

span.event-Fail {
    color: #A42F2D;
    background: #FEE;
    border-color: #FDD;
}

a:hover {
    color: #f00;
}

h1.headline {
    margin: 0 0 10px 3px;
    padding-bottom: 3px;
    font-size: 22px;
    border-bottom: 1px dotted #CCC;
}

span.circle-red {
    border-radius: 10px;
    padding: 2px 6px;
    font-weight: 700;
    background: #E00;
}

span.label {
    color: #FFF;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 4px;
    background: #888;
}

span.label-red {
    color: #FFF;
    background: #C95A57;
}

span.label-orange {
    color: #FFF;
    background: #EF9C52;
}

span.label-green {
    color: #FFF;
    background: #5DC15D;
}

div.pagenav {
    float: right;
}

div.pagenav ul {
    margin: 0;
    padding: 0;
    height: 25px;
    list-style-type: none;
    border: 1px solid #CCC;
}

div.pagenav ul li {
    float: left;
    border-left: 1px solid #CCC;
}

div.pagenav ul li:first-child {
    border: none;
}

div.pagenav ul li a {
    display: block;
    padding: 0 7px;
    line-height: 25px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

div.pagenav ul li a:hover,
div.pagenav ul li#currentpage {
    background: #EFEFEF;
}

.mod_tool {
    color: #000000;
    background: transparent;
    font-size: 16pt;
}

.mod_tool:hover {
    color: #ffffff;
}

.mod_tool-dark {
    transition: .1s;
    color: #ffffff;
    background: transparent;
    font-size: 12pt;
}

.mod_tool-dark:hover {
    color: #dcdcdc;
}


.form-check-ab {
    position: relative;
    display: block;
    padding-left: 2.25rem;
    padding-top: 5px;
}
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #db0c0c;
}
.table-info, .table-info > td, .table-info > th {
	background-color: #0bd3f2;
	background: linear-gradient(180deg, rgba(14,14,14,1) 22%, rgba(253,29,29,1) 50%, rgba(10,10,10,1) 82%);
}
table.table {
	color: #eae5e5;
	border-spacing: 1px;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #c10303;
}
.bg-dark {
	background-color: #18191a !important;
	background: linear-Gradient(0deg, rgba(11,11,11,1) 3%, rgba(210,205,205,1) 50%, rgba(9,9,9,1) 98%);
}
ul.nav#headnav li a {
	text-align: center;
	color: #0D0000;
}
.bg-dark {
	background-color: #18191a !important;
	background: linear-Gradient(0deg, rgba(11,11,11,1) 3%, rgba(210,205,205,1) 50%, rgba(9,9,9,1) 98%);
}
ul.nav#headnav li a {
	text-align: center;
	color: #0D0000;
}
ul.nav#headnav li a.active, ul.nav#headnav li a:hover:not(.active), ul.nav#headnav li a:focus:not(.active), ul.nav#headnav li .nav-link:hover:not(.active), ul.nav#headnav li .nav-link:focus:not(.active) {
	color: #fff;
	background: linear-gradient(180deg, rgba(14,14,14,1) 22%, rgba(253,29,29,1) 50%, rgba(10,10,10,1) 82%);
}
div#content {
	min-height: 250px;
	padding: 16px;
	background: #000000;
	background: linear-gradient(0deg, rgb(11, 11, 11) 3%, rgb(147, 11, 11) 50%, rgb(9, 9, 9) 98%);
}
.panel-default > .panel-heading {
	/* color: #333; */
	/* background-color: #f5f5f5; */
	/* border-color: #ddd; */
	color: #b70808;
	background-color: #f71111;
	border-color: #9f9e9e;
	background: linear-Gradient(0deg, rgba(11,11,11,1) 3%, rgba(210,205,205,1) 50%, rgba(9,9,9,1) 98%);
}
.panel {
	/* background-color: #fff; */
	/* border: 1px solid transparent; */
	background-color: #111;
	border: 1px solid #111;
	background: linear-gradient(0deg, rgb(11, 11, 11) 3%, rgb(32, 32, 32) 50%, rgb(9, 9, 9) 98%);
}
table.table {
	color: #151515;
	border-spacing: 1px;
}
table.table {
	color: #e8dcdc;
	border-spacing: 1px;
}
.panel-default > .panel-heading {
	/* color: #333; */
	/* background-color: #f5f5f5; */
	/* border-color: #ddd; */
	color: #b70808;
	background-color: #f71111;
	border-color: #9f9e9e;
	background: linear-Gradient(0deg, rgba(11,11,11,1) 3%, rgba(210,205,205,1) 50%, rgba(9,9,9,1) 98%);
}
.panel {
	/* background-color: #fff; */
	/* border: 1px solid transparent; */
	background-color: #111;
	border: 1px solid #111;
	background: linear-gradient(0deg, rgb(11, 11, 11) 3%, rgb(32, 32, 32) 50%, rgb(9, 9, 9) 98%);
}
table.table {
	color: #eae4e4;
	border-spacing: 1px;
}
.col-sm-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
	background: black;
}
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #cd0000;
}
Element {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	width: 943px;
	height: 676px;
	background: linear-gradient(0deg, rgb(11, 11, 11) 3%, rgb(32, 32, 32) 50%, rgb(9, 9, 9) 98%);
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #aca6a6;
}
.btn-info {
	color: #fff;
	background-color: #09b51c;
	border-color: #e7ece9;
	background: linear-gradient(180deg, rgba(14,14,14,1) 22%, rgba(253,29,29,1) 50%, rgba(10,10,10,1) 82%);
}
.alert-success {
	color: #dde1de;
	background-color: #cc0f0f;
	border-color: #d0cdcd;
}
table.table {
	color: #eae4e4;
	border-spacing: 1px;
}
table.table {
	color: #e3e2e2;
	border-spacing: 1px;
	background: linear-gradient(0deg, rgb(11, 11, 11) 3%, rgb(32, 32, 32) 50%, rgb(9, 9, 9) 98%);
}
.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	background: linear-gradient(180deg, rgba(149,146,146,1) 0%, rgba(10,10,10,1) 24%, rgba(12,12,12,1) 80%, rgba(131,129,126,1) 100%, rgba(161,159,155,1) 100%);
}
.btn-success {
	color: #f7f3f3;
	background-color: #28a745;
	border-color: #a2a0a0;
	background: linear-gradient(180deg, rgba(14,14,14,1) 22%, rgba(253,29,29,1) 50%, rgba(10,10,10,1) 82%);
}
.input-group-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #c5c6c8;
	text-align: center;
	white-space: nowrap;
}
a {
	color: #f0580e;
	text-decoration: none;
	background-color: transparent;
}
.table-secondary, .table-secondary > td, .table-secondary > th {
	background-color: #4f5051;
}
.table-light, .table-light > td, .table-light > th {
	background-color: #4c4c4d;
}
.image {
	opacity: 1;
	display: block;
	width: 60%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	border-radius: 25%;
}
a {
	color: #f4ecec;
	text-decoration: none;
	background-color: transparent;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #ffffff05;
	background: url("https://schnegge.de.cool/ilohp/avatare/onair3.gif");
	border-color: #dc3545;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}
.btn-grussboxbutton {
	text-decoration: none;
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	display: inline-block;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 15px;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top: 0.5rem !important;
	margin-botton: 0.5rem !important;
}