/*Place your CSS code here*/
/* Breite der Auswahlfelder bei Zuordnungsfragen anpassen */

.ef-question-panel.div-match .ef-question-match
{
  max-width:100%;
}

:root {
    --color-primary: #0075a9;
    --color-grey: #ccc;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('/assets/fonts/LexendDeca/LexendDeca-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('/assets/fonts/LexendDeca/LexendDeca-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('/assets/fonts/LexendDeca/LexendDeca-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('/assets/fonts/LexendDeca/LexendDeca-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('/assets/fonts/LexendDeca/LexendDeca-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Lexend Deca';
  src: url('/assets/fonts/LexendDeca/LexendDeca-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "Lexend Deca", sans-serif;
  background-color: white;
}

  
  div.ef-block {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  }

/**
 * Anchors 
*/
a:not(.fa), 
a:not(.fa):link, 
a:not(.fa):visited,
a:hover,
a:active,
.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: var(--color-primary);
}

a.link, 
a.link:visited, 
a.link:hover, 
a.link:link,
.ef-anchor-like, 
.ef-anchor-like:hover,
a.ef-toggle-hidden-section,
.link.ef-session-link,
#ef-login-index div.ef-block-content form div.row #forgot-passwd,
#ef-login-index div.ef-block-footer span.sign-slogan a {
    color: var(--color-primary) !important;
}

.ef-my-courses
  .ef-courses-list
  ul
  li.ef-my-courses-category
  > div.ef-entry-head:hover {
  background-color: #5c5c5c;
}

.ef-my-courses
  .ef-courses-list
  ul
  li.ef-my-courses-category
  > div.ef-entry-head {
  background-color: var(--color-grey);
}

.ef-my-courses
  .ef-block-header
  a.ef-block-handle.ef-my-courses-toggle-view.active {
  color: var(--color-primary);
}

/**
 * Buttons 
 * 
 * - btn-primary
 * - btn-default
*/

button,
button:focus,
.btn.btn-primary,
.btn.btn-default:not(.note-btn) {
    outline: none !important;
    box-shadow: none;
}

.media-body-content .btn.btn-danger,
.media.ef-post-body .btn.btn-default,
.media.ef-discussion-message .btn.btn-default,
.btn.btn-primary,
.btn.btn-success,
.btn-info,
.btn-danger,
.btn-warning,
.btn.btn-default:not(.note-btn) {
    background-color: #fff !important;
    border-color: var(--color-primary) !important;
    color: var(--color-primary) !important;
    border-radius: 0;
}

.media-body-content .btn.btn-danger:hover,
.media.ef-post-body .btn.btn-default:hover,
.media.ef-discussion-message .btn.btn-default:hover,
.btn-primary:not(.note-btn).active,
.btn-primary:not(.note-btn).focus,
.btn.btn-primary:not(.note-btn):hover,
.btn.btn-success:hover,
.btn-info:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-default:not(.note-btn).active,
.btn-default:not(.note-btn).focus,
.btn.btn-default:not(.note-btn):hover  {
  background-color: var(--color-primary) !important;
  color: #fff !important;
  border-color: var(--color-primary) !important;
}

.btn-group > a.btn-primary {
  border-right: 1px solid var(--color-primary);
}

/* Navbar */

#Embed > button {
  background-color: var(--color-primary) !important;
}

#ef-navbar {
  background-color: white;
}

#ef-navigation > li > a > i {
  color: var(--color-grey);
}

#user-roles > ul > li > a,
.dropdown-item {
  color: #000000 !important;
}

#ef-navigation > li.user-preferences.open > ul > li > a {
  color: #000000 !important;
}

/* Breadcrumb */
body > div.breadcrumb-x {
    background-color: var(--color-grey);
    color: white;
    text-transform: uppercase;
}

body > div.breadcrumb-x > div > div > ol.breadcrumb > li > a,
body > div.breadcrumb-x ol.ef-breadcrumb li a {
    color: white;
}

