body,
html {
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px !important;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Flexo',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300; }

h1 {
  font-size: 60px;
  color: #005ca9;
  margin: 30px 0; }

.content-section-a .header p {
  font-size: 20px; }

h2 {
  font-size: 40px;
  line-height: 46px;
  color: #005ca9;
  margin: 0 0 20px 0; }

a {
  text-decoration: underline; }

ul li a {
  text-decoration: none; }

.header1 {
  font-family: 'Flexo',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 31px;
  color: #ffffff;
  margin: 30px 0;
  padding-left: 30px; }

.borderTop {
  border-top: #000000 solid 1px;
  padding: 10px 0; }

.content-section-a {
  margin-top: 89px;
  background: #eff0f0; }
  .content-section-a .header {
    text-align: center;
    padding-bottom: 60px;
    font-size: 23px; }

.content-section-d {
  background: #eff0f0;
  padding: 20px;
  margin-top: 20px; }
  .content-section-d a {
    color: #000000; }
    .content-section-d a:hover, .content-section-d a:visited, .content-section-d a:focus {
      color: #000000;
      text-decoration: none; }

.form-signin {
  margin: 0 auto 0;
  margin-bottom: 60px;
  max-width: 330px;
  padding: 15px; }

.sidebar .title {
  border-top: 1px solid #000000;
  font-size: 23px;
  line-height: 1.2em;
  margin-bottom: 30px;
  padding-top: 10px; }
.sidebar .text {
  border-top: 1px solid #000000;
  font-size: 18px;
  padding-top: 10px; }

.content-section-b {
  background: #ffffff;
  padding: 20px; }
  .content-section-b a {
    color: #000000; }
    .content-section-b a:hover, .content-section-b a:visited, .content-section-b a:focus {
      color: #000000;
      text-decoration: none; }

.content-section-footer {
  background: #5c6462;
  padding: 20px; }
  .content-section-footer p, .content-section-footer a, .content-section-footer li {
    color: #999999; }
    .content-section-footer p a:hover, .content-section-footer a a:hover, .content-section-footer li a:hover {
      color: #ffffff; }
  .content-section-footer .headline {
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px; }
  .content-section-footer ul {
    padding-left: 15px;
    list-style-type: none; }
    .content-section-footer ul li:before {
      content: '\f0da';
      font-family: 'FontAwesome';
      float: left;
      margin-left: -1em; }

.none {
  display: none; }

footer {
  background: #485156;
  line-height: 40px; }
  footer .copyright {
    margin: 0;
    color: #999999;
    padding-left: 80px; }
  footer .footerLogo {
    position: relative; }
    footer .footerLogo img {
      position: absolute;
      top: 13px; }

.hide {
  display: none; }

.show {
  display: block; }

.alert {
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
}

.alertPosition {
  top: 89px;
  position: fixed;
  z-index: 999;
  width: 100%; }

.content-section-c {
  background-color: #707e86;
  padding: 20px; }
  .content-section-c h3, .content-section-c h2, .content-section-c h1, .content-section-c p {
    color: #ffffff; }

.documentList {
  border-top: 1px solid #485156;
  padding: 10px 0;
  margin-top: 10px; }

#copyClip {
  cursor: pointer; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input {
  color: #999999 !important;
}

.input-group {
  margin-bottom: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.input-group-addon {
  background: #005ca9;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 6px 12px;}

input.form-control {
  border: none;
  border-radius: 0; }
  input.form-control :focus {
    outline: none; }

.btn {
  border-radius: 0;
  line-height: 1.33333;
  padding: 6px 13px; }

.btn-primary {
  background: #005ca9;
  border: none;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px; }

.input-group > .btn-group {
  width: auto !important;
}

select.form-control {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

button.dropdown-toggle {
  margin-left: 0;
  border: 1px solid #005ca9 !important;
  line-height: 20px !important; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0; }

.dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0; }

.filter-option {
  color: #999999;
  font-weight: 300; }

.checkbox label {
  padding-left: 0; }

input[type="checkbox"] {
  display: none; }

label {
  cursor: pointer; }

input[type="checkbox"]:checked + label {
  color: #005ca9; }

input[type="checkbox"] + label:before {
  border: 1px solid #ffffff;
  content: "\00a0";
  background: #ffffff;
  display: inline-block;
  font: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px; }

input[type="checkbox"]:checked + label:before {
  background: #005ca9;
  border: 1px solid #005ca9; }

input[type="checkbox"]:checked + label:after {
  font-weight: bold; }

.radio label {
  padding-left: 0; }

input[type="radio"] {
  display: none; }

label {
  cursor: pointer;
  font-weight: 400; }

input[type="radio"]:checked + label {
  color: #005ca9; }

input[type="radio"] + label:before {
  content: "";
  background: #ffffff;
  display: inline-block;
  font: 14px;
  height: 14px;
  padding: 0;
  width: 14px;
  border-radius: 7px;
  margin: 0 10px 0 0; }

input[type="radio"]:checked + label:before {
  background: #005ca9;
  border: 1px solid #005ca9;
  color: #005ca9; }

input[type="radio"]:checked + label:after {
  font-weight: bold; }

.ui-datepicker {
  background: white; }
  .ui-datepicker .ui-datepicker-header .ui-corner-all {
    border-radius: 0; }
    .ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon {
      color: #ffffff; }

.ui-widget-content {
  border-radius: 0;
  width: 258px; }

span.ui-icon {
  color: #ffffff; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background: white; }

textarea#areaDesc {
  height: 125px;
  border-radius: 0;
  border: none; }

form.dropzone {
  border: none;
  height: 169px; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  max-width: none; }

/* style 1 */
.inputfile-1 + label {
  color: #ffffff;
  background-color: #005ca9;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-family: 'lato';
  font-weight: 300;
  font-size: 18px; }

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #005ca9; }

input.searchField {
  width: 140px !important;
  border: 1px solid #cccccc; }

.searchButton {
  padding: 8px 15px !important; }

.progressBar {
  width: 100%; }

.content-section-b .input-group-addon {
  background: #005ca9;
  color: #ffffff;
  border: 1px solid #005ca9;
  border-radius: 0; }
.content-section-b input.form-control {
  border: 1px solid #005ca9;
  border-radius: 0; }
  .content-section-b input.form-control :focus {
    outline: none; }
.content-section-b input[type="checkbox"] + label:before {
  border: 1px solid #707e86; }
.content-section-b input[type="checkbox"]:checked + label:before {
  background: #005ca9;
  border: 1px solid #005ca9; }

textarea {
  border: 1px solid #005ca9; }

.bootbox.modal {
  background: black;
  height: 150px; }
  .bootbox.modal .modal-dialog {
    margin: 0 auto; }
    .bootbox.modal .modal-dialog .modal-content {
      box-shadow: none;
      background-color: transparent; }

.modal-content {
  border-radius: 0;
  background: #005ca9;
  border-color: #005ca9; }

.modal-footer {
  background: #ffffff; }

.navbar-fixed-top {
  border-bottom: 10px solid #005ca9;
  background-color: white; }
  .navbar-fixed-top h1 {
    font-size: 40px;
    margin: 20px 0; }
  .navbar-fixed-top ul {
    border: none; }
    .navbar-fixed-top ul li a {
      padding: 30px 10px; }
      .navbar-fixed-top ul li a .fa {
        color: #000000; }
        .navbar-fixed-top ul li a .fa:hover, .navbar-fixed-top ul li a .fa.active {
          color: #005ca9; }
        .navbar-fixed-top ul li a .fa:visited {
          color: #000000; }
    .navbar-fixed-top ul li:hover {
      color: #005ca9; }
  .navbar-fixed-top .logo {
    line-height: 80px; }
    .navbar-fixed-top .logo img {
      height: 50px; }

.homeTitle {
  float: left; }

.subNavSection {
  background-color: #005ca9;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 90px;
  opacity: 1; }

.subLangSection {
  background-color: #005ca9;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 90px;
  opacity: 1; }

.subNav {
  padding: 0 0 20px 0; }
  .subNav .naviGroup {
    float: left;
    margin-right: 20px; }
    .subNav .naviGroup .naviBox {
      height: 100px;
      width: 100px;
      float: left;
      background: #ffffff;
      margin-left: 10px;
      margin-bottom: 10px;
      text-align: center;
      font-size: 12px;
      line-height: 14px; }
      .subNav .naviGroup .naviBox p {
        padding: 10px;
        background-color: #eff0f0;
        height: 50px;
        line-height: 14px;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        width: 100px; }
      .subNav .naviGroup .naviBox img {
        height: 65px;
        width: 90px;
        overflow: hidden;
        padding: 5px 0;
        margin: 0; }
      .subNav .naviGroup .naviBox i {
        height: 65px;
        width: 90px;
        overflow: hidden;
        padding: 14px 0;
        margin: 0 6px;
        display: block; }

.subLang {
  padding: 20px 0;
  color: #ffffff; }

.langChoice {
  margin-top: 20px;
  border-top: 1px solid #ffffff;
  padding: 10px 20px; }
  .langChoice ul {
    list-style-type: none;
    padding-left: 0; }
    .langChoice ul a {
      color: #ffffff;
      line-height: 50px;
      font-size: 18px; }
      .langChoice ul a:hover {
        text-decoration: none; }

.navChoice {
  margin-top: 0;
  padding: 10px 20px;
  margin-right: 8px;
  float: left;
  width: 280px; }
  .navChoice ul {
    list-style-type: none;
    padding-left: 0;
    border-top: 1px solid #ffffff; }
    .navChoice ul a {
      color: #ffffff;
      line-height: 30px;
      font-size: 18px; }
      .navChoice ul a:hover {
        text-decoration: none; }
      .navChoice ul a li {
        padding-top: 10px; }

.content-section-a .dashBox {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  width: 250px; }
  .content-section-a .dashBox .logoBox {
    background: #ffffff;
    padding: 10px; }
    .content-section-a .dashBox .logoBox img {
      height: 100px;
      width: 230px;
      overflow: hidden; }
  .content-section-a .dashBox .teaserBox {
    position: relative;
    padding: 10px 20px;
    background: #f1f1f1;
    height: 120px; }
    .content-section-a .dashBox .teaserBox p {
      margin: 0; }
    .content-section-a .dashBox .teaserBox .boxHeader {
      color: #005ca9; }
    .content-section-a .dashBox .teaserBox .boxLink {
      position: absolute;
      bottom: 10px; }
      .content-section-a .dashBox .teaserBox .boxLink a {
        color: #5c6462;
        text-decoration: none; }

.content-section-b .greyBox.pg5 {
  background: #eff0f0;
  padding: 20px;
  font-size: 18px;
  line-height: 32px; }
  .content-section-b .pg5Data .pg5SID {
    float: left;
    line-height: 20px; }
  .content-section-b .greyBox.pg5 button {
    margin-bottom: 0; }

.alert-info {
  padding: 20px;
  font-size: 18px;
  line-height: 32px; }
  .alert-info .leftAlertText {
    float: left; }
  .alert-info button {
    margin-bottom: 0; }

.alert-warning {
  padding: 20px;
  font-size: 18px;
  line-height: 32px; }
  .alert-warning .leftAlertText {
    float: left; }
  .alert-warning button {
    margin-bottom: 0; }

#error-message-wrapper {
  margin-bottom: 20px;
  background: #f2dede;
  color: #d51317;
  padding: 10px;
  border: 1px solid #d51317; }

div[id^="error-"] {
  color: #a94442;
  margin-bottom: 10px;
}

.selectBox {
  width: 275px;
  margin-right: 10px;
  float: left; }
  .selectBox:last-child {
    margin-right: 0; }
  .selectBox .boxHeader {
    background: #eff0f0;
    color: #707e86;
    line-height: 50px;
    text-align: center; }
  .selectBox .checkContent {
    padding: 0 10px; }
  .selectBox .refBoxContent {
    padding: 10px;
    background: #eff0f0; }
    .selectBox .refBoxContent .refBoxHeadline {
      font-weight: bold;
      color: #485156;
      margin: 0 0 10px 0; }
    .selectBox .refBoxContent .refBoxThumb {
      width: 100px;
      margin-right: 10px;
      float: left; }
    .selectBox .refBoxContent .refBoxData ul {
      list-style-type: none;
      margin-bottom: 0; }
      .selectBox .refBoxContent .refBoxData ul li {
        line-height: 24px;
        height: 24px; }
  .selectBox .refBoxBottom {
    background: #ffffff;
    padding: 10px;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #eff0f0;
    height: 35px; }

.refLegend {
  float: left;
  width: 200px;
  text-align: center; }

.gdprcookie {
  position: relative;
  width: 100%;
  padding: 30px 0 10px 0;

  background-color: #e0e0e0;
  border-bottom: 1px solid #8e9896;

}

.gdprcookie__close {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.gdprcookie__agreement {
  width: 90%;
  margin: auto;
  text-align: center;
}

.agreement__title {
  font-weight: bold;
}

.agreement__button {
  border: none;
  min-width: 300px;
  padding: 11px 15px 9px 20px;
  margin: 10px 0 20px 0;
  color: #fff;
  text-align: left;
  background-color: #0066b3;
}

.agreement__button:hover {
  background-color: #286090;
}

.agreement__button--check {
  float: right;
}

@media (max-width: 300px) {
  .nonRespNavi {
    display: none; }

  .respNavi {
    display: block; }

  .content-section-a {
    margin-top: 0;
    padding-top: 50px; }

  .mblrow {
    display: flex;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 10px; }

  .selectBox {
    width: 100%;
    margin-right: 0; }
    .selectBox .boxHeader {
      background: #eff0f0;
      color: #707e86;
      line-height: 50px;
      text-align: center; }
    .selectBox .checkContent {
      padding: 0 10px; } }
@media (max-width: 750px) {
  .nonRespNavi {
    display: block; }

  .respNavi {
    display: none; }

  .collapse {
    display: block; }

  .content-section-a {
    margin-top: 0;
    padding-top: 50px; }

  .navbar-fixed-top ul {
    border: none;
    float: left; }
    .navbar-fixed-top ul li a {
      padding: 10px; }
  .navbar-fixed-top .logo {
    line-height: 38px; }
    .navbar-fixed-top .logo img {
      height: 25px; }

  .nav > li {
    position: relative;
    display: inline-block; }

  .navbar-nav {
    margin: 0; }

  nav {
    height: 50px; }

  .subNavSection {
    top: 50px; }

  .subLangSection {
    top: 50px; }

  .alertPosition {
    top: 50px; }

  .mblrow {
    display: flex;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 10px; }

  .selectBox {
    width: 100%;
    margin-right: 0; }
    .selectBox .boxHeader {
      background: #eff0f0;
      color: #707e86;
      line-height: 50px;
      text-align: center; }
    .selectBox .checkContent {
      padding: 0 10px; } }
@media (max-width: 1000px) {
  .nonRespNavi {
    display: block; }

  .respNavi {
    display: none; }

  .mblrow {
    display: flex;
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 10px; } }
@media (max-width: 1600px) {
  .nonRespNavi {
    display: block; }

  .respNavi {
    display: none; }

  .mblrow {
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 10px; } }

/* BOOTSTRAP v3 WRAPPERS */

.top-buffer { margin-top:40px; }

.btn-light {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* dropdownmenus */

.dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.inner {
  display: block;
}

.inner > li {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.inner > li:hover {
  background-color: #f5f5f5;
}

.inner > li > a {
  color: #000000;
  display: block;
  min-width: 100%;
  padding: .25rem 1.5rem;
}

.search-addon {

}

.searchButton {
  padding: 2px;
  margin: 0;
}

.mbapp--licence-list-row {
  padding-top: 1rem;
  border-bottom: 1px solid #CCC;
}

.mbapp--licence-list-row:last-child {
  border-bottom: none;
}

input[type="checkbox"].privacystatement-checkbox{
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
