@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Regular'), local(SourceSansPro-Regular), url(../Fonts/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../Fonts/sourcesanspro-regular-webfont.woff) format("woff");
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: bold;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local(SourceSansPro-Bold), url(../Fonts/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../Fonts/sourcesanspro-bold-webfont.woff) format("woff");
}

@font-face {
    font-family: 'Source Sans Pro Italic';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Italic'), local(SourceSansPro-Regular-Italic), url(../Fonts/sourcesanspro-italic-webfont.woff2) format("woff2"), url(../Fonts/sourcesanspro-italic-webfont.woff) format("woff");
}

@font-face {
    font-family: 'Source Sans Pro Italic';
    font-style: bold;
    font-weight: 700;
    src: local('Source Sans Pro Bold Italic'), local(SourceSansPro-Bold-Italic), url(../Fonts/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(../Fonts/sourcesanspro-bolditalic-webfont.woff) format("woff");
}

:root {
    --colorprimary: #0D70AE;
    --colorprimarydark10: #0D70AE;
    --colorprimarydark20: #0D70AE;
    --colorprimary50: #4F97C5;
    --colorsecondary: #95A969;
    --colorsecondary50: #95A969;
    --colorsecondary10: #95A969;
    --colortertiary: #000000;
}

html {
    -webkit-text-size-adjust: 100%;
}

html,
body,
p,
a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
    text-rendering: optimizeLegibility;
}

a,
a:hover {
    color: #0D70AE;
    color: var(--colorprimary);
    outline: none;
    text-decoration: none;
}

