.badged:after{
    content:attr(data-count);
    font-size:11px;
    text-shadow: 0 0px #444;
    text-align:center;
    position:relative;
    color: white;
    
    z-index:2000;
    top:-5px;
    right:0px;
    border-radius:10%;
    padding:0px 4px;
    /*min-width:22px;*/
    border:0px solid #eee;
    box-shadow: 0px 0px 0px #444;
    margin:0 4px;
    background: red;
}

#sidebar-box {
  max-height: 220px;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  background-image: linear-gradient(to bottom, transparent 150px, white);
}


.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 400px;
    height: 15px;
    background: linear-gradient(to right, white 5%, green 90%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 15px;
    background: lightgrey;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 15px;
    background: lightgrey;
    cursor: pointer;
    opacity: 0.7;
    appearance: none;
    
}

.slider::-moz-range-track {
  
   height: 0px;
    
}


.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

html,body {
              height:100%;
}

#footer {
    position: absolute;
                    width: 100%;
                    height: 100px;
                    margin: auto 0;
                    bottom: 0px; 
                    left: -0px;
                    background-color: green;
                    text-align: center;
                    font-size: 16px;
                    color: white;
                    overflow: visible;
                    z-index: 999;
}

#footer_1 {
    position: absolute;
                    width: 100%;
                    height: 100px;
                    margin: auto 0;
                    bottom: 0px; 
                    left: -0px;
                    
                    text-align: left;
                    font-size: 16px;
                    color: white;
                    overflow: visible;
                    z-index: 0;
}


#mitte {
    position: absolute;
                    width: 100%;
                    height: 100px;
                    margin: auto 0;
                    bottom: 50%;
                    background-color: gray;
                    text-align: center;
                    font-size: 16px;
                    color: white;
                    overflow: visible;
                    z-index: 999;
}



.css3-tabstrip
{
    width: 1024px;
    height: 790px;
    /*1024,768*/
    /*box-shadow: 2px 2px 2px #0d5d8b;*/
    /*border-radius: 5px 5px 5px;*/
    
    
    
 
}
.css3-tabstrip ul,
.css3-tabstrip li
{
    margin: 0;
    padding: 0;
    list-style: none;
    
}

.css3-tabstrip,
.css3-tabstrip input[type="radio"]:checked + label
{
    position: relative;
    
    
}

.css3-tabstrip li,
.css3-tabstrip input[type="radio"] + label
{
    display: inline-block;
    

}

.css3-tabstrip li > div,
.css3-tabstrip input[type="radio"]
{
    position: absolute;
    

}

/* Hauptfenster */

.css3-tabstrip li > div,
.css3-tabstrip input[type="radio"] + label
{
    border: solid 1px lightgray;
    /*border-radius: 5px 5px 5px;*/
    box-shadow: 6px 6px 6px 0px lightgray ;
   
    
    
}

/* TEXT TAB */
.css3-tabstrip
{
    font: normal 14px Verdana,Arial, Sans-serif;
    color: #404040;
}

.css3-tabstrip li
{
    vertical-align: top;
    
}

.css3-tabstrip li:first-child
{
    margin-left: 8px;
}

.css3-tabstrip li > div
{
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

/* TAB */

.css3-tabstrip input[type="radio"] + label
{
    margin: 0 6px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    /*border-radius: 5px 5px 0 0;*/
    box-shadow: 0px 0px 0px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;

}

.css3-tabstrip input[type="radio"]:checked + label
{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;

}

.css3-tabstrip input[type="radio"]
{
    opacity: 0;
}

.css3-tabstrip input[type="radio"] ~ div
{
    display: none;
}

.css3-tabstrip input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}

.css3-tabstrip input[type="radio"]:disabled + label
{
    opacity: 1;
    cursor: default;
}

  .span3:focus ~ .content {
    display: none;
    font-size: 12px;
    

    }
  .span2:focus ~ .content{
     display: block;
     font-size: 12px;
     

   }

p {
   display: none;
  }

body { font: normal 14px roboto,Arial, Sans-serif;
    color: #404040; 
  }
  
  
  /* font: normal 14px roboto,Arial, sans-serif; */

td { 
	font: normal 14px Verdana,Arial, sans-serif;
    	color: #404040;
  }

input { border: 1px solid lightgray;
padding: 5px; border-radius: 7px; font-family: Verdana,Arial,sans-serif; font-size: 14px;

 }

/* #9ecaed; */

input:focus { outline: none;
    border-color: lightgray;
    box-shadow: 0 0 10px lightgray;
 }

input:disabled {background-color: lightgray;}

textarea { border: 1px solid lightgray;
padding: 5px; border-radius: 7px; font-family: Verdana,Arial,sans-serif; font-size: 14px;


 }

textarea:focus { outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
 }

select { border: 1px solid lightgray;
padding: 2px; border-radius: 4px; font-family: Verdana,Arial,sans-serif; font-size: 14px;

 }

table {border-radius: 0px;}

.aimg:hover { background-color: white; }
a {text-decoration: none; color:black;}
a:hover {color:black; background-color:yellow; }



.span3 {font-size: 12px}
.span2 {font-size: 12px}

.glowing-border {
    border: 2px solid #dadada;
    border-radius: 7px;
}

.glowing-border:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

Button {
	 
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	padding:4px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}


/*
Button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
Button:active {
	position:relative;
	top:1px;
}
*/



::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
    border-radius:0px;
}
::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.2);
    border-radius:0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.3);
}

#overlay {
   position: fixed;
   z-index:199;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
}

html #overlay { /* ie6 hack */
   position: absolute;
   height: expression(document.body.scrollHeight > document.body.
    offsetHeight ? document.body.scrollHeight : document.body.
    offsetHeight + 'px');
}

.overlayBG {
   background-color:#000;
   -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
   filter:alpha(opacity=75); /* IE5-7 */
   -moz-opacity: 0.75; /* Mozilla */
   opacity: 0.75;
}

#grayout {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: black;
   opacity: 0.5;
   z-index: 9999;
}
#grayout {
   filter: alpha(opacity=50);
}
 
* html #grayout {
   position: absolute;
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }


.box {
  margin: 0 auto;
  background: rgba(255,255,255,0);
  padding: 0px;
  border: 0px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}


.overlay {
  position: absolute;
  top: -120px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}

.popup {
  margin: 70px auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  width: 450px;
  position: relative;
  box-shadow: 2px 2px grey;
  
}

.popup h3 {
  margin-top: 0;
  color: #000;
  font-family: Verdana, Arial, sans-serif;
}
.popup .close {
  
}
.popup .close:hover {
 
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

table.tableSection {
  display: table;
  width: 800px;
  
}

table.tableSection thead,
table.tableSection tbody {
 
}

table.tableSection thead {
  overflow-y: scroll;
  display: table;
  table-layout: fixed;
  width: calc(100% - 16px); /* assuming scrollbar width as 16px */
}

table.tableSection tbody {
  overflow: auto;
  height: 115px;
  display: block;
}

table.tableSection tr {
  
  text-align: left;
  display: table;
  table-layout: fixed;
}

a.button {
    
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    
}

/*a.button_blue {
    
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #99ccff));
	background:-moz-linear-gradient(top, #ffffff 5%, #99ccff 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #99ccff 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #99ccff 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #99ccff 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #99ccff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#99ccff',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #66ccff;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    
}*/

a.button_blue {
    
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    
}

a.button_small {
    
    
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    
}



