@charset UTF-8;
/**
 * @package TAHHL-Herrnhuter-Losungen
 * @version 2019.0
 * @author Thomas Arend <thomas@arend-rhb.de>
 * @copyright 2019 Thomas Arend Rheinbach Germany
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 */

.tahhl-widget-losung {
   border: 0px;
   background-color : #fff;
}

.tahhl-widget-inner {
   margin: 0 5% 1em;
}


.tahhl-losung , .tahhl-losungOfTheDay {

  font-size : 0.3em;
  border : 0.0em; 
  border-radius: 0em;
  box-shadow: 0.2em 0.2em 0.1em #802020;
  padding : 1.0em;
  margin: 0.2em;
  
}

.tahhl-losungstext, .tahhl-lehrtext {

    font-size : 0.8em;
    color: green;
    text-align: left;
    line-height: normal;
 
}

.tahhl-losungsvers, .tahhl-lehrtextvers {
 
    font-size : 0.4em;
    color: blue;
    text-align: right;
    line-height: normal;
 
}

.tahhl-einleitung, .tahhl-hervorhebung {
    font-weight : bold;
}

.tahhl-losung-copyright {
   font-size: 0.3em;
   
}

.tahhl-header {
    color : red;
}

.tahhl-table {
    
}

.tahhl-tab-head,
.tahhl-tab-head-datum ,
.tahhl-tab-head-losung,
.tahhl-tab-head-lehrtext {
    text-align: center;
    font-size : 1.5 em;
}

.tahhl-tab-cell {
   vertical-align : top;
  
}

.tahhl-tab-cell-losung,
.tahhl-tab-cell-lehrtext {
   vertical-align : top;
    
}

.tahhl-tab-head-datum,
.tahhl-tab-cell-datum {
    width: 20%;
    
}

#tahhl_riddle {
	font-size : 2em;

}

#tahhl_riddle span {
	color: #060;
	position: relative;
	visibility: hidden;
}

#tahhl_riddle span:before {
    font-family: monospace,monospace;
	border-bottom: 1px solid blue;
	bottom: 0;
	content: "";
	position: absolute;
	visibility: visible;
	width: 100%;

}

.tahhl_letter {
    font-family: monospace,monospace;
    font-size: 1.5em;
    font-weight: bolder;
	background: #aaa;
	border: 0.3em solid #00f;
	border-radius: 1em;
	padding: 0.5em ;
    margin: 0.1em;
	width: 3em;
}
.tahhl_refresh {
    font-size: 2em;
}
