@charset "utf-8";
body, h1 {
  margin: 0;
  padding: 0
}
body {
  font: 14px 'Open Sans', sans-serif;
  color: #222;
  margin: 0;
  height: 100% !important
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/roger-001.jpeg) center center / cover
}
* {
  box-sizing: border-box
}
.top-wrap {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 3
}
.top-inner {
  max-width: 1160px;
  margin: auto
}
nav {
  width: 100%;
  height: 50px;
  float: left;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 0 20px
}
nav ul {
  width: 100%;
  height: auto;
  float: right;
  list-style: none;
  padding: 0;
  margin: 0
}
nav ul li.logo {
  background-color: #016082;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 2
}
nav ul li.logo a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  font-weight: 700;
  padding: 0 30px
}
nav ul li.burger {
  position: absolute;
  right: 20px;
  top: 0;
  display: none;
  z-index: 1000
}
nav ul li.burger a {
  width: 30px;
  height: 50px;
  display: block;
  float: right
}
.inner-nav {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0 20px 0 240px;
  text-align: right
}
nav ul .inner-nav li {
  display: block;
  padding: 0 20px;
  line-height: 40px;
  float: left;
}
nav ul .inner-nav li a {
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 1.2em;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  position: relative;
  padding-bottom: 3px
}
nav ul .inner-nav li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #016082;
  transition: width .3s ease-in-out
}
nav ul .inner-nav li a:hover::before {
  width: 100%
}
nav ul .inner-nav li a.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #016082
}
.content-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0
}
.container-outer {
  max-width: 1160px;
  margin: auto
}
.container-inner {
  width: 100%;
  height: auto;
  float: left;
  padding: 80px 20px 60px
}
.content {
  width: 650px;
  height: auto;
  float: left;
  background-color: #ffffffe6;
  padding: 30px;
  border-radius: 3px
}
.right-fl {
  float: right
}
.content h1 {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  font-size: 1.4em;
  font-weight: 300;
  color: #016082
}
.content strong, .content b, .content p a, .content ul li a {
  font-weight: 600;
  color: #016082;
  text-decoration: none
}
.content p a:hover, .content ul li a:hover {
  text-decoration: underline
}
.content p {
  text-align: left;
  font-size: 1em;
  line-height: 1.6
}
@media only screen and (min-width:800px) {
  .content p {
    text-align: justify;
    hyphens: auto;
  }
}
div.content p.left-text {
  text-align: left;
  hyphens: none
}
.content .history-row {
  width: 100%;
  height: auto;
  float: left
}
.content .history-row span.history-title {
  width: 20%;
  height: auto;
  display: block;
  float: left;
  font-weight: 600;
  color: #016082;
  line-height: 1.6;
  padding-bottom: 20px
}
.content .history-row span.history-text {
  width: 80%;
  height: auto;
  display: block;
  float: left;
  line-height: 1.6;
  padding-bottom: 20px
}
.animated-paragraph {
  opacity: 0;
  transition: opacity .5s ease-in-out
}
.animated-paragraph.animated {
  opacity: 1
}
.footer {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff
}
.footer-inner {
  max-width: 1160px;
  margin: auto
}
.footer ul {
  float: right;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 20px;
  padding-left: 20px
}
.footer ul li {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px
}
.footer ul li a {
  display: block;
  padding: 8px 0;
  font-size: .8em;
  color: #222;
  text-decoration: none;
  font-weight: 600
}
.footer ul li a:hover, .footer ul li a.active {
  color: #016082
}
.menu-icon {
  width: 30px;
  height: 40px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end
}
.menu-icon span {
  height: 2px;
  background-color: #016082;
  position: absolute;
  transition: transform .3s ease, opacity .3s ease;
  right: 0;
  border-radius: 1px
}
.menu-icon span:nth-child(1) {
  width: 30%;
  top: 10px
}
.menu-icon span:nth-child(2) {
  width: 60%;
  top: 18px
}
.menu-icon span:nth-child(3) {
  width: 100%;
  top: 26px
}
.menu-icon.toggle span:nth-child(1) {
  width: 100%;
  top: 18px;
  transform: rotate(45deg)
}
.menu-icon.toggle span:nth-child(2) {
  opacity: 0
}
.menu-icon.toggle span:nth-child(3) {
  width: 100%;
  top: 18px;
  transform: rotate(-45deg)
}
.accordion-content {
  overflow: hidden;
  transition: height .1s ease-out
}
.accordion-button {
  background-color: #f2f2f2;
  border: none;
  outline: none;
  text-align: left;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: top;
  position: relative;
  padding-left: 60px
}
.accordion-button .btn-img {
  width: 20px;
  height: 20px;
  left: 8px;
  top: 8px;
  position: absolute
}
.accordion-button .static-counter {
  width: 12px;
  height: 100%;
  left: 35px;
  top: 0;
  position: absolute;
  display: top;
  align-items: center;
  padding-top: 10px
}
.accordion-icon {
  transition: transform .2s ease;
  height: 20px;
  width: 20px
}
.accordion-icon path {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: #016082
}
.accordion-button.active .accordion-icon path {
  transform: rotate(45deg);
  transform-origin: 50% 50%
}
.accordion-content {
  font-size: .9em
}
.accordion-content p, .accordion-content ul li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5
}
.accordion-content ul li {
  padding-bottom: 10px
}
.accordion-content ul {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px
}
.accordion-content ul li {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-left: 20px;
  position: relative;
  text-align: justify;
  hyphens: auto
}
.accordion-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #016082;
  border-radius: 50%
}
ul.content-list {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 20px
}
ul.content-list li {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-left: 40px;
  position: relative;
  text-align: justify;
  hyphens: auto;
  padding-bottom: 10px
}
ul.content-list li:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 7px;
  width: 5px;
  height: 5px;
  background-color: #016082;
  border-radius: 50%
}
div#klaro div.klaro .cookie-modal .cm-btn.cm-btn-success, div#klaro div.klaro .context-notice .cm-btn.cm-btn-success, div#klaro div.klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #016082
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
  color: #016082 !important
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #016082 !important
}
.klaro .cookie-modal .slider {
  box-shadow: 0 0 0 0 !important
}
.klaro .cookie-modal .cm-modal .cm-header h1 {
  font-size: 1.4em !important;
  color: #016082;
  font-weight: 400
}
.accordion-content .table-wrap {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-left: 10px;
  padding-right: 10px
}
.accordion-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #efefef;
  font-size: .9em
}
.accordion-content table tr th:nth-last-child(1) {
  width: 20%
}
.accordion-content table tr th:nth-last-child(2) {
  width: 10%
}
.accordion-content table tr th:nth-last-child(3) {
  width: 10%
}
.accordion-content table tr th:nth-last-child(4) {
  width: 40%
}
.accordion-content table tr th:nth-last-child(5) {
  width: 20%
}
.accordion-content table tr th {
  background-color: #D6D6D6
}
.accordion-content table caption {
  width: 100%;
  font-size: 1em;
  text-align: left;
  padding: 5px;
  font-weight: 600
}
.accordion-content table tr th, .accordion-content table tr td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  border: 1px solid #D6D6D6
}
.accordion-content table tr:nth-child(even) {
  background-color: #efefef
}
.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -6px;
  margin-right: -6px
}
.img-item {
  padding-left: 6px;
  padding-right: 6px
}
.img-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 3px
}
.lightbox {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #000000e6;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none
}
.lightbox-content {
  max-width: 70%;
  max-height: 80%
}
.close, .next, .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 40px;
  user-select: none;
  z-index: 1001
}
.close {
  top: 10px;
  right: 25px;
  font-size: 60px
}
.prev, .next {
  transform: translateY(-50%)
}
.prev {
  left: 10px
}
.next {
  right: 10px
}
@media only screen and (max-width:1000px) {
  .inner-nav {
    text-align: right;
    display: block;
    position: static;
    float: right;
    height: auto;
    width: auto;
    padding: 0
  }
  .inner-nav li {
    float: left
  }
  nav ul {
    display: block;
    float: right;
    width: auto
  }
  nav ul .inner-nav li {
    display: block;
    width: auto
  }
}
@media only screen and (max-width:1024px) {
  body:after {
    height: 50vh;
    top: 50px
  }
  div.content-wrapper {
    position: static !important;
    display: block;
    float: left;
    margin-top: 50vh
  }
  div.container-inner {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0
  }
  div.content {
    width: 100%;
    height: auto;
    float: left;
    font-size: 1.1em
  }
  nav {
    -webkit-box-shadow: 0 0 4px #0006;
    -moz-box-shadow: 0 0 4px #0006;
    box-shadow: 0 0 4px #0006
  }
  .top-inner .inner-nav {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #016082;
    left: -100%;
    padding: 60px 50px
  }
  .top-inner.active .inner-nav {
    left: 0
  }
  .menu-icon.toggle span {
    background-color: #fff
  }
  nav ul li.burger {
    display: block
  }
  .top-inner .inner-nav li {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 0;
    margin: 0
  }
  .top-inner .inner-nav li a {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: normal;
    font-size: 1.5em;
    color: #efefef
  }
}
@media only screen and (max-width:860px) {
  body:after {
    height: 30vh
  }
  div.content-wrapper {
    margin-top: 30vh
  }
}
@media only screen and (max-width:690px) {
  .content {
    width: 100%;
    height: auto;
    float: left
  }
}
@media only screen and (max-width:658px) {
  .content .history-row span.history-title, .content .history-row span.history-text {
    width: 100%;
  }
  .content .history-row span.history-title {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width:544px) {
  body:after {
    height: 25vh
  }
  div.content-wrapper {
    margin-top: 25vh
  }
}
@media only screen and (max-width:470px) {
  div.footer {
    width: 100%;
    height: auto;
    display: block;
    position: static;
    float: left;
    bottom: inherit;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    padding-bottom: 30px
  }
  div.footer-inner {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 0;
    margin: 0
  }
  div.footer-inner ul {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 0;
    margin: 0
  }
  div.footer-inner ul li {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left
  }
}
@media only screen and (max-width:426px) {
  body:after {
    height: 22vh
  }
  div.content-wrapper {
    margin-top: 22vh
  }
}