@font-face {
  font-family: hyc;
  src: url(franklin-gothic-medium.ttf);
}
body {
	font-family: hyc;
	overscroll: hidden;
	overscroll-behavior: none;
}
body > div > div:nth-child(1) {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow-y: scroll;
	overscroll-behavior: none;
}
body > div > div:nth-child(1) > div {
	margin-top: 15px;
	margin-bottom: 15px;
	overscroll-behavior: none;
}
body > div > div:nth-child(2) {
	position: fixed;
	height: 60px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	font-size: 10px;
}
body > div > div:nth-child(2) > ul {
	display: flex;
    flex-grow: 1;
    flex-basis: 0;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
body > div > div:nth-child(2) > ul > li {
	//background: red;
	text-align: center;
	padding-top: 10px;
    flex-grow: 1;
    flex-basis: 0;
	cursor: pointer;
}
body > div > div:nth-child(2) > ul > li:hover {
	background: yellow;
}
body > div > div:nth-child(2) > ul > li span {
	//background: blue;
	display: block;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: white;
	margin: 0px auto 0px;
}
#testconsole {
	position: fixed;
	bottom: 0px;
	left: 0px;	
	z-index: 1000000
}
#version {
	text-align: right;
	margin-right: 30px;
	font-size: 10px;
}
.site {
	//border-radius: 16px;
	overflow: hidden;
	overscroll-behavior: none;
}

.headerControls {
	padding: 0px;
}
.menu .notification {
	position: relative;
	left: 2px;
	bottom: 10px;
	display : inline-block;
	line-height : 18px;
	height : 20px;
	width : 18px;
	font-size : 10px;
	font-weight: bold;
	text-align: center;
	border-radius : 12px;
}
.desktopMenu {
	position: absolute;
}
.desktopMenu > ul {
	list-style: none;
	margin: 0px 0px 0px -40px;
}

.desktopMenu > ul > li {
	cursor: pointer;
	display: inline;
	padding: 0px;
	font-size: 20px;
	margin-right: 35px;
	margin-left: 20px;
}

.mobileMenu {
	position: fixed;
	top: 0px;
	bottom: -200px;
	right: 0px;
	width: 100%;
	background-color: transparent;
	z-index: 20000;
}

.mobileMenu > div {
	position: fixed;
	top: 0px;
	bottom: -60px;
	right: -285px;
	width: 285px;
	background-color: transparent;
	z-index: 20001;
	border: 0px solid transparent;
	border-left-width: 2px;
}

.mobileMenu > div > img {
	position: relative;
	top: 10px;
	left: 10px;
	width: 265px;
}
.mobileMenu > div > ul {
	list-style: none;
	margin-top: 20px;
	margin-left: -40px;
}

.mobileMenu > div > ul > li {
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 20px;
	padding: 4px 4px 4px 40px;
}

.mobileMenu > div > ul > li:hover {
	background-color: transparent;
	color: transparent;
}

.mobileMenu > div > .closeButton {
	position: fixed;
	bottom: 80px;
	right: -285px;
	width: 285px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.mobileMenu > div > .closeButton > span {
	background-color: transparent;
	color: transparent;
	padding: 8px;
	border-radius: 8px;
}
#header > div {
	
}
#header > .container-fluid {
	margin: 0px;
	padding: 0px;
}
	
.logoContainer {
	padding: 0px;
	text-align: center;
}
	
.controlContainer {
	padding: 0px;
	//min-height: 200px;
}
	
.controlContainer .headerControls {
	padding: 0px;
    margin-left: 2%; // Entfernen, dann wird es zentriert
}

.logoContainer > img {
	max-width: 90%;
	position: relative;
	top: 45%;
	transform: translateY(-45%);
	cursor: pointer;
	padding: 0x 0% 0px 5%;
	max-height: 170px;
}