body {
    background: #fff;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

p {
    margin: .5em 0;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 .25em;
    color: #0D70AE;
    color: var(--colorprimary);
}

h2 {
    font-size: 30px;
    margin: 0 0 .25em;
    color: #0D70AE;
    color: var(--colorprimary);
}

h3 {
    font-size: 22px;
    margin: 0 0 .25em;
    color: #333333;
    color: var(--colorsecondary);
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em;
    color: #333333;
    color: var(--colorsecondary);
}

h5,
h6 {
    font-size: 14px;
    font-weight: 700;
    color: #0D70AE;
    color: var(--colorprimary);
}

strong {
    font-weight: 600;
}

/*=== Links ===*/

a.pdf:before {
    font-family: "fa";
    content: "\f1c1";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

a.chalkboard:before {
    font-family: "fa";
    content: "\f51c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

a.calculator:before {
    font-family: "fa";
    content: "\f1ec";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

a.linkedin:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f08c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

/*=== Lists ===*/

ol {
    list-style: none;
    padding-left: 35px;
    margin: 1em 0;
}

ol li {
    counter-increment: my-awesome-counter;
    margin: 0 0 1rem;
    position: relative;
}

ol li::before {
    background-color: #0D70AE;
    border-radius: 50%;
    color: #fff;
    content: counter(my-awesome-counter);
    font-size: 15px;
    font-weight: 700;
    height: 22px;
    left: -32px;
    line-height: 25px;
    padding-left: 0;
    padding-top: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 22px;
}

ul {
    list-style: none;
    padding-left: 35px;
    margin: 1em 0;
}

ul li {
    margin: 0 0 .5rem;
    position: relative;
}

ul li::before {
    color: #0D70AE;
    color: var(--colorprimary);
    font-family: "fa";
    content: "\f0a9";
    font-size: 22px;
    font-weight: 700;
    height: 26px;
    left: -32px;
    line-height: 26px;
    padding-left: 0;
    padding-top: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
}

ul.checklist li::before {
    content: "\f058";
}

/*=== Images ===*/

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/*=== Header ===*/

header {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/*=== Backgrounds ===*/

.bg-color-primary {
    background: #0D70AE;
    background: var(--colorprimary);
}

.bg-color-primary-dark10 {
    background: #dc740d;
    background: var(--colorprimarydark10);
}

.bg-color-primary-dark20 {
    background: #ca6b0f;
    background: var(--colorprimarydark20);
}

.bg-color-primary div:not(form)>h1,
.bg-color-primary div:not(form)>h2,
.bg-color-primary div:not(form)>h3,
.bg-color-primary div:not(form)>h4,
.bg-color-primary div:not(form)>h5,
.bg-color-primary div:not(form)>p,
.bg-color-primary div:not(form)>i,
.bg-color-primary-dark10 div:not(form)>h1,
.bg-color-primary-dark10 div:not(form)>h2,
.bg-color-primary-dark10 div:not(form)>h3,
.bg-color-primary-dark10 div:not(form)>h4,
.bg-color-primary-dark10 div:not(form)>h5,
.bg-color-primary-dark10 div:not(form)>p,
.bg-color-primary-dark10 div:not(form)>i,
.bg-color-primary-dark20 div:not(form)>h1,
.bg-color-primary-dark20 div:not(form)>h2,
.bg-color-primary-dark20 div:not(form)>h3,
.bg-color-primary-dark20 div:not(form)>h4,
.bg-color-primary-dark20 div:not(form)>h5,
.bg-color-primary-dark20 div:not(form)>p,
.bg-color-primary-dark20 div:not(form)>i {
    color: #fff !important;
}

.bg-color-primary div:not(form) a:not(.button),
.bg-color-primary div:not(form) a:not(.button):hover,
.bg-color-primary-dark10 div:not(form) a:not(.button),
.bg-color-primary-dark10 div:not(form) a:not(.button):hover,
.bg-color-primary-dark20 div:not(form) a:not(.button),
.bg-color-primary-dark20 div:not(form) a:not(.button):hover {
    color: #fff !important;
    text-decoration: underline !important;
}

/*=== Buttons ===*/

.button {
    font-size: 15px;
    height: 45px;
    display: inline-block;
    margin: 1em auto 0 auto;
    padding: 0 2em;
    border: none;
    background: none;
    color: inherit;
    line-height: 45px;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid;
    text-transform: uppercase;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button:focus {
    outline: none;
}

.button>span {
    vertical-align: middle;
}

.button-default::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: -100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button-default:hover::before {
    left: 0;
    opacity: 1;
}

.button-default::after {
    font-family: "fa";
    font-size: 16px;
    font-weight: 900;
    margin-left: 8px;
}

.button.button-default {
    border-color: #0D70AE;
    border-color: var(--colorprimary);
    background: #0D70AE;
    background: var(--colorprimary);
    color: #fff;
}

.button-default::before {
    background: #333333;
    background: var(--colorsecondary);
}

.button-default:hover {
    border-color: #333333;
    border-color: var(--colorsecondary);
}

.button.button-primary {
    border-color: #0D70AE;
    border-color: var(--colorprimary);
    background: #0D70AE;
    background: var(--colorprimary);
    color: #fff;
}

.button-primary::before {
    border-color: #dc740d;
    border-color: var(--colorprimarydark10);
    background: #dc740d;
    background: var(--colorprimarydark10);
}

.button-primary::after {
    content: '\f05a';
    color: #fff;
}

.button.button-secondary {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.button-secondary::before {
    background: #fff;
}

.button-secondary:hover {
    border-color: #0D70AE;
    border-color: var(--colorprimary);
    color: #333333;
    color: var(--colorsecondary);
}

.button.button-success {
    background: #fff;
    border-color: #333333;
    border-color: var(--colorsecondary);
    color: #333333;
    color: var(--colorsecondary);
}

.button-success::before {
    background: #333333;
    background: var(--colorsecondary);
}

.button-success:hover {
    color: #fff;
}

.button.button-info {
    background: #999999;
    border-color: #999999;
    border-color: var(--colorsecondary50);
    background: var(--colorsecondary50);
    color: #fff;
}

.button-info::before {
    background: #333333;
    background: var(--colorsecondary);
}

.button-info::after {
    content: '\f05a';
    color: #fff;
}

.button.button-warning {
    background: #fff;
    color: #0D70AE;
    color: var(--colorprimary);
}

.button-warning::before {
    background: #0D70AE;
    background: var(--colorprimary);

}

.button-warning::after {
    content: '\f5f2';
    color: #0D70AE;
    color: var(--colorprimary);
}

.button-warning:hover,
.button-warning:hover::after {
    border-color: #0D70AE;
    border-color: var(--colorprimary);
    color: #fff;
}

.button.button-danger {
    background: #0D70AE;
    background: var(--colorprimary);
    color: #fff;
}

.button-danger::before {
    background: #dc740d;
    background: var(--colorprimarydark10);
}

.button-danger::after {
    content: '\f071';
    color: #fff;
}

.button-danger:hover {
    border-color: #0D70AE;
    border-color: var(--colorprimary);
}

.button.button-signin {
    background: #0D70AE;
    background: var(--colorprimary);
    color: #fff;
}

.button-signin::before {
    background: #dc740d;
    background: var(--colorprimarydark10);
}

.button-signin::after {
    content: '\f573';
    color: #fff;
}

.button-signin:hover {
    border-color: #0D70AE;
    border-color: var(--colorprimary);
}

/*=== Icons ===*/

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ff8700;
    color: var(--colorprimary);
    border: 2px solid #ff8700;
    border: 2px solid var(--colorprimary);
}

.no-border {
    border: 0;
}

.hi-icon span {
    position: absolute;
    top: 42px;
    transform: translateX(-50%);
    left: 50%;
    color: #333333;
    color: var(--colorsecondary);
    font-size: 15px;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-family: 'fa';
    /*speak: none;*/
    font-size: 15px;
    line-height: 34px;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-lock:before {
    content: "\f023";
}

.hi-icon-pencil:before {
    content: "\f573";
}

.hi-icon-language:before {
    content: "\f57d";
}

.hi-icon-facebook:before {
    content: "\f39e";
}

.hi-icon-xing:before {
    content: "\f169";
}

.hi-icon-prev:before {
    content: "\f0a8";
    font-size: 36px;
    font-weight: 300;
    line-height: 35px;
    margin-right: 0px;
    margin-top: 0px;
    transform: scale(1.05);
}

.hi-icon-next:before {
    content: "\f0a9";
    font-size: 36px;
    font-weight: 300;
    line-height: 35px;
    margin-right: 0px;
    margin-top: 0px;
    transform: scale(1.05);
}

.hi-icon-close:before {
    content: "\f057";
    font-size: 36px;
    font-weight: 300;
    line-height: 35px;
    margin-right: 0px;
    margin-top: 0px;
    transform: scale(1.05);
}

.hi-icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 2px #ff8700;
    box-shadow: 0 0 0 2px var(--colorprimary);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
    background: #ff8700;
    background: var(--colorprimary);
    color: white;
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*=== Icons no animation ===*/

.target-icon {
    font-size: 23px;
    color: white;
    position: relative;
}

.target-icon::after {
    content: '';
    background: #ff8700;
    background: var(--colorprimary);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 50%;
}

.target-icon::before {
    position: absolute;
    top: 7px;
    left: 6px;
}

.target-icon.fa-edit::before {
    left: 9px;
}

.target-text {
    position: relative;
    margin-left: 50px;
    margin-top: 8px;
}

/*=== Logo ===*/

.navbar-brand {
    align-self: center;
}

.navbar-brand-logo-normal {
    width: 220px;
    height: auto;
}

/*=== Mainnavigation ===*/

#mainnavigation .navbar-nav {
    flex-direction: row;
    text-transform: uppercase;
}

#mainnavigation li::before {
    content: '';
}

#mainnavigation .nav-item {
    padding-right: 25px;
}

#mainnavigation .nav-item a {
    position: relative;
    color: #333333;
    color: var(--colorsecondary);
    white-space: nowrap;
    transition: all 0.2s;
}

#mainnavigation .nav-item a:hover,
#mainnavigation .nav-item.active>a,
#mainnavigation .dropdown-menu li.active a {
    color: #0D70AE;
    color: var(--colorprimary);
}

#mainnavigation .nav-item a:after,
#mainnavigation .dropdown-toggle:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: #0D70AE;
    background: var(--colorprimary);
    border: 0;
    margin-left: 0;
    transition: all 0.2s;
}

#mainnavigation .nav-item a:hover:after,
#mainnavigation .nav-item.active>a:after,
#mainnavigation .dropdown-toggle:hover:after,
#mainnavigation .dropdown-menu li.active>a:after {
    width: 100%;
    left: 0;
}

