@font-face { font-family: "TildaSansLight"; src: url("/fonts/tilda-sans_light.woff") format("woff"); }
@font-face { font-family: "MatrixSansScreen"; src: url("/fonts/MatrixSans-Screen.otf") format("opentype"); }
@font-face { font-family: "0xProtoRegular"; src: url("/fonts/0xProto-Regular.otf") format("opentype"); }

@font-face { font-family: "ubuntu"; src: url("/fonts/ubuntu.regular.ttf") format("truetype"); }
@font-face { font-family: "ubuntuMedium"; src: url("/fonts/ubuntu.medium.ttf") format("truetype"); }
@font-face { font-family: "ubuntuThin"; src: url("/fonts/ubuntu.thin.ttf") format("truetype"); }
@font-face { font-family: "ubuntuLight"; src: url("/fonts/ubuntu.light.ttf") format("truetype"); }
@font-face { font-family: "ubuntuBold"; src: url("/fonts/ubuntu.bold.ttf") format("truetype"); }
@font-face { font-family: "ubuntuItalic"; src: url("/fonts/ubuntu.italic.ttf") format("truetype"); }
@font-face { font-family: "ubuntuItalicBold"; src: url("/fonts/ubuntu.medium-italic.ttf") format("truetype"); }
@font-face { font-family: "ubuntuMono"; src: url("/fonts/ubuntu.mono.ttf") format("truetype"); }

@font-face {
    font-family: "Caveat";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/static/Caveat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Oswald-Medium";
    src: url("/fonts/Oswald-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "opensans-light";
    src: url("/fonts/opensans-light.eot");
    src:
    url("/fonts/opensans-light.eot?#iefix") format("embedded-opentype"),
    url("/fonts/opensans-light.woff2") format("woff2"),
    url("/fonts/opensans-light.woff") format("woff"),
    url("/fonts/opensans-light.ttf") format("truetype"),
    url("/fonts/opensans-light.svg#open_sanslight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("/assets/montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("/assets/montserrat/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("/assets/montserrat/Montserrat-Light.ttf") format("truetype");
}

div.WebFenster {
    position: absolute;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden; /* oder auto */
    font-family: "Montserrat-Regular", sans-serif;
}

div.WebHeader {
    position: relative;
    top: 0px; left: 0px; right: 0px;
    background-color: rgb(255, 255, 255);
    color: rgb(24, 24, 24);
    min-height: 220px;
    margin: 0;
    padding: 0;
}

div.busappcontent a { color: #E3DEDB; }
div.busappcontent ul li a { color: #E3DEDB; }
