* {
  margin: 0;
  padding: 0;
  outline: unset;
}

body {
  background: #fff;
  font-family: 'OpenSans';
  padding-top: 0px !important;
}

.clearfix, .clr {
  display: block;
  float: none;
  height: 1px;
  width: 100%;
  border: 0px solid red;
}

a {
  text-decoration: none;
  color: #061B50;
  transition: all ease 0.5s;
}
a:hover {
  color: #a6a6a6;
}

hr#system-readmore {
  border: none;
}

header .container-header img {
  width: 100%;
  height: auto;
}


header .mod-breadcrumbs__wrapper {
  margin: -5vh 0 0 0;
  position: relative;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.4);
}
header .mod-breadcrumbs__wrapper ol {
  text-align: center;
}

header .mod-breadcrumbs__wrapper ol li {
  display: inline;
}
header .mod-breadcrumbs__wrapper ol li.breadcrumb-item::before,
header .mod-breadcrumbs__wrapper ul::after {
  content: ' | ';
}


.mobilemenuck-bar {
  position: fixed  !important;
}
.mobilemenuck-logo {
  visibility: hidden;
  opacity: 0;
  margin: 10px 0 0 0;
  transition: all ease 0.5s;
}
.mobilemenuck-logo.show {
  visibility: visible;
  opacity: 1;
}
.mobilemenuck-bar-title {
  height: 70px;
  background: none !important;
  transition: all ease 0.5s;
}
.mobilemenuck-bar-title.show {
  background: rgba(6, 27, 80, 0.7) !important;
}
.mobilemenuck-bar-button {
  background: none !important; /*rgba(6, 27, 80, 1) !important;*/
  font-size: 2.5em !important;
}
.mobilemenuck-bar-title .titreck-text {
  display: none;
}
.mobilemenuck, .mobilemenuck-title {
  background: rgba(6, 27, 80, 0.7) !important;
}
.menuck.maximenuck {
  background: rgba(6, 27, 80, 1) !important;
  border: 1px solid #fff;
  transition: all ease 0.5s;
}
.menuck.maximenuck:hover {
  background: rgba(153, 153, 153, 1) !important;
}
.menuck.maximenuck.active {
  background: rgba(255, 255, 255, 1) !important;
}
.menuck.maximenuck.active a {
  color: rgba(6, 27, 80, 1) !important;
}
.menuck.maximenuck a {
  color: rgba(255, 255, 255, 1) !important;
}



.contentbox {
  width: 100%;
  max-width: 1400px;
  padding: 0vh 0% 0 0%;
}

.item-page,
.contentbox .com-content-category-blog__item.blog-item .item-content {
  width: 94%;
  padding: 60px 3%;
}

.contentbox .page-header h1,
.content-modules h1.mod-articles-title,
footer h1,
.contentbox .blog-item .page-header h2,
footer h2 {
  font-family: 'exothin';
  position: relative;
  margin: 0 0 60px 50px;
  font-size: 1.5em;
  color: #061B50;
}
.contentbox .page-header h1::before,
.content-modules h1.mod-articles-title::before,
footer h1::before,
.contentbox .blog-item .page-header h2::before {
  content: '___';
  letter-spacing: -5px;
  position: absolute;
  left: -50px;
  top: -8px;
}

.contentbox h2.page-subheader,
.content-modules h2.page-subheader,
footer h2.page-subheader {
  font-family: 'exosemibold';
  font-size: 2.5em;
  color: #061B50;
  width: 50vw;
  margin: 0 0 60px 0;
}

.contentbox .com-content-article__body {
  margin: 0px 0;
}
.contentbox .com-content-category-blog__item.blog-item {
  padding: 0px 0;
}
.contentbox .com-content-category-blog__item.blog-item.graybox {
  background: #e6e6e6;
}

.contentbox ul {
  margin: 20px 0 20px 20px;
}