.searchContainer {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.searchContainer .headphone {
	position     : absolute;
	right        : 0px;
	top          : -38px;
	opacity      : 0.33;
	height       : 152px;
	width        : 200px;
	margin-right : 0px;
}
.searchContainer > div > div {
	padding: 0px;
}
.inputContainer {
	position: relative;
	height: 32px;
	border: 1.5px solid transparent;
	//border: 1.5px solid rgba(160, 160, 160, 1.0);
	border-radius: 12px;
	padding: 3px 0px 0px 0px;
	width: 85% !important;
	float: left;
}
.inputContainer .backtext {
	position : absolute;
	top: 3px;
	bottom: 7px;
	left: 10px;
	right: 10px;
	border: 0px;
	background-color: transparent;
	color: transparent;
	//color: rgba(160, 160, 160, 1.0);
	outline-width: 0;
	font-style: italic;
	height: 22px;
	overflow: hidden;
}
.inputContainer .lightInput {
	position : absolute;
	top: 1px;
	bottom: 7px;
	left: 10px;
	right: 10px;
	border: 0px;
	background-color: transparent;
	color: transparent;
	//color: rgba(160, 160, 160, 1.0);
	outline-width: 0;
	font-style: italic;
	font-weight: 600;
	height: 22px;
}
.inputContainer .lightInput > input {
	width: 100%;
	border: 0px;
	background-color: transparent;
	color: transparent;
	//color: rgba(160, 160, 160, 1.0);
	outline-width: 0;
	font-style: italic;
	height: 28px;
	outline: 0 none;
}
.searchContainer .searchButton {
	position     : absolute;
	//right        : 90px;
	left	     : calc(85% - 100px);
	height       : 32px;
	width        : 29px;
	cursor       : pointer;
}
.searchContainer .burgerButton {
	position     : absolute;
	right        : 10px;
	height       : 32px;
	width        : 29px;
	top          : -115px;
	cursor       : pointer;
}
.navigationContainer {
	padding: 10px 0px 25px 0px;
}
.bg-light {
  background-color: transparent !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(160, 160, 160, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-nav .nav-link {
	color: transparent;
	//color: rgba(160, 160, 160, 1.0);
	//font-weight: 600;
	font-size: 20px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: transparent;
	//color: rgba(240, 210, 140, 1.0);
}

.navigationContainer .nav-item .info {
	display: inline-block;
	border-radius: 7px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	width: 14px;
	background-color: transparent;
	//background-color: rgba(240, 210, 140, 1.0);
	color: transparent;
	//color: rgba(20,  20,  20,  1.0);
	font-weight: 800;
	padding: 0px 0px 0px -2px;
	text-align: center;
	position: relative;
	bottom: 10px;
}
.navigationContainer .nav-item .microphone {
	display: inline-block;
	border-radius: 7px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	width: 14px;
	background-color: transparent;
	//background-color: rgba(240, 210, 140, 0.0);
	color: transparent;
	//color: rgba(160, 160, 160, 1.0);
	font-weight: 800;
	padding: 0px;
	text-align: center;
	position: relative;
	bottom: 10px;
}

.buttonContainer {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 3px 2px 3px 10px;
}

.button {
	display: inline-block;
	cursor: pointer;
}



.bar {
	position: relative;
	display: block;
	height: 12px;
	width: 100%;
	background-color: transparent;
	overflow: hidden;
	margin-top: 4px;
}

.bar > .groove {
	position: absolute;
	top: 3px;
	left: 6px;
	right: 6px;
	bottom: 3px;
	background-color: transparent;
	border-radius: 3px;
	overflow: visible;
	cursor: pointer;
}

.bar > .groove > .progress {
	position: absolute;
	height: 6px;
	width: 0%;
	background-color: transparent;
	border-radius: 4px;
	overflow: visible;
	opacity: 1;
}

.bar > .groove > .intervals {
	position: absolute;
	height: 6px;
	width: 100%;
	border-radius: 4px;
	background-color: transparent;
	overflow: hidden;
}

.bar > .groove > .intervals > div {
	position: absolute;
	height: 6px;
	background-color: transparent;
}

.bar > .groove > .progress > .knob {
	position: absolute;
	top: -3px;
	right: -6px;
	height: 12px;
	width: 12px;
	background-color: transparent;
	border-radius: 6px;
	cursor: pointer;
}

.bar > .groove > .progress > .knob > div {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 12px;
	width: 12px;
	opacity: 0.33;
	background-color: transparent;
	border-radius: 6px;
	cursor: pointer;
}

.audioProgrssBar {
	position: relative;
	float: right;
	height: 20px;
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	background-color: transparent;
	margin: 2px 5px 2px 5px;
	cursor: default;
}
.audioVolumenBar {
	position: relative;
	float: right;
	height: 20px;
	width: 100px;
	display: inline-block;
	border-radius: 4px;
	background-color: transparent;
	margin: 2px 10px 2px 5px;
	cursor: default;
}


#banner > div {
	background-color: transparent;
	//background-color: rgba(184, 184, 184, 1.0);
	margin: 0px;
	padding: 0px;
}

#banner .slider {
	position: relative;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	display: none;
}
#banner .slider .progress {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
}
#banner .slider .progress div {
	width: 0%;
	height: 2px;
	opacity: 0.75;
	background-color: transparent;
}

