/*
Theme Name: literadio22
Author: Regina Leibetseder-Löw*
Author URI: https://wordpress.org/

Template: twentyseventeen
This theme, like WordPress, is licensed under the GPL.

*/

/* CSS Document */
body {
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
p,div,li {
  font-weight: 300;
  line-height: 1.4;
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
a {
  color: mediumblue;
  font-weight: 500
}
a:hover {
  color: orange;
  text-decoration: none
}

h2, h3 { 
  font-weight: normal;
  line-height: 1.1;
}
h2 {
  font-family: Palatino, Georgia, Courier,"Courier New", "monospace";
}
.search h2,
.home .blogvorschau-container h2 {
  font-size: 1.4rem
}

h3 {
  font-size: 1.5rem;
}
h4 {
  color: crimson;
  font-size: 1.1rem;
  font-weight: bold
}
h2.sansserif {
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

.empfehlungen h2,
.page-header h2,
h1.page-title {
  border-bottom: thin solid #000;
  margin-bottom: 2rem;
  font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 2rem
}

h1.entry-title {
  font-family: Palatino, Georgia, Courier,"Courier New", "monospace";
  font-weight: normal;
  line-height: 1.1;
  font-size: 2rem !important;
  padding: 1rem;
  color: orange
}


strong {
	font-weight: bold;
}

.navy {
  color: navy
}

.page-header {
  margin-bottom: 2rem;
  
}
.page-template-default .entry-header {
  border-bottom: thin solid #000;
  margin-bottom: 2rem
}
.page-template-page-sendereihe .entry-header,
.home.page-template-default .entry-header{
  border: none
}

/* logo */
.wp-custom-header img{
  max-width: 360px;
  height: auto
}

.home .custom-header {
  display: block;
  margin-top: 0rem;
  margin-bottom: 0;
}
.home .custom-header p.slogan {
  font-weight: 400;
  color: dimgray;
}



.single .entry-header,
.home .entry-header{
  margin-bottom: 3rem;
}
body.single-hoer_beitrag .entry-header {
  margin-bottom: 1rem;
  /*border: 1px solid #000080;*/
  border-radius: 30px 0 0 0;
	border: 1px solid #ccc;
  box-shadow: 2px 2px 5px #ccc;

}
body.single-hoer_beitrag .entry-header span {
  float: right;
  padding: 5px 1rem;
}

.single .entry-header{
  border-bottom: thin solid #000
}
.single h1.entry-title,
.home h2.entry-title,
.page h1.entry-title {
  padding: 0px;
  margin-bottom: 0
}
.single h1.entry-title {
  /*border-bottom: thin solid #000;*/
  margin-bottom: 0.5rem;
}
.hoer_beitrag-template-default  h1.entry-title {
  padding: 1rem;
  background: orange;
  border-radius: 29px 0 0 0;
  color: #fff;
}


.entry-meta {
  margin-bottom: 1rem
}
.entry-meta time.updated,
time.entry-date.published {
  display: none !important
}


.page-header h2{
  margin-top: 4rem
}






/*******************************/
/* im Header */
/*******************************/
.bg-black {
  background: #000
}


.jumbotron {
  padding: 2rem 0 1rem;
  background-color: #fff;
}
.bg-gainsboro {
  background-color: ghostwhite
}
.bg-black {
  background-color: black
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.9);
}
.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}


.navbar-brand {
  display: none
}


span.edit-link a{
  

float: right;
  border: thin solid silver;
  font-size: 0.8rem !important;
  padding: 6px;
  border-radius: 5px;
  color: silver;
  background: whitesmoke;
}
/*******************************/
/* empfehlungen */
/*******************************/
.empfehlungen {
  margin-bottom: 4rem
}
.card-img-overlay {
  background: none;
  color: #000;
}
.empfehlungen .mitbild .card-img-overlay {
  /*background: rgba(0,0,0,0.3);*/
  color: #fff;
  
}
.empfehlungen .card {
  padding: 1rem 1rem 0
}

.card-meta {
  background: none;
  border: none;
  padding: 0 0 0.5rem 0;
  text-align: left;
  /*font-family: Georgia, Roboto, Courier,'Courier New', monospace;*/
  font-size: 14px
}

.card.hb {
  border-radius: 20px 0 0 0;
  min-height: 240px;
  border: 1px solid orange;
  margin-bottom: 1rem
}
.archive.tax-sendereihen .card.hb {
  margin-bottom: 0rem
}
.card.sdr {
  min-height: 240px;
  border: 1px solid orange;
  margin-bottom: 1rem
}
.card.kat,
.card.ohnebild{
  min-height: 240px;
  border: thin solid #ccc;
  margin-bottom: 1rem
}
.card .card-title {
  margin-bottom: 0.2rem
}
.card.mitbild {
  background-size: cover !important;
  background-repeat: no-repeat;
  color: #fff;
  text-shadow: 0.5px 0.5px #999
}


.card.mitbild a {
  color: #fff;
  background: rgba(0,0,0,0.3);
}

.card.mitbild a.dunkel {
  color: mediumblue;
  background: rgba(255,255,255,0.5);
  text-shadow: 0.5px 0.5px #fff;
}

.card.hb .card-title {
  background: none;
  border-radius: 20px 0 0 0;
  color: orange
}
.card .card-title h3,
.card.leer h3{
  font-weight: normal;
  line-height: 1.1;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  font-family: Palatino, Georgia, Courier,"Courier New", "monospace";
}
.card.leer .card-title h3 {
	display: none
}
.card.leer h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem
}
.card.mitbild .card-title h3 {
  border-bottom: 0px solid #000;
}
.card.ohnebild .card-title h3 {
  border-color: #000;
}
.card.hb .card-title h3 {
  border-color: orange;
}
.empfehlungen .card {
  height: 100%
}

