p.solr{
    border: 0px dashed #FFF;
    width: 20%;
    float: right;
    margin-top: 1px;
    margin-right: 20px;
}



/*neue Angaben fuer die Bootstrap-Version */

#standard .box{width:100% !important;}

#main1 .box ol{padding-left:10px !important;}

#warning-ie{display:none; color:red; margin-bottom:40px;}

.container{padding:0 !important;}
@media all and (min-width:960px){#warning-mobile{ display:none;}}


@media all and (max-width:960px){
 .container{padding:0 !important;}
	#ulbox{padding-left:10px;}
	div.e1a.leer{display:none;}
}

.lastnotleast{margin-top:10px;}

.row.untenohne, .untenohne{margin-bottom:0 !important;}

#warning-mobile{color:#a81815;}

.row{margin-bottom:25px !important;}

.container .container{padding:0 !important;}
.headline-gws {background-color: #dbd8d5; color:#a81815; font-size:1.1rem; font-weight:bold; padding:5px !important; text-align:center; /*box-shadow: 1px 0 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;*/box-shadow:1px 0px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset; margin-bottom:0 !important;}
.e1, .e2, .e3{margin-bottom:0 !important; padding-right:0 !important; padding-left:0 !important;}
.e1 {font-size: 0.9rem;
font-weight: bold; /*box-shadow: 1px 0 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;*/ }
.e2 {font-size:0.9rem; font-weight:normal;}

.e1 .row{padding-left:0; margin-bottom:0 !important; }
.e2 .row{padding-left:0; margin-bottom:0 !important;}

div.e1a{margin-bottom:0; padding-left:5px; padding-right:0; padding-top:10px;background-color: #f4f1ed;
/*box-shadow: 1px 0 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;*/box-shadow: 1px 0 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset; }
div.e2{padding:5px !important; background-color:#f4f1ed; box-shadow: 1px 0 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;}

.leer{color:transparent;}

.row .e3{padding-right:5px !important; padding-left: 0 !important;}

.e2 .row .e3:last-child{padding-right:0 !important;}

.e1 + .col-md-3{padding-left:0 !important; padding-right:0 !important;}

.e3 + .sp{padding-left:0 !important;}

.e1 .e1{padding-left:0 !important; padding-right: 0 !important;}









button#genpdf, button#genpdflist {background-color:#a81815; border:none; border-radius:0 !important; width:100%}
button#genpdf:active, button#genpdf:hover, button#genpdflist:active, button#genpdflist:hover{background-color:#f9923d;}

.imgonclick{display:none;}

.imgonclick img{position:fixed; top:100px; left:500px; width:30%;}

span.imgonclick::before{content:""; background:rgba(60, 60, 60, 0.1); background-size:cover; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*.imgonclick img{display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;}
*/


input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #a81815;
  /*border-radius: 4px;*/
  font-size: 14px;
  background-color: white;
  /*background-image: url('searchicon.png');*/
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  /*padding: 12px 20px 12px 40px;*/
	padding-left:10px;
}

#status {
    /*margin: 0.5em;
    border: 1px solid rgb(214, 213, 213);*/
    padding: .5em;
    background-color: #f4f1ed;
	font-size:1rem;
	line-height:1.3rem;
	border:1px solid #a81815;
	height:100px;
	overflow-y:auto;
	color:#a81815;
}

#left {
    width: 800px;
    float: left;
}

#right {
    margin-left: 805px;
    width: 260px;
}

#ulbox {
    height: 445px;
    /* overflow: scroll; */
    overflow-x: hidden;
    border: 1px solid #a81815;
	padding-top:10px;
	padding-left:10px;
}

#ulbox ul{padding-left:0 !important;}

.make_pdf {
    padding: 0.5em 0 0 0;
	
}

.conf {
    border: 1px #ddd solid;
    width: 40em;
    padding: 1em;
}

.filter {
    border: 1px #ddd solid;
    width: 40em;
    padding: 0.5em;
}

label {
    background-color: #7a7876;
    /*margin: 0.3em;*/
    padding: 0em 0.5em 0.2em 0.5em;
	color:#fff;
	font-weight:bold;
	text-align:left;
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
  cursor: pointer;
  transition: all ease-in-out 100ms;
	margin-bottom:0 !important;
 font-size:0.8rem;
	text-align:center;
	width:100%;
}

label:active, label:hover {background-color:#7a7876;
/*box-shadow: 0px 37px 10px rgba(0,0,0,0.3);*/
    transform: translate(0px, -5px) scale(1.05);
	z-index:1000;
}

.checked{
	background-color:#a81815;}
label.checked:hover{background-color:#a81815; }





@media all and (max-width: 575px){
	label{margin-bottom:10px !important;}	
	.row .e3 {
    padding-right: 0px !important;
}
}






input {
    display: none;
}

.phon {
    
	font-size:1.1rem;
	text-align:center;
	color: #a81815 !important;}

.ortho {
    
	font-size:1.1rem;
	text-align:center;
	color: #a81815 !important;
}

.morph {
    
	font-size:1.1rem;
	text-align:center;
	color: #a81815 !important;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
	background-color:#f4f1ed;
}

.table-responsive{margin-bottom:10px;}

td {
    background-color:#f4f1ed !important;
    border: 1px solid grey;
}

th {
    text-align: center;
    border: 1px solid grey;
    
}

tr{font-weight:bold;}

td.merkwoerter{text-align: center;
height: 60px;
vertical-align: middle;}

.Nomen, .Verben, .Adjektive{width:11%;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.wortfilter{display:none;}
	#warning-ie{display:block;}
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  
  border: none;
  outline: none;
  background-color: #a81815;
  color: #fff;
  cursor: pointer;
  padding: 10px;
	padding-bottom:5px;
  border-radius: 0px;
}


button#myBtn::before {
    content: "\f01b" !important;
    font-family: FontAwesome;
    font-size: 2rem;
}


#myBtn:any-link{
	background-color: #a81815;
	color: #fff;
outline: none;}


@media all and (min-width:768px){
#myBtn:hover {
  background-color: #fff;
	color:#a81815;
	outline: 1px solid #a81815;
}
}