.breadcrumb-x .ef-breadcrumb > li + li::before {
    border-color: #fff !important;
}

/**
 * Header - Search input 
*/
#ef-navbar form.navbar-form #searchDiv,
#ef-navbar form.navbar-form #searchDiv:focus {
    background-color: rgba(0,0,0,.05);
}

#ef-navbar form.navbar-form.ef-active #searchDiv {
    background-color: #fff;
    text-transform: uppercase;
}

/* 
 * Header - Navbar Dropdown
*/

#ef-navbar .container ul.nav.navbar-nav li.open .dropdown-toggle,
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + ul.dropdown-menu,
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a ~ ul.dropdown-menu,
#ef-navbar .container ul.nav.navbar-nav > li.user-preferences ul.dropdown-menu:after {
    background-color: #fff;
}

#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:hover, 
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: var(--color-grey);
}

#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li a.dropdown-item, 
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li *.dropdown-text,
#ef-navbar .container ul.nav.navbar-nav > li.open > button, 
#ef-navbar .container ul.nav.navbar-nav > li.open > button:hover {
    color: #000;
}

#ef-navbar .container ul.nav.navbar-nav > li > a, 
#ef-navbar .container ul.nav.navbar-nav > li > button {
    color: rgba(0,0,0,.9);
}

#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa {
    color: rgba(0,0,0,.1);
}

#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li a.dropdown-item > span.label {
    color: #000;
}

/* Divider */
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li.divider {
    background-color: var(--color-grey);
}

#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content {
    color: var(--color-grey);
    border: 0;
}

/* Logo */
#ef-navbar .container .navbar-header .ef-navbar-logo img {
    max-width: 180px;
}

/**
 * Header - Navbar alphatar  
*/
.img-thumbnail {
  background-color: var(--color-primary) !important;
  box-shadow: none !important;
}

.img-placeholder.alphatar .img-thumbnail:not(img):after {
  color: #fff;
}

.menu-toggle .menu nav {
    background-color: var(--color-grey) !important;
}

/* Footer */
footer {
    background-color: var(--color-primary) !important;
}

body > footer section {
    display: none !important;
}

body > footer section.flughafen-graz {
    display: flex !important;
}

/* LOGIN */

html:not(.popup) body:not(.ef-user-signed-in) #ef-login-index.ef-block {
  background-color: #fff;
  max-width: 500px;
}

html:not(.popup) body:not(.ef-user-signed-in) {
  background: transparent url("/plugins/Customizing/assets/images/flughafengraz-bg.jpg") no-repeat 0 0;
  background-size: cover;
  background-position: 0 80%;
}

@media(max-width: 1000px) {
  html:not(.popup) body:not(.ef-user-signed-in) {
    background-position: 20% 80%;
  }
}

@media (max-width: 850px) {
  html:not(.popup) body:not(.ef-user-signed-in) {
      background-position: 40% 80%;
  }
}

#ef-login-index .two-column-login {
  display: flex;
  flex-direction: column-reverse;
}

#ef-login-index .two-column-login > .col-md-6:last-of-type {
  border-bottom: 1px solid rgba(0,0,0,.3);
  margin-bottom: 30px;
  display: none;
}

#ef-login-index .two-column-login > .col-md-6 {
  width: 100%;
}

#ef-login-index .two-column-login > .col-md-6:last-of-type > .row.ef-row {
  background-color: #eef4e6;
  padding: 20px;
  margin: 0 0 50px;
  display: block;
}

#ef-login-index div.ef-block-content form div.row.ef-row > * {
  display: block;
  padding-left: 0;
}

#ef-login-index h4 {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 140%;
  display: none !important;
}

#ef-login-index .two-column-login .ef-row.login-bottom {
  margin: 15px 0;
}

#ef-login-index .btn {
  border-radius: 0;
  text-transform: none;
  padding: 6px 48px;
}

body:not(.ef-user-signed-in) > #ef-index-page > div:nth-child(2) {
  max-width: 50%;
}