#mainnavigation .dropdown-toggle-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    display: none;
    cursor: pointer;
}

#mainnavigation .dropdown-toggle-mobile:after {
    position: absolute;
    color: #333333;
    color: var(--colorsecondary);
    font-family: 'fa';
    content: "\f054";
    font-size: 18px;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    font-weight: normal;
    transition: all 0.2s;
}

#mainnavigation .dropdown-toggle-mobile.open:after {
    content: "\f078";
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    position: absolute;
    margin: 0 0;
    width: 250px;
    max-width: 450px;
}

#mainnavigation .dropdown-item {
    white-space: normal;
}

#mainnavigation .dropdown-item.active,
#mainnavigation .dropdown-item:active,
#mainnavigation .dropdown-item:hover {
    background-color: transparent;
}

.navbar-nav .dropdown-menu a {
    text-transform: none;
    font-size: 18px;
    white-space: normal !important;
}

/*=== IconMenu ===*/

.icon-menu {
    display: flex;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 2em 0 3em;
}

.icon-menu li {
    position: relative;
}

.icon-menu li:focus {
    outline: none;
}

.icon-menu li::before {
    content: '';
}

.icon-menu.navbar-nav {
    flex-flow: row;
}

.icon-menu .dropdown-menu {
    position: absolute;
    width: auto;
    min-width: 120px;
}

