#video-container
{width: 100%;

overflow: hidden;
}
video
{min-width: 100%;
min-height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
#test {
     animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.tableWrapper {
  border-radius: 6px;
   
  overflow: hidden;
}


svg > g:last-child > g:last-child { pointer-events: none }
div.google-visualization-tooltip { pointer-events: none }

.rotated {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.img{transition: all 0.5s ease;}

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:500px;
    height:auto;
    display:block;
    z-index:999;
}

.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: 300px;
    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: -1;
}


#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 rgba(0,0,0,0.22);
    -webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.22);
      
    
    
}

/* 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: transparent; }
.bimg:hover { background-color: transparent; }
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;
}
*/
/*
.task:{overflow: auto;
}

::-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);
}
::-webkit-transform: translatez(0);
*/

::-webkit-scrollbar{
     opacity:0;
     background: transparent;
}
::-webkit-scrollbar:hover{
     opacity: 1;
}
.container:hover::-webkit-scrollbar-thumb{
     background: red;
}

#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: 0px 0px 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_inactive {
    
    -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:default;
	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;
    
}

@media (max-width: 1920px) {                  
   .content-to-hide {
      display: none;
   }
}

.onoffswitch {
    position: relative; width: 30px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 8px; padding: 0; line-height: 8px;
    border: 0px solid #FFFFFF; border-radius: 18px;
    background-color: #CACBCC;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 18px; margin: -5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 18px;
    border-radius: 18px;
    box-shadow: 0 6px 12px 0px #757575;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #CACBCC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #CACBCC;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
    background-color: #96999C; 
    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
}
.sexy_line {
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:    -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:     -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:      -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:         linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
}

/* --------- File Upload ------------ */
/* --- Plupload ---- */
.plupload_file_status {color: #777;}
.plupload_file_status span {color: #42454A;}
.plupload_file_size, .plupload_file_status, .plupload_progress {width: 100px;float:left;}
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: left;}
.plupload_filelist .plupload_file_name {float:left;}
.plupload_file_action {float: left;width: 16px;height: 16px;margin-left: 15px;}
.plupload_file_action * {display: none;width: 16px;height: 16px;}
.plupload_progress, .plupload_upload_status {display: none;float:left;margin-top:-1px;}
.plupload_progress_container {margin-top: 0px;border: 1px solid #CCC;background: #FFF;padding: 1px;}
.plupload_progress_bar {width: 0px;height: 14px;background: #CDEB8B;}
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {margin-right: 17px;}
.plupload_clear,.plupload_clearer {clear: both;}
.plupload_clearer, .plupload_progress_bar {font-size: 0;line-height: 0;}

/* --- Custom Upload Wrapper --- */
.uploadWrapper #FileContainer{margin-bottom:0px;}
.uploadWrapper #dropArea{width:640px;min-width:160px;border: 0px dashed #D0D0D0;margin-bottom:0px;padding:1em;color:#444;align:center;}
.uploadWrapper #dropArea.draggingFile{border: 0px dashed red;}
.uploadWrapper #dropArea.draggingFileHover{border: 0px dashed red;background-color:#FFFF;}
.uploadWrapper .fileItem{background-color:#FFF;height:25px;font-size:1em;padding:2px 2px 2px 2px;vertical-align:middle;margin:0 0 0 0;}
.uploadWrapper #filelist .completed, .uploadWrapper #filelist .cancelled{background-color:#FFF; color:#A9A9A9;}
.uploadWrapper #filelist .name{font-size:1.1em;float:left;}
.uploadWrapper #filelist .saving{background-color:#fff;}
.uploadWrapper #filelist .cancel{margin-left:5px;}
.uploadWrapper .fileItem .fileInfo{float:right;height:25px;}
.ie7 .uploadWrapper .fileItem .fileInfo{margin-top:-16px;}
.uploadWrapper .fileItem a{}
.uploadWrapper .size{float:left;margin-right:5px;}
.uploadWrapper .percentComplete{margin-left:5px;}
.uploadWrapper #filelist .completed .plupload_progress_bar{background-color:#D5D5D5;float:left;}
.uploadWrapper #fileSelectMsg {font-size:.9em; color:#444;}
.uploadWrapper #pickfiles {font-size:.9em;}
.uploadWrapper .renameLink{margin:0 0 0 10px;}
.uploadWrapper .fileRename input{margin:0 10px 0 0; width:200px;}
.uploadWrapper .fileRename input.warning{border: solid 3px red;}
.uploadWrapper .fileRename{font-size:.9em;}
#dropArea:hover {
	
}
#dropArea {
	padding: 1em;
	color: black;
	padding: 0;
	text-align: center;
}
#clickArea {
	background: rgba(0,0,0,0.5);
	border: 1px dashed white;
	color: white;
}
#clickArea:hover,
#dropArea:hover {
	cursor: pointer;
}
#clickArea2 {
	color: #3996ff;
	cursor: pointer;
}
#filelist {
	display:inline;
	max-height: 325px;
	overflow-x:  hidden;
	overflow-y: auto;
	position: relative;
        bottom: 0;
}
.opos {
        border:0 !important;
        border-radius: 0px;
        padding: 7px;
        position:relative;
        display: table; 
        margin-bottom: 0px;
        margin-top: 2px;
	outline:none;
        -webkit-appearance: button;
    	-moz-appearance: none;
	box-shadow:  none !important;
	-moz-box-shadow:  none !important;
        
}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% +18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% +18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
  margin-left:-10px;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.taby.aktiv {
  
  background: white; 
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid white;
  outline:0 solid transparent;
  padding:5px;
  
}

.taby {
  
  background: #f1f1f1; 
  border:1px solid lightgrey;
  outline:0 solid transparent;
  padding:5px;
  
}

.st-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.st-content {
  height: 100%;
  width: calc(100% +18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.st-content.rtl {
  width: calc(100% +18px);
  right: auto;
}

.st-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
  margin-left:-10px;
}

.st-hidden {
  display: none;
}

.st-container:hover .st-scroll,
.st-container:active .st-scroll {
  opacity: 1;
}

.st-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1750px) {
    #bigsite { display: none; }
}
