@charset "UTF-8";

@font-face {
  font-family: "Vestula";
  src: url("/fonts/VestulaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Vestula";
  src: url("/fonts/VestulaPro-Semibold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Custom";
  src: url("/fonts/leidenblogs.woff") format("woff");
  font-weight: 400;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0;
}

::selection {
  background-color: #001158;
  color: #fff;
}

.home .header-container {
  background-image: linear-gradient(
      90deg,
      rgb(2 129 197) 14%,
      rgba(30, 170, 226, 0.25) 100%
    ),
    url(/images/uploads/lcro-hero.jpg);
  height: 900px;
  width: 100%;
  background-size: cover;
}

.header-container {
  /* height: 280px; */
  width: 100%;
  background: #0281c5;
}

.about .header-container,
.tags .header-container,
.crc-provisions .header-container,
.crc-provisions-op3 .header-container,
.author-guidelines .header-container {
  /* height: 170px; */
  margin-bottom: 40px;
}

.header__wrapper {
  position: relative;
}
.header__box {
  background-color: rgb(255 255 255 / 10%);
}

.home .header__box {
  height: 130px;
}

.header__logo {
  margin: 0;
  padding: 48px 0 4px;
  text-align: center;
}

.header__logolink {
  font: 900 26px/1.1 Merriweather;
  text-decoration: none;
  color: #b6d0d8;
}

.header__logolink span {
  color: #fff;
}

.language-switch {
  position: absolute;
  top: 50px;
  right: 0;
  background: rgb(255 255 255 / 45%);
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3rem;
  text-transform: uppercase;
  text-align: center;
}

.language-switch a {
  text-decoration: none;
  color: #fff;
  font: 12px/1.3 Vestula;
  padding: 3px 6px;
  font-weight: 600;
  display: inline-block;
}

.language-switch a.selected {
  background: #fff;
  border-radius: 40%;
  color: #3678c6;
}
.navigation__list {
  font: 1.6rem/1 Vestula;
  list-style: none;
  margin: 4px;
  padding: 0;
  text-transform: uppercase;
}
.navigation__item {
  display: inline;
  padding: 0 1.2rem;
}

.navigation__link {
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 0;
  font-weight: 600;
}

.navigation__link:hover,
.navigation__link--active {
  border-bottom: 3px solid;
  color: #fff;
}

.hometext {
  font-family: Vestula;
  width: 53%;
  color: #fff;
  margin-top: 60px;
}

.hometext h1 {
  font-size: 4.8rem;
}

.hometext p {
  font: normal 22px/1.3 Merriweather;
  color: #cdecf8;
  margin: 24px 0px;
}

.home-boxes {
  display: flex;
  gap: 10%;
  align-items: flex-end;
  margin-top: 4rem;
}

.casennote-container {
  font-family: Vestula;
  background: #fff;
  opacity: .9;
  text-decoration: none;
  box-shadow: rgb(0 0 0 / 20%) 4px 4px 8px 0px;
  padding: 4rem;
  flex: 2;
}

.casennote-container.blue {
  background: #056fa8;
  flex: 1;
  opacity: .9;
}

.casennote-container h2 {
  color: #3578c6;
  font: 600 18px / 1 Vestula;
  text-transform: uppercase;
  border-bottom: 2px dashed;
  padding-bottom: 8px;
}

.casennote-container h3 {
  color: #333;
  font-size: 2.8rem;
  line-height: 1.02;
  margin: 16px 0;
}

.casennote-container span {
  display: block;
  color: #666;
  font-size: 16px;
  margin: 6px 0;
  line-height: 1.2;
}

.casennote-container  .authorDate {
  font-weight: bold;
  font-size: 15px;
}

.casennote-container.blue h2,
.casennote-container.blue h3,
.casennote-container.blue span,
.casennote-container.blue .casenotes__more {
  color: #fff;
}

.home .casenotes__container {
  font-family: Vestula;
  width: 53%;
  background: #fff;
  box-shadow: rgb(0 0 0 / 20%) 4px 4px 8px 0px;
  margin-top: 4rem;
  float: left;
  position: relative;
  padding: 4rem;
}

.home .casenotes__container .blue {
  background: #056fa8;
  width: 30%;
}



.casenotes__container {
  font-family: Vestula;
  margin: auto;
  position: relative;
  padding: 4rem 0 0;
}

.paperclip {
  width: 36px;
  fill: #3578c6;
  float: right;
  margin-top: -24px;
}

.casenotes__title,
.papers__title,
.searchresult__link {
  display: block;
  padding: 12px 0;
  border-top: 2px dashed #0281c5;
}

.casenotes__title:hover {
  background-color: #f9f9f9;
}

.casenotes__container h2,
.casenote__label {
  color: #3578c6;
  font: 600 18px/1 Vestula;
  text-transform: uppercase;
  border-bottom: 2px dashed;
  padding-bottom: 8px;
}

.casenotes__container a {
  text-decoration: none;
}

.casenotes__container h3 {
  color: #333;
  font-size: 2.8rem;
  line-height: 1.02;
  margin: 16px 0;
}

.casenotes__container span {
  display: block;
  color: #666;
  font-size: 16px;
  margin: 6px 0;
  line-height: 1.2;
}
.casenotes__container .authorDate {
  font-weight: bold;
  font-size: 15px;
}
.casenotes__container p {
  font-size: 1.6rem;
  padding-top: 0.3rem;
  color: #666;
}

.casenotes__more {
  float: right;
  margin-top: 2rem;
  font: 16px/1 Vestula;
  color: #3578c6;
  font-weight: 600;
}

.discussions__more {
  float: right;
  margin: 0;
  text-decoration: none;
  text-transform: initial;
  font: 16px/1 Vestula;
  color: #3578c6;
  font-weight: 600;
}

.casenotes__more:hover,
.discussions__more:hover {
  color: #00aced;
}

.article-list__meta {
  font: 1.6rem/1.4 Vestula, sans-serif;
  color: #666;
  border-top: 1px dotted #ccc;
  margin: 0;
  padding-top: 0.8rem;
}

.header-intro {
  background: #0281c5;
}

.home .header-intro {
  background: transparent;
}

.casenotes_intro {
  font: 14px/1.5 Merriweather;
  color: #cdecf8;
  /* margin: 40px auto; */
  padding: 40px 0;
}

.operators {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  justify-content: center;
}

.operators h2 {
  font: bold 20px/1.2 Vestula;
  color: #0281c5;
}

.filter-list {
  list-style: none;
  font: normal 16px/1.4 Vestula;
}

.filter-list input.filter-radio {
  position: absolute;
  left: -9999px;
}

.filter-list label span {
  display: flex;
  align-items: baseline;
  padding: 0;
}

.filter-list label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.375em;
  box-shadow: inset 0 0 0 1px #0281c5;
}

.filter-list label input:checked + span:before {
  box-shadow: inset 0 0 0 4px #0281c5;
}

.filter-value {
  border: 2px solid #0281c5;
  border-radius: 6px;
  padding: 7px 16px;
  font: 15px/1.2 Vestula;
}
.filter-value:after {
  content: "\E80A";
  font-family: Custom;
  padding-left: 1rem;
  font-size: 1.5rem;
  color: #0281c5;
}

.filter-options {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}

.filter-options .filter-options-content {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #333;
  padding: 20px;
  position: absolute;
  z-index: 1;
  top: 80%;
  left: 50%;
  margin-left: -150px;
  box-shadow: 0px 0px 20px rgb(90 95 111 / 20%);
}

.filter-options .filter-options-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.filter-options:hover .filter-options-content {
  visibility: visible;
}

.pagination {
  clear: both;
  font: 1.4rem/1 "Vestula";
  color: #333;
  list-style: none;
  width: 100%;
  border-top: 2px dashed #0281c5;
  padding-top: 16px;
  text-align: center;
}
.pagination__item {
  display: inline-block;
  margin: 0 0.5%;
  padding: 0.5rem 0.7rem 0.3rem;
}
.pagination__item--current {
  border-radius: 6px;
  border: 2px solid #0281c5;
}
.pagination__link {
  text-decoration: none;
  color: #333;
}
.pagination__link--prev:before {
  content: "";
  font-family: Custom;
  padding-right: 1rem;
  font-size: 1.5rem;
  color: #0281c5;
}
.pagination__link--next:after {
  content: "";
  font-family: Custom;
  padding-right: 1rem;
  font-size: 1.5rem;
  color: #0281c5;
}

.author__header {
  color: #fff;
  font: bold 1.4rem/1.2 Vestula, sans-serif;
}

.authorlist--single .author__header {
  color: #333;
  font: bold 1.7rem/1.2 Vestula, sans-serif;
}

.author__text {
  font: 1.4rem/1.3 Vestula, sans-serif;
  color: #c5def0;
}

.authorlist--single .author__text {
  color: #666;
}

.casenote {
  margin: 4rem 0;
  width: 73%;
  float: right;
}
.casenote__top {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2rem;
  clear: both;
}
.casenote__top--left {
  float: left;
  width: 60%;
  margin-right: 6rem;
}
.casenote__top--right {
  margin: 2.4rem 0 0;
}
.casenote__top:after {
  content: "";
  display: table;
  clear: both;
}

.casenote__header {
  font: bold 4.8rem/1 Vestula, sans-serif;
  color: #333;
  margin: 42px 0;
}
.casenote__intro {
  color: #333;
  font: 2.2rem/1.375 Vestula, sans-serif;
  margin-bottom: 1rem;
}

.article__content {
  position: relative;
}

.content-block h3 {
  color: #001158;
  font: 2.2rem/1.2 Merriweather, serif;
  font-weight: bold;
  margin: 2.4rem 0 0.5rem;
}

.content-block h4 {
  font: bold 2rem/1 Vestula;
  color: #001158;
  margin: 3rem 0 1rem;
}

.toggleDiv {
  display: block;
  padding: 1rem 2rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.toggleDiv:after {
  content: "\E80A";
  font-family: Custom;
  width: 20px;
  text-align: center;
  color: #0281c5;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  bottom: 1.3rem;
  right: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.toggleDiv.active:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.casenote__details {
  font: bold 17px/1.3 Merriweather;
  color: #011157;
}

.content-block h5 {
  font: bold 1.2rem/1 Vestula;
  color: #7f88ab;
  margin: 1rem 0;
}

.sticky {
  position: fixed;
}

.content-block p,
.content-block ul,
.content-block ol {
  font: 1.8rem/1.5 Merriweather;
  color: #333;
  margin-bottom: 1.7rem;
  letter-spacing: -0.003em;
}

.content-block ul,
.content-block ol {
  padding-left: 1em;
}

.content-block table,
.content-block table p {
  font-size: 12px;
  font-family: Vestula;
}

.content-block a,
.footnotes a {
  text-decoration: none;
  color: #0281c5;
}

.content-block a:hover,
.footnotes a:hover {
  text-decoration: underline;
}

.content-block a.casenote__heading:hover {
  text-decoration: none;
}

.content-block .caption {
  color: #999;
  font: 14px/1.4 Vestula;
  display: block;
  margin: 1rem 0;
}

.image-right {
  float: right;
  margin: 0.2em -10px 0.2em 2em;
  display: table;
  position: relative;
}

.image-full {
  display: table;
  margin: 1em auto;
  position: relative;
}

.image-right .copyright,
.image-full .copyright {
  bottom: 7px;
}

figcaption {
  caption-side: bottom;
  color: #999;
  display: table-caption;
  font: 14px/1.4em Vestula, sans-serif;
  padding-top: 5px;
}

.videocaption {
  color: #999;
  font: 14px/1.4em Vestula, sans-serif;
  padding-top: 5px;
}

.quote-left {
  width: 240px;
  font: 21px/1.3em Vestula, sans-serif;
  margin: 30px 30px 30px 0;
  padding: 0 20px 0 0;
  float: left;
}

.quote-right {
  width: 240px;
  font: 21px/1.3em Vestula, sans-serif;
  margin: 30px 0 30px 30px;
  padding: 0 0 0 20px;
  float: right;
}

.quote-center {
  font: 21px/1.3em Vestula, sans-serif;
  margin: 30px 0 30px 30px;
  padding: 0 0 0 20px;
}

.embed-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-media iframe,
.embed_media object,
.embed_media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.footer {
  clear: both;
  overflow: auto;
  margin-top: 4rem;
  padding: 8rem 0;
  background: #0281c5 url(/images/world-map.png) 50% 3rem no-repeat;
}

.footer__section {
  float: left;
  width: 33%;
}

.footer__header {
  font: 700 24px/1.15 Merriweather, sans-serif;
  color: #fff;
  margin-bottom: 1rem;
}
.footer__list {
  list-style: none;
}
.footer__logo {
  width: 11rem;
  display: block;
  margin-bottom: 4rem;
}
.footer__logo:hover {
  opacity: 0.6;
}
.footer__link {
  text-decoration: none;
  color: rgb(255 255 255 / 90%);
  font-size: 18px;
  line-height: 1.5;
}
.footer__link:hover {
  color: rgb(255 255 255 / 50%);
}

.article-author {
  width: 30%;
  float: left;
  margin: 40px 20px 40px 0;
  text-decoration: none;
}

.article-author:hover h3,
.article-author:hover p {
  opacity: 0.5;
}

.aside-header {
  font: bold 1.8rem/1.2 Vestula, sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #333;
}

.aside-list {
  font: 1.4rem/1.3 Vestula, sans-serif;
  list-style: none;
}

.aside-list__item {
  border-bottom: 1px dotted #ccc;
}

.aside-list__link {
  font-size: 1.6rem;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0.8rem 0;
}

.aside-list__link.sub {
  padding: 0 0 0.8rem 2rem;
}

.aside-list li.active > a,
.aside-list a:hover {
  font-weight: bold;
}

.article__content .tags {
  font: 1.5rem/1.5 Vestula, sans-serif;
  list-style: none;
  margin: 4rem 0;
  overflow: auto;
  padding: 0;
}
.aside-box .tags {
  margin: 0 0 -0.8rem 0;
}
.tags__link {
  background-color: #0281c5;
  border-radius: 0.8rem;
  color: #fff;
  float: left;
  margin: 0 0.8rem 0.8rem 0;
  padding: 5px 15px;
  text-decoration: none;
}
.tags__link:hover {
  background-color: #308ecb;
}

.sidebar {
  float: left;
  width: 22%;
  position: sticky;
  top: 40px;
}

.content {
  margin: 0 0 4rem 0;
  width: 73%;
  margin-left: 27%;
}

.casenote__hero {
  margin: 40px 0;
}

.casenote__meta {
  padding: 0 2rem;
  font: 1.6rem/1.3 Vestula;
  color: #333;
}

.casenote__meta strong {
  color: #37434a;
  font: bold 15px/1.2 Merriweather;
}

.casenote__meta ul {
  list-style: none;
}

.related-casenotes li::before {
  content: "\2022";
  color: #0281c5;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: 0;
  margin-top: 3px;
}

.casenote__meta a {
  text-decoration: none;
  color: #0081c4;
}

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

.casenote__meta--wrapper {
  background: #f5f5f5;
  border-left: 4px solid #0281c5;
  margin: 4rem 0 8rem;
}

.casenote__columns {
  columns: 3;
  border-bottom: 1px dotted #ccc;
  padding: 2rem 0;
}

.casenote__column--item {
  margin-bottom: 1rem;
  -webkit-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  margin-top: 1rem;
  list-style: none;
}

.casenote__meta--item {
  padding: 2rem 0;
  border-bottom: 1px dotted #ccc;
}

.casenote__meta--item:last-child {
  border: none;
}

.aricles_list li,
.casenotes__keywords li {
  display: inline;
  float: left;
  margin: 6px 6px 6px 0;
}

.aricles_list a,
.casenotes__keywords a {
  background-color: #0281c5;
  padding: 7px 7px;
  border-radius: 16px;
  color: #fff;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.casenotes__keywords a {
  font-size: 1.4rem;
  padding: 5px 15px;
}

.casenotes__keywords a:first-letter,
.tags__link:first-letter {
  text-transform: uppercase;
}

.aricles_list a:hover,
.casenotes__keywords a:hover {
  background-color: #308ecb;
  text-decoration: none;
}
.pageheader--big {
  color: #505961;
  font: bold 3.9em/1.25 Vestula, sans-serif;
}

.partner-block {
  border-top: 2px dashed #0281c5;
  padding-top: 20px;
  margin-top: 10px;
}

.logos {
  text-align: center;
}

figure.partner-logo {
  display: inline-block;
  width: 130px;
  margin: 30px;
}

table {
  border-collapse: collapse;
}

td {
  border: 1px dotted #ccc;
  padding: 1rem;
}

.externallink {
  text-decoration: none;
  font: 1.2rem/2 Vestula, sans-serif;
  color: #666;
}
.externallink:before {
  content: "";
  font-family: Custom;
  padding-right: 6px;
}
.externallink:hover {
  text-decoration: underline;
}

.header__container {
  text-align: center;
}
.header__container--small {
  margin: 5rem auto;
  clear: both;
  display: block;
  text-align: center;
  position: relative;
}

.pageheader--sub {
  color: #959a9e;
  font: 1.2em/1.2 Vestula, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.pageheader--medium {
  font: normal 2.4rem/1.15 Vestula, sans-serif;
  color: #666;
  margin-top: 40px;
}
.pageheader--small {
  font: bold 1.6rem/1.5 Vestula, sans-serif;
  color: #666;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
}
.pageheader--small:before,
.pageheader--small:after {
  border-top: 1px dotted #ccc;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 40%;
}
.pageheader--small:before {
  right: 1rem;
  margin-left: -40%;
}
.pageheader--small:after {
  left: 1rem;
  margin-right: -40%;
}
.pageheader--nobottom {
  margin-bottom: 0;
}

.wrapper__full {
  max-width: 118rem;
  margin: 0 auto;
  display: block;
  position: relative;
}

.wrapper__medium {
  max-width: 88rem;
  margin: 0 auto;
  display: block;
}

.wrapper__small {
  max-width: 74rem;
  margin: 0 auto;
  display: block;
}

.wrapper__small--left {
  margin: 0;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

.error {
  text-align: center;
}
.article-list {
  width: 100%;
  margin: 4rem 0;
  float: left;
}

.image-toggle--small {
  display: none;
}

.article-list__item--latest {
  margin-bottom: 30px;
  position: relative;
}
.article-list__item--small {
  width: calc((100% - 2 * 4rem) / 3);
  float: left;
  margin-bottom: 3rem;
  margin-left: 4rem;
}
.article-list__item--small:nth-child(3n + 1) {
  margin-left: 0;
  clear: left;
}

.article-list__box {
  background-color: #fff;
  display: block;
  margin-top: -4rem;
  padding: 2.5rem 8% 1.8rem;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.article-list__box:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 8rem;
  width: 100%;
  margin: -2.5rem -8%;
  z-index: -1;
  box-shadow: 0 0 2rem 1px rgba(0, 0, 0, 0.15);
}
.article-list__box--latest {
  margin: 0;
  padding: 2.5rem 3% 1.8rem;
  position: absolute;
  width: 28.4%;
  top: 1.5rem;
  right: 1.5rem;
}

.article-list__box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0 30px;
}
.article-list__link {
  text-decoration: none;
}
.article-list__container {
  margin: -4rem 1.5rem 0;
  position: relative;
}
.article-list__header {
  color: #333;
  font: bold 2.6rem/1.15 Vestula, sans-serif;
  margin: -0.8rem 0 0.6rem;
}
.article-list__abstract {
  font: 1.7rem/1.5 Merriweather, serif;
  color: #5c677d;
  letter-spacing: -0.003em;
  margin: 1.5rem 0;
}

.article {
  padding: 4rem;
}

.discussion {
  margin-top: -200px;
  background: #ffffff;
  position: relative;
}

.article__top:after {
  content: "";
  display: table;
  clear: both;
}
.article__figure {
  margin: 0 auto;
  position: relative;
}

.article__image {
  width: 100%;
}

.edit {
  font: 14px/1em Vestula, sans-serif;
  list-style: none;
  position: absolute;
  right: 0;
  top: 20px;
  color: #fff;
}

.edit li {
  float: left;
  padding: 0 2rem;
}

.edit__counter:before {
  content: "\e802";
  font-family: Custom;
  padding-right: 10px;
  font-size: 15px;
}

.edit__link {
  color: #fff;
  text-decoration: none;
}

.edit__link--stats:before {
  content: "\e800";
  font-family: Custom;
  font-size: 14px;
  padding-right: 10px;
}

.edit__link--article:before {
  content: "\e801";
  font-family: Custom;
  font-size: 14px;
  padding-right: 10px;
}

.article__image--caption {
  color: #fff;
  font: 1.2rem Verdana;
  position: absolute;
  right: 2rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
  top: 1rem;
}
.article__image--caption a {
  color: #fff;
}
.article__image--caption a:hover {
  text-decoration: none;
}

.article__header {
  color: #333;
  font: bold 4.8rem/1.1 Vestula, sans-serif;
  margin-bottom: 1.6rem;
}

.article__meta {
  border-top: 2px dashed #0281c5;
  padding: 0.6rem 0 2rem;
  font: bold 1.6rem/1.5 Vestula, sans-serif;
  color: #676767;
}
.article__meta--postdate:before {
  content: "";
  font-family: Custom;
  padding: 0 4px;
  font-weight: normal;
}
.article__meta--category:before {
  content: "";
  font-family: Custom;
  padding: 0 4px;
  font-weight: normal;
  font-size: 10px;
}
.article__meta--comments:before {
  content: "";
  font-family: Custom;
  padding: 0 4px;
  font-weight: normal;
}
.article__meta--readtime:before {
  content: "";
  font-family: Custom;
  padding: 0 4px;
  font-weight: normal;
  font-size: 11px;
}
.article__metalink {
  color: #0b4f89;
  text-decoration: none;
}
.article__intro {
  color: #333;
  font: 2.2rem/1.375 Vestula, sans-serif;
  margin-bottom: 2.2rem;
}

.share {
  border-top: 2px dashed #0281c5;
  clear: both;
  padding-top: 1.4rem;
}
.share__link {
  background-color: #9a9a9a;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 2.8rem;
  padding-top: 0.5rem;
  text-align: center;
  width: 2.8rem;
  text-decoration: none;
}
.share__link:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="facebook"] {
  background-color: #3b5998;
}
.share__link[href*="facebook"]:before {
  content: "";
  font-family: Custom;
}
.share__link[href*="facebook"]:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="twitter"] {
  background-color: #00aced;
}
.share__link[href*="twitter"]:before {
  content: "";
  font-family: Custom;
}
.share__link[href*="twitter"]:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="linkedin"] {
  background-color: #007bb6;
}
.share__link[href*="linkedin"]:before {
  content: "";
  font-family: Custom;
}
.share__link[href*="linkedin"]:hover {
  background-color: #001158;
  color: #fff;
}
.share__link[href*="youtube"]:before {
  content: "";
  font-family: Custom;
}
.share__link[href*="whatsapp"] {
  background-color: #79ca70;
}
.share__link[href*="whatsapp"]:before {
  content: "";
  font-family: Custom;
}
.share__link--envelope {
  background-color: #8391c5;
  margin-left: 2%;
}
.share__link--envelope:before {
  content: "";
  font-family: Custom;
}
.share__link--print:before {
  content: "";
  font-family: Custom;
}

.dossiers__item {
  width: calc((100% - 2 * 2rem) / 3);
  float: left;
  margin-bottom: 3rem;
  margin-left: 2rem;
}
.dossiers__item:nth-child(3n + 1) {
  margin-left: 0;
}

.dossiers__link {
  color: #333;
}
.dossiers figure {
  border: 0.8rem solid #fff;
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.dossiers span {
  display: inline-block;
  padding: 1rem 0;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: bold 1.9rem/1.3 Vestula, sans-serif;
}

.dossier__content {
  overflow: auto;
}
.dossier__figure {
  float: left;
  margin-right: 3rem;
  border: 5px solid #fff;
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.dossier__text {
  display: table;
  font: 1.6rem/1.4 Georgia, serif;
  color: #666;
  letter-spacing: -0.003em;
}

.author__social {
  padding-top: 2rem;
}
.author__social--link {
  background-color: #7f88ab;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
  padding-top: 0.4em;
  text-align: center;
  text-decoration: none;
  font-family: Custom;
  margin-right: 0.2rem;
}
.author__social--link[href*="twitter"] {
  background-color: #00aced;
}
.author__social--link[href*="twitter"]:before {
  content: "";
}
.author__social--link[href*="facebook"] {
  background-color: #3b5998;
}
.author__social--link[href*="facebook"]:before {
  content: "";
}
.author__social--link[href*="linkedin"] {
  background-color: #007bb6;
}
.author__social--link[href*="linkedin"]:before {
  content: "";
}
.author__social--link[href*="youtube"] {
  background-color: #cc181e;
}
.author__social--link[href*="youtube"]:before {
  content: "";
}
.author__social--link[href*="plus.google"] {
  background-color: #dd4b39;
}
.author__social--link[href*="plus.google"]:before {
  content: "";
}
.author__social--link[href*="academia"] {
  background-color: #3c3f43;
}
.author__social--link[href*="academia"]:before {
  content: "";
}
.author__social--link:before {
  content: "";
}
.author__social--link:hover {
  background-color: #001158;
  color: #fff;
}
.author__figure {
  float: left;
  margin-right: 1.6rem;
}
.author__image {
  border-radius: 50%;
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.author__image--fallback {
  width: 64px;
  background-color: #f9f9f9;
}

.authorlist {
  clear: both;
  margin: 0 6rem;
}
.authorlist__item {
  width: calc((100% - 1 * 6rem) / 2);
  float: left;
  margin-bottom: 3rem;
  margin-left: 6rem;
}

.authorlist__item--single {
  margin-bottom: 1.6rem;
}
.authorlist__item--single:after {
  content: "";
  display: table;
  clear: both;
}
.authorlist__item--single:last-child {
  margin-bottom: 0;
}
.authorlist__item:nth-child(2n + 1) {
  margin-left: 0;
}
.authorlist--single {
  list-style: none;
  margin-top: 1.5rem;
}
.authorlist__link {
  text-decoration: none;
  color: #999;
}
.authorlist__tags {
  list-style: none;
  font: normal 1.6rem/1.3 Vestula;
  column-count: 4;
  column-gap: 2rem;
}
.authorlist__tags--item {
  margin-bottom: 2rem;
}
.authorlist__tags--item a {
  text-decoration: none;
  color: #666;
}
.authorlist__tags--item a:hover {
  text-decoration: underline;
}

.alphabet {
  list-style: none;
  text-align: center;
}
.alphabet li {
  display: inline-block;
  font: 1.6rem/1.5 Vestula;
  color: #bbb;
  padding: 0 0.7rem;
  border-right: 1px dotted #ccc;
}
.alphabet li:last-child {
  border: none;
}
.alphabet a {
  color: #505961;
  text-decoration: none;
  font-weight: bold;
}

.article-author__content {
  position: relative;
  z-index: 0;
  transition: 0.2s 0.1s, z-index 0.3s step-end;
}
.article-author__content:hover {
  margin-right: -40px;
  transition: 0.4s 0.3s, z-index 0.4s 0.3s step-start;
  z-index: 1;
}
.article-author__visible-wrapper {
  position: relative;
  transition: 0.2s 0.1s;
}
.article-author__visible-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.2s 0.1s;
}
.article-author__visible-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.article-author__visible {
  position: relative;
  z-index: 1;
}
.article-author__visible:after {
  content: "";
  display: table;
  clear: both;
}
.article-author__hidden-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transition: 0.2s 0.1s;
}
.article-author__hidden-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: -1;
  transition: 0.2s 0.1s;
}
.article-author__hidden-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  background: #fff;
  z-index: 0;
}
.article-author__hidden {
  position: relative;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  margin-top: 12px;
  border-top: 1px dotted #ccc;
}
.article-author__link {
  font: normal 14px/1.3em Vestula, sans-serif;
  color: #999;
  display: block;
  border-bottom: 1px dotted #ccc;
  padding: 1.5rem 0;
  text-decoration: none;
}
.article-author__link:before {
  content: "";
  font-family: Custom;
  padding-right: 5px;
  font-size: 12px;
}