#banner .slider .slide {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}


#banner .slider .slidermenu {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 5%;
	height: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#banner .slider .slidermenu > span {
	position: relative;
	height: 20px;
	width : 20px;
	border-radius: 10px;
	line-height: 20px;
	font-size: 20px;
	color: transparent;
	//color: white;
	display: inline-block;
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	cursor: pointer;
}

#banner .slider .slidermenu > span > div {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

#banner .slider .slidercontrol {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#banner .slider .slidercontrol > .leftControl {
	position: relative;
	top: calc(50% - 10%);
	left: 1%;
	height: 20%;
	width: 5%;
}

#banner .slider .slidercontrol > .rightControl {
	position: relative;
	top: 20%;
	left: 94%;
	height: 20%;
	width: 5%;
	line-height: 100%;
}
#banner .slider .slidercontrol span {
	position: absolute;
	top: calc(50% - 25px);
	right: calc(50% - 25px);
	display: table-cell;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 100px;
	line-height: 34px;
	border-radius: 25px;
	opacity: 0.66;
	cursor: pointer;
	overflow: hidden;
}

#banner .slider .slide img {
	width: 100%;
}

#banner .podcast {
	margin: 0px;
	padding: 30px 40px 30px 40px;
	color: transparent;
	//color: black;
}

#banner .podcast > div {
	//margin-bottom: 20px;
}

#banner .podcast .row {
	margin: 0px;
}

#banner .podcast .podcastContent {
	padding: 0px 0px 0px 0px;
}

#banner .podcast .infoContainer {
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
}

#banner .podcast .infoContainer > div {
	padding: 0px;
}

#banner .podcast .hearlistButtonContainer {
	padding: 0px;
}

#banner .podcast .podcastControl {
	padding: 0px 0px 0px 40px;
}

#banner .podcast .podcastControl .podcastTime {
	position: relative;
	height: 25px;
}
#banner .podcast .podcastControl .podcastTime > span:nth-child(1) {
	position: absolute;
	top: 0px;
	left: 10px;
	widht: 100px;
}
#banner .podcast .podcastControl .podcastTime > span:nth-child(2) {
	position: absolute;
	top: 0px;
	right: 10px;
	widht: 100px;
}


#banner .podcast h1 {
	font-size: 32px;
	margin: 0px 0px 2px 0px;
}

#banner .podcast h2 {
	margin: 2px 0px 2px 0px;
	font-size: 24px;
	font-style: italic;
}

#banner .podcast hr {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border: 0px solid transparent;
	border-top: 1px solid transparent;
}

#banner .podcast .podcastInfo {
	font-size: 11px;
	margin-bottom: 4px;
}

#banner .podcast .podcastInfo > div {
	margin-bottom: 4px;
	padding: 0px;
}

#banner .podcast .textContainer {
	padding: 15px 0px 0px 0px;
}




.logout {
	padding : 30px 10% 30px 10%;
	margin  : 0px 0px 0px 0px;
	display: grid;
    grid-template-columns: minmax(100px, 300px) auto;
	grid-gap: 50px;
	word-break: break-word;
}


.logout h1 {
	margin-top: 20px;
	font-size: 32px;
	font-weight: bold;
	
}
.logout h2 {
	font-size: 16px;
}

.logout .employeePanel > div:nth-child(1) {
	text-align: right;
}

.logout .detailsContainer > div:nth-child(3) span {
	width: 50px;
    height: 50px;
    display: inline-block;
}














.login {
	padding : 30px 10% 30px 10%;
	margin  : 0px 0px 0px 0px;
}

.login > div:nth-child(1) {
	width  : 100%;
	margin : 0px;
}
.login > div:nth-child(1) > div {
	padding : 0px !important;
	margin  : 0px !important;
	display : inline-flex !important;
}

.login > div:nth-child(2) {
	width  : 100%;
	margin : 20px 0px 0px 0px;
}
.login > div:nth-child(2) > div {
	width   : 100%;
	padding : 0px !important;
	margin  : 0px !important;
}