/*=== LanguageMenu ===*/

.language-menu {
    /*border: 1px solid var(--colorsecondary);*/
    position: absolute;
    background: #fff;
    padding: 5px 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-out;
    z-index: 10;
    width: auto;
    display: flex;
    flex-flow: column;
    top: 36px;
    text-align: left;
    display: none;
}

.language-menu li {
    height: 26px;
    white-space: nowrap;
    padding-left: 25px;
    margin: 0;
}

.language-menu li.active span {
    color: #0D70AE;
    color: var(--colorprimary);
}

.language-menu li span {
    color: #333333;
    color: var(--colorsecondary);
    transition: all 0.3s ease-out;
}

.language-menu li:hover span {
    color: #0D70AE;
    color: var(--colorprimary);
}

.language-menu li:before {
    color: #333333;
    color: var(--colorsecondary);
    font-family: 'fa';
    content: "\f111";
    font-size: 18px;
    font-weight: normal;
    left: 0;
    -webkit-font-smoothing: antialiased;
}

.language-menu li.active:before {
    content: "\f058";
    color: #0D70AE;
    color: var(--colorprimary);
    font-weight: 700;
}

.language-menu li a,
.language-menu li:before {
    line-height: 26px;
}

/*=== Hamburger MainNavi ===*/

.navbar-toggler {
    border: none;
    outline: none !important;
    background: transparent !important;
    padding: 8px 0 8px 10px;
    margin-right: -4px !important;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    box-shadow: none;
}

.course-navbar-toggler {
    padding: 8px 0 8px 0px;
}

.course-navbar-toggler:active,
.course-navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #333333;
    background-color: var(--colorsecondary);
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.course-navbar-toggler .icon-bar {
    width: 30px;
    height: 3px;
    background-color: #0D70AE;
    background-color: var(--colorprimary);
    margin: 5px 0;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/*===  Slider ===*/

.caption-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#slider .slider-caption {
    position: absolute;
    bottom: 10%;
    background: rgba(255, 255, 255, 0.6);
}

/*=== Quotation ===*/

blockquote {
    position: relative;
}

blockquote footer {
    font-style: italic;
    padding: 0 65px;
    text-align: right;
    background: transparent;
}

blockquote p {
    font-style: italic;
    padding: 30px 70px;
}

blockquote p::after {
    bottom: 10px;
    color: #999999;
    color: var(--colorsecondary50);
    content: "\f10d";
    font-family: "fa";
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    right: 0.45em;
}

blockquote p::before {
    color: #999999;
    color: var(--colorsecondary50);
    content: "\f10e";
    font-family: "fa";
    font-size: 50px;
    font-weight: 700;
    margin-left: -70px;
    position: absolute;
    top: 16px;
}

/*=== Tables ===*/

table {
    border-collapse: collapse;
    width: auto;
}

td,
th {
    text-align: left;
    padding: 8px;
}

th {
    background-color: #0D70AE;
    background-color: var(--colorprimary);
    color: white;
    font-weight: 900;
}

tr:nth-child(even) {
    background-color: #eaeaea;
    
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #333333;
    border-color: var(--colorsecondary);
}

/*=== Tabs ===*/