#ef-login-index div.ef-block-content form div.row #forgot-passwd {
  color: #454545;
  font-size: 12px;
}

#ef-login-index .welcome {
    display: none;
}

#ef-login-index .welcome.flughafen-graz {
    display: block !important;
    padding: 30px 30px 0;
}

#ef-login-index div.ef-block-content form {
    padding: 0 30px 30px;
}


/* Progress Bar */

*.progress .progress-bar.progress-bar-success {
  background-color: var(--color-primary) !important;
}

*.progress .progress-bar {
    color: #fff;
}

/* Course Detail */
.ef-dashboard-content .no-courses-icon {
    background-color: rgba(0,0,0,.05);
}

.ef-my-courses-controls .ef-my-courses-toggle-view {
    color: var(--color-grey) !important;
}

.ef-my-courses-controls .ef-my-courses-toggle-view.active {
    color: var(--color-primary) !important;
}

.caret,
.ef-session-title {
  color: #000000 !important;
}

.ef-dashboard-header .dashboard-menu {
    background-color: var(--color-primary) !important;
}

.ef-dashboard-header .ef-course-name h1:after {
    background-color: #fff !important;
}

.ef-dashboard-header header {
    background-color: var(--color-grey) !important;
}

.ef-dashboard-header .ef-course-contents h2 {
    color: var(--color-primary) !important;
}

.ef-dashboard-header header .ef-course-name {
    color: #fff !important;
}

.wishlist-toggle .btn.btn-default:not(.note-btn),
.wishlist-toggle .btn.btn-success {
    background-color: transparent !important;
    color: #fff !important;
}

#ef-course-sessions .ef-add-to-roster-wrapper {
  padding-top: 10px;
}

/* Course catalog entries */
.ef-catalog .ef-card-entries .ef-card .ef-card-wrap div.thumbnail {
    background-color: #fff;
  }

.courses-filter .filter-header h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header b {
  font-weight: normal;
}

.ef-card-entries .ef-card .ef-card-wrap,
.ef-card-entries .ef-card .ef-card-wrap div.caption {
  background-color: #f0f0f0;
}

.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header a,
#headerTitle {
  color: #444 !important;
}

/**
 * Course - List
*/

.ef-my-courses .ef-courses-list ul li.ef-my-courses-category > div.ef-entry-head,
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category > div.ef-entry-head:hover {
    background-color: var(--color-grey);
}

.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head,
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head:hover {
    background-color: var(--color-grey);
}

.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head .ef-expand-collapse-handle,
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name,
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name:hover {
    color: #fff;
}

.ef-my-courses .ef-courses-list div.ef-entry-head span.ef-entry-name a:hover {
    color: #fff;
}

.ef-my-courses .ef-courses-list > ul > li:nth-child(odd),
.ef-my-courses .ef-courses-list > ul > li:nth-child(even),
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(1n+1),
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(2n+2) {
    background-color: transparent;
}

.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(2n+2) div.ef-entry-head:hover,
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(1n+1) div.ef-entry-head:hover {
   background: rgba(0,0,0,.05);
}

.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li,
.ef-my-courses .ef-courses-list ul li.ef-my-courses-category ul li:first-child {
    border-color: rgba(0,0,0,.1);
}

.ef-my-courses .ef-courses-list ul li.ef-my-courses-category {
    margin-top: 0;
}

.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name {
    text-transform: none;
    line-height: 120%;
}

/**
 * Course - Test
 * 
 * - Panel Heading
 * - Indicator
*/

.panel-primary > .panel-heading {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.ef-question-indicator .ef-question-indicator-current {
    background-color: var(--color-primary) !important;
    border: 2px solid transparent !important;
    color: #fff !important;
}

.ef-question-indicator .ef-question-indicator-done {
    background-color: var(--color-primary) !important;
    border: 2px solid transparent !important;
    color: #fff !important;
    opacity: .5;
}

.ef-question-indicator .ef-question-indicator-incomplete {
    background-color: #fff !important;
    border: 2px solid transparent !important;
}

/* News */
#news_header {
    color: var(--color-primary) !important;
}

