body
{
    margin:0px;
    background-color: #42474a;
}

body, input
{
    font-family:Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
}

div.wrapper
{
    color:white;
}
div.wrapper2
{
    width:1024px;
    margin:0px auto;
}

select, textarea, input[type=text], input[type=password]
{
    border:none;
    border-radius:3px;
    padding:4px;
    padding-left:4px;
    padding-right:4px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

select option
{
    padding:0px;
    padding-left:4px;
    padding-right:4px;
}

div.navi
{
}

div.navi a
{
    display:block;
    color:black;
    text-decoration:none;
    padding:4px;
}

.wrapper2 header
{
    margin-top:80px;
    padding:10px;
    border-top:2px solid #ff9000;
}

.video {
    height: auto;
    left: 50%;
    min-height: 150%;
    min-width: 150%;
    opacity: 0.4;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: -1000;
}

h2
{
    font-size:22px;
    color:#ff9000;
    font-weight:bold;
    margin:0px;
    margin-bottom:10px;
}

.wrapper a{
    color:white;
}
.wrapper a:hover
{
    color:#ff9000;
}

div.screen
{
    padding:20px;
    padding-top:10px;
    padding-bottom:10px;
}

/*Resp*/
#icon-hamb, #icon-hamb:active, #icon-hamb:hover, #icon-hamb:focus {
    position: absolute !important;
    right: 0 !important;
    top: -2px !important;
    outline: none !important;
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

#mob-menu {
    display: none;
}

@media (max-width: 767px) {
    .tform[id2=login] input {
        width: 100% !important;
    }
    
    select[name="job"] {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .tmodal[id2=arbeitsart] .inner {
        width: 100% !important;
    }
}


@media (max-width: 991px) {
    .in-canban .panel_cont {
        margin-bottom: 15px;
    }
    
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        width: 100%;
    }
    
    .col-xs-2 {
        width: 16.66666667%;
    }
    
    .col-xs-10 {
        width: 83.33333333%;
    }
    
    .tdatagrid .icons {
        position: relative !important;
    }
    
    .tdatagrid a.save {
        margin-right: 10px !important;
    }
    
    span.tile  {
        width: 100% !important;
    }
}
    
@media (max-width: 1024px) {
    .wrapper2 {
        width: 100% !important;
    }
    
    .tform[id2=login] {
        width: 75% !important;
    }
    
    .tform[id2=login] input {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    #mob-menu {
        display: block;
    }
    
     #toolbar-nav     {
        display: none;
    }
    
    .tablescroll {
        overflow-x: scroll;
    }
    
}