.nav-tabs {
    border-color: #999999;
    border-color: var(--colorsecondary50);
}

.nav-tabs .nav-item {
    margin: 0;
}

.nav-tabs .nav-item::before,
.nav-tabs .nav-item::after {
    content: '';
}

.nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    height: 5px;
    top: 0;
    width: 0;
    left: 50%;
    opacity: 0;
    background: #0D70AE;
    background: var(--colorprimary);
    transition: all 0.3s;
}

.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link:hover::after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--colorsecondary50) var(--colorsecondary50) var(--colorsecondary50);
    border-color: #999999 #999999 #999999;
}

.nav-tabs .nav-link {
    border-radius: 0;
    line-height: 40px;
}

.nav-tabs .nav-link.active {
    border: 1px solid;
    border-color: #999999;
    border-color: var(--colorsecondary50);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.nav-tabs>li>a {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    border-color: #fff;
    color: #333;
    display: flex;
    display: -ms-flexbox;
    font-size: 1rem;
    height: 100%;
    justify-content: center;
    outline: 0;
    padding: 5px 20px;
    text-transform: none;
    transition: color .1s ease-in-out;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs .nav-item.show {
    color: #0D70AE;
    color: var(--colorprimary);
    outline: 0;
}

.tab-content {
    background: #fff;
    padding: 0;
}

.tab-content h4 {
    color: #333333;
    color: var(--colorsecondary);
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.tab-navigation {
    margin-bottom: 10px;
}

/*=== Accordion ===*/

.accordion-toggle {
    background: #eaeaea;
    background: var(--colorsecondary10);
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #333333;
    border-color: var(--colorsecondary);
    text-align: right;
    cursor: pointer;
}

.accordion-toggle-link:after {
    font-family: "fa";
    content: "\f056";
    font-size: 18px;
    font-weight: 900;
    margin-left: 0.75em;
}

.accordion-item {
    border: 0;
}

.accordion-header {
    background: transparent;
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px var(--colorsecondary);
    padding: .75rem 1.25rem 0.5em 1.25em;
}

.accordion-title-link::before,
.accordion-title-link::after {
    color: #0D70AE;
    color: var(--colorprimary);
    content: "\f056";
    font-family: "fa";
    font-size: 20px;
    font-weight: 900;
    display: inline;
    position: absolute;
    top: 20px;
    transition: all 0.3s;
}

.accordion-title-link::after {
    content: "\f067";
    transform: rotate(90deg);
    opacity: 0;
    transition: all 0.3s;
}

.accordion-title-link.collapsed::before {
    transform: rotate(-90deg);
    opacity: 0;
}

.accordion-title-link.collapsed::after {
    transform: rotate(0deg);
    opacity: 1;
}

/*=== ImageArrows ===*/

.img-arrow-left::after,
.img-arrow-right::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}

.img-arrow-left::after {
    left: 0;
    border-top: 15px solid transparent;
    border-left: 30px solid white;
    border-bottom: 15px solid transparent;
}

.img-arrow-right::after {
    right: 0;
    border-top: 15px solid transparent;
    border-right: 30px solid white;
    border-bottom: 15px solid transparent;
}

/*=== TeaserList ===*/

.teaser-list i {
    font-size: 70px;
    margin: 0.75em 0 0.5em;
    color: #999999;
    color: var(--colorsecondary50);
}

/*=== TeaserAnimation ===*/

.animated-teaser {
    transform: scale(1) translateZ(0);
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.450, 1);
    /* older webkit */
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.450, 1.005);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.000, 0.450, 1.005);
    -o-transition: all 200ms cubic-bezier(0.000, 0.000, 0.450, 1.005);
    transition: all 200ms cubic-bezier(0.000, 0.000, 0.450, 1.005);
    /* custom */
    cursor: pointer;
    backface-visibility: hidden;
}

.animated-teaser:hover {
    transform: scale(0.95) translateZ(0);
    ;
}

.teaser-icon {
    font-size: 100px;
    position: absolute;
    right: 30px;
    top: 30px;
}

/*=== ProfressBar ===*/

#lms3progress {
    width: 500px;
    margin-left: auto;
}

#lms3progress span {
    color: #333333;
    color: var(--colorsecondary);
    line-height: 18px;
    font-size: 16px;
}

