/* Custom project css */

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/century-gothic.woff") format('woff');
}

body {
    color: #000;
    font-family: 'Century Gothic', 'Open Sans', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Century Gothic', 'Open Sans', sans-serif;
    line-height: 1.3;
}

h1 {
    color: rgb(140, 29, 27);
}

h2 {
    color: rgb(140, 29, 27);
}

h3 {
    color: rgb(140, 29, 27);
}

h4 {
    color: rgb(140, 29, 27);
}

h5 {
    color: rgb(140, 29, 27);
}

h6 {
    color: rgb(159, 197, 58);
    font-size: 14px;
}

a {
    color: #ba2422;
     /*Hyperlink Base*/
}

a:hover, a:focus { 
    color: rgb(0, 0, 115); /*Hyperlink Hovered*/
}

#btn-totop {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    color: #8C1D1B;
}

.btn-primary {
    background-color: #272d4d;
    border: 2px solid #272d4d;
}
.btn-primary:hover {
    background-color: #8c1d1b;
    border: 2px solid #fff;
    color: #fff;
}

.ed_orange {
    background-color: #272d4d;
    border-color: #272d4d;
}

.ed_green {
    border-color: #272d4d;
    background-color: #272d4d;
    color: #fff;
}
.ed_green:hover {
    background-color: #8c1d1b;
    color: #fff;
}

.ed_orange:hover {
    border-color: #fff;
    background-color: #8c1d1b; 
    color: #fff;
}
.ed_gruen {
    border-color: #9FCF63;
    background-color: #9FCF63;
    color: #fff;
}


.ed_heading_top h3::before {
    background-color: #272d4d;
}

/* Header */

/* Logo */
.educo_logo {
    padding-top: 10px; /* Abstand des Logos nach oben */
}

.educo_logo img {
    max-height: 64px; /* maximale Hoehe des Logos */
}

.ed_header_top {
    background-color: #272d4d;
}
.ed_pagetitle 

{
   height: 0em;
  background-image: url(../images/schwabe_header5.jpg) !important; 
  background-size: inherit;
  background-position: center top;
}


.page_title h2 {
    color: #272d4d; /* Farbe der Schrift ueber dem Header-Bild */
}

 .ed_img_overlay {
    background-color: rgba(0, 0, 0, 0);
}

.ed_info_wrapper a {
    color: #272d4d;
}

.ed_info_wrapper a:hover {
    background: rgb(140, 29, 27);
}

.ed_login_form button {
    background-color: #272d4d;
}

.ed_login_form button:hover {
    background-color: rgb(140, 29, 27);
}

.ed_login_form h3 {
    color: #272d4d;
}

.ed_login_form h3:after {
    background-color: #272d4d;
}

.ed_login_form .forgot-passwort a {
    color: #272d4d;
}

.edoco_menu ul li a:hover {
    color: #8c1d1b;
}

.edoco_menu ul li ul.sub-menu li a {
    background-color: #272d4d;
}

.edoco_menu_toggle {
    background: #8c1d1b;
}

/* Sidebar */
.widget.widget_contact .widget-title {
    color: #8c1d1b;
}
.widget-title::after {
    background-color: #272d4d;
}
.widget.widget_contact ul li a {
    color: #ba2422;
    text-decoration: underline;
}
.widget.widget_contact ul li a:hover {
    color: rgb(39, 45, 77);
}
.widget.widget_dashboard {
    background-color:#272d4d;
}
.login-box .headline {
    background: #272d4d;
}
.widget_progress_bar h4 {
    color: #272d4d;
}
.widget_progress_bar .estimated-time {
    color: #272d4d;
}
.widget.widget_post .widget-title {
    color: #8c1d1b;
}
.widget.widget_post a {
    color: #272d4d;
}

/* Footer */
.ed_footer_top {
    background: #272d4d;
}

.text-widget p {
    color: #272d4d;
}

.text-widget h4.widget-title {
    color: #272d4d;
}

.text-widget h4.widget-title::after {
    background-color: #272d4d;
}

.ed_footer_menu ul {
    float: none;
    text-align: right;
}

.ed_footer_menu ul li {
    margin-left: 30px;
    margin-right: 0;
}