.login .loginButton {
	position : absolute;
	bottom   : 0px;
	right    : 0px;
}

.login .icon {
	max-width : 20%;
	display   : inline-block;
	margin    : 0px 30px 0px 0px;
	padding   : 0px;
	position  : relative;
	top       : 0px;
}

.login .loginPanel {
	margin-top : 30px;
	display : inline-block;
	width   : calc(100% - 20% - 30px);
}

.login .loginPanel form > div:nth-child(1) {
	margin-top : 0px;
	height: 34px;
}
.login .loginPanel form > div:nth-child(2) {
	margin-top : 10px;
	height: 34px;
}
.login .loginPanel form > div:nth-child(3) {
	margin-left : 15px;
	height: 20px;
	line-height: 20px;
	font-style: italic;
	cursor: pointer;
}


.agb {
	color: transparent;
}
.agb > div:nth-child(1) > div  > h2 {
	padding : 0px !important;
	margin  : 20px 0px 20px 0px !important;
}
.agb > div:nth-child(1) > div > div {
	margin  : 0px 0px 10px 0px;
}
.agb .ceckboxContainer {
	background-color: transparent;
	line-height: 28px;
}
.agb .agbChecbox {
	background-color: transparent;
	border: 2px solid transparent;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 5px;
	float: left;
}
.agb .text {
	background-color: transparent;
	line-height: 28px;
}
.agb .text .termsAndConditions {
	cursor: pointer;
}
.agb .text .privatePolicy {
	cursor: pointer;
}
.agb button {
	border-radius: 10px;
	outline: none;
	margin-top: 10px;
}






.hearlistButtonContainer .hearlistButton {
	cursor: pointer;
	padding: 4px 10px 4px 8px;
	border-radius: 16px;
}
.hearlistButtonContainer .hearlistButton svg {
	height: 16px;
	width: 22px;
	margin: 0px 8px 2px 0px
}

#content > div {
	background-color: transparent;
	color: transparent;
	margin: 0px;
	padding: 0px;
}

#banner .podcast .scrollFrame {
	position: relative;
	height: 170px;
	font-weight: 500;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 14px;
	line-height: 16px;
}

#banner .podcast .scrollFrame::-webkit-scrollbar {
    width: 6px;
	height: 6px;
}
 
/* Track */
#banner .podcast .scrollFrame::-webkit-scrollbar-track {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
/* Handle */
#banner .podcast .scrollFrame::-webkit-scrollbar-thumb {
    opacity: 1.0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(160, 160, 160, 1.0);
}

#banner .podcast .podcastImage {
	text-align: center;
}

#banner .podcast .podcastImage img {
	width: 100%;
	border-radius: 16px;
	margin: 0px 0px 0px 0px;
}

#banner .podcast .podcastPlayer  {
	margin-top: 20px;
}

#banner .podcast .podcastPlayer > div {
	margin: 0px 0% 0px 0%;
	width: 100%;
	background-color: transparent;
	border-radius: 16px;
	height: 24px;
}

#banner .faqAnswer {
    margin: 0px;
    padding: 30px 40px 30px 40px;
}
#banner .faqAnswer > div {
    width: 100%;
}
#banner .faqAnswer > div:nth-child(1) > div:nth-child(1) {
	width: 140px;
	padding-right: 40px;
}
#banner .faqAnswer > div:nth-child(1) > div:nth-child(2) {
    width : calc(100% - 140px);
}

#banner .faqAnswer div {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#banner .faqAnswer h1 {
	font-size: 32px;
    margin: 0px 0px 2px 0px;
}

#banner .faqAnswer h2 {
	margin: 2px 0px 2px 0px;
    font-size: 24px;
    font-style: italic;
}

#banner .faqAnswer h4 {
	margin: 2px 0px 2px 0px;
    font-size: 20px;
    font-weight: bold;
}

#banner .faqAnswer hr {
	width: calc(100% - 140px);
}

#banner .faqAnswer .scrollFrame {
	width: 100%;
	height: 161px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#banner .faqAnswer .scrollFrame > div {
	width: 100%;
	padding-right: 10px;
}
#banner .faqAnswer .scrollFrame p {
    width: 100%;
	padding: 0px;
	margin: 0px;
}