.progress {
    position: relative;
    background: #f9f9f9;
    border-radius: 0;
    height: 45px;
    margin: 2px 10px 0 10px;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    width: 100%;
}

.progress-bar {
    position: absolute;
    height: 100%;
    background: #0D70AE;
    background: var(--colorprimary);
    text-align: left;
    width: 0;
    transition-duration: 3s;
}

/*=== Footer ===*/

footer {
    background: #ececeb;
    font-size: 12px;
}

footer li::before {
    content: '';
}

.footer-phone,
.footer-mail,
.footer-mail a {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin: 0.2em 0;
}

.footer-phone small {
    font-size: 14px;
}

.footer-mail {
    margin-left: 5em;
}

.footer-phone i,
.footer-mail i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
}

.footer-container {
    text-align: center;
}

.footer-container h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    color: var(--colorsecondary);
    margin: 0.75em 0;
}

.footer-container i {
    font-size: 22px;
    color: black;
    opacity: 0.5;
    position: absolute;
    left: 2px;
}

.footer-list {
    position: relative;
    padding-left: 36px;
    width: 100%;
}

.footer-list li {
    line-height: 16px;
    margin-bottom: 5px;
}

.footer-container a {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    color: var(--colorsecondary);
    transition: all 0.2s;
}

.footer-container a:hover {
    font-size: 12px;
    line-height: 16px;
    color: #0D70AE;
    color: var(--colorprimary);
}

.footer-submenu {
    padding: 0;
}

.footer-submenu a {
    white-space: nowrap;
}

.footer-submenu li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.footer-submenu li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 10px;
    background: #333333;
    background: var(--colorsecondary);
    position: absolute;
    top: 6px;
    right: 0;
}

.footer-logo img {
    width: 150px;
}

hr {
    background: #333333;
    background: var(--colorsecondary);
    opacity: 0.3;
}

.fa-heart {
    color: #0D70AE;
    color: var(--colorprimary);
    margin: 0 5px;
}

/*=== SideNavigation ===*/

.navbar-side {
    right: -2px;
    z-index: 50;
    top: 20%;
    position: fixed !important;
}