.article-author__content:hover .article-author__visible-wrapper:before {
  transition: 0.4s 0.3s;
  visibility: visible;
  opacity: 1;
}

.article-author__content:hover .article-author__hidden-wrapper:before,
.article-author__content:hover .article-author__hidden-wrapper:after {
  transition: 0.5s 0.4s;
  bottom: 0;
  background: #fff;
}

.article-author__content:hover .article-author__visible-wrapper {
  background: #fff;
  transition: 0.4s 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: -20px;
}

.article-author__content:hover .article-author__hidden-wrapper {
  transition: 0.4s 0.3s;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.article-author__content:hover .article-author__hidden {
  transition: 0.5s 0.8s;
  visibility: visible;
  opacity: 1;
}

.authorfull {
  margin-top: 10rem;
}

.authorfull__figure {
  float: left;
  margin-right: 4rem;
}

.authorfull__image {
  border-radius: 100%;
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.authorfull__image--fallback {
  width: 130px;
  background-color: #f9f9f9;
}
.authorfull__content {
  display: table;
}

.authorfull__header {
  margin: 0;
  color: #505961;
  font: bold 2.9rem/1.1 Vestula, sans-serif;
}
.authorfull__text {
  color: #505961;
  font: normal 1.4rem/1.3 Vestula, sans-serif;
  padding: 1rem 0;
}
.authorfull__link--extern {
  font: normal 1.4rem/1.3 Vestula, sans-serif;
  color: #959a9e;
  text-decoration: none;
}
.authorfull__link--extern:before {
  content: "";
  font-family: Custom;
  font-size: 1.1rem;
  padding-right: 0.5rem;
}

.searchresult {
  border-bottom: 1px dotted #ccc;
}
.searchresult__link {
  text-decoration: none;
  color: #666;
  display: block;
  padding: 20px 10px;
  overflow: auto;
}
.searchresult__link:hover {
  background: #f0f0f0;
}
.searchresult__figure {
  float: left;
  margin-right: 2rem;
}
.searchresult__image {
  border-radius: 50%;
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.searchresult__header {
  margin: 0;
  color: #505961;
  font: bold 21px/1.2em Vestula, sans-serif;
}
.searchresult__text {
  font: normal 14px/1.3em Vestula, sans-serif;
  margin: 0;
}

.statstable {
  border-collapse: collapse;
  text-align: left;
  font: 16px/1.5em Vestula, sans-serif;
  width: 100%;
  margin: 20px 0;
}
.statstable__row {
  border-bottom: 1px dotted #ccc;
}
.statstable__header {
  font-weight: bold;
}
.statstable__data {
  padding: 7px 4% 7px 0;
}
.statstable__data:first-child {
  width: 70%;
}
.statstable__link {
  text-decoration: none;
  color: #666;
}
.statstable td {
  border: none;
}

.statslink {
  font: normal 14px/1.3em Vestula, sans-serif;
  color: #999;
  display: block;
  padding: 1.5rem 0;
  text-decoration: none;
}
.statslink--right:before {
  content: "";
  font-family: Custom;
  padding-right: 5px;
  font-size: 12px;
}
.statslink--left:before {
  content: "";
  font-family: Custom;
  padding-right: 5px;
  font-size: 12px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-top: 6%;
  border: 12px solid #fff;
  box-shadow: 0rem 0rem 4rem 4px rgba(0, 0, 0, 0.8);
  position: relative;
}

.lightbox:target {
  outline: none;
  display: block;
}

.enlarge:hover:after {
  background: rgba(0, 0, 0, 0.6);
}

.enlarge:after {
  content: "";
  font-family: Custom;
  padding: 0.5rem;
  font-size: 1.7rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.highlight {
  border: 10px solid #fff;
  padding: 20px;
  display: block;
  width: 100%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  background: #648a8a;
  background: linear-gradient(90deg, #648a8a 0%, #84c3d0 100%);
  overflow: auto;
}

.highlight h1 {
  font: bold 2.6rem/1.3 Vestula;
  color: #fff;
}

.highlight p {
  color: #d9e8e8;
  font-family: Vestula;
}

.highlight a {
  color: #fff !important;
}

.highlight a.button {
  background: #bda459;
  padding: 10px 20px;
  font: 1.4rem/1 Vestula;
  border-radius: 5px;
  float: right;
}

.highlight a.button:hover {
  text-decoration: none;
  background: #deb63d;
}

aside {
  float: left;
  margin: 4rem 0 0 0;
  width: 22.0339%;
}

.aside-header--dossier {
  color: #fff;
  font: bold 3.2rem/1.1 Vestula, sans-serif;
  position: absolute;
  top: 1rem;
  left: 2rem;
}
.aside-header__span {
  display: block;
  font-size: 1.3rem;
  opacity: 0.8;
  padding: 0 0 3px 1px;
}

.aside-box {
  margin-bottom: 3rem;
}
.aside-box--dossier {
  background-color: #fff;
}

.aside-list__comment--meta {
  display: block;
  color: #999;
}
.aside-list--dossier {
  font: 1.4rem/1.3 Vestula, sans-serif;
  list-style: none;
  padding: 0 2rem;
}

.aside-figure--dossier {
  position: relative;
}
.aside-figure--dossier:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}

.more {
  padding: 1rem 0 0 0;
}
.more:after {
  content: "";
  display: table;
  clear: both;
}
.aside-box--dossier .more {
  padding: 1rem 0 1rem 2rem;
}
.more__link {
  text-decoration: none;
  font: 12px/1.2em Vestula, sans-serif;
  color: #333;
}

.generalform {
  font: 1.4rem/1.5 Vestula, sans-serif;
  padding: 0;
  margin: 2rem 0;
}
.generalform--small {
  padding: 0 8rem;
  margin: 2rem 2rem 4rem 2rem;
}
.generalform--small p {
  color: #666;
}
.generalform__label {
  display: block;
  color: #666;
  margin-top: 1.5rem;
}
.generalform__label-required:after {
  content: "*";
  font-size: 1.3rem;
  color: #bd3636;
  padding-left: 0.3rem;
}
.generalform__input {
  font: 1.4rem/1.5 Vestula, sans-serif;
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #ccc;
}
.generalform__input--50 {
  width: 48%;
  margin-right: 2%;
}
.generalform__check {
  display: none;
}
.generalform__textarea {
  font: 1.4rem/1.5 Vestula, sans-serif;
  width: 100%;
  padding: 0.7rem 1rem;
  min-height: 100px;
  border: 1px solid #ccc;
}
.generalform__submit {
  font: 1.4rem/1.5 Vestula, sans-serif;
  margin: 3rem 0 0 0;
  cursor: pointer;
  padding: 0.5rem 2rem;
  color: #fff;
  background: #001158;
  border-radius: 3px;
  border: none;
}
.generalform__submit--notop {
  margin-top: 2rem;
}
.generalform__submit:hover {
  background: #7f88ab;
}
.generalform__profilepicture {
  border-radius: 100%;
  margin-right: 2rem;
}
.generalform__forgot {
  display: block;
  margin-top: 2rem;
  color: #999;
  text-decoration: none;
}
.generalform__forgot:hover {
  text-decoration: underline;
}

.errors {
  list-style: none;
  padding: 0;
}
.errors li {
  margin: 2rem 0;
  background: #7f88ab;
  border-radius: 3px;
  padding: 1rem;
  color: #fff;
}

.comments small {
  font-size: inherit;
}

.user-info {
  float: right;
}

.user-info__name {
  float: left;
  font-weight: bold;
  color: #333;
  font-size: 1.5rem;
}
.user-info__action a {
  text-decoration: none;
  font-size: 1.3rem;
  color: #999;
}
.user-info__action a:hover {
  text-decoration: underline;
}
.user-info__action:before {
  content: "·";
  padding: 0 0.5rem;
}
.user-info__action--first:before {
  content: "";
}

.casenotes__header {
  margin: 4rem 0;
}
.casenotes__image {
  width: 50%;
  float: left;
  z-index: -1;
  position: relative;
}
.casenotes__list,
.papers__list {
  list-style: none;
  padding: 0;
}

.article-list h2 {
  color: #3578c6;
  font: 600 18px/1 Vestula;
  text-transform: uppercase;
  border-bottom: 2px dashed;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.footnotes {
  font: 1.4rem/1.4 Georgia;
  color: #5c677c;
  margin: 3rem 0;
  border-top: 1px dotted #ccc;
  padding-top: 3rem;

}
.footnotes--back {
  text-decoration: none;
}

.footnotes--back img {
  width: 7px;
}

.row {
  margin: 0 auto;
}
.row:not(:last-child) {
  margin-bottom: 3rem;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row [class^="col-"] {
  float: left;
}
.row [class^="col-"]:not(:last-child) {
  margin-right: 2rem;
}
.row .col-1-of-2 {
  width: calc((100% - 2rem) / 2);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 2rem) / 3);
}
.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 2rem) / 3) + 2rem);
}
.row .col-1-of-4 {
  width: calc((100% - 3 * 2rem) / 4);
}
.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 2rem) / 4) + 2rem);
}
.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 2rem) / 4) + 2 * 2rem);
}

