/* #96C9E4 Logo Rechteck*/
/* #204E67 Logo viereck links*/
/* #3A6A85 Logo viereck rechts*/
/* #5A9DC0 Farbverlauf oben  #3D7D99;*/
/* #3d7d99 Farbverlauf unten ;*/

*{
	box-sizing: border-box;
	user-select: none;
	-webkit-user-select: none;
}
html{background: #FFF;}

.imprint > p, 
.dataptrotect > p {
	user-select: text !important;
	-webkit-user-select: text;
}

.imprint, 
.dataptrotect {
	width: 90%;
	margin: 0 auto;
}

#noscript{
	background:	red;
	text-align: center;
	font-size: x-large;
	color:white;
	font-weight: bold;
	padding: 5px;
	width: 100%;
	display: block;
}

body {
	box-shadow: #0000002b 2px 0px 10px 4px;
	display: flex;
	flex-direction: column;
	font-family: arial, "lucida console", sans-serif;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 100vw;
	max-width: 1200px;
	overflow-x: hidden;
	min-height:100vh;
	background-color: #3d7d99;
}

.errtxt {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	display: block;
}

section {
  display: flex;
  flex: 1;
}

.section_fullwidth {
	background: #f1f1f1;
}

nav {
  flex: 1;
  background: #3d7d99;
  padding: 15px;
}

article {
  flex: 3;
  background-color: #f1f1f1;
	padding: 0px 10px;
  border-radius: 20px;
  box-shadow: inset 2px 2px 4px 2px #00000033;
}

svg {
	width: 30px;
	height: 32px;
	fill: #96C9E4;
}

/****************/
/***| Header |***/
/****************/

header img {
	display: block;
	height: 124px;
	width: auto;
}

header h1 {
	bottom: 10px;
	
	color: rgb(139, 205, 232);
	margin: 0 auto;
	position: absolute;
	left: 53px;
	font-size: large;
}