.card.video {
  background: #333;
  padding: 20px 0
}


/* für dani */

.card.hb {
  padding:0;
}
.card.hb .card-title{
  background: orange;
  border-radius: 20px 0 0 0;
  
  padding: 1rem 1rem 0;
}
.card.hb .card-meta,
.card.hb .entry-content{
  padding: 1rem 1rem 0;
}
.card.hb .card-title a{
  color: #fff;
  /*font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"*/
}

.home .card.hb .card-img-overlay.hb{
  padding:0;
}
/* für dani ende */



/*******************************/
/* tasten */
/*******************************/
.tasten .card {
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
  background: none
}
.tasten .card-img-overlay {
   display: flex;
}
.tasten .card-title {
  color: darkblue;
  font-size: 2.6rem;
  text-shadow: 2px 2px #ccc;
  left: 0px;
  right: 0px;
  text-align: center;
  width: 100%;
  margin: auto;
}.tasten .card-title:hover {
  color: #ffa500
}
.tasten .card-title span {
 /* background: rgba(255,255,255,0.5);*/
}
/*******************************/
/* startsuche */
/*******************************/
.container.suche {
  background: url("images/wave_b.png");
  background-position: center center;
  max-width: 1110px;
}
form.search-form {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0.5rem;
  background: rgba(248,  248, 255, 0.7 );
}

.search-submit svg{
  width: 2rem;
  height: 1.6rem;
  padding: 0px;
  color: #fff;
}
button.search-submit {
  border: double orange 3px;
  background: orange;
  opacity: 1;
  color: #fff;
}
.search-form input[type=search] {
  width: calc(100% - 4.8rem);
  font-size: 1.3rem;
  border: thin solid mediumblue;
  margin: 0rem auto;
  line-height: 15px;
  padding: 8px;
}
.search-form input[type="search"]:focus,
.search-form input[type="search"]:active{
  border-color: orange;
  outline: orange double thin
}
body.home article.post,
body.search article.post,
body.search article.page,
body.search article.post-password-required{
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

.blogvorschau-container {
  border: #ccc solid 1px;
  margin-bottom: 2rem;
}
article.post-password-required{
  background: lavender
}


.link-more a.more-link {
  text-transform: capitalize;
}
.link-more a.more-link::after {
  content: ' →';
}


.search h1.page-title small {
  font-size: 1rem; 
  float: right; 
  margin-top: 12px
}

/*******************************/
/* no result */
/*******************************/
.search-no-results .search-form {
  padding: 0px
}


/*******************************/
/* blog */
/*******************************/
div.article {
  margin: 2rem 0;
  border-bottom: 1px solid dimgray;
  margin-left: 3rem;
  margin-right: 3rem
}


.beitrags_navi {
  padding-bottom: 4rem
}
.blogeintraege article.format-standard {
  margin-top: 30px;
  margin-bottom: 40px;
  /*border-bottom: thin solid #000;*//*border-bottom: thin solid #000;*/
  padding-bottom: 30px
}
.blogeintraege article.format-standard:last-child {
  margin-bottom: 0px;
  padding-bottom: 30px
}




.col-thumbnail .post-thumbnail img{
  max-width: 100%;
  height: auto;
}


/*******************************/
/* hoerbeiträge liste */
/*******************************/
.row.hbs {
  padding-bottom: 30px;
  padding-top: 30px
}
img.bt-play {
  float: right;
  height: 2rem;
  margin: 0 0 4px 2px
}
/*******************************/
/* hoerbeitraege liste quer*/
/*******************************/
.hbvorschau-container {
  border: 2px solid orange;
  border-radius: 20px 0 0 0;
  padding: 1rem;
  margin-bottom: 2rem
}

.hbvorschau-container h3.entry-title {
  font-weight: normal;
  line-height: 1.1;
  border-bottom: 1px solid orange;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  font-family: Palatino, Georgia, Courier,"Courier New", "monospace";
}



/* für dani */
.hbvorschau-container {
  padding:0;
  background: url("images/orange.png");
  background-position: right top;
  background-repeat: no-repeat
}
.hbvorschau-container .entry-header {
  margin-bottom: 1rem
}
.hbvorschau-container h3.entry-title {
  padding: 1rem;
  background: none;
  border-radius: 18px 0 0 0;
  border-bottom: 0.5px orange solid;
}
.hbvorschau-container h3.entry-title a {
  color: mediumblue
}
.hbvorschau-container .card-meta,
.hbvorschau-container .entry-content {
  padding: 1rem;
  max-width: calc(100% - 120px)
}
.hbvorschau-container.programm .card-meta,
.hbvorschau-container.programm .entry-content {
  padding: 1rem;
  max-width: calc(100%)
}

.hoerthumb {
  position: absolute; 
  bottom: 10px; 
  right: 1.5rem; 
  width: 120px
}
.hoerthumb img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
}

