body
{
    font-family:Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
}
body{
    margin:0px;
    background-color: white;
    overflow-x:hidden;
}

div.wrapper
{
    color:black;
}
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;
}

.wrapper header
{
    background:white;
    padding:10px;
    border-top:2px solid #9c1814;
    border-bottom:2px solid #9c1814;
    margin-bottom:10px;
    box-shadow: 0 2px 2px -1px #9c1814;
}

div.toolbar
{
    float:right;
}
div.toolbar ul
{
    list-style:none;
    float:right;
}
div.toolbar>ul>li{
    float:left;
    position:relative;
}

div.toolbar ul.dropdown
{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    border: 1px solid #444;
    background:white;
}
div.toolbar ul.dropdown>li
{
    float:left;
}
div.toolbar ul.dropdown>li a
{
    float:left;
    display:block;
    width:100%;
    display:block!important;
}

div.toolbar ul.dropdown.open
{
    display:block;
}

header a
{
    text-decoration:none;
}

header a:hover
{
    color:#9c1814!important;
}

header a.logo
{
    display:block;
    width:139px;
    height:63px;
    background-image:url(/images/logo.png);
    float:left;
}

div.toolbar
{
    margin-top:24px;
    margin-right:10px;
}
div.toolbar a
{
    float:right;
    font-size:15px;
    cursor:pointer;
    height:18px;
    display:inline-block;
    color:#333;
    margin-right:30px;
    background-repeat:no-repeat;
    background-position:0px 2px;
    padding-left:20px;
}

header a.logout
{
    background-image:url(/_FLEXOR/img/icons/logout2.png);
}
header a.profil
{
    background-image:url(/_FLEXOR/img/icons/profile.png);
}

.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:black;
    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;
}

.kat
{
float:left;
margin-right:50px;
margin-bottom:50px;
height:200px;
border-color:grey;
border-style:solid;
border-width:1px;
padding:20px;
text-align:center;
cursor:pointer;
width:90%;background-color:white;box-shadow: 5px 5px 5px black;border-radius: 15px;padding:20px;
}


.katname
{
font-weight:bold;
font-size:18px;
}

