<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Styles for MiBit web site.
 Version 1.0.
 Author: Stefano Moser
 */

body.mibit
{
  background: #fafafa;
  color: #333;
}

.mibit a
{
  color: #bb2200;
  text-decoration: none;
}

/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  font-family: 'Lato', sans-serif;
}

/* Menu */

img#logo
{
  padding: 10px 25px;
  width: 80px;
  min-height: 80px;
  margin: 0 auto;
}

.mibit #menu-background
{
  width: 80%;
  padding: 0 15px;
  margin: 0 auto;
}

.mibit .pure-menu-horizontal
{
  text-align: right;
  padding: 38px 40px;
  font-size: 16px;
}
.mibit .pure-menu-link:hover
{
  color: #333;
  border-bottom: solid 2px #bb2200;
}

.custom-wrapper {
  -webkit-font-smoothing: antialiased;
  height: 7.1em;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  transition: height 0.5s;
}

.custom-wrapper.open {
  height: 20em;
}

.custom-toggle {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 0;
  right: 8%;
  display: none;
}

.custom-toggle .bar {
  background-color: #777;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 18px;
  right: 7px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.custom-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 47.999em) {

  .custom-toggle {
    display: block;
  }

}

/* Header */

.mibit #header
{
  height: 400px;
  background-position: center;
}

.mibit #header_content
{
  width: 80%;
  padding: 20px 15px;
  margin: 0 auto;
}

.mibit #header_content h1
{
  font-weight: 100;
  font-size: 550%;
  margin: 0 30px;
  padding: 0;
  display: inline-block;
  color: #bb2200;
}
.mibit #header_content p
{
  margin: 0 30px;
  padding: 0;
  font-weight: 300;
  font-size: 200%;
}

@media (max-width: 47.999em)
{
  .mibit #header_content h1
  {
    font-size: 350%;
  }
  .mibit #header_content p
  {
    font-size: 130%;
  }
}

/* Content */

.mibit #content
{
  top: 340px;
  bottom: 260px;
  width: 80%;
  padding: 20px 15px;
  margin: 0 auto;
}
.mibit #content h1,
.mibit #content h2,
.mibit #content h3,
.mibit #content h4,
.mibit #content h5,
.mibit #content h6,
.mibit #content p
{
  padding-left: 15px;
  padding-right: 15px;
}

.mibit #content h1 { font-weight: 300; color: #bb2200; }
.mibit #content h2 { font-weight: 300; color: #bb2200; }
.mibit #content h3 { font-weight: 300; color: #bb2200; }
.mibit #content h4 { font-weight: 400; color: #bb2200; }
.mibit #content h5 { font-weight: 400; color: #bb2200; }
.mibit #content h6 { font-weight: 600; color: #bb2200; }

/* Footer area */

.mibit #footer_area
{
  background: #333333;
  width: 100%;
  color: #767676;
  min-height: 200px;
  margin: 0;
}

.mibit #footer_content
{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 15px;
  font-size: 80%;
}

.mibit #footer_content div.left
{
  text-align: left;
}

@media (max-width: 47.999em)
{
  .mibit #footer_content div
  {
    text-align: left;
  }
}

.mibit #footer_area h1
{
  font-size: 140%;
  font-weight: 300;
  color: #aaa;
  padding-left: 15px;
  padding-right: 15px;
}
.mibit #footer_area p
{
  font-size: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.mibit #footer_area a
{
  color: #767676
}

.mibit #end_notes
{
  background: #1c1c1c;
  width: 100%;
  color: #555;
  min-height: 60px;
  font-size: 70%;
  text-align: center;
  padding: 20px 0;
}

.mibit #end_notes .break
{
  display: none;
}

@media (max-width: 47.999em)
{
  .mibit #end_notes
  {
    font-size: 65%;
  }

  .mibit #end_notes .break
  {
    display: inline;
  }
  .mibit #end_notes .hide
  {
    display: none;
  }
}

/* News */

.mibit .news
{
  font-size: 85%;
}
.mibit .news-detail
{
  font-size: 95%;
  padding: 20px 0;
}
.mibit .news-detail h2
{
  margin: 8px 0;
  padding: 0;
  border-bottom: solid 1px;
}
.mibit .news .news-date
{
  text-align: right;
  font-size: 80%;
}
.mibit .news-detail .news-date
{
  text-align: right;
  font-size: 75%;
  margin: 0;
  padding: 3px;
  background: white;
}
.mibit .news-detail p,
.mibit .news-detail ul,
.mibit .news-detail li
{
  font-size: 95%;
  line-height: 1.5em;
}
.mibit p.news-link
{
  text-align: right;
  margin-top: 25px;
  font-size: 70%;
}

/* Call for action */

.mibit .box
{
  margin: 20px;
  min-height: 160px;
}

@media (max-width: 79.999em)
{
  .mibit .box
  {
    font-size: 86%;
    min-height: 160px;
  }
}

@media (max-width: 63.999em)
{
  .mibit .box h1
  {
    font-size: 170%;
  }
  .mibit .box
  {
    font-size: 86%;
    min-height: auto;
  }
}

.mibit .box:hover
{
  background: #dddddd;
}
.mibit .inside
{
  border: solid 1px #bb2200;
  border-radius: 8px;
  text-align: center;
}

.mibit .box p
{
  color: black;
}

.mibit .address
{
  padding: 0 30px;
  margin: 5px 0;
}
.mibit .address p
{
  margin: 5px 0;
}
.mibit .address h5
{
  padding: 0;
  margin: 0;
}

.mibit img.img-inline
{
  float: left;
  padding: 15px;
  margin: 0 20px;
  border: solid 1px #bb2200;
}

.mibit img.language-icon
{
  display: block;
  margin: auto;
  width: 30%;
}
.mibit img.language-icon-horizontal
{
  margin: 0;
  width: 5%;
}
</pre></body></html>