﻿.glyphs { margin: 0; }
.cpd-endorsed { margin-top: 7px; }

h1 {
    font-weight: 700;
    color: #2d518f;
    font-size: 55px;
}
h2 {
    color: #2d518f;
}
h3 {
    color: #2AB8FA;
    margin-top: 30px;
    margin-bottom: 10px;
}






.note {
    background-color: #ecf5ff;
    padding: 20px;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #2D518F, #2AB8FA) 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.note h3 { color: #004b61; }
.box-1 { background-color: #f8f5f3; padding: 20px; width: 100%; display: inline-block; border-radius: 10px; }
.box-blue { background-color: #eaf5f6; }
.box-white { background-color: #fff; }
.box-green { background-color: #edf3f1; }
.modal-dialog { width: 900px!important; margin: auto!important; }
.page-header {
    padding-bottom: 10px;
    border-bottom: solid 3px;
    border-image: linear-gradient(90deg, #2D518F, #2AB8FA) 1;
    ;
}
.fas, .far { color: #82c0de; font-size: 20px; position: relative; top: 2px; }

blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 15px; font-style: italic;  border-left: 5px solid; border-image: linear-gradient(355deg, #40a8b1, #ced0fd) 1 }
cite { font-weight: bold; }

.table { background: #f5fafb; }
.table th { background: #bde2e6; border-bottom: solid 2px #666; }
.table td strong { color: #000; } 
.table tr.alt { background-color: #eaf5f6; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { border-top-color: #666; }

.ldol-intro-container {
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px 30px 0 30px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
    border-bottom: 5px solid;
    border-image: linear-gradient(90deg, #2D518F, #2AB8FA) 1;
}

.ldol-intro-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.ldol-intro-spiel {
    padding: 20px;
    background-color: #ecf5ff;
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -50px;
}

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

.cicon {
    list-style-type: none;
    padding-left: 50px;
    padding-top: 10px;
    min-height: 50px;
}

.published {
    padding-bottom: 10px;
    border-bottom: solid 3px;
    border-image: linear-gradient(90deg, #2D518F, #2AB8FA) 1;
}

.ldol-nav {
    padding: 20px;
    border-radius: 10px;
    background-color: #ecf5ff;
    margin-bottom: 20px;
}

    .ldol-nav p {
        line-height: 22px;
    }

    .ldol-nav.yellow {
        background-color: #fff8df;
    }

    .ldol-nav .youhere {
        color: #40a8b1;
        padding: 5px;
        background-color: #fff;
        border-radius: 3px;
        display: inline-block;
        font-size: 12px;
        margin: 0;
    }

    .ldol-nav ul {
        padding-left: 0;
    }

    .ldol-nav li {
        list-style-type: none;
        padding: 5px;
        border-bottom: solid 1px;
        border-image: linear-gradient(161deg, #40a8b1, #f3f3f3) 1;
        font-size: 85%;
        line-height: 1.6em;
    }

    .ldol-nav a {
        text-decoration: none;
        color: #000;
        display: block;
    }

    .ldol-nav li.active, .ldol-nav li:hover {
        text-decoration: none;
        background-color: #ddebfb;
        color: #7a98dc;
    }
        .ldol-nav li.active a {
            color: #7a98dc;
        }

.normal_text {
    font-size: 100%;
}