@font-face{
    font-family:"FF Meta W01_n4";
    src:url("../fonts/meta/722262a1-e16a-4ee9-8f65-d8869c1c3d7d.eot?#iefix") format("eot")
}
@font-face{
    font-family:"FF Meta W01";
    src:url("../fonts/meta/722262a1-e16a-4ee9-8f65-d8869c1c3d7d.eot?#iefix");
    src:url("../fonts/meta/722262a1-e16a-4ee9-8f65-d8869c1c3d7d.eot?#iefix") format("eot"),url("../fonts/meta/8a1d8832-1757-48d1-a8cf-a2d4401c5020.woff2") format("woff2"),url("../fonts/meta/b07ec4db-71bc-4957-b478-532010d1729f.woff") format("woff"),url("../fonts/meta/1a040c57-8e76-44f2-a8d9-bbac5f3176e0.ttf") format("truetype"),url("../fonts/meta/89c6c6f2-ffad-429a-98dc-ace6be980ee2.svg#89c6c6f2-ffad-429a-98dc-ace6be980ee2") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family:"FF Meta W01_n7";
    src:url("../fonts/meta/3f67ffeb-6435-4e1c-8af5-42f5d156194b.eot?#iefix") format("eot")
}
@font-face{
    font-family:"FF Meta W01";
    src:url("../fonts/meta/3f67ffeb-6435-4e1c-8af5-42f5d156194b.eot?#iefix");
    src:url("../fonts/meta/3f67ffeb-6435-4e1c-8af5-42f5d156194b.eot?#iefix") format("eot"),url("../fonts/meta/a353711b-2691-4f44-a448-caad5500d8b9.woff2") format("woff2"),url("../fonts/meta/2ade093b-5a36-4bd6-ace9-03c7d7c326d4.woff") format("woff"),url("../fonts/meta/54d33d0e-cd4c-4ebb-b1ee-9437e2ad8129.ttf") format("truetype"),url("../fonts/meta/2118f21d-e824-44ae-a417-d59f0de3bb4d.svg#2118f21d-e824-44ae-a417-d59f0de3bb4d") format("svg");
    font-weight: 700;
    font-style: normal;
}

body {
    background: black url('../images/portal/background.png') no-repeat top center;
    font-family:"FF Meta W01", Arial, sans-serif;
    color: white;
    font-size: 16px;
    line-height: 1.3;
}

a {
    -webkit-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    color: white;
}

a:hover, a:focus {
    color: #e3001f;
}

#wrapper {
    min-width: 1000px;
}

#left {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 95px;
    background: white;
}

#left:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 301px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 100px;
    border-color: transparent transparent black transparent;
}

#left:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    height: 301px;
}

#left img {
    position: absolute;
    bottom: 0;
    left: 100%;
}

#top {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: white;
    color: #e3001f;
    font-size: 54px;
    line-height: 1;
    font-family:"FF Meta W01", sans-serif;
    font-weight: bold;
}

#top > div {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    height: 50px;
}
#top > div > div {
    position: relative;
    top: -10px;
    padding: 0 90px 0 10px
}

#top > div:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 75px 50px 0;
    border-color: transparent white transparent transparent;
}

#content {
    width: 422px;
    margin: 0 auto;
    padding-top: 120px
}

#content p.small {
    color: #868786;
    text-align: center;
    font-size: 12px;
}

h1 {
    font-size: 26px;
    line-height: 1.2;
}

#footer {
    width: 422px;
    margin: 0 auto;
    border-top: 1px solid #e3001f;
    font-size: 12px;
    color: #868786;
    text-align: justify;
    padding: 5px 0 2em;
}

#betriebe {
    display: table;
    width: 100%;
    color: #868786;
    font-size: 12px;
    font-weight: bold;
    margin: 1.5em 0 1em;
}

#betriebe a {
    text-decoration: none;
    color: #868786;
}

#betriebe a:hover, #betriebe a:focus {
    color: #e3001f;
}

#betriebe a.img {
    display: block;
    box-shadow: 0 0 15px rgba(73,73,73,.5);
    margin-bottom: 1em;
}

#betriebe a.img img {
    display: block;
}

#betriebe > div {
    display: table-cell;
}

#betriebe > div:first-child {
    text-align: right;
    padding-right: 11px;
}

#betriebe > div:last-child {
    padding-left: 11px;
}