.header__ullogo {
  width: 180px;
  position: absolute;
  top: 20px;
  left: -20px;
}
.header__ullogo--extra {
  right: 0;
}

.header__customlogo {
  width: 16rem;
  margin-bottom: 6px;
}

.navigation {
  padding-bottom: 0.4rem;
  text-align: center;
}
.navigation__toggle {
  display: none;
}

.navigation__checkbox {
  display: none;
}
.navigation__checkbox:checked ~ .navigation__list {
  display: block;
  background: #308ecb;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 40px;
  box-shadow: rgb(0 0 0 / 20%) 0px 5px 1rem 1px;
}

.navigation__link--dropdown::after {
  content: "";
  font-family: Custom;
  line-height: 0;
  padding-left: 0.3rem;
  font-size: 1rem;
  position: relative;
  top: -0.3rem;
}

.navigation__search {
  display: inline;
}
.navigation__searchform {
  display: inline;
  border: 0;
  margin: 0;
  padding: 0;
}
.navigation__searchform legend {
  display: none;
}
.navigation__searchform input {
  border: none;
  background-color: transparent;
  background-image: url(/images/search-new.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 3rem 1.3rem;
  cursor: pointer;
  font: 1.5rem/1.5 Vestula;
  margin-top: 0.6rem;
  height: 3rem;
  width: 3rem;
  transition: width 0.4s ease-in-out;
  padding: 0.5rem 1rem;
}
.navigation__searchform input:focus {
  background-color: #f5f5f5;
  outline: 0;
  width: 300px;
}

.dropdown__navigation {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  visibility: hidden;
  box-shadow: 0 3.2rem 6rem rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 90%;
  margin: 0 5%;
}
.dropdown__spotlight {
  padding: 3rem;
  float: left;
  width: 75%;
}
.dropdown__spotlight--container {
  font: 1.5rem/1 Vestula;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.dropdown__spotlight--item {
  float: left;
  padding: 0 1.3%;
  width: 33%;
}
.dropdown__spotlight--image {
  box-shadow: 0px 0px 0.4rem 0px rgba(0, 0, 0, 0.1);
}
.dropdown__spotlight--image:hover {
  box-shadow: 0px 0 3rem rgba(0, 0, 0, 0.1);
}
.dropdown__spotlight--link {
  text-transform: none;
  border: none;
  color: #333;
  padding: 0;
  margin: 0;
}
.dropdown__spotlight--link span {
  display: inline-block;
  padding: 1rem 0;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: bold 1.9rem/1.3 vestula;
}
.dropdown__list {
  float: right;
  width: 25%;
  padding: 2rem 0;
  text-align: left;
  text-transform: none;
  list-style: none;
}
.dropdown__list--link {
  padding: 1rem 2rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #333;
}
.dropdown__list--link:hover {
  color: #9eba2e;
}

.for-children-overview {
  margin: 6rem 0;
}

.for-children-docs {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.for-children-doc {
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 5%;
  width: 48%;
  margin: 4rem 0;
}

.for-children-doc-content h3 {
  font: bold 2.6rem / 1.1 Vestula;
}

.for-children-doc-content p {
  font: 1.7rem / 1.5 Merriweather, serif;
  margin: 1.5rem 0;
  color: #5c677d;
  letter-spacing: -0.003em;
}

.for-children-docs img {
  width: 160px;
  box-shadow: 8px 8px 20px 0px rgb(0 0 0 / 20%);
}

.for-children-doc-button {
  margin-top: 2rem;
  font: 16px / 1 Vestula;
  color: #3578c6;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.for-children-doc-button:hover {
  color: #00aced;
}


@media only screen and (max-width: 1024px) {
  .home .header-container {
      height: 1000px;
  }
}

/* 640px */
@media only screen and (max-width: 64em) {
  .home-boxes {
    flex-direction: column;
  }
  .casennote-container.blue {
    display: none;
  }
  .article-list__box--latest {
    width: 57%;
  }
  .wrapper__full {
    max-width: 90%;
  }
  .article-list__item--small {
    width: calc((100% - 2rem) / 2);
    margin-left: 2rem;
  }
  .article-list__item--small:nth-child(3n + 1) {
    clear: none;
    margin-left: 2rem;
  }
  .article-list__item--small:nth-child(2n + 1) {
    margin-left: 0;
    clear: left;
  }
}

/* 480px */

@media only screen and (max-width: 48em) {
  .hometext,
  .home .casenotes__container {
    width: 100%;
  }
  aside {
    width: 100%;
    margin: 0;
    float: none;
  }
  .aside-box {
    width: calc((100% - 2rem) / 2);
    margin-left: 2rem;
    float: left;
  }
  .aside-box:nth-child(2n + 1) {
    margin-left: 0;
    clear: left;
  }
  .header__ullogo {
    display: none;
  }
  .wrapper__medium {
    max-width: 90%;
  }

  .pageheader--big {
    margin-bottom: 3rem;
  }

  .wrapper__medium--top {
    margin-top: 3rem;
  }

  .wrapper__small {
    max-width: 90%;
  }

  .article-list {
    width: 100%;
    float: none;
  }
  .for-children-doc {
    width: 100%;
  }
  .home .header-container {
     height: 1200px;
  }
}

/* 265px */
@media only screen and (max-width: 26.5625em) {
  .sidebar {
    display: none;
  }
  .content {
    width: 100%;
    margin-left: 0;
  }
  .casenote__columns {
    columns: 1;
  }
  .home .header-container {
    height: 1060px;
  }
  .article-list__item--small {
    width: 100%;
    margin-left: 0;
  }
  .header__logolink span {
    display: block;
  }
  .hometext h1 {
    font-size: 3.8rem;
  }
  .dossiers__item {
    width: calc((100% - 1 * 2rem) / 2);
  }
  .dossiers__item:nth-child(3n + 1) {
    margin-left: 2rem;
  }
  .dossiers__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .article__header {
    font-size: 3.8rem;
  }
  .article__figure {
    margin: 0;
  }
  .article-list__abstract--latest {
    display: block;
  }
  .article {
    padding: 0;
    margin: 30px 0 0 0;
  }
  .dossier__figure {
    display: none;
  }
  .authorlist__item {
    width: 100%;
    margin-left: 0;
  }
  .article-author {
    width: 90%;
  }
  .authorfull__figure {
    margin-right: 2rem;
  }
  .enlarge:after {
    display: none;
  }
  .aside-box {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .header__logo {
    padding: 2.4rem 0 0.4rem;
    text-align: left;
  }
  .header__logolink {
    font-size: 2.8rem;
  }
  .navigation__toggle {
    display: block;
    position: absolute;
    top: 2.4rem;
    right: 1.4rem;
    font-size: 3rem;
    color: #fff;
  }
  .navigation__list {
    display: none;
    margin-top: 2rem;
  }
  .navigation__item {
    display: block;
    margin-right: 0;
    border-bottom: 1px dotted #ccc;
  }
  .navigation__item:not(:last-child) {
    margin-right: 0;
  }
  .navigation__item:hover .dropdown__navigation {
    visibility: hidden;
    opacity: 0;
  }
  .navigation__link {
    display: block;
    padding: 1.5rem;
  }
  .navigation__link--dropdown::after {
    content: "";
  }
  .navigation__searchform input:focus {
    width: 100%;
  }
  .image-right {
    float: none;
    margin: auto;
  }
  figcaption {
    text-align: center;
  }
  .image-toggle--small {
    display: inline-block;
  }
  .image-toggle--big {
    display: none;
  }
  .article-list__item--small {
    width: 100%;
    margin-left: 0;
  }
  .article-list__item--small:nth-child(3n + 1) {
    margin-left: 0;
  }
  .article-list__box--latest {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.6rem 0px;
    display: block;
    margin: -5rem 8% 5rem;
    padding: 2.5rem 8% 1.8rem;
    transition: box-shadow 0.3s ease;
    position: relative;
    width: 92%;
  }
  .footer__section {
    width: 100%;
    margin-bottom: 3rem;
  }
  .language-switch {
    position: initial;
    margin: 12px 0;
  }
  .filter-options .filter-options-content {
    width: 260px;
  }
  .navigation__link:hover,
  .navigation__link--active {
    border: none;
  }
}

/* 234px */

@media only screen and (max-width: 23.4375em) {
  .dossiers__item {
    width: 100%;
    margin-left: 0;
  }
  .dossiers__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .authorfull {
    margin-top: 4rem;
  }
  .authorfull__figure {
    float: none;
    text-align: center;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .authorfull__content {
    text-align: center;
  }
}
