@import url(../css/bulma.min.css);
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/IBMPlexSans-Bold-Latin1.woff") format("woff"); }
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/IBMPlexSans-BoldItalic-Latin1.woff") format("woff"); }
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/IBMPlexSans-Regular-Latin1.woff") format("woff"); }
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/IBMPlexSans-Light-Latin1.woff") format("woff"); }
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/IBMPlexSans-LightItalic-Latin1.woff") format("woff"); }
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v14-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v14-latin-300.woff") format("woff"), url("../fonts/open-sans-v14-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v14-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v14-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v14-latin-regular.woff") format("woff"), url("../fonts/open-sans-v14-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v14-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v14-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v14-latin-700.woff") format("woff"), url("../fonts/open-sans-v14-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v14-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v16-latin-300.woff2") format("woff2"), url("../fonts/roboto-v16-latin-300.woff") format("woff"), url("../fonts/roboto-v16-latin-300.ttf") format("truetype"), url("../fonts/roboto-v16-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v16-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-v16-latin-700.woff") format("woff"), url("../fonts/roboto-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto-v16-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }
.article {
  max-width: 1024px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
      margin-bottom: 20px;
      margin-top: 30px; } }
  .article h1 {
    border-bottom: 1px dashed #95C11F; }
  .article h2, .article h3 {
    border-bottom: 1px dashed #95C11F;
    width: auto; }

.article-list .columns .column .message {
  height: 100%; }

.law-article h1.title {
  margin-bottom: 1em; }
.law-article h2.subtitle {
  margin-bottom: 0.5em; }
@media (min-width: 1024px) {
  .law-article {
    text-align: justify; } }
.law-article a.index {
  color: inherit;
  border-bottom: 1px dashed #95C11F; }
.law-article ul.paragraphs, .law-article ul.points {
  margin-left: 0;
  margin-top: 1em;
  position: relative;
  list-style: none; }
  .law-article ul.paragraphs li, .law-article ul.points li {
    margin-bottom: 1em; }
.law-article ul.paragraphs li {
  margin-left: 2.2em; }
.law-article ul.paragraphs li > span.art-number {
  font-weight: 600;
  position: absolute;
  left: 0; }

.message.cookie-notice {
  display: none; }
  @media (min-width: 768px) {
    .message.cookie-notice {
      position: fixed;
      bottom: 20px;
      right: 20px;
      max-width: 300px; } }
  @media (max-width: 767px) {
    .message.cookie-notice {
      border: none;
      border-radius: 0;
      width: 100%;
      position: fixed;
      bottom: 0;
      margin-bottom: 0;
      margin-right: 0; } }
  .message.cookie-notice .message-body {
    font-size: 0.8em; }

body {
  font-family: IBM Plex Sans;
  font-size: 1.1em;
  position: relative;
  padding-bottom: 60px;
  /*room for footer*/
  min-height: 100vh;
  line-height: 150%;
  font-weight: 400;
  min-height: 100vh; }
  @media (max-width: 767px) {
    body {
      font-size: 0.9em; } }

.articles-overview .subtitle, .index-overview .subtitle {
  font-size: 1.6rem;
  margin-bottom: 1rem; }
.articles-overview .subsubtitle, .index-overview .subsubtitle {
  font-size: 1.4rem;
  margin-bottom: 0.5rem; }
.articles-overview p.description, .index-overview p.description {
  padding: 1rem;
  background: #fafafa;
  font-style: italic;
  border-radius: 4px;
  margin-bottom: 1rem; }
.articles-overview table.table a, .index-overview table.table a {
  padding-right: 1rem; }
@media (max-width: 767px) {
  .articles-overview table.table thead, .index-overview table.table thead {
    display: none; } }
@media (min-width: 768px) {
  .articles-overview table.table thead tr th:first-child, .index-overview table.table thead tr th:first-child {
    text-align: right; } }
@media (max-width: 767px) {
  .articles-overview table.table tbody tr td:nth-child(2n+1), .index-overview table.table tbody tr td:nth-child(2n+1) {
    border-bottom: none; } }
@media (min-width: 768px) {
  .articles-overview table.table tbody tr td:first-child, .index-overview table.table tbody tr td:first-child {
    text-align: right;
    width: 200px; }
    .articles-overview table.table tbody tr td:first-child a, .index-overview table.table tbody tr td:first-child a {
      padding-right: 0; } }
@media (max-width: 767px) {
  .articles-overview table.table tbody tr td, .index-overview table.table tbody tr td {
    display: block; } }

@media (min-width: 768px) {
  .index-overview table.table tbody tr td:first-child {
    width: 300px; }
    .index-overview table.table tbody tr td:first-child a {
      padding-right: 0; } }

.hero.is-info {
  background: #375EA7;
  background-image: none; }

.hero.is-warning {
  background: #FFA600;
  background-image: none; }

.hero.is-primary {
  background: #193E70; }

h1.title {
  font-family: IBM Plex Sans;
  font-weight: 600;
  text-align: left; }
  @media (min-width: 1200px) {
    h1.title {
      font-size: 4em;
      margin-bottom: 1em !important; } }

h2.subtitle {
  text-align: left; }

.box {
  margin-bottom: 0 !important; }

footer.footer {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px; }
  footer.footer ul.links {
    list-style: none;
    margin-left: 0;
    margin-top: 0; }
    footer.footer ul.links li {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px; }

.message p.with-img img {
  height: 64px;
  width: auto; }
@media (min-width: 768px) {
  .message p.with-img {
    padding-left: 120px;
    position: relative;
    min-height: 80px; }
    .message p.with-img img {
      position: absolute;
      left: 0; } }
@media (max-width: 767px) {
  .message p.with-img img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; } }

.navbar {
  z-index: auto; }
  .navbar .navbar-dropdown.is-active {
    display: block; }

img.country {
  height: 20px; }

.columns.features .card {
  height: 100%; }

.card .card-image {
  background: #eee; }
  .card .card-image img.teaser-img {
    width: auto;
    max-width: 80%;
    max-height: 40px;
    margin: 10px; }
    @media (min-width: 768px) {
      .card .card-image img.teaser-img {
        margin: 40px;
        height: 60px; } }

@media (max-width: 1087px) {
  .navbar .navbar-burger.is-active {
    z-index: 201;
    position: fixed;
    background: #fff;
    border-left: 1px dashed #95C11F;
    border-bottom: 1px dashed #95C11F;
    border-bottom-left-radius: 8px;
    top: 0;
    right: 0; } }

@media (max-width: 767px) {
  section.section, .hero .hero-body {
    padding: 1rem; } }

@media (max-width: 1087px) {
  .side-menu {
    display: none; } }
@media (min-width: 1088px) {
  .side-menu.mobile-only {
    display: none; } }
.side-menu ul.menu-list.glossary li {
  max-width: 240px; }
.side-menu ul.menu-list li ul {
  margin-right: 0; }
.side-menu ul.menu-list li a.is-active, .side-menu ul.menu-list li a.is-active.is-open {
  border-bottom: 2px solid #95C11F; }
.side-menu ul.menu-list li a.is-active.is-open {
  background-color: #2C56A2; }
.side-menu aside.menu {
  margin-bottom: 15px; }
  @media (min-width: 1088px) {
    .side-menu aside.menu.mobile-only {
      display: none; } }
@media (max-width: 1087px) {
  .side-menu.is-active {
    z-index: 200;
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    overflow-y: auto;
    height: 100%;
    border-left: 2px solid #95C11F;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px; } }

.hero.is-info .content h1, .hero.is-info .content h2, .hero.is-info .content h3, .hero.is-info .content h4, .hero.is-info .content h5, .hero.is-info .content h6 {
  color: #fff; }

@media (min-width: 1088px) {
  .container.main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start; }
    .container.main #side-menu {
      min-width: 300px;
      padding-right: 40px;
      flex-grow: 0; }
    .container.main .main-content {
      flex-grow: 1; } }

/*# sourceMappingURL=main.css.map */
