@import url("//hello.myfonts.net/count/32d604");
@font-face { font-display: swap; font-family: 'Urbana-Light';src: url('Urbana/32D604_0_0.eot');src: url('Urbana/32D604_0_0.eot?#iefix') format('embedded-opentype'),url('Urbana/32D604_0_0.woff2') format('woff2'),url('Urbana/32D604_0_0.woff') format('woff'),url('Urbana/32D604_0_0.ttf') format('truetype'); }

/**
 * Reset's
 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-family: 'Urbana-Light', sans-serif;
    font-style: normal;
}


/**
 * Headings
 */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { /* HACK */
    font-weight: bold;
}
h1, h2, h3, h4 {
    margin: 0.5em 0 3px 0;
    padding-bottom: 3px;
}
h5, h6 {
    margin: 0.5em 0 3px 0;
    padding-bottom: 3px;
}
h1 {
    line-height: 1.09em;
}

/**
 * Anchors
 */
a, .active {
    text-decoration: underline;
}
.active {
}
a, a:visited {
}
a:hover {
}


/**
 * Text
 */
p {
    margin-top: 0.33em;
    padding-bottom: 0.44em;
    margin-bottom: 0.33em;
}
strong, b, em, .error, .warn {
    font-weight: bold;
}
.error, .error i {
    color: #c00;
}
.warn, .warn i {
    color: #fdac1e;
}
.notice, .notice i {
    color: #0c0;
}
.error i, .warn i, .notice i {
    font-size: 12px;
}
.wpm {
}
.date {
    padding-bottom: 16px;
}
.author {
    margin-top: 1em;
}
.small, .wpm, .date, .author, .topic_info, .keyword-definition {
    font-size: 0.90em;
}
.keyword_prefix::before {
    font-size: 12px;
    content: "@";
    padding-right: 1px;
    position: relative;
    top: -2px;
}



/**
 * Lists
 */
li {
    margin-top: 0.20em;
    padding-bottom: 0.21em;
    margin-bottom: 0.17em;
}
ul {
    margin-top: 0.21em;
    margin-left: 0;
    padding-left: 0;
}
ul li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul li:before {
    content: ">";
    padding-left: 0;
    padding-right: 7px;
}
ol {
    list-style-position: inside;
}
.floating li {
    float: left;
}
.floating li:not(:first-child) {
    padding-left: 16px;
}

.floating li:before {
    content: none;
}
.divider {
    list-style-type: none;
    max-width: 400px;
    height: 1px;
    padding: 1px 0 4px 0;
    margin: 4px 0 4px 17px;
}
.divider:before {
    content: "";
}
.blank li:before, .toc li:before { content: ""; padding-right: 0; }
.toc li span {
/*
    width: 160px;
    display: inline-block;
*/
    padding-right: 20px;
    text-align: right;
}


/**
 * Images
 */
.image {
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 0.33em;
    padding-bottom: 0.2em;
}
.image-list li:before {
    content: "";
}


/**
 * Structure
 */
.clear {
    clear: both;
}
footer {
    clear: both;
}
.content .column-left,
.content .column-right,
.content .column-full {
    padding: 10px 24px 16px 24px;
    border-radius: 16px; /* same as .flash */
}



/**
 * Flashes & Highlights
 */
.flash {
}
.flash, .highlight {
    display: block;
    z-index: 999;
    margin: 0.33em 0 0.77em 0;
    padding: 2px 7px 2px 11px;
    border-radius: 16px;
}




