@font-face {
  font-family: 'Metropolis ExtraLight';
  src: url('/Content/fonts/Metropolis/Metropolis-ExtraLight.otf');
}
@font-face {
  font-family: 'Metropolis ExtraBold';
  src: url('/Content/fonts/Metropolis/Metropolis-ExtraBold.otf');
}
@font-face {
  font-family: 'Metropolis Bold';
  src: url('/Content/fonts/Metropolis/Metropolis-Bold.otf');
}
@font-face {
  font-family: 'Metropolis Medium';
  src: url('/Content/fonts/Metropolis/Metropolis-Medium.otf');
}
body {
  font-family: "Metropolis ExtraLight", "Arial Rounded MT", Arial, Helvetica;
  font-size: 14px;
  color: black;
}
header {
  height: auto;
  background: #333333;
}
header img {
  max-height: 140px;
  margin-top: -5%;
}
@media only screen and (max-width: 1199px) {
  header img {
    max-height: 118px;
    margin-top: -7%;
  }
}
.content p a,
.content ul:not(.nav) li a {
  color: #333333;
  font-family: "Metropolis Bold";
  border-bottom: 2px solid #d7101c;
}
.content p a:hover,
.content ul:not(.nav) li a:hover {
  color: white;
  background-color: #d7101c;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
a {
  color: #333333;
  font-family: "Metropolis Bold";
  border-bottom: 0px;
  text-decoration: none;
}
header > div > div > div a {
  color: white !important;
}
footer {
  color: black;
  font-size: 12px;
  padding: 10px 0;
}
.content {
  padding: 40px 0;
}
.nav.navbar-nav {
  float: right;
}
@media only screen and (max-width: 991px) {
  .nav.navbar-nav {
    float: left;
    width: 100%;
  }
}
.navbar {
  margin-bottom: 0px;
  padding: 0;
  font-size: 16.5px;
}
@media only screen and (min-width: 767px) {
  .navbar {
    margin-top: 0px;
  }
}
.navbar.navbar-default {
  padding: 0;
  background-color: transparent;
  border: none;
}
.navbar .navbar-collapse {
  border: none;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}
.navbar .navbar-toggle {
  border: none;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #ffdb09;
}
.navbar .navbar-toggle span.icon-bar {
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .nav li:hover,
  .nav li:active,
  .nav li:focus {
    background-color: #484848;
  }
}
@media only screen and (max-width: 768px) {
  .nav li.dropdown {
    background-color: transparent;
  }
}
.nav li > a {
  font-family: "Metropolis Medium";
  color: #e5f6fa !important;
  margin-left: 15px;
  padding: 13px 0px;
  font-size: 15px;
}
.nav li > a:hover {
  border: none;
}
.nav li > a::after {
  position: absolute;
  bottom: 9px;
  left: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 3px;
  background: #ffdb09;
  content: '';
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.nav a:hover:after,
.nav a:active::after,
.nav a:focus::after {
  bottom: 7px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .nav a:hover:after,
  .nav a:active::after,
  .nav a:focus::after {
    opacity: 0;
  }
}
.nav .dropdown-menu > li > a:hover:after,
.nav .dropdown-menu > li > a:active:after,
.nav .dropdown-menu > li > a:focus:after {
  opacity: 0;
}
.nav .dropdown-menu li:hover,
.nav .dropdown-menu li:focus,
.nav .dropdown-menu li:active {
  background-color: whitesmoke;
}
@media only screen and (max-width: 768px) {
  .nav .dropdown-menu li:hover,
  .nav .dropdown-menu li:focus,
  .nav .dropdown-menu li:active {
    background-color: #484848;
  }
}
.nav .dropdown-menu li > a {
  font-size: 14px;
  margin-right: 15px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .nav .dropdown-menu li > a {
    color: black !important;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent !important;
}
.navbar-header {
  width: 100%;
}
.navbar-header .navbar-brand {
  padding: 15px 0px;
}
@media only screen and (max-width: 1199px) {
  .navbar-header .navbar-brand {
    display: none !important;
  }
}
.navbar-header a:hover {
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}
.navbar-header ul {
  margin-top: 10px;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  
}
.navbar-header ul .site-title {
  color: #e5f6fa;
  font-size: 55px;
  font-family: 'Metropolis Bold';
  display: inline-block;
  padding-left: 2%;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .navbar-header ul .site-title {
    font-size: 21px;
  }
}
.navbar-header ul .header-links {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .navbar-header ul .header-links {
    margin-top: 0px;
  }
}
.navbar-header ul .header-links a {
  color: #0097d1 !important;
  margin-bottom: 5px;
  border-bottom: 2px solid;
  display: block;
  text-align: left;
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .navbar-header ul .header-links a {
    font-size: 10px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.nav-tabs li a {
  color: #555555 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-tabs li a:hover:after,
.nav-tabs li a:active:after,
.nav-tabs li a:focus:after {
  opacity: 0;
}
.nav-tabs li a:hover {
  border: 1px solid transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 {
  font-family: "Metropolis ExtraBold", "Arial Rounded MT Bold", "Arial Rounded MT Bold fix", "Arial Rounded MT", Arial, Helvetica;
  /*border-top: 7.5px solid @ccYellow;*/
  text-align: center;
  padding-top: 30px;
  color: #333333;
  font-size: 35px;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Metropolis Bold", "Arial Rounded MT Bold", "Arial Rounded MT Bold fix", "Arial Rounded MT", Arial, Helvetica;
}
h2 {
  font-size: 26px;
}
.breadcrumb-container {
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 0.75rem 1rem;
}
.breadcrumb-container .breadcrumb {
  background-color: transparent;
  padding: 20px 15px;
  margin: 0;
}
.breadcrumb-container .breadcrumb > li a {
  font-weight: bold;
  color: black;
  font-family: "Metropolis Bold";
  border-bottom: 0px;
}
.breadcrumb-container .breadcrumb > li a:hover {
  border-bottom: 3px solid #ffdb09;
  padding-bottom: 5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-decoration: none;
}
.latest-news {
  /*text-align: left;*/
  border-top: 7.5px solid #ffdb09;
  padding-top: 30px;
}
.search-module.text {
  margin-top: 15px;
  margin-bottom: 15px;
}
#news-overview {
  margin-bottom: 40px;
}
#news-overview article {
  margin-top: 20px;
}
#news-overview article .content-title {
  padding: 15px 0px 5px 0px;
  background-color: white;
  border-top: 2px solid #0097d1;
}
#news-overview article .content-title h3 {
  margin-top: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #0097d1;
}
#news-overview article .content-title h3 a {
  font-family: "Metropolis Medium";
  text-decoration: none;
  font-size: 20px;
  transition: 0.2s;
  color: #0097d1;
}
#news-overview article .content-title h3 a:hover {
  color: #026d96;
  border: none;
}
#news-overview article .content-summary {
  height: 103px;
  overflow: hidden;
}
#news-overview article .content-footer {
  padding: 10px 10px 10px 0px;
  position: relative;
}
#news-overview article .content-footer span {
  padding: 6px 5px;
}
#news-overview article .content-footer span:first-child {
  font-family: "Metropolis ExtraLight";
}
#news-overview article .content-footer a,
#news-overview article .content-footer span {
  color: #333333;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
  padding: 0;
  font-family: "Metropolis Bold";
}
.nav-tabs a {
  color: #333333;
}
.tab-content .tab-pane {
  padding-top: 20px;
}
.button {
  background-color: #333333;
  border-color: #333333;
  color: white;
  display: inline-block;
  text-decoration: none;
  border: none;
  text-align: center;
  padding: 8px 13px;
  border-radius: 5px;
}
.button:hover {
  background-color: #1bc3e0;
}
.button[disabled] {
  background-color: #cccccc;
}
.keyword {
  color: black;
  background-color: #ffdb09;
}
label {
  min-width: 100px;
}
input,
select {
  min-width: 280px;
}
.form-group {
  margin-bottom: 15px !important;
}
table {
  font-size: 14px;
  font-family: 'Metropolis Medium';
}
table tr > td {
  padding: 5px;
}
table tr > td div {
  letter-spacing: 0.1rem;
  padding: 5px;
}
.small-content {
  max-width: 700px;
  margin: 0 auto;
}
.small-content img {
  max-width: 100%;
}
.errors {
  color: red;
}
.table-striped tr:nth-child(even) {
  background: #dddddd;
}
.document-results h2 {
  margin-top: 0px;
  color: #333333;
}
.document-results .result .title {
  color: black;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.document-results .result .title span {
  font-size: .8em;
  margin-right: 20px;
}
.document-results .result .result-meta {
  font-size: 11px;
  color: black;
  margin-left: 10px;
}
.document-results .result .result-meta.score {
  color: white;
}
.document-results .result .summary {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.document-results .result .summary > span {
  font-family: 'Metropolis ExtraBold';
}
.btn-primary {
  background: #ffdb09;
  color: black;
  padding: 6px 18px 7px 18px;
  border: none;
  border-radius: 0px;
  font-family: "Metropolis Bold";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.87px;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:focus {
  color: white;
  background: #333333;
  border-color: transparent;
}
.btn-primary:hover {
  background: #ffdb09;
  color: white;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn-primary[disabled]:hover:before,
.btn-primary[disabled]:focus:before,
.btn-primary[disabled]:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-primary[disabled] {
  opacity: 1;
  background-color: whitesmoke;
}
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active:focus {
  color: #333333;
  background: whitesmoke;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active:hover {
  color: #333333;
  background-color: whitesmoke;
}
tr > td a {
  font-family: "Metropolis ExtraLight";
}
tr > td a:hover {
  border: none;
}
.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  color: #333333;
  cursor: default;
  border-color: #ffdb09;
  background-color: #ffdb09;
}
.pagination li a,
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  color: #333333;
}
@media only screen and (min-width: 768px) {
  .zizobutton {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #toonalles {
    margin-left: 100px;
    margin-bottom: 15px;
  }
}