#banner .mailMessage {
    margin: 0px;
    padding: 30px 40px 30px 40px;
}
#banner .mailMessage > div {
    width: 100%;
}
#banner .mailMessage > div:nth-child(1) > div:nth-child(1) {
	width: 140px;
	padding-right: 40px;
}
#banner .mailMessage > div:nth-child(1) > div:nth-child(2) {
    width : calc(100% - 140px);
}

#banner .mailMessage div {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#banner .mailMessage h1 {
	font-size: 32px;
    margin: 0px 0px 2px 0px;
}

#banner .mailMessage h2 {
	margin: 2px 0px 2px 0px;
    font-size: 24px;
    font-style: italic;
}

#banner .mailMessage h4 {
	margin: 2px 0px 2px 0px;
    font-size: 20px;
    font-weight: bold;
}

#banner .mailMessage hr {
	width: calc(100% - 140px);
}

#banner .mailMessage .scrollFrame {
	width: 100%;
	height: 202px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#banner .mailMessage .scrollFrame > div {
	width: 100%;
	padding-right: 10px;
}
#banner .mailMessage .scrollFrame p {
    width: 100%;
	padding: 0px;
	margin: 0px;
}




#content .detailview {
	padding-top: 40px;
}

#content .detailview .row {
	padding: 0px;
	margin: 0px;
}
#content .detailview .container-fluid {
	padding: 0px;
	margin: 0px;
}

#content .detailview .imageContainer {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

#content .detailview .imageContainer img {
	border-radius: 16px;
	width: 100%;
	cursor: pointer;
}

#content .detailview .textContainer {
	padding: 0px;
	margin-bottom: 20px;
}
#content .detailview .textContainer h3 {
	padding: 0px;
	margin-bottom: 0px;
}
#content .detailview .textContainer h4 {
	padding: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-style: italic;
}
#content .detailview .textContainer hr {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border: 0px solid transparent;
	border-top: 1px solid transparent;
}
#content .detailview .podcastInfo {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
}
#content .detailview .podcastInfo > div:nth-child(1) {
	font-style: italic;
	font-weight: bold;
	padding: 0px;
}
#content .detailview .podcastInfo > div:nth-child(2) {
	font-style: italic;
	padding: 0px;
	font-weight: bold;
	align-items: flex-start;
}
#content .detailview .podcastInfo > div:nth-child(3) {
	padding: 0px;
}
#content .detailview .scrollFrame {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	height: 91px;
	overflow-y: hidden;
	overflow-x: hidden;
}
#content .detailview .scrollFrame > .shadowPane {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	background: -moz-linear-gradient(top, rgba(20,20,20,0) 0%, rgba(20,20,20,0.2) 26%, rgba(20,20,20,1) 57%, rgba(20,20,20,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(20,20,20,0) 0%,rgba(20,20,20,0.2) 26%,rgba(20,20,20,1) 57%,rgba(20,20,20,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(20,20,20,0) 0%,rgba(20,20,20,0.2) 26%,rgba(20,20,20,1) 57%,rgba(20,20,20,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#content .detailview .scrollFrame > .shadowPane > .shadowLink {
	position: absolute;
	cursor: pointer;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	color: transparent;
	//color: rgba(240, 210, 140, 1.0);
    top: 25px;
    right: 2px;
}
#content .detailview .progressContainer {
    margin: 0px 0px 20px 0px;
    padding: 0px 40px 0px 40px;
}

#content .detailview .progressContainer > div {
    margin: 0px auto 0px;
	width: 90%;
}

.playbuttonContainer {
	position: relative;
    text-align: center;
	margin-left: 5px;
    width: 100%;
	height: calc(100% - 44px);
}

.playButtonLink {
	height: calc(100% - 44px);
}

.progressionText {
	margin-top: 8px;
	text-align: center;
	font-size: 12px;
}

.playbuttonContainer .iconContainer {
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: 0% 0%; 
}


#content .detailview .progressContainer .progressBar {
    overflow: hidden;
	margin: 10px 20% 0px 20%;
	height: 4px;
	background-color: transparent;
	//background-color: rgba(160, 160, 160, 1.0);
	border-radius: 8px;
}

#content .detailview .progressContainer .progressBar .progress {
	background-color: transparent;
    //background-color: rgba(240, 210, 140, 1.0);
	height: 100%;
	border-radius: 8px;
}

#content h1 {
	padding: 20px 0px 10px 0px;
	font-size: 28px;
}

