:root{
	--pt:2.5em;
	--col0:#ffffff;/* weiss */
	--col1:#2196F3;/* blau */
	--col2:#b3c3ca;/* grau */
	--col3:#b8cbdb;/* hellgrau */
	--col4:#096bb9;/* dunkelblau */
	--col5:#000000;/* schwarz */
	--col6:#f7fbff;/* hellstblau */
	--col7:#d8e0e9;/* hellgrau2 */
	--col8:#FF5722;/* orange */
	--col9:#ff0000;/* red */
	--col10:#0d436d;/* dunkelblau */
	--col11:#f67d7d;/* rosa */
	--col12:#bed8ee;/* rosa */
	--col13:#5aa700;/* grün */
	--font:'Arial', sans-serif;
	--sprite:url(/img/sprite.svg) no-repeat transparent 0 0;
	--maxw:800px;
	--pad:1em;
}
@keyframes fadein {
	from { opacity:0; }
	to { opacity:1; }
}

@-moz-keyframes fadein { /* Für Firefox */
	from { opacity:0; }
	to { opacity:1; }
}

@-webkit-keyframes fadein { /* Für Safari und Chrome */
	from { opacity:0; }
	to { opacity:1; }
}

@-o-keyframes fadein { /* Für Opera */
	from { opacity:0; }
	to { opacity:1; }
}
.l2{
	animation: fadein 1.5s;
    -moz-animation: fadein 1.5s; /* Für Firefox */
    -webkit-animation: fadein 1.5s; /* Für Safari und Chrome */
    -o-animation: fadein 1.5s; /* Für Opera */
}

pre{
	background:var(--col0);
    font-size: 1em;
	font-family:Courier, monospace;
}
html{
	display:table;
	height:100%;
	width:100%;
	color:var(--col5);
	font-family: var(--font);
}
html,a,textarea,input{
	font-family:var(--font);
}
body{
	background:var(--col6);
	margin:10em 1em;
	background-attachment:fixed;
	overflow-x: hidden;
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: var(--col4);
    color: var(--col0);
    padding: .2em 1em;
}
h1{
    color: var(--col1);
    font-size: 1.5em;
    margin: .3em;
}
h1 em{
	font-style:normal;
}
h1[data-zero="1"]{
	color:var(--col2);
	font-style:italic;
}
.quiz{
    background: var(--col13);
    color: #fff;
    width: 1.3em;
    display: inline-block;
    text-align: center;
    margin-right: .5em;
    border-radius: .3em;
}
p.total{
	color:var(--col2);
	font-size:.9em;
}
ul{
    margin: 0;
    padding: 0;
}
ul[data-closed="1"]{
	height:0;
	overflow:hidden;
}
li{
	list-style: none;
    padding: .3em;
    margin: 0;
	border-bottom: 1px dotted var(--col7);
	font-size:1.1em;
}
[data-id="grammar"] li,
li:nth-child(odd){
	background:var(--col0);
}
select,.tsearch{
	margin: .8em auto .5em auto;
    width: calc(100% - 2em);
    font-size: 1.3em;
    display: block;
}

.tsearch input{
	width: calc(100% - 5em);
    font-size: 1em;
    border: 1px dotted var(--col1);
    padding: .2em;
	margin-left:.6em;
}
.tsearch input,	
option{
	text-align:center;
}
.l1,.l2{
	width:50%;
	display:inline-block;
}
#menu{
    position: fixed;
    top: 0;
    left: 0;
    background: var(--col0);
    width: 100%;
    padding-bottom:.3em;
	z-index:1;
}
[data-showmf="1"] [data-sex="m"]{
	color:var(--col1);
}
[data-showmf="1"] [data-sex="f"]{
	color:var(--col11);
}
.checkbox{
	padding-left:1.3em;
	display: inline-block;
	color:var(--col1);
}
.checkbox:before{
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    float: left;
    background: var(--col0);
    border: 2px solid var(--col1);
	margin-right:.3em;
}
.checkbox[data-active="1"]:before{
	background: var(--col1);
	content:'✔';
	color:var(--col0);
	line-height: 1em;
	text-align: center;
}
.char,
.clear,
.close{
	background: var(--col1);
    width: 1.65em;
    display: inline-block;
    text-align: center;
    color: var(--col0);
    height: 1.65em;
    float: right;
    border-radius: .3em;
    line-height: 1.6em;
}
.learn{
	position: fixed;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
	padding: 1em;
    box-sizing: border-box;
}
/** overlay */
.l2[data-hide="1"]:before{
content: '?';
    background: var(--col3);
    width:1.5em;
	height: 1.5em;
    margin-top: -3px;
    line-height: 1.5em;
    display: block;
    position: absolute;
    text-align: center;
    color: var(--col0);
    font-weight: bold;
    border-radius: .3em;
	right:1em;
}

/** Überschrift geöffnet geschlossen */
.wt:after,
.verb .l1:before{
	content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width:16px 10px 0 10px;
    border-color: var(--col1) transparent transparent transparent;
    transform: rotate(0deg);
    float: right;
    margin-top:6px;
}
.wt[data-closed="1"]:after{
    border-width:10px 0 10px 15px;
    border-color: transparent transparent transparent var(--col1);
}
.l2[data-hide="1"] span{
	opacity:0;
}

/** Verblisten */
.verb .l1:before{
	border-width:8px 0 8px 12px;
	border-color: transparent transparent transparent var(--col2);
    margin:2px .5em 0 0;
    float: left;
}
.verb[data-open="1"] .l1:before{
	border-width:12px 8px 0 8px;
	border-color: var(--col1) transparent transparent transparent;
	margin-top:3px;
}
#learn,
#learn .c{
    background: #fff;
    width: 100%;
    height: 100%;
}
#learn{
	position: fixed;
	top: 0;
    left: 0;
    z-index: 10;
    padding: 1em;
    box-sizing: border-box;
	display:none;
}
#learn .c{
	display: block;
}
.cnt,
.c p{
	text-align: center;
    font-size: 1.8em;
    margin-bottom:1.4em;
}
.cnt{
    font-weight: bold;
    margin-bottom: 3em;
    color: var(--col1);
    font-size: 1.5em;
}
.c .p2{
	color:var(--col1);
}
.c .p2[data-b]{
	filter: blur(.4em);
}
.verb .sub .l1:before{
	content:'';
	margin:0;
	border:none;
}
li.example{
	color: var(--col1);
    font-style: italic;
}
li.example::before{
	content:'z.B. ';
}
[data-open="1"] .sub,
#learn[data-active="1"]{
	display:block;
}
[data-wordtype="nouns"] #mf{
	display:inline-block;
}
.sub li{
	background:none;
	color:var(--col4);
    padding-left: .5em;
}
.sub .l2[data-hide="1"]:before{
	font-size:.9em;
    background:var(--col12);
}
.sub,
li[data-hide],
[data-closed="1"] .l2[data-hide="1"]:before,
.wt[data-zero="1"]:after,
#mf{
	display:none;
}
/** ------------------------- min 800 -------------------------------------------------------- */
@media (min-width: 800px){

}