.header_text_img {
	background: linear-gradient(to bottom, #5A9DC0 0%, #3d7d99 100%);
	position: relative;
	overflow-x: hidden;
}

/****************/
/***| Footer |***/
/****************/
footer {
	font-size: small;
	display: block;
	background-color: #3A6A85;
	width: 100%;
	text-align: center;
	background: linear-gradient(to top, #5A9DC0 0%, #3d7d99 100%);
}

footer p,
footer a{
	margin: 0.5em;
   color: white;
}

/****************/
/***| Filter |***/
/****************/
fieldset{
	color: white;
	border-style: none;
	padding-bottom: 1em;
	flex-grow: 1;
	width: 40%;
	min-width: 225px;
}

.clearsinglefilter {
	cursor: pointer;
	background: linear-gradient(to bottom, #5A9DC0 0%, #3d7d99 100%);
	color: #a41e1e;
	box-shadow: 2px 2px 2px 0px #00000033, inset 0px 0px 0px 1px #366c84;
	border-radius: 3px;
	display: inline-block;
	width: 22px;
	border-radius: 100%;
	text-align: center;
	margin-left: 5px;
	line-height: 22px;
	font-weight: bold;
}

.clearsinglefilter p {
	margin: 0px;
	transition: all ease-in 0.3s;
}

.clearsinglefilter:hover p {
	transform:rotate(180deg);
}

.fe_homepage_return {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: linear-gradient(to bottom, #5A9DC0 0%, #3d7d99 100%);
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border: #2e6076 solid 2px;
	box-shadow: 2px 2px 2px 0px #00000033;
	border-radius: 3px;
	outline: none;
	text-decoration: none;
	font-size: large;
	text-align: center;
}

select {
  width: 82%;
  height: 30px;
  padding-left: 10px;
  background: linear-gradient(to bottom, #5A9DC0 0%, #3d7d99 100%);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  border: #2e6076 solid 2px;
  box-shadow: 2px 2px 2px 0px #00000033;
  border-radius: 3px;
  outline: none;
}

select option {
  color: #666;
}

select option:nth-child(odd) {
	background: #3c7d9921;
}

.PredigtListItem_MainContainer {
	background: #204E67;
	box-shadow: 2px 2px 3px 0px #00000033;
	display: flex;
	flex-direction: row;
	margin-top: 15px;
	overflow: hidden;
	border-radius: 10px;
    
}

.PredigtListItem_MainContainer:first-of-type {
	margin-top: 10px;
}

.PredigtListItem_MainContainer:last-of-type {
	margin-bottom: 10px;
}

.PredigtListItem_Icon {
	color: #8bcde0;
	font-size: 60px;
	font: normal normal normal 38px FontAwesome;
	text-align: center;
	width: 20px;
}

.PredigtListItem_Info {
	Padding: 5px;
	color: #FFF;
	display: flow-root;
	font-family: arial, "lucida console", sans-serif;
	font-stretch: expanded;
	border-radius: 0px 0px 0px 10px;
   background-color: #3d7d99;
}

.PredigtListItem_DataContainer {
	flex: 5;
}

.playedcounter{display: none;}
.PredigtListItem_PlayerContainer{display: flex; }
.Predigt_Download_Button path{fill: white;}

.recording_Date {
	float: left;
	font-weight: bold;
}

.recording_Preacher {float: left;}
.recording_topic {float: left;}
.recording_service {float: right;}

.divTable{display: table; padding-top: 8px;}
.divTableRow {display: table-row;}
.divTableHeading {display: table-header-group;}
.divTableCell, .divTableHead {display: table-cell; padding: 3px 0px;}
.divTableHeading {display: table-header-group; font-weight: bold;}
.divTableFoot {display: table-footer-group; font-weight: bold;}
.divTableBody {display: table-row-group;}
.tablefirstcol{padding: 2px 8px 0px 0px}
.tablesecondcol{}

details,
summary{
	outline: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.predigt_dl_button{
	width: 40px;
	padding: 2px;
}

audio {
	min-height: 30px; max-height: 40px;
	width: 100%;
	display: block;
	margin-top: 5px;
	margin: 0 auto;
}

.noaudio{
	font-size: large;
	padding: 6px;
	color: white;
}

#filter_accordeon_master {
    width: 100%;
    display: none;
    padding: 5px;
    text-align: center;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    background: linear-gradient(to bottom, #5A9DC0 0%, #3d7d99 100%);
    border-radius: 3px;
}

#filter_accordeon_slave {
	flex-flow: wrap;
	padding-top: 10px;
}

.verse_num{
	display: inline;
   padding-right: 5px;
   font-size: x-small;
   color: lightgray;
}

.verse_txt{
	display: inline;
	font-style: italic;
	color: black;
}

.bibleref{
	cursor: pointer;
	transition: all ease-in 0.3s;
	display: block;
}

.bibleref:hover {
	transform: scale(1.02) translate(0px, 0px);
	text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
	transition: all ease-out 0.1s;
}
 
 
#text a:active {
    text-shadow: none;
    bottom: 0;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}


.bibletxtCopyright{
	display: block;
	font-size: small;
	text-align: center;
	padding-top: 7px;
}

.br {
	display: none;
}

.flex_shown {
  display: flex !important;
}

.flex_hidden {
  display: none;
}

.loader {
	display: none;
	border: 16px solid #204E67;
	border-radius: 50%;
	border-bottom: 16px solid #96C9E4;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}

.bibleverseblock{
	padding: 3px;
	background-color: #3d7d99;
}

.bibleversegradborder{
	margin: 5px 10px 5px 25px;
	padding: 2px 0px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 10%, lightgray 40%, lightgray 60%, rgba(255,255,255,0) 90%);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 600px) {
  section{flex-direction: column;}
  .recording_service {float: left;}
  .br {display: inline;}
	#filter_accordeon_master {display: block;}
	#filter_accordeon_slave {display: none;}
	.PredigtListItem_MainContainer {margin-top: 25px;}
	article, .PredigtListItem_MainContainer, .PredigtListItem_Info { border-radius: 0px; }
	article { padding: 0px; }
	
}
@media (min-width: 600px) {
	#filter_accordeon_slave {display: flex !important; /*background: #F00;*/}
}