#content h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 125px;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
}
#content p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#content .overview {
	padding-top: 40px;
	margin-bottom: 40px;
}
#content .overview .row {
	padding: 0px;
	margin: 0px;
}
#content .overview .container-fluid {
	padding: 0px;
	margin: 0px;
}
#content .overview .scrollFrame {
	position: relative;
	height: 150px;
	background-color: transparent;
	padding: 0px;
	//overflow-y: auto;
	//overflow-x: hidden;
}

#content .overview .scrollFrame .scrollLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 60px;
	text-align: center;
	font-size: 40px;
	opacity: 0.75;
	cursor: pointer;
	user-select: none;
}

#content .overview .scrollFrame .scrollLeft span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 12px;
	font-size: 48px;
}

#content .overview .scrollFrame .scrollLeft:hover {
	background-color: transparent;
	//background-color: rgba(20, 20, 20, 1);
	opacity: 0.95;
	color: transparent;
	//color: white;
}

#content .overview .scrollFrame .scrollRight {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 60px;
	text-align: center;
	font-size: 40px;
	opacity: 0.75;
	cursor: pointer;
	user-select: none;
}

#content .overview .scrollFrame .scrollRight:hover {
	background-color: transparent;
	//background-color: rgba(20, 20, 20, 1);
	opacity: 0.95;
	color: transparent;
	//color: white;
}

#content .overview .scrollFrame .scrollRight span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 12px;
	font-size: 48px;
}


#content .overview .scrollPane {
	position: absolute;
	height: 100%;
	padding: 0px 55px 0px 55px;
	//background-color: red;
}
#content .overview .scrollItem {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	height: 150px;
	width: 224px;
	//float: left;
	//border-radius: 16px;
}
#content .overview .scrollItemMulti {
	background-color: transparent;
	//background-color: rgba(255, 255, 255, 1.0);
}
#content .overview .scrollItem  > div {
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
	width: 100%;
	background-color: transparent;
	//background-color: rgba(184, 184, 184, 1.0);
	float: left;
	cursor: pointer;
	overflow: hidden;
	position   : absolute;
	background : none;
}
#content .overview .scrollItem  > div img {
	width: 100%;
	height: 100%;
}
#content .overview .scrollItem .previewHearlistButton {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width  : 25%;
	height : 25%;
	padding: 0px;
	border-radius: 20% 20% 20% 20%;
	background-color: transparent;
	overflow: hidden;
} 

#content .overview .scrollItem .previewHearlistButton .hearlistButton svg {
	position: relative;
	top: -5px;
	left: -10px;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
	
}

#content .faqList .faqListItem {
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
}
#content .faqList hr {
	margin: 0px;
	padding: 0px;
}

#content .mailList .mailListItem {
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
}
#content .mailList .envelope {
	position: absolute;
	top: -13px;
	display: inline-block;
	width: 60px;
}

#content .mailList .subject {
	position: relative;
	display: inline-block;
	top: 0px;
	left: 70px;
	width: calc(100% - 70px);
}

#content .mailList hr {
	margin: 0px;
	padding: 0px;
}

#footer > div {
	margin-top: 20px;
	text-align: right;
	background-color:  transparent;
	color: transparent;
	//color: rgba(160, 160, 160, 1.0);
	padding-bottom: 10px;
}
#footer a {
	color: transparent;
	//color: rgba(160, 160, 160, 1.0);
	text-decoration: none;
	margin: 8px 16px 8px 8px;
	cursor: pointer;
}
#footer span {
	margin: 8px 16px 8px 8px;
}
#footer a:hover {
	color: transparent;
	//color: rgba(180, 180, 180, 1.0);
	text-decoration: none;
	cursor: pointer;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.nopadding {
   padding: 0 !important;
}
.podcastInfoContainer {
	display: flex;
	padding: 0px;
}
.podcastInfoContainer > div {
	flex-grow: 1;
	padding: 0px 5px 0px 5px;
	min-width: 125px;
}
.podcastControlContainer {
	padding: 0px;
	margin-bottom: 20px !important;
}
.podcastControlContainer .hearlistButton {
	text-align: center;
}

#content .specialpage {
	padding: 0px 30px 0px 30px;
}

