@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&family=Poppins:wght@300;400;500;700;900&display=swap');


html {
    position: relative;
    min-height: 100%;
    height: unset;
    font-family: 'Poppins', sans-serif !important;
    --ck-z-default: 100;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}

p {
	font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Nunito Sans', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 1.4px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2a4982 !important;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

img {
    max-width: 100%;
    max-height: 100%;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

footer p {
    font-family: 'Poppins', sans-serif !important;
    color: #777777;
}

.ui.footer {
    margin-top: 0px !important;
    background-color: #0D2C99 !important;
}

p.lead {
    font-family: 'Poppins', sans-serif !important;
    font-size: 21px;
    color: #333333;
    line-height: 1.4;
    font-weight: 300;
}


.main {
    padding-top: 70px;
}

.pushable.segment{
    margin: 0 !important;
}

.pusher {
    height: 100%;
}

.ui.sidebar {
    padding-top: 70px !important;
}

.ui.accordion > a.item,
.ui.accordion > div.item > a.item,
.ui.accordion > div.item > div.content.active > .menu.visible > a.item,
.ui.accordion > div.item > .menu.hidden > a.item {
    color: rgba(0, 0, 0, 0.83) !important;
}

.ui.container {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ui.group .item {
    display: inline-block;
    font-size: 1rem;
}

@media only screen and (max-width: 1126px) {
    .main {
        margin-top: 0px;
        padding-top: 70px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #0D2C99;
}

.ivao-blue {
    color: #0D2C99 !important;
}

.ivao-blue-bg {
    background-color: #0D2C99 !important;
}

.ivao-grey {
    color: #D7D7DC !important;
}

.ivao-grey-bg {
    background-color: #D7D7DC !important;
}

.ivao-light-grey {
    color: #eeeeee !important;
}

.ivao-light-grey-bg {
    background: #eeeeee !important;
}

.ui.fixed.menu {
    height: 71px;
    background-color: #0D2C99;
}

.ui.stackable.menu .right.menu {
    background-color: #0D2C99;
}

.ui.menu .item {
	font-family: 'Poppins', sans-serif !important;
    color: white !important;
}

.ui.menu .dropdown.item .menu {
    border-radius: 0 !important;
}

.ui.primary.buttons .button, .ui.primary.button { background-color: #0D2C99 !important;}
.ui.primary.buttons .button:hover, .ui.primary.button:hover { background-color: #3C55AC !important; }

/* Timeline */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #3C55AC !important;
}
.timeline-badge.success {
    background-color: #2EC662 !important;
}
.timeline-badge.warning {
    background-color: #F9CC2C !important;
}
.timeline-badge.danger {
    background-color: #E93434 !important;
}
.timeline-badge.info {
    background-color: #7EA2D6 !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

.timeline-badge > i {
    margin-top: 25%;
}

/* Timeline Ende */

div.ui.pointing.dropdown.link.item > i, a.item > i {
    margin-right: 7px;
    margin-bottom: 0px;
}
@media only screen and (min-width: 1127px) {
    .hide-for-computer {
        display: none !important;
    }
}

/* Sidenav */
.responsiveSidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    background-color: #0D2C99;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.responsiveSidenav a, .responsiveSidenav > .sideitem, .dropdown-btn  {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
    width: 100%;
}

.responsiveSidenav > .sideitem > a {
    font-size: 14px !important;
}

.responsiveSidenav a:hover, .dropdown-btn:hover {
    color: #b7b7b7;
}

.responsiveSidenav .closeBtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}

.dropdown-container {
    display: none;
    background-color: #294361;
    padding-left: 12px;
    transition: 0.2s;
}

.dropdown-container a {
    font-size: 13px;
}

@media screen and (max-height: 450px){
    .responsiveSidenav { padding-top: 15px; }
    .responsiveSidenav a { font-size: 10px; }
}

@media screen and (max-width: 889px){
    #trainingNavigation > .right.menu { display:none; }
}

table.ui.table > thead {
    background-color: #0D2C99;
}

.ui.massive.breadcrumb {
    margin-bottom: 25px;
}