.no-ajlink{
    cursor: pointer;
}

.innerfield{
    position: relative;
}

.demolabel{
    position: absolute;
    width: 100%;
    top: 340px;
    left: 0;
    text-align: center;
   font-size: 45px;
    color: #fff;
    display: block;
    text-shadow: 2px 2px #666;
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);	 /*  for IE  */

    /* 	for browsers supporting webkit (such as chrome, firefox, safari etc.). */
    -webkit-transform: rotate(-30deg);
    display: inline-block;
}











.hidden{
    display: none;
}

#loadbg{
    
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    margin:0;
    display: none;
}

#loadbg img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px; 
    margin-left: -100px; 
}

#loadbg.show{
    
    display: block;
}

div.col{
    float: left;
    position: relative;
    height: 100%;
    width: auto;
    margin: 0;
    padding: 5px;
}

#statusbox{
    display: none;
    position: absolute;
     background-color: #1d3c57;
    
    width: 400px;
    min-height: 80px;
    top: 50px;
    left: 100%;
    /*margin-top: -150px;  Negative half of height. */
    margin-left: -450px; /* Negative half of width. */
    
    
    padding: 10px;
    
    border-radius: 25px;
   
    border: 1px solid #fff;
    
    -webkit-box-shadow: inset 10px 10px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 10px 10px 20px 0px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.35);
}


.meldungf{
    display: none;
    position: absolute;
     background-color: #000;
    
    width: 400px;
    
    top: 50%;
    left: 50%;
    margin-top: -150px; /* Negative half of height. */
    margin-left: -200px; /* Negative half of width. */
    
    
   
    
    
   
    border: 1px solid #fff;
    
    -webkit-box-shadow: inset 10px 10px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 10px 10px 20px 0px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.35);
}

.meldungf .col{
    width: 150px;
}
.meldungf .col:first-child{
    text-align: right;
}

.meldungf button{
    width:50px;
    background-color:#E51400;
    border:1px solid #E51400;
    border-radius:1px;
    padding:5px; 
    margin:5px;
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
    color:#fff;
    white-space:nowrap;
    display:block; 
    cursor: pointer;
    float: right;
    opacity: 0.7;
    filter: alpha(opacity=70);
    
}

.meldungf button:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.meldungf button.nein{
    background-color:#0f9d58;
    border:1px solid #0f9d58;
    float: left;
}

article.cleaning input{
    background-color:#0f9d58;
    border:1px solid #0f9d58;
}


.shoboxframe{
    display: none;
    width: 100%;
    height: 700px;
    position: absolute;
}

.showbox{
    background-color: #000;
    border: 1px solid #999;
    float: left;
    height: 100%;
    width: 30%;
    margin-right: 3%;
    float: right;
    padding: 0;
    border-radius: 5px;
}
.showbox h2{
    margin:5px 0 5px 5px;
    padding: 0;
    height: 40px;
    border-radius: 5px;
    
}

.showboxcontent{
    background-color: #000;
   
    float: left;
    height: 630px;
    width: 94%;
    margin: 0;
    padding: 10px;
    color: #bbb;
    border-radius: 5px;
    overflow: auto;
    font-family: cursive;
    font-size: 11pt;
}

#loadimg{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -70px;
    border: 10px red;
    width: 100px;
    height: 100px;
    
/*    opacity: 0.6;
    filter: alpha(opacity=60);*/
}



.hide{
    display: none !important;
}
.show{
    display: block !important;
}

.red{
    color:red;
}

.green{
    color:green;
}

#loadimg.hide{
    display: none;
}


.resultbox h3 a{
    margin-left: 50px;
}

.configfield{
    text-align: center;
    padding-bottom: 20px;
}

.zurconfig{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.zurconfig:hover{
    text-decoration: underline;
}

.deaktdiv{
    float: right;
    width: 400px;
    font-size: 80%;
}
.deaktdiv span{
    width: 260px;
    float: left;
}
.deaktdiv input{
    float: left;
    position: relative;
    display: block;
    width: 30px;
}


.hover-bg-primary:hover{
    background-color: #94abec !important;
    color: #fff !important;
}

.bg-kg-grau{
    background-color: #394d60;
    color: #ffffff;
}
.bg-kg-orange{
    background-color: #f19e38;
    color: #ffffff;
}
.text-kg-grau{
    color: #394d60;
}

.text-kg-orange{
    color: #f19e38;
}
a.text-kg-orange:hover{
    color: #ffffff;
}

.cookiesf{
position: absolute;
bottom: 122px;
}


.bglogo{
    z-index: 0;
    position: absolute;
    
}
.form-right .list-group-item{
    padding-top: 6px;
    padding-bottom: 6px;
}

.list-group-item.list-group-item-success,
.list-group-item.list-group-item-action:hover{
    background-color: #d1d6dd !important;
    font-size: 1.2em;
    color:rgb(15, 104, 72);
    padding-top: 6px;
    padding-bottom: 6px;
    /*color:#fff;*/
}
.list-group-item.list-group-item-success,
.list-group-item.list-group-item-success:hover{
    font-size: 1.4em;
}
.litemsp{
    font-size: 1.8rem;
}

label.form-control{
    background-color: transparent;
}