#content .specialpage h1 {
	padding: 0px 0px 20px 0px !important;
	margin: 0px 0px 0px 0px !important;
}
#content .specialpage h2 {
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 10px 0px !important;
	line-height: 26px !important;
	height: auto;
}
#content .specialpage h3 {
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 10px 0px !important;
	line-height: 26px !important;
	height: auto;
}
#content .specialpage h4 {
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 10px 0px !important;
	line-height: 26px !important;
	height: auto;
}

#notifier h1 {
	padding: 0px 0px 20px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

#notifier h2 {
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 10px 0px !important;
	line-height: 26px !important;
	height: auto;
}

#notifier h3 {
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 10px 0px !important;
	line-height: 26px !important;
	height: auto;
}


#notifier h4 {
	padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 10px 0px !important;
	line-height: 26px !important;
	height: auto;
}

.authorDescriptionContainer
{
	padding: 0px;
}

.authorDescriptionContainer > div
{
	padding: 0px;
}

.authorDescriptionContainer .authorTextContainer
{
	margin-top: 10px;
}

#notifier > div {
	padding-left: 0px;
	padding-right: 0px;
}

#notifier > div > div {
	position: relative;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	display: none;
	min-height: 200px;
	background-color: transparent;
	color: transparent;
	margin-bottom: 15px;
	padding: 30px 40px 30px 40px;
	visibility: hidden;
}

#notifier .errorTitleContainer {
	font-weight: bold;
}

#notifier .errorTextContainer {
	margin-top: 5px;
}

#notifier .loginTitleContainer {
	font-weight: bold;
}

#notifier .loginTextContainer {
	margin-top: 5px;
}

#notifier .loginActionBar {
	margin-top: 15px;
	text-align: right;
}


#notifier .registrationTitleContainer {
	font-weight: bold;
}

#notifier .registrationTextContainer {
	margin-top: 5px;
}

#notifier .registrationActionBar {
	margin-top: 15px;
	text-align: right;
}



#notifier .mailTitleContainer {
	font-weight: bold;
}

#notifier .mailContainer {
	visibility: hidden;
}

#notifier .mailTextContainer {
	margin-top: 5px;
}

#notifier .inputContainer {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100% !important;
	float: none;
}

#notifier .agb {
	padding: 0px;
}

#notifier .agb .title {
	padding: 10px 0px 15px 0px;
	font-weight: bold;
}

.loginPanel .inputContainer {
	width: 100% !important;
}

#connection {
	height: 50px;
	display: none;
}

#connection > div {
	display: grid;
	grid-template-columns: auto 50px;
}

#connection .type {
	background: transparent;
	color: transparent;
	//color: #FFFFFF;
	line-height: 30px;
	padding: 10px;
	font-size: 24px;
	cursor: pointer;
}
#connection .switch {
	background: #00FF00;
	border: 4px solid #FFFFFF;
	cursor: pointer;
}
#networkstatus {
	margin-bottom: 15px;
	display: none;
}
#networkstatus > div {
	padding: 10px 10px 10px 40px;
	font-weight: bold;
}

.controlFieldContainer {    
	display: flex;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	padding: 10px 20px 10px 20px;
	gap: 0px;
}

.controlFieldContainer .leftControlFieldContainer {
	//background-color: #0000FF;
	//margin: 0px 10px 0px 40px;
	display: flex;
}
.controlFieldContainer .leftControlFieldContainer .leftText {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
}
.controlFieldContainer .leftControlFieldContainer .leftIcon {
	padding: 20% 35% 20% 5%;
}

.controlFieldContainer .centerControlFieldContainer {
	//background-color: #00FF00;
	//margin: 0px 10px 0px 10px;
	width: 66%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.controlFieldContainer .centerControlFieldContainer .centerIcon {
	border-radius: 100%;
	padding: 20%;
	display: grid;
}

.controlFieldContainer .rightControlFieldContainer {
	//background-color: #00FFFF;
	//margin: 0px 40px 0px 10px;
	display: flex;
}
.controlFieldContainer .rightControlFieldContainer .rightIcon {
	padding: 20% 5% 20% 35%;
}
.controlFieldContainer .rightControlFieldContainer .rightText {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px;
}
#notifier .closeContainer {
	margin-top: 15px;
	text-align: right;
}

#notifier .closeContainer button {
	padding: 5px 6px 5px 6px;
}

.ceckboxContainer {
	display: grid;
	grid-template-columns: auto 1fr;
}

.ceckboxContainer .agbChecbox.checked::before {
	content: "✔";
    font-size: 25px;
    position: absolute;
    top: -3px;
}