/* User Provided Stylesheet */

button.theme-switch-button {
    display: none !important;
}

button.theme{
    display: none !important;
}

/* Verschiebt die Suchleiste weiter nach links im Header */
.md-header__inner .md-search {
  margin-left: 1rem !important;   /* verringere ggf. weiter */
  margin-right: auto !important;  /* schiebt den Rest nach rechts */
}


@font-face {
  font-family: 'Greycliff CF Bold';
  src: url('https://koenifra.github.io/GreycliffCF/GreycliffCF-Bold.woff2') format('woff2');
}


@font-face {
  font-family: 'Greycliff CF';
  src: url('https://koenifra.github.io/GreycliffCF//GreycliffCF-Regular.woff2') format('woff2');
}

button[aria-haspopup="dialog"] {
  margin-left: 0 !important;
  margin-right: auto !important;
}


h1{
  font-family:'Greycliff CF Bold', sans-serif;
  font-weight: 900 !important;
  color: #0073E6 !important;
  font-size: 3em !important;
}


h2 { font-family:'Greycliff CF', sans-serif;
  font-weight: 700 !important;
  color: #2F3842 !important;
  font-size: 2.5em !important;}

h3, h4, h5, h6{
  font-family:'Greycliff CF', sans-serif;
  font-weight: 700 !important;
  color: #2F3842 !important;
  font-size: 2em !important;
}


body {
  font-family:'Greycliff CF', sans-serif;
  /* color: #100F0F !important; */
}

/* .bd-header {
    background-color: var(--header-blue);
} */

.bg-white\/80 {
  background-color: #18324C !important;
}


img[src*="EUMETSAT-icon"] {
    width: 100px !important;
    height: auto !important;
    float: left !important;
    margin-right: 8px;
    margin-top: 2px;
}


footer.footer {
  background-color: #18324C !important;
  border-top: 1px solid #18324C !important;
}

.footer a,
.footer a:visited,
.footer a:active {
  color: #DFEDFF !important;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.tag {
  display: inline-block;
  background-color: #e6f0fa;
  border-radius: 10px;
  padding: 3px 10px;
  margin: 2px;
  font-size: 0.75em;
}

.launch {
  display: inline-block;
  background-color: #e6f0fa;
  border-radius: 10px;
  padding: 3px 10px;
  margin: 2px;
  font-size: 0.75em;
}

.footer {
  flex-shrink: 0;
  background: #18324C;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;

  padding-left: 3.5rem;
  padding-right: 3.5rem;
  & .outer-grid {
    /* spacer, project description, spacer, link columns, spacer */
    grid-template-columns: 3fr 3fr 4fr;
    align-items: center;
    margin-bottom: 0rem;

    & li {
      list-style: none;
    }
  }
  .footer a {
  color: white !important;
  text-decoration: none;
}
  .footer a:hover {
  text-decoration: underline;
}
}

.container {
  overflow: hidden;
}

.filterDiv {
  float: left;
  background-color: #2196F3;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px;
  display: none; 
}

.show {
  display: block;
}

a.button {
  display: inline-block;
  padding: 8px 16px;
  margin: 6px;
  border-radius: 6px;
  border: 1px solid #cddff1;
  background-color: #f9fbfe;
  color: #1d70b8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 1px 1px 3px #e0eaf5;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a.button:hover {
  background-color: #e6f0fa;
  color: #003078;
}

:root {
  --custom-header-height: 85px;
  color-scheme: light;
}

div[class*="h-[60px]"] {
  height: var(--custom-header-height) !important;
}

.fixed.xl\:article-grid {
  top: var(--custom-header-height) !important;
}

img.h-9 {
  height: calc(var(--custom-header-height) * 0.6) !important;
}


/* article h1:first-of-type {
  display: none;
} */

/* h1{
  font-family: 'Greycliff CF Bold', sans-serif;
  font-weight: bold;
  color: #0073E6 !important;
}


h2,  h3, h4, h5, h6{
  font-family: 'Greycliff CF Bold', sans-serif;
  font-weight: 700 !important;
  color: #2F3842 !important;
} */

/* body {
  font-family: 'Greycliff CF', sans-serif;
  color: #100F0F !important;
} */

/* p, li, span, td, th, div {
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  color: #100F0F !important;
} */

/* .top-banner {
  background-color: #18324C;
  text-align: center;
  padding: 10px 0;
}

.top-banner img.banner {
  max-height: 60px;
}

.bd-sidebar-primary .sidebar-header-items__end {
  display: block !important;
}

.bd-header .navbar-brand {
  display: flex !important;
}

.bd-header-announcement {
  background-color: #18324C !important;
}

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

img.small-icon {
  width: 50px !important;
  height: auto !important;
  margin-right: 10px;
  float: left;
  display: inline;
} */