.contentbox .timeline {
  border-left: 3px solid #061B50;
}
.contentbox .timeline .item::after {
  background: #061B50;
}
.contentbox .timeline .item::before {
  border: 2px solid #e6e6e6;
}
.contentbox .timeline .btn-box a {
  background: #061B50;
}

.contentbox .timeline .place {
  margin: 0 0 10px 0;
}
.contentbox .timeline .btn-box {
  margin: 20px 0 0 0;
}

.content-modules {
  background: #d6d6d6;
  margin: 60px 0 0 0;
}

.mod-articles-items .article_item_right {
    background: #fff;
}
.mod-articles-item-content {
  margin: 0px 3vw;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0
}
.mod-articles-item-content.right {
  flex-direction: row-reverse;
}
.mod-articles-item-content figure,
.mod-articles-item-content .item-content {
  flex: 1;
  flex-basis: 50%;
}

.mod-articles-items .article_item_left figure {
  margin: 0 0px 0 0;
}
.mod-articles-items .article_item_right figure {
  margin: 0 0 0 0px;
}
.mod-articles-items .article_item_right figure img {
  float: right;
}

.mod-articles-items img {
  max-width: 99%;
  height: auto;
  margin: 0 0 40px 0;
}

.mod-articles-items p {
  display: inline;
}

.mod-articles-items .article_item_left .page-subheader,
.mod-articles-items .article_item_right .page-subheader {
  width: 100%;
}

p.readmore {
  display: block;
  margin: 30px 0 0 0;
}
.readmore a.btn {
  background: #061B50;
  border-radius: 5px;
  padding: 8px 25px;
  color: #fff;
  border: 1px solid #061B50;
  transition: all ease 0.5s;
}
.readmore a.btn:hover {
  background: #fff;
  color: #061B50;
}




footer {
  background: #061B50;
  color: #fff;
  margin: 0px 0 0 0;
}

footer .footer-box {
  width: 94%;
  max-width: 1400px;
  padding: 10vh 3% 0 3%;
}

footer h1 {
  margin: 0 0 30px 50px;
  color: #fff;
}
footer h2.page-subheader {
  color: #fff;
  width: 100%;
  text-align: center;
}

footer a {
  color: #fff;
}

footer .moduletable.contactbox-footer {
  margin: 0 0 40px 0;
}
footer .moduletable.contactbox-footer p {
  padding: 10px 0;
}
footer .moduletable.contactbox-footer p img {
  display: inline;
  vertical-align: middle;
  margin: 0 15px 0 0;
  width: 30px;
  height: 30px;
}

footer .footer-claim {
  background: #d6d6d6;
  margin: 0px 0;
  padding: 30px 3%;
}
footer .footer-claim .mod-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .footer-claim .mod-custom figure,
footer .footer-claim .mod-custom .cbox {
  flex: 1;
  flex-basis: 50%;
  text-align: center;
  color: #000;
  padding: 0 0%;
  margin: 15px 0;
}
footer .footer-claim .mod-custom figure img {
  max-width: 94%;
  height: auto;
}
footer .footer-claim .mod-custom .cbox {
  margin: 0px 0;
}
footer .footer-claim h2 {
  font-size: 2.5em;
  margin: 0 20px;
}



footer .footer-boxes {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  padding: 0 3%;
  margin: 30px 0 0 0;
}
footer .footer-boxes > * {
  flex: 1 1 280px;
}
footer .footer-boxes .moduletable {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(960px * 999 - 100% * 999);
  margin: 20px 0;
}
footer .footer-boxes .moduletable > * {
  flex: 1 1 280px;
}

.btn, .cf-btn,
#cookiehintsubmit, #cookiehintsubmitno {
  background: #061B50 !important;
  transition: all ease 0.5s;
}
.btn:hover, .cf-btn:hover, 
#cookiehintsubmit:hover, #cookiehintsubmitno:hover {
  background: #d6d6d6 !important;
  color: #061B50 !important;
}



@media (max-width: 750px) {
  .contentbox h2.page-subheader,
  .content-modules h2.page-subheader {
    width: 90%;
    word-wrap: break-word;
  }
}