.ed_footer_menu ul li a:hover { /* Hyperlinks hovered */
    color: #8c1d1b;
}

.ed_sociallink ul li a:hover { /* Hyperlinks basic */
    color: #272d4d;
}

.ed_footer_bottom {
    background-color: #272d4d;
}

.ed_footer_menu ul li a:hover {
    color: #ba2422;
    text-decoration: underline;
}

.ed_footer_menu ul li {
    display: inline-block;
    float: none;
}

/* Dashboard */

.ed_inner_dashboard_info table td a,
.ed_dashboard_inner_tab table td a {
    color: #8c1d1b;
}

.ed_inner_dashboard_info table td a:hover,
.ed_dashboard_inner_tab table td a:hover {
    color: #8c1d1b;
    text-decoration: underline;
}

.event-list table tr:hover td {
    background: #efefef;
}

.ed_tabs_left > .nav-tabs > li > a:hover,
.ed_tabs_left > .nav-tabs > li > a:focus {
    background-color: #272d4d;
    border-color: #272d4d;
}

.ed_tabs_left > .nav-tabs .active > a,
.ed_tabs_left > .nav-tabs .active > a:hover,
.ed_tabs_left > .nav-tabs .active > a:focus {
    background-color: #272d4d;
    border-color: #272d4d;
}

.ed_dashboard_inner_tab .nav-tabs > li.active > a,
.ed_dashboard_inner_tab .nav-tabs > li.active > a:hover,
.ed_dashboard_inner_tab .nav-tabs > li.active > a:focus {
    background-color: #272d4d;
    border-color: #272d4d;
}

.ed_dashboard_inner_tab .nav > li > a:hover,
.ed_dashboard_inner_tab .nav > li > a:focus {
    background-color: #272d4d;
    border-color: #272d4d;
}

.event-list table caption {
    background-color: #272d4d;
}

/* Events */
.event-list table .table-row.odd {
    background-color: #f5f5f5;
}
.event-list table .table-row:hover,
.event-list table .table-row:hover td {
    background-color: #eee;
}

/* Termine */
a.ed_getinvolved:hover {
    color: #8c1d1b
}

.ed_most_recomended_data h4 a:hover {
    color: #8c1d1b;
}

.ed_time_executor ul li:first-child {
    background-color: #272d4d;
}

.ed_time_executor ul li a {
    color: #8c1d1b;
}

.ed_time_executor ul li span i {
    color: #8c1d1b;
}

.ed_item_img .course-status {
    background: #8c1d1b;
}

/* Forum */
ul.forumlist .header {
    background-color: #272d4d;
}

ul.forumlist dt a {
    color: #8c1d1b;
}

dd.lastpost a {
    color: #8c1d1b;
}

/* Lessons */
.lesson-content h1 > span:first-child {
    background: #272d4d !important;
}

.lesson-content h1 > span:nth-child(2) {
    color: #272d4d !important;
}

.lesson-content h2 span {
    color: #272d4d !important;
}

.lesson-content .notice-accredited {
    color: rgb(39, 45, 77);
}

/* Exam */
#exam_paginate .selection-notice {
    color: rgb(39, 45, 77);
}

/* Profiles */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #272d4d;
}

.ed_blog_bottom_pagination .pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #272d4d;
}

/* FAQ */
.panel-title a[aria-expanded="true"] {
    background-color: #272D4D;
}

.panel-title a:hover {
    background-color: #272D4D;
    color: #fff;
    text-decoration: none;
}

.panel-title > a,
.panel-title > small > a,
.panel-title > .small > a {
    background-color: #efefef;
}

#alert-minimum-requirements {
    display: none;
}

/* Zaehler in Mein Fortschritt Box */
.widget.widget_dashboard li a span {
    color: #8c1d1b; /* hier Farbwert aendern */
}

/* Dashboard */
.ed_dashboard_inner_tab .nav-tabs > li > a {
    color: #8c1d1b; /* hier Farbwert aendern */
}

/* Farbe der Links im Inhaltsverzeichnis */
.ed_time_executor ul li a,
.ed_time_executor ul li span i {
    color: #272d4d; /* hier Farbwert aendern */
}

.ed_time_executor ul li a:hover {
	color: #8c1d1b;
}

.learning-card .button-container {
    margin-top: 50px;
}