.navbar-side .navbar-nav:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.navbar-side .navbar-nav {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.navbar-side .navbar-nav ul {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-side .navbar-nav ul>li:before {
    content: '';
}

.navbar-side .navbar-nav ul>li>a {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border-top: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px;
    border-radius: 5px;
    border-color: #0D70AE;
    border-color: var(--colorprimary);
    background-color: #ffffff;
    color: #0D70AE;
    color: var(--colorprimary);
    font-size: .7rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 60px;
}

.navbar-side .navbar-nav ul>li>a>i {
    font-size: 36px;
}

/*=== Modals ===*/

.modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 3em;
    padding-right: 3em;
    border: 0;
}

/*=== CourseNavigation ===*/

.navbar-course {
    position: fixed;
    top: 0;
    width: 100vw;
    touch-action: none;
    height: 100vh;
    z-index: 3001;
    background: transparent;
    padding: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100vw;
    touch-action: none;
    height: 100%;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.navbar-course .navbar-collapse {
    position: absolute;
    top: 0;
    left: -51%;
    width: 45%;
    height: 100%;
    padding: 20px;
    background-color: white;
    transition: all 0.5s ease-out 0s;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.navbar-course .navbar-collapse.show {
    left: 0%;
}

.course-navigation {
    width: 100%;
    margin: 0;
    padding: 0;
}

.course-navigation>li {
    padding: 0;
    margin: 0.25em 0;
}

.course-navigation-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.course-navigation-item::before {
    font-family: "fa";
    font-weight: 300;
    content: "\f111";
    font-size: 15px;
    position: relative;
    left: 0;
    top: 0;
    color: #0D70AE;
    color: var(--colorprimary);
    margin-right: 15px;
}

.course-navigation-item.visited::before {
    content: "\f058";
    font-weight: 700;
}

.course-navigation-link {
    font-size: 18px;
    padding: 0;
    color: #333333;
    color: var(--colorsecondary);
    line-height: 1.5em;
    transition: color 20ms ease-out 0s;
    margin-right: auto;
    max-width: 80%;
}

.course-navigation-link.current {
    font-weight: 900;
}

.course-navigation-level-2 .course-navigation-link {
    padding-left: 1em;
}

.course-navigation-level-3 .course-navigation-link {
    padding-left: 2em;
}

.navbar-course .nav-ico {
    position: absolute;
    display: block;
    z-index: 140;
    right: 0;
    top: 0;
    width: 40px;
    background: none;
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-right: -5px;
}

.course-navigation-icon::after {
    font-family: "fa";
    font-weight: 300;
    content: "\f067";
    font-size: 16px;
    color: #0D70AE;
}

.course-navigation-icon.open::after {
    content: "\f068";
}

.course-navigation-level-2 {
    margin: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
    padding: 0;
    border: 0;
    opacity: 0;
}

.course-navigation-level-2.show {
    opacity: 1;
}

.hidden {
    visibility: hidden;
    display: none;
}

.navbar-course .collapse:not(.show) {
    display: block;
}

/*=== Boxes ===*/

.wrap {
    background: linear-gradient(135deg, #ED7F1A 0%, #FFC142 100%);
    color: white;
    display: flex;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.wrap ul li {
    color: black;

}

.wrap:hover {
    background: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}

.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-size: 1.4rem;
}

.mbr-bold {
    font-weight: 700;
}

.display-6 {
    font-size: 1re
}

/*=== FlippingCard ===*/

.card-flip>div {
    backface-visibility: hidden;
    transition: transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
}

.card-front {
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}

.card-flip:hover .card-front {
    transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
    transform: rotateY(0deg);
}

#pdfviewer #toolbarViewer input#pageNumber {
    height: 24px !important;
}

.footer-container .hi-icon:before {
    font-family: 'Font Awesome 5 Brands';
    /*speak: none;*/
    font-size: 15px;
    line-height: 34px;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.tree,
.tree ul {
    color: var(--colorprimary);
}

.course-navigation-item_future,
.course-navigation-item_locked {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

#readonly-email {
    opacity: 0.75;
    cursor: not-allowed;
}

.dp--overlay {
    padding: 2.5rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -280px;
}

.sjs-sortablejs-item {
    background-color: #0D70AE !important;
}

.sjs-sortablejs-result,
.sjs-sortablejs-source {
    border: 1px solid #0D70AE !important;
}

.footer-container em {
    font-size: 22px;
    color: black;
    opacity: 0.5;
    position: absolute;
    left: 2px;
    margin-top: -6px;
}

.carousel-indicators li::before {
    background-color: transparent;
}


/* NOTE: Learning Steps */
div.frame.frame-learning-step-container {
    padding: 0;
}

div.frame.frame-learning-step-container .frame-container .frame {
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
}

div.frame.frame-learning-step-container .frame-background-none+.frame-background-none {
    padding-top: 0;
}

div.frame.frame-learning-step-container.frame-background-dark .learning-step-button-container,
div.frame.frame-learning-step-container.frame-background-light .learning-step-button-container,
div.frame.frame-learning-step-container.frame-background-primary .learning-step-button-container,
div.frame.frame-learning-step-container.frame-background-secondary .learning-step-button-container,
div.frame.frame-learning-step-container.frame-has-background-image .learning-step-button-container {
    padding-bottom: 2rem;
}

div.frame.frame-learning-step-container+.frame.frame-learning-step-container {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

div.frame.frame-learning-step-container+.frame.frame-learning-step-container.show {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: visibility 0s linear 0s, opacity 700ms;
}

div.frame.frame-learning-step-container .learning-step-button-container {
    text-align: center;
    margin-bottom: 1rem;
}

div.frame.frame-learning-step-container .learning-step-button-container.hide {
    display: none;
}

div.frame.frame-learning-step-container:last-of-type .learning-step-button-container {
    display: none;
}

div.frame.frame-learning-step-container .btn-secondary.learning-step-button {
    background-color: #0082b4 !important;
}

div.frame.frame-learning-step-container .btn-secondary.learning-step-button:hover {
    background-color: #e3e3e3 !important;
}

.section :nth-last-child(2) .learning-step-button-container {
    display: none;
}

form>div.clearfix>h2 {
    color: #0D70AE !important;
    display: block;
    font-weight: 700;
    font-size: 40px;
}

form>div.clearfix>p {
    color: black !important;
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
}

th {
    background: #0D70AE !important;
}


.v-application header {
    z-index: 0;
}

/*=== Bookmarks ===*/

.bookmark-accordion-header {
    border: none;
    background: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5;
    font-weight: 400;
    color: #005eb8;
    text-decoration: none;
}

.lms3-mybookmark-list .card {
    margin-bottom: 4px;
}

.pull-right {
    float: right;
    margin-top: 4px;
}

/*=== SceneAvatar ===*/

.scene-avatar .scene-avatar-img {
    /*width: 200px;*/
    display: inline-block;
}

.scene-avatar .scene-speech-bubble {
    position: relative;
    width: 100%;
    padding: 20px;
    border: dotted 2px;
    border-radius: 40px;
    border-color: #005597;
    border-color: var(--colorprimary);
}

.scene-speech-bubble::before {
    content: ' ';
    position: absolute;
    background: #ffffff;
    z-index: 1;
    right: -11px;
    top: 42px;
    width: 20px;
    height: 20px;
    border-left: dotted 2px;
    border-top: dotted 2px;
    border-color: #005597;
    border-color: var(--colorprimary);
    transform: rotate(135deg);
}

.scene-avatar-left .scene-speech-bubble::before {
    left: -11px;
    right: unset;
    transform: rotate(-45deg);
}

.lms3-mybookmark-list .card-header i {
    font-size: 20px;
    cursor: pointer;
    padding: 6px 4px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.1s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#course_tree {
    grid-gap: 0;
    margin-top: 75px;
}

#cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 300px;
    color: white;
    padding: 15px;
    background: black;
    flex-direction: column;
}

#cookie_accept {
    background: var(--colorprimary);
    margin-top: 15px;
    color: white;
}


.submenu-toggler {
    display: none;
}

.submenu-toggler:checked~.dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
}

.submenu-toggler:checked~.dropdown-toggle-mobile::after {
    content: "\f078" !important;
}

.nav-item {
    position: relative;
}

.nav-item:hover>.dropdown-menu {
    z-index: 99;
}

.nav-item:hover>.dropdown-menu {
    display: block;
}

.tree,
.tree ul {
    margin: 0 0 0 1em;
    /* indentation */
    padding: 0;
    list-style: none;
    color: #369;
    position: relative;
}

.tree ul {
    margin-left: .5em
}

/* (indentation/2) */

.tree:before,
.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}

.tree li {
    margin: 0;
    padding: 0 1.5em;
    /* indentation + .5em */
    line-height: 2em;
    /* default list item's `line-height` */
    font-weight: bold;
    position: relative;
}

.tree li:before {
    content: "";
    display: block;
    width: 10px;
    /* same with indentation */
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    /* border top width */
    position: absolute;
    top: 1em;
    /* (line-height/2) */
    left: 0;
}

.tree li:last-child:before {
    background: white;
    /* same with body background */
    height: auto;
    top: 1em;
    /* (line-height/2) */
    bottom: 0;
}

#moodle_menu {
    width: 400px;
}

.moodle_langauge_switcher {
    margin-top: 10px;
}

.course-title-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background: #ef7d00;
    background: var(--colorprimary);
}

.course-title {
    color: white;
}

.btn-message {
    border-radius: 50%;
    background: grey;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 5px;
    display: block;
}

.btn-message i {
    color: white;
}

.message-counter {
    background: Tomato;
    position: absolute;
    color: white;
    font-size: 0.6rem;
    border-radius: 50%;
    /* padding: 0.2rem; */
    display: block;
    top: -20%;
    left: -13%;
    line-height: 1rem;
    min-width: 1rem;
}

#messageModal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

#messageModal .modal-body p {
    margin: 0;
}

.parallax-bg-image {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff !important;
}

/********  Pizpalue **********/

.slideimgbigtext {
    font-size: 1.2em;
}


.h5p-memory-game>ul>li::before {
    display: none !important;
}

/********  DataTables **********/

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px;
    border-color: #e1e1e1;
}

.course-navigation-item .badge {
    height: 22px;
}

/********  Skip Links **********/
.skiplinks {
    height: 0;
}

.skiplinks a {
    color: #fff;
}

.sr-only {
    height: 0;
    color: #fff;
}