/*
 Theme Name:   Education Mind (AGO Research GmbH)
 Description:  MMF customizations for Education Mind Theme by Axle Themes
 Author:       Dev Team, AGO Studiengruppe / AGO Research GmbH
 Author URI:   http://www.eierstock-krebs.de
 Template:     education-mind
 Version:      1.0.0
*/

/*
 *******************************************************************************
 * Footer adjustments
 *******************************************************************************
 */

footer#colophon {
  display: none;
}

#footer-widgets {
  padding: 15px 0px;
  background-color: #163a6e;
}

#footer-widgets ul li::before {
  content: "";
}

#footer-widgets .footer-active-2 {
  width: auto;
}

/*
 *******************************************************************************
 * Scroll-up button adjustments
 *******************************************************************************
 */

.scrollup {
  background-color: #163a6e40;
}

.scrollup::hover {
  background-color: #163a6e;
  
}

/*
 *******************************************************************************
 * Cookie notice
 *******************************************************************************
 */

div.cli-bar-container {
  flex-direction: column;
}

div.cli-bar-message {
  text-align: center ! important;
}

/*
 *******************************************************************************
 * Use local fonts (see functions.php for details)
 *******************************************************************************
 */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/roboto-v30-latin-ext_latin-300.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-ext_latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/roboto-v30-latin-ext_latin-500.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-ext_latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/roboto-v30-latin-ext_latin-italic.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-ext_latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-ext_latin-700.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('fonts/roboto-v30-latin-ext_latin-700italic.woff2') format('woff2'),
       url('fonts/roboto-v30-latin-ext_latin-700italic.woff') format('woff');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/signika-v19-latin-ext_latin-300.woff2') format('woff2'),
       url('fonts/signika-v19-latin-ext_latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/signika-v19-latin-ext_latin-regular.woff2') format('woff2'),
       url('fonts/signika-v19-latin-ext_latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/signika-v19-latin-ext_latin-500.woff2') format('woff2'),
       url('fonts/signika-v19-latin-ext_latin-500.woff') format('woff');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/signika-v19-latin-ext_latin-600.woff2') format('woff2'),
       url('fonts/signika-v19-latin-ext_latin-600.woff') format('woff');
}

@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/signika-v19-latin-ext_latin-700.woff2') format('woff2'),
       url('fonts/signika-v19-latin-ext_latin-700.woff') format('woff');
}
