@charset "utf-8";

/* CSS Document Schriften*/

@font-face {
    font-family: "BellCent NamNum BT Name and Number";
    src: url("../fonts/69034ec1a721c306a74b043f4138a7ed.eot");
    /* IE9*/
    src: url("../fonts/69034ec1a721c306a74b043f4138a7ed.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/69034ec1a721c306a74b043f4138a7ed.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/69034ec1a721c306a74b043f4138a7ed.woff") format("woff"), /* chrome、firefox */
    url("../fonts/69034ec1a721c306a74b043f4138a7ed.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/69034ec1a721c306a74b043f4138a7ed.svg#BellCent NamNum BT Name and Number") format("svg");
    /* iOS 4.1- */
}

.arco {
    font-family: "BellCent NamNum BT Name and Number" !important;
    /*font-size:100%;*/
    font-style: normal;
    font-weight: inherit;
    font-size: 1.8vmin;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 2.2vmin;
    font-weight: bold;
}

h2 {
    font-size: 2.5vmin;
}

h3 {
    font-size: 2.1vmin;
}

h4 {
    font-size: 1.8vmin;
}

h5 {
    font-size: 1.8vmin;
}

#navigation {
    font-weight: bold;
}