/* Desktops */
@media screen and (min-width: 1024px) {

    .desktop-only {
        display: block;
    }
    .tagline {
        display: inline-block;
    }

    body, html {
        width: 100%;
        height: 100%;
        font-size: 20px;
        line-height: 22px;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    h1 {
        font-size: 1.61em;
    }
    h2 {
        font-size: 1.47em;
    }
    h3, h4 {
        font-size: 1.33em;
    }
    h5, h6 {
        font-size: 1em;
    }

    header, footer, .breadcrumb, .breadcrumb h1, .breadcrumb h2, .breadcrumb h3 {
        font-size: 16px;
    }
    article, section {
        width: 96%; /* to compensate for .column-left's padding-right .. */
        padding: 0.9em 0 0.4em 0;
    }

    .column-left, .column-right, .column-full {
        margin-bottom: 1em;
    }
    .column-left {
        float: left;
        /*width: 52.7%*/;
        /*width: 59.331%;*/
        width: 53%;
    }
    .column-full {
        width: 93%;
    }
    .column-left, .column-full {
        padding-right: 16px; /* MUST be in pixels */
        margin-right: 16px; /* MUST be in pixels */
    }
    .column-right {
        float: left;
        /*width: 42.3%;*/
        /*width: 36.669%;*/
        width: 36%;
    }
    .column-left-50 {
        width: 48%;
    }
    .column-right-50 {
        width: 48%;
    }
    .column3-left,
    .column3-center,
    .column3-right {
        float: left;
    }
    .column3-left {
        width: 30%;
    }
    .column3-center {
        width: 36%;
    }
    .column3-right {
        width: 30%;
    }
    .float-right {
        float: right;
        text-align: right;
    }

    article, section {
        width: 95%;
        max-width: 1800px;
        margin: 0 0 0 1em;
        padding: 0 0 0 0;
    }
    header {
        margin-top: 0;
        padding-top: 0.15em;
    }
    footer {
        clear: both;
        margin-top: 2.44em;
    }

    .content {
        margin-top: 0.44em;
        padding-top: 0.44em;
    }
    .column-left, .column-right {
        margin-top: 0.66em;
        padding-top: 0.66em;
    }
    header .column-left, header .column-right,
    footer .column-left, footer .column-right {
        margin: 0;
        padding: 0;
    }

    .breadcrumb, .content {
        padding-left: 40px; /* equals width of .indent */
    }
    header .column-left, footer .column-left {
        /* HACK compensate for .indent width */
        padding-right: calc(32px + 40px);
    }

    header .column3-left,
    header .column3-center,
    header .column3-right {
        min-height: 52px;
        vertical-align: top;
    }
    header .column3-left {
        width: 27%;
        text-align: left;
    }
    header .column3-center {
        width: 33%;
        text-align: center;
    }
    header .column3-right {
        float: right;
        width: 36%;
    }
    header .column3-right, #desktop-navigation {
        float: right;
    }
    #desktop-navigation {
        padding-top: 16px;
    }
    .search-container {
        padding-top: 8px;
        display: block;
    }
    nav, nav ul {
        padding-top: 0;
        margin-top: 0;
    }
}
/* Larger Desktops */
@media screen and (min-width: 1280px) {
    body, html {
        font-size: 26px;
        line-height: 29px;
    }
    header, footer, .breadcrumb, .breadcrumb h1, .breadcrumb h2, .breadcrumb h3 {
        font-size: 17px;
    }
}
/* Larger Desktops */
@media screen and (min-width: 1440px) {
    body, html {
        font-size: 26px;
        line-height: 29px;
    }
    header, footer, .breadcrumb, .breadcrumb h1, .breadcrumb h2, .breadcrumb h3 {
        font-size: 17px;
    }
}
/* Larger Desktops */
@media screen and (min-width: 1600px) {
    body, html {
        font-size: 26px;
        line-height: 29px;
    }
    header, footer, .breadcrumb, .breadcrumb h1, .breadcrumb h2, .breadcrumb h3 {
        font-size: 20px;
    }
}
/* Mobile */
@media screen and (max-width: 1024px) {
    body, html {
        font-size: 26px;
        line-height: 29px;
    }
    header/*, footer*/, .breadcrumb, .breadcrumb h1, .breadcrumb h2, .breadcrumb h3 {
        font-size: 16px;
    }
    .tagline {
        font-size: 16px;
    }

    h1 {
        font-size: 1.3em;
    }
    h2 {
        font-size: 1.2em;
    }
    h3, h4 {
        font-size: 1.1em;
    }
    h5, h6 {
        font-size: 1em;
    }

    .desktop-only {
        display: none;
    }
    #desktop-navigation {
        display: none;
    }
    .search-container {
        /*display: none;*/
    }
    .breadcrumb-left {
        clear: both;
        width: 96%;
    }
    .breadcrumb-right {
        clear: both;
        display: none;
    }

    .column-left, .column-right {
        clear: both;
    }
    .column3-left, .column3-center, .column3-right {
        clear: both;
    }
    .content .column-left,
    .content .column-right,
    .content .column-full {
        padding: 10px 24px 16px 0;
        border-radius: 0;
    }

    ul {
        margin-top: 0.14em;
        padding-top: 0.14em;
    }
    li {
        margin-top: 0.34em;
        padding-bottom: 0.34em;
        margin-bottom: 0.34em;
    }

    article, section {
        margin-left: 13px;
    }

    header, article, section, .column-left, .column-right {
        width: 96%;
    }
    header, article, section {
        margin-top: 0;
        padding-top: 0;
    }
    header {
        width: 100%;
        padding-top: 11px;
    }
    h1 {
        margin-top: 7px;
        padding-top: 7px;
    }
    footer {
        clear: both;
        margin-top: 0.99em;
        padding-top: 0.99em;
    }

    .back-to-top {
        font-size: 1.11em;
    }

    .indent {
        text-align: left;
        padding-right: 8px;
    }
    * .indent {
        width: auto;
    }
}



/* Desktops */
@media screen and (min-width: 1024px) {
    #footer-logo {
        top: -32px;
        position: relative;
    }
}
/* Mobile */
@media screen and (max-width: 1024px) {
    #footer-logo {
        top: 0;
        position: relative;
    }
    .hallo {
        padding-right: 0;
    }
}



