@font-face {
  font-family: 'Eesti Display';
  src: url("../../../fonts/GT-Eesti-Display-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../../../fonts/GT-Eesti-Display-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/GT-Eesti-Display-Regular.woff") format("woff"), url("../../../fonts/GT-Eesti-Display-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 400;
  font-weight: normal; }

@font-face {
  font-family: 'Eesti Display';
  src: url("../../../fonts/GT-Eesti-Display-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../../fonts/GT-Eesti-Display-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/GT-Eesti-Display-Bold.woff") format("woff"), url("../../../fonts/GT-Eesti-Display-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: 700;
  font-weight: bold; }

/**
 Breakpoints
 */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
html {
  box-sizing: border-box; }

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

html, body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #2d4a5f;
  background: #afc7d0;
  font-family: "Eesti Display", sans-serif;
  height: 100%; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  margin-bottom: .67em; }

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  line-height: 1.1;
  margin-bottom: .67em; }

a {
  color: inherit;
  text-decoration: none; }

.button {
  -moz-transition: ease background-color 0.1s;
  -o-transition: ease background-color 0.1s;
  -webkit-transition: ease background-color 0.1s;
  transition: ease background-color 0.1s;
  width: auto;
  display: inline-block;
  padding: 6px 1rem;
  position: relative;
  cursor: pointer; }

.container {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 30px;
  background: #d9e3e7;
  min-height: calc(100% - 200px); }

.full-width {
  width: 100%; }

.banner-news {
  padding: 30px;
  background-color: #2d4a5f;
  color: #ffffff; }
  .banner-news a {
    text-decoration: underline; }

.header {
  background: #ffffff;
  height: 200px;
  padding: 38px 0 50px; }
  .header .header-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 1080px;
    margin: auto;
    height: 112px; }
    .header .header-wrapper .logo {
      display: block;
      height: 100%;
      margin-right: 112px; }
      .header .header-wrapper .logo .logo-img {
        height: 100%; }
      @media only screen and (max-width: 64em) {
        .header .header-wrapper .logo {
          margin-left: 30px; } }

label, input, textarea, form, fieldset, select, option {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px;
  margin-bottom: 0.67em;
  display: block;
  width: 100%; }

form, fieldset, label {
  padding: 0;
  margin: 0; }

.hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  transition: all .225s ease; }
  @media only screen and (max-width: 64em) {
    .hamburger {
      position: absolute;
      right: 0;
      top: 30px;
      transform: translateX(-50%);
      display: block;
      z-index: 10000;
      background: #ffffff;
      border: 1.5px solid #2d4a5f;
      height: 68px;
      width: 68px; }
      .hamburger .line {
        position: relative;
        width: 40px;
        height: 1.5px;
        background: #2d4a5f;
        margin: 0 auto;
        top: -14px;
        transition: opacity .225s ease-out; }
        .hamburger .line::before, .hamburger .line::after {
          content: '';
          position: absolute;
          width: 40px;
          height: 1.5px;
          background: #2d4a5f;
          left: 0; }
        .hamburger .line::before {
          top: 14px; }
        .hamburger .line::after {
          top: 28px; }
      .hamburger.open .line {
        top: 0;
        transform: rotate(-45deg); }
        .hamburger.open .line::before {
          opacity: 0; }
        .hamburger.open .line::after {
          top: 0;
          transform: rotate(90deg); } }

.navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  transition: all .225s ease; }
  @media only screen and (max-width: 64em) {
    .navigation {
      position: fixed;
      visibility: hidden;
      opacity: 0;
      flex-direction: column-reverse;
      background: #ffffff;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      overflow-y: auto;
      padding: 2rem; }
      .navigation.open {
        visibility: visible;
        opacity: 1; } }
  .navigation .language-switcher {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 7px;
    width: 213.33333px;
    border: 1.5px solid #2d4a5f;
    font-family: "Eesti Display", sans-serif;
    font-size: 1rem;
    min-height: 30px; }
    .navigation .language-switcher::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #2d4a5f; }
    .navigation .language-switcher::-moz-placeholder {
      /* Firefox 19+ */
      color: #2d4a5f; }
    .navigation .language-switcher:-ms-input-placeholder {
      /* IE 10+ */
      color: #2d4a5f; }
    .navigation .language-switcher:-moz-placeholder {
      /* Firefox 18- */
      color: #2d4a5f; }
    @media only screen and (max-width: 64em) {
      .navigation .language-switcher {
        margin: 0;
        text-align: center; } }
  .navigation .language-switcher::-ms-expand {
    /* for IE 11 */
    display: none; }
  .navigation .login {
    display: flex;
    flex-direction: row; }
    @media only screen and (max-width: 64em) {
      .navigation .login {
        display: block; }
        .navigation .login input {
          margin-bottom: 1rem !important; } }
    .navigation .login input {
      padding: 5px 7px;
      width: 213.33333px;
      border: 1.5px solid #2d4a5f;
      font-family: "Eesti Display", sans-serif;
      font-size: 1rem;
      margin-bottom: 0; }
      .navigation .login input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #2d4a5f; }
      .navigation .login input::-moz-placeholder {
        /* Firefox 19+ */
        color: #2d4a5f; }
      .navigation .login input:-ms-input-placeholder {
        /* IE 10+ */
        color: #2d4a5f; }
      .navigation .login input:-moz-placeholder {
        /* Firefox 18- */
        color: #2d4a5f; }
      .navigation .login input[type=submit] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: auto;
        background: #ffffff;
        cursor: pointer; }
  .navigation ul {
    margin: 0; }
    @media only screen and (max-width: 64em) {
      .navigation ul {
        display: block;
        width: 320px;
        margin: 90px auto 30px; } }
    .navigation ul li {
      border: 1.5px solid #2d4a5f;
      padding: 5px 7px; }
      @media only screen and (max-width: 64em) {
        .navigation ul li {
          display: block;
          width: 320px;
          margin: 30px auto; } }
      .navigation ul li.active {
        background: #5e98b5; }
        .navigation ul li.active a {
          color: #ffffff; }
      .navigation ul li.marked {
        background: #2d4a5f; }
        .navigation ul li.marked a {
          color: #ffffff; }
      .navigation ul li a {
        display: block;
        color: inherit; }
        @media only screen and (max-width: 64em) {
          .navigation ul li a {
            padding: 30px;
            text-align: center; } }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid .gutter-sizer {
  width: 3.5%; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .grid .gutter-sizer {
      width: 4%; } }
  @media only screen and (max-width: 40em) {
    .grid .gutter-sizer {
      width: 0%; } }

.grid .grid-item {
  width: 31%;
  background: #ffffff;
  padding: 30px; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .grid .grid-item {
      width: 48%; } }
  @media only screen and (max-width: 40em) {
    .grid .grid-item {
      width: 100%; }
      .grid .grid-item:not(:last-child) {
        margin-bottom: 30px; } }
  .grid .grid-item a:hover {
    color: #5e98b5; }
  .grid .grid-item .date {
    margin: 0; }
  .grid .grid-item .h2 {
    margin: 2px 0 30px 0; }
  .grid .grid-item img {
    max-width: 100%; }

.member p {
  margin: 0; }

.document-wrapper {
  background: #ffffff;
  width: 320px;
  padding: 30px; }
  .document-wrapper a {
    display: block;
    text-decoration: underline;
    padding: 8px 0; }
    .document-wrapper a:first-child {
      padding-top: 0; }
    .document-wrapper a:last-child {
      padding-bottom: 0; }