/* für dani ende */





/*******************************/
/* hoerbeitraege single */
/*******************************/
.specialfields  {
  margin-bottom: 0rem
}
.specialfields p {
  font-size: 1rem;
  font-weight: 500
}
.specialfields span {
  /*color: orange;*/
}
.hoer_thumb img {
  max-width: 100%;
  border: thin solid #ccc;
  box-shadow: 2px 2px 5px #ccc;
  float: right;
}

footer.entry-meta {
  border-top: thin solid #000;
  border-bottom: thin solid #000;
  padding: 1rem 0;
  margin-top: 2rem
}

.hoer_thumb img {
  max-width: 100%
}


.hbvorschau-container {
	background: none;
}

/*******************************/
/* programmvorschau */
/*******************************/
.erstausstrahlung {
  font-size: 1.3rem
}

.hbvorschau-container.programm {
  border-color: mediumblue;
  border-width: 2px;
  background: none;
}
.hbvorschau-container.programm h3.entry-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}
.hbvorschau-container.programm .erstausstrahlung {
  color: orange;
  padding-bottom: 0;
  border-bottom: solid thin mediumblue;
  margin-bottom: 0.5rem
}




.serienheader {
  margin: 1rem 0 2rem;
  border: 1px black solid;
  padding: 0.5rem 1rem;
}
.serienheader a {
  font-family: Georgia, Roboto, Courier,'Courier New', monospace;
  padding: 0.5rem
}
.serienheader a.datum {
  font-size: 2rem;
}

.btn-cba {
  border: solid mediumblue thin;
  float: right;
  padding: 4px 8px;
  color: mediumblue
}
/*******************************/
/*  archive */
/*******************************/
.archive h1.page-title {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.archiv-description ul {
	padding-left: 0;
}
.archiv-description li {
	display: inline;
}
.archiv-description li::after {
	content: ', ';
}
.archiv-description li:last-child::after {
	content: '';
}

span.fl{
	
	font-size: 1.1rem;
	font-weight: 600
}
ul.alphabet {
	  padding: 10px;
  background: ghostwhite;
  margin-left: -16px;
}
ul.alphabet li {
	display: inline;
}
ul.alphabet li a,
ul.alphabet li span {
	padding: 3px 8px;
	font-size: 1.25rem
}

ul.alphabet li a.fokus {
	font-size: 2rem
}



/*******************************/
/* beitragsnavigation */
/*******************************/
.nav-links span.nav-subtitle{
  display: none;
}
.nav-links svg {
  width: 30px;
  height: 50px;
}
.nav-links .nav-previous {
  float: left;
  width: 50%
}
.nav-links .nav-next {
  float: right;
  width: 50%;
  text-align: right
}
.nav-links .nav-next svg{
  margin: 0 0 0 1rem;
}
.nav-links .nav-previous svg{
  margin: 0 1rem 0 0;
}

#top-menu li.current_page_item a,
#top-menu li.current-page-ancestor a{
  color: orange
}



.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
  color: mediumblue;
  background-color: #fff;
  border: thin mediumblue solid;
}
ul.hintergrund-menue {
  background: Ghostwhite;
  margin-bottom: 2.5rem
}

ul.footer-menue {
background: black
}
ul.footer-menue a{
color: #fff
}

ul.archiv-menue {
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid #000;
}

.page-id-19 h3 span {
  float: right;
  font-size: 1.1rem
}



