﻿/*@font-face {
    font-family: "Compatil DATEV W01 Regu1406679";
    src: url("fonts/e26bad4a-497f-45ca-9f1c-5ac75da9a217.eot?#iefix");
    src: url("fonts/e26bad4a-497f-45ca-9f1c-5ac75da9a217.eot?#iefix") format("eot"),url("fonts/77900f9c-8f0f-4c7b-8ff2-ec3014c91c5f.woff") format("woff"),url("fonts/1960e6f0-c73d-4532-800b-255aa4b07aab.ttf") format("truetype"),url("fonts/4b20a6c6-cd29-4f99-af79-585d73780c68.svg?#4b20a6c6-cd29-4f99-af79-585d73780c68") format("svg")
}*/

@import url(https://apps.datev.de/assets/datev/fonts/1.1.0/fonts.css);

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
    background-color: #F3F2EF;
    font-family: "Segoe UI", "Noto Sans Display", sans-serif;
    font-size: 13px;
    line-height: 1.23076923;
    color: #0F0F0F;
}

.genepool h1,
.genepool .h1,
.genepool h2,
.genepool .h2,
.genepool h3,
.genepool .h3 {
    font-family: "Compatil DATEV W01 Regular", "Noto Serif", "Palatino Linotype", serif;
    color: #039A9A;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Compatil DATEV W01 Regular", "Noto Serif", "Palatino Linotype", serif;
    font-weight: 400;
    line-height: 1.175;
    color: #039A9A;
}

.licenses {
    margin-left: 5%;
}

.schattenkante {
    max-width: 800px;
    height: 10px;
    background-image: url('../images/schattenkante.png');
}

#dialogHeaderView {
    margin-top: 20px;
    padding-bottom: 15px;
    position: relative;
}

    #dialogHeaderView .headerContainer {
        overflow: hidden;
    }

        #dialogHeaderView .headerContainer .headerIcon {
            width: 48px;
            height: 48px;
            margin-right: 15px;
            display: inline-block;
            float: left;
            cursor: pointer;
        }

        #dialogHeaderView .headerContainer .headerMenuLeft {
            display: inline-block;
            float: left;
            margin-right: 30px;
        }

            #dialogHeaderView .headerContainer .headerMenuLeft .applicationName {
                font-size: 1.5em;
                font-weight: normal;
                font-family: "Segoe UI", sans-serif;
                color: #656363;
            }

            #dialogHeaderView .headerContainer .headerMenuLeft .breadcrumb {
                margin-top: 3px;
            }

                #dialogHeaderView .headerContainer .headerMenuLeft .breadcrumb .datevBreadcrumbItemLabel {
                    cursor: pointer;
                }

                #dialogHeaderView .headerContainer .headerMenuLeft .breadcrumb li:first-child span {
                    padding-left: 0px;
                }

                #dialogHeaderView .headerContainer .headerMenuLeft .breadcrumb .datevBreadcrumbItem {
                    max-width: 400px;
                }

        #dialogHeaderView .headerContainer .headerMenuRight {
            width: auto;
            overflow: hidden;
            text-align: right;
            padding-bottom: 1px;
        }

            #dialogHeaderView .headerContainer .headerMenuRight .serviceInformations .datevButtonLabel {
                min-width: inherit;
            }


h1 .presenter-header {
    font-family: "Compatil DATEV W01 Regular","Noto Serif","Palatino Linotype",serif;
    color: #039a9a;
    font-weight: 400;
    margin-top: 0;
}

.presenter-text {
    margin-top: 40px;
}

.licenses-presenter-page {
    margin: 0 2rem 1rem 63px;
    max-width: 800px;
}

.license-templ {
    margin-left: 2rem;
}

.templ-license {
    margin-top: 4rem;
}

.templ-license-header {
    margin-bottom: 1.6rem;
}

.components-list {
    list-style-position: inside;
    padding-left: 0;
}

.license-item {
    margin: auto;
    min-height: 42%;
    height: auto;
    margin-top: 40px;
}

    .license-item .license-title {
        margin-top: 16px;
        font-weight: bold;
    }

    .license-item .license-type {
        color: #039A9A;
    }

    .license-item .license-content {
        margin-top: 1.6rem;
    }

.dnlexom-footer {
    padding-top: 40px;
    margin-bottom: 15px;
    max-width: 800px;
}

    .dnlexom-footer .footer-links {
        text-align: right;
        padding-bottom: 20px;
    }


.termsofuse-agb-link {
    text-decoration: underline;
}

a {
    color: #1A790A;
    text-decoration: none;
}

.footer-links a {
    color: #0F0F0F;
    text-decoration: none;
    margin-right: 30px;
    font-weight: 400;
}

    /* unvisited link */
    .footer-links a:link {
        text-decoration: none;
        color: #0F0F0F;
    }
    /* visited link */
    .footer-links a:visited {
        text-decoration: none;
        color: #0F0F0F;
    }
    /* selected link */
    .footer-links a:active {
        text-decoration: none;
        color: #0F0F0F;
    }
    /* mouse over link */
    .footer-links a:hover {
        text-decoration: none;
        color: #0F0F0F;
    }