/* Dashboard */
.dashboard-app .panel {
    background-color: var(--color-primary) !important;
}

.flughafengraz.contact {
    display: block !important;
}

.layout-container aside.flughafengraz.contact a {
    background-color: var(--color-primary);
}

.layout-container aside.contact {
    min-width: 180px;
}

.layout-container aside.contact > div {
    background-color: var(--color-grey) !important;
}

.layout-container aside.contact h4 {
    font-weight: normal !important;
}

/**
 * Admin - Component tiles 
*/

#ef-options-block > div > div > div > div > table > tbody > tr > td:hover {
  background-color: var(--color-grey) !important;
}

/** 
 * Admin - Panels
*/
.colored-info {
    color: var(--color-grey);
}

/* Magnificent Catalog */
[data-role=expander] i.gj-icon.plus {
  border-color: transparent transparent transparent var(--color-primary) !important;
}

[data-role=expander] i.gj-icon.minus {
  border-color: var(--color-primary) transparent transparent transparent !important;
}

.gj-checkbox-material-icons input[type=checkbox]:checked+span.checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.checkbox.checbox-switch label > input:checked + span, .checkbox-inline.checbox-switch > input:checked + span {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  box-shadow: var(--color-primary) 0px 0px 0px 8px inset !important;
}

#headerTitle {
  font-size: 14px !important;
  line-height: 120% !important;
  text-transform: none;
  text-align: left;
}

/* Alerts */
.alert.alert-warning {
  background-color: var(--color-primary) !important;
}

.ef-new-feature-alert button[type=button].close,
.ef-new-feature-alert a,
.alert-info a,
.alert-warning a,
.alert-warning a:link {
color: #fff !important;
}

.ef-new-feature-alert,
.alert-info,
aside.alert.alert-info {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.alert-warning hr,
.alert-info hr {
border-top-color: #fff;
}


/**
 * Admin - Charts
*/

[fill='#67b7dc'] {
    fill: var(--color-primary) !important;
}

[stroke='#67b7dc'] {
    stroke: var(--color-primary) !important;
}

[fill='#009688'] {
    fill: var(--color-grey) !important;
}

[stroke='#009688'] {
    stroke: var(--color-grey) !important;
}

[role="tooltip"] > g > g[fill='#000000'] {
  fill: #fff;
} 

/* overwrites */
#ef-navbar .container .navbar-header {
    align-items: center;
    max-width: 280px;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar,
#ef-navbar li a.dropdown-toggle[aria-expanded="true"] {
  background-color: #ffffff;
  border-color: #ffffff;
}
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/GGZ MA Portal.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/GGZ MA Portal.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/Foto Krankhaus Jahr 1950.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/GGZ MA Portal.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/Foto Krankhaus Jahr 1950.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/fit_schlau_vorn.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/GGZ MA Portal.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/Foto Krankhaus Jahr 1950.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/fit_schlau_vorn.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/logo alle.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/GGZ MA Portal.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/Foto Krankhaus Jahr 1950.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/fit_schlau_vorn.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/logo alle.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
/*costumeCssWuhu*/
body.ef-user-signed-in {
  background-image: url("/assets/BackgroundLogin/ler.JPG");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
}
/*costumeCss_EndWuhu*/
html.new-ui-html:root{--c-brand-primary:#ffffff;--c-brand-primary-darken-5:#fafafa;--c-brand-primary-darken-7:#f8f8f8;--c-brand-primary-darken-10:#f5f5f5;--c-brand-primary-darken-15:#f0f0f0;--c-brand-primary-darken-17:#eeeeee;--c-brand-primary-darken-20:#ebebeb;--c-brand-primary-darken-25:#e6e6e6;--c-brand-primary-lighten-7:#ffffff;--c-brand-primary-lighten-40:#ffffff;}
