.hg-lueckentext
{
	line-height: 2;
	border: 4px dotted #ffb529; 
	border-radius: 35px;
	padding: 20px 30px 10px 30px;
	background-color: #fffef0;
}

.hg-lueckentext h2 {
	margin-top: 0;
	font-size: 28px;
	border-bottom: 1px solid #1e5094; 
	margin-bottom: 15px;
	padding-bottom: 10px;
	
}



.table td, .table th {
    border: 2px solid #fff; 
}

.txtfarbe {
    color: #fff;
    background-color: #01698b; 
}

thead {
    background-color: #01698b; 
    color: #fff;
    border: 3px solid #fff; 
}

tbody {
    background-color: #9cc5d2; 
    border: 3px solid #fff; 
}

.eingabefeld 
{
    width: 100%;
}



.hg-liste
{
	border: 2px dotted #155193;
	margin: 20px 0px;
	padding: 10px 15px;
}

.hg-liste ul {
	list-style-image:url(../img/liste.png);
	}
	
	
@media (max-width: 500px) {	
	.hg-liste
	{
	
		min-width: 380px;
	}
}

.wort
{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;  
}
.durchgestrichen
{
	color: #888;
	text-decoration: line-through;
}

.wursthinweis {
    display: none;
    background: #f7fdac;
    border: 2px solid #d30000;
    padding: 10px;
    margin: 20px 0px;
}

@media (max-width: 900px) {
    .table {
        display: none;
    }

    .wursthinweis {
        display: block;
    }
}