.podtable {
  max-width: 600px
}
.podtable tr {
  max-height: 50px
}
.podtable td:nth-child(2) {
  text-align: right;
	padding-right: 20px
}


/*******************************/
/* archiv seite suchen */
/*******************************/
ul.termlist {
  list-style: none;
  padding: 0px;
	margin-bottom: 50px
}

ul.termlist li.btn {
  list-style: none;
  display: inline-block;
  border: solid mediumblue thin;
  float: none;
  margin: 0.5rem 0.5rem 0 0;
  background: ghostwhite;
}
ul.termlist li.btn:hover {
  background: #fff
}

/*ul.termlist li::first-letter {
  font-weight: bold
}*/
ul.termlist li a {
  padding: 0.5rem
}
form.suchfeld {
  background: ghostwhite;
  padding: 0.5rem;
}
form.suchfeld input{
  border: solid mediumblue thin;
}
form.suchfeld button[type=submit]{
  border: double orange 3px;
  background: orange;
  opacity: 1;
  color: #fff;
}
/*******************************/
/* footer */
/*******************************/
.site-footer.jumbotron {
  margin-bottom: 0px
}
/*******************************/
/* sendereihenliste intern */
/*******************************/

table.sr_liste th,
table.sr_liste td {
  padding: 10px 15px
}

table.sr_liste td:last-child {
  text-align: right
}

.wp-audio-shortcode {
  margin-bottom: 1rem
}

/*******************************/
/* simple lightbox */
/*******************************/
.sl-overlay {
	background: #fff;
	opacity: 1;
}
.sl-wrapper .sl-image .sl-caption {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 990px) {
	.sl-wrapper .sl-image .sl-caption {
		display: none !important;
	}
}

/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}




.page-links {
	font-size: 1.5rem;
	margin-top: 20px;
	letter-spacing: 2px;
}
.post-page-numbers.current {
	color: orange;
	font-weight: bold;
}

/*******************************/
/* mobile */
/*******************************/

@media screen and (max-width: 990px) {
  
  .container-fluid > .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .archive .page-header.pl-3 {
    padding-left: 0px !important
  }
  
  .empfehlungen .startfelder .card  {
    height: 256px;
    margin-bottom: 30px
  } 
  .jumbotron {
    padding: 1rem 0 0rem;
    background-color: #fff;
    margin-bottom: 1rem
  }
  
  .wp-custom-header img {
    max-width: 240px;
    height: auto;
  }
  .empfehlungen h2, 
  .page-header h2, 
  h1.page-title,
  h1.entry-title {
    font-size: 1.6rem !important
  }
  .archive h1.page-title {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  
  
  
  .hoer_thumb img {
    float: none;
    max-width: none;
    max-height: 500px
  }
  .nav-links svg {
    height: 24px
  }
  .hoer_thumb span.float-right {
    float: none !important
  }
}

@media (max-width:640px) {
 .container,
 .container-sm {
    max-width:600px
  }
  .home .jumbotron {
    padding: 0rem;
  }
  .custom-header {
    display: none
  }
  p.slogan {
    margin-top: 0rem;
    margin-bottom: 2rem;
    padding: 0rem 1rem 0.2rem;
    background: ghostwhite;
    text-align: left !important;
    font-weight: 300;
    color: black
  }
  .container-fluid.hintergrund-menue-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  .bg-gainsboro-mobil {
    background: ghostwhite
  }
  ul.termlist {
		margin-bottom: 30px
	}
  
}


@media screen and (max-width: 575px) {
  .navbar-brand {
    display: inline-block
  }
  .navbar-brand img {
    width: 200px
  }
  .wp-custom-header {
    display: none
  }
  .navbar-dark .navbar-nav .nav-link {
    color: mediumblue;
    font-weight: bold;
  }

  
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus {
    font-weight: bold;
    color: orange;
  }
  .bg-black {
    background: ghostwhite
  }
  ul.navbar-nav  {
    border: 1px solid #000000
  }
  
  .navbar-dark .navbar-toggler-icon {
	 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .empfehlungen h2, 
  .page-header h2, 
  h1.page-title,
  .page-template-default .entry-header{
    border-bottom: thin solid #ccc;
  
  }

  .hoerthumb {
    padding-top: 1rem
  }
  .single .entry-header, .home .entry-header {
    margin-bottom: 1rem;
  }
  .card.hb .card-title {
    padding: 0.5rem 1rem 0;
  }
  .podtable h3{
    font-size: 1.2rem
  }
  .nav-link,
  .termlist .btn,
  ul.termlist li a{
    padding: .3rem 0.5rem 0.2rem;
  }
  .termlist .btn {
    
  }
}
  


