@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/open-sauce-one/OpenSauceOne-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/open-sauce-one/OpenSauceOne-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/TitilliumWeb-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/TitilliumWeb-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/TitilliumWeb-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/TitilliumWeb-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/TitilliumWeb-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/titillium/TitilliumWeb-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Grid Config */
.hide {
  display: none !important;
}

.clearfix:after, .gallery .slides:after {
  content: "";
  clear: both;
  display: table;
}

.with-seperator:after {
  content: "";
  position: absolute;
  display: block;
  width: 70%;
  bottom: 0;
  height: 1px;
  margin: 0 15%;
  border-bottom: 1px dashed rgb(214.75, 214.75, 214.75);
}

span.red {
  color: #D1222C !important;
}

.with-arrow:after {
  content: " →";
}

body > footer {
  position: relative;
  display: grid;
  border-top: 1px solid #dddddd;
  margin-top: 40px !important;
  padding: 40px 20px 20px 0;
}
body > footer a:hover {
  text-decoration: underline;
}
body > footer address * {
  font-size: 13px !important;
}
body > footer address {
  font-size: 13px !important;
}
body > footer address span.maps-link {
  display: block;
  padding: 12px 0;
}
body > footer address span.grey {
  color: rgb(108.9693251534, 105.0306748466, 105.0306748466);
}
body > footer address dl dt:after {
  content: ":";
}
body > footer h3 {
  font-weight: bold;
  font-size: 16px;
}
body > footer .associations-container h3 {
  padding-left: 5px;
}
body > footer ul.associations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 20px;
}
body > footer ul.associations li {
  display: flex;
  align-items: center;
}
body > footer ul.associations li img {
  max-width: 100%;
}
body > footer .padding-left {
  padding-left: 65px;
}
body > footer .bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
body > footer .socials-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
body > footer .body {
  position: relative;
  display: grid;
  grid-template-columns: 0.6fr 0.4fr 1fr;
  gap: 20px;
  padding: 20px 0;
}
body > footer .legals {
  padding-top: 30px;
}
body > footer .legals * {
  color: #777575 !important;
  font-size: 12px;
}
body > footer .legals .legal-links {
  text-align: right;
}
body > footer .goup {
  position: absolute;
  display: block;
  right: 0;
  top: -24px;
  color: rgb(208.25, 208.25, 208.25);
  font-size: 12px;
}
body > footer .goup:hover {
  text-decoration: none;
  color: #D1222C;
}
@media screen and (max-width: 970px) {
  body > footer .body {
    grid-template-columns: repeat(2, 1fr);
  }
  body > footer .body .associations-container {
    grid-column: 1/span 2;
    padding-top: 30px;
    padding-left: 65px;
  }
}
@media screen and (max-width: 680px) {
  body > footer address.padding-left {
    padding-left: 0 !important;
  }
  body > footer address dl dt {
    display: none;
  }
  body > footer .associations-container {
    padding-left: 0 !important;
  }
  body > footer .associations-container ul.associations {
    grid-template-columns: repeat(2, 1fr);
  }
  body > footer .copyright {
    padding-left: 0 !important;
  }
  body > footer .legal-links i {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  border-left: 20px solid white;
  border-right: 20px solid white;
  z-index: 3;
}

main {
  z-index: 3;
}

.inner-container {
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .inner-container {
    padding-left: 20px;
    grid-gap: 0 !important;
  }
}

section,
.section {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
section h2,
.section h2 {
  display: block;
  text-align: left;
  padding-bottom: 5px;
}
@media screen and (max-width: 680px) {
  section,
  .section {
    padding: 20px 0;
  }
}

body.navigation-open header#header {
  z-index: 5;
}

header#header nav {
  position: relative;
  display: grid;
  grid-template-columns: 300px auto;
  background: white;
  z-index: 2;
}
header#header nav .logo {
  position: relative;
  padding-top: 20px;
  margin-left: 10px;
}
header#header nav .logo img {
  position: relative;
  display: block;
  width: 140px;
  margin-bottom: -7px;
  z-index: 3;
}
header#header nav .logo .logo-crown {
  position: absolute;
  width: 75px;
  height: 75px;
  bottom: -14px;
  left: -7px;
  border-radius: 75px;
  background: white;
  z-index: 2;
}
header#header .header-image {
  position: relative;
  display: block;
  width: 100%;
  height: 35vh !important;
  min-height: 400px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden !important;
}
header#header .header-image video {
  width: 100%;
  height: auto;
}
header#header .header-image img {
  width: 100%;
  height: 75vh;
}
header#header .header-image .icon-arrow-down {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
  font-size: 40px;
  color: white;
}
header#header .intro {
  float: none;
  position: relative;
  display: block;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1100px) {
  header#header .header-image {
    height: 400px !important;
  }
}
@media screen and (max-width: 900px) {
  header#header nav {
    grid-template-columns: 100%;
  }
  header#header .header-image {
    height: 300px !important;
  }
}
@media screen and (max-width: 750px) {
  header#header .intro {
    padding: 20px 0;
  }
  header#header .header-image {
    height: 200px !important;
  }
}

.intro-block {
  display: block;
  background: transparent;
  padding: 40px 30px 30px 0;
  z-index: 10;
}
.intro-block h1 {
  font-weight: 300;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.intro-block p {
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

@media screen and (max-width: 1000px) {
  .container.single .intro-block {
    width: 95%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 850px) {
  .intro-block {
    max-width: none;
    width: 100%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 700px) {
  header#header .header-image {
    height: 250px !important;
    min-height: 250px;
  }
  .intro-block p {
    font-size: 18px;
  }
}
.navigation {
  position: relative;
  text-align: right;
  padding-top: 20px;
  z-index: 10;
}
.navigation .hamburger {
  position: absolute;
  display: none;
  width: 30px;
  height: 25px;
  top: -25px;
  right: 20px;
  font-size: 25px;
  color: #000000;
}
.navigation .hamburger.active {
  color: #D1222C;
}
.navigation > ul {
  display: table;
  float: right;
  height: 100%;
}
.navigation > ul li {
  position: relative;
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding-right: 40px;
}
.navigation > ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 600 !important;
}
.navigation > ul li a i {
  position: absolute;
  display: block;
  top: 4px;
  right: 0;
  font-size: 10px;
  width: 10px;
  height: 14px;
}
.navigation > ul li:hover a {
  color: #D1222C;
}
.navigation > ul li:hover ul.children {
  display: block;
}
.navigation > ul li.has-children a {
  padding-right: 15px;
}
.navigation > ul li.active a {
  color: #D1222C;
}
.navigation > ul > li > ul.children {
  position: absolute;
  display: none;
  min-width: 100px;
  top: 50px;
  left: -25%;
  width: auto;
  height: auto;
  padding-bottom: 0;
  background-color: white;
}
.navigation > ul > li > ul.children li {
  display: block;
  padding-right: 0;
  padding-bottom: 0;
  text-align: left;
}
.navigation > ul > li > ul.children li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  color: #000000;
  font-size: 16px;
  font-weight: 300 !important;
}
.navigation > ul > li > ul.children li a i {
  transition: all 100ms;
  right: auto;
  left: 15px;
  font-size: 8px;
  top: 12px;
  transform: rotate(-90deg);
}
.navigation > ul > li > ul.children li a:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  left: 12px;
  top: 12px;
  line-height: 100%;
}
.navigation > ul > li > ul.children li a:hover {
  background: rgb(234.25, 234.25, 234.25);
}
.navigation > ul > li > ul.children li ul.children {
  display: none;
}
.navigation > ul > li > ul.children li ul.children li a {
  padding-left: 50px;
}
.navigation > ul > li > ul.children li ul.children li a i {
  border: 1px solid black;
}
.navigation > ul > li > ul.children li.has-children.open i {
  top: 15px;
  transform: rotate(0deg);
}
.navigation > ul > li > ul.children li.has-children.open ul.children {
  display: block !important;
}
.navigation > ul > li > ul.children li.active a {
  color: #D1222C;
}
.navigation > ul li a {
  display: inline-block;
  color: #000000;
  font-weight: 300;
}
.navigation > ul li a:hover, .navigation > ul li a.active {
  color: #D1222C;
}
.navigation.active .hamburger {
  color: #D1222C;
}
.navigation.active > ul {
  display: block;
}
@media screen and (max-width: 900px) {
  .navigation {
    position: absolute;
    display: block;
    top: 53px;
    width: 100%;
    height: auto;
    text-align: left;
    z-index: 1;
  }
  .navigation .hamburger {
    display: block;
  }
  .navigation ul {
    position: relative;
    display: none;
    float: none;
    width: 100%;
    padding: 20px 0;
    background-color: #F7F7F7;
  }
  .navigation ul li {
    display: block;
    text-align: left;
  }
  .navigation ul li a {
    display: block;
    padding: 10px 40px;
    font-size: 18px;
  }
  .navigation ul li.has-children {
    padding-right: 0;
  }
  .navigation ul li.has-children a i {
    top: 15px;
    right: 30px;
  }
  .navigation ul li ul.children {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    border: 0;
    padding: 0;
    width: 100%;
  }
  .navigation ul li ul.children.open {
    display: block;
  }
  .navigation ul li ul.children li {
    padding-left: 30px;
  }
  .navigation ul li ul.children li a {
    font-size: 18px;
  }
  .navigation ul li ul.children li a:hover {
    background: none;
    color: #D1222C;
  }
}

/* paragraphs */
p, a, span, blockquote,
h1, h2, h3, h4,
label, input, text, select, option, legend, button,
ul li, div {
  font-family: Titillium Web;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

h1, h2, h3 {
  font-family: "Open Sauce One";
  font-size: 45px;
  font-weight: 300;
  padding-bottom: 30px;
}
h1 span, h2 span, h3 span {
  font-size: 35px;
  font-weight: 500;
  color: #D1222C;
}
@media screen and (max-width: 800px) {
  h1, h2, h3 {
    line-height: 120%;
    padding-bottom: 20px;
    font-size: 30px;
  }
}

.intro-block h1,
.intro-block h1 span {
  font-size: 45px;
}

h2.center {
  font-family: Titillium Web;
  font-size: 17px;
  line-height: 150%;
  font-weight: bold;
  text-transform: uppercase;
}

h2,
h2 a {
  font-family: Titillium Web;
  font-size: 17px;
  line-height: 150%;
  font-size: 20px;
}
h2.center,
h2 a.center {
  text-align: center;
}

h3 {
  font-size: 15px;
  padding-bottom: 0;
}

h4 {
  font-weight: bold;
  font-size: 16px;
}

p {
  display: block;
  margin-bottom: 20px;
}

i, em {
  font-style: italic;
  font-weight: normal !important;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  * {
    word-break: break-word;
  }
  h1 {
    font-size: 28px;
    padding-bottom: 0;
  }
  h2 {
    font-weight: bold;
  }
  .intro-block h1 {
    font-size: 28px;
    word-break: break-word;
  }
}
button,
.button {
  display: inline-block;
  border: 0;
  background: 0;
  cursor: pointer;
  outline: none;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 150ms;
}
button.primary,
.button.primary {
  display: inline-block;
  padding: 10px 20px;
  background: #F7F7F7;
  color: #D1222C;
  font-weight: bold;
}
button.primary:hover,
.button.primary:hover {
  color: white;
  background: #D1222C;
}

.button-bar {
  display: block;
  margin-top: 30px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #D1222C;
}
a:hover {
  text-decoration: none;
}

dl dt {
  width: 40px;
  float: left;
  clear: both;
  color: #535050;
}
.shortdescription ul li {
  position: relative;
  display: block;
  list-style: none !important;
}
.shortdescription ul li:before {
  position: absolute;
  display: block;
  top: 10px;
  left: -17px;
  width: 8px;
  height: 1px;
  background-color: #777575;
  content: "";
}

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

@font-face {
  font-family: "icons";
  font-display: block;
  src: url("/fonts/icons/icons.eot?0f40431033229de0cebddcdaead2f20b?#iefix") format("embedded-opentype"), url("/fonts/icons/icons.woff?0f40431033229de0cebddcdaead2f20b") format("woff"), url("/fonts/icons/icons.woff2?0f40431033229de0cebddcdaead2f20b") format("woff2"), url("/fonts/icons/icons.ttf?0f40431033229de0cebddcdaead2f20b") format("truetype"), url("/fonts/icons/icons.svg?0f40431033229de0cebddcdaead2f20b#icons") format("svg");
}
.icon, .gallery .flex-direction-nav li.flex-nav-next a, .gallery .flex-direction-nav li.flex-nav-prev a {
  line-height: 1;
}

.icon:before, .gallery .flex-direction-nav li.flex-nav-next a:before, .gallery .flex-direction-nav li.flex-nav-prev a:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  vertical-align: top;
}

.icon-arrow-down:before {
  content: "\f101";
}

.icon-arrow-up:before {
  content: "\f102";
}

.icon-document:before {
  content: "\f103";
}

.icon-hamburger:before {
  content: "\f104";
}

.icon-home:before {
  content: "\f105";
}

.icon-icon-left:before, .gallery .flex-direction-nav li.flex-nav-prev a:before {
  content: "\f106";
}

.icon-icon-right:before, .gallery .flex-direction-nav li.flex-nav-next a:before {
  content: "\f107";
}

.icon-instagram:before {
  content: "\f108";
}

.icon-linkedin:before {
  content: "\f109";
}

.icon-youtube:before {
  content: "\f10a";
}

.icon-zoom:before {
  content: "\f10b";
}

.book-teaser {
  position: relative;
  display: block;
}
.book-teaser > ul {
  padding-left: 0 !important;
  grid-template-columns: 1fr;
}
.book-teaser > ul > li {
  border: 10px solid #F7F7F7;
  background-color: #F7F7F7;
}
.book-teaser ul li article figure {
  background-color: transparent;
}
.book-teaser ul li article .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.book-teaser ul li article .content ul.links {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.book-teaser ul li article .content ul.links li {
  display: block;
  text-align: left;
  margin: 0;
}
.book-teaser ul li article .content ul.links li a {
  font-size: 15px;
}
.book-teaser ul li article .content ul.links li a:after {
  content: "»";
  padding-left: 3px;
}
.book-teaser ul li article .content ul.links li a:hover {
  text-decoration: underline;
}
.book-teaser ul li article .content ul.links li a:hover:after {
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 870px) {
  .book-teaser ul {
    grid-template-columns: 1fr !important;
  }
  .book-teaser figure {
    height: auto !important;
    padding-top: 20px;
  }
}

.book {
  position: relative;
  display: grid;
  grid-template-columns: 150px auto 300px;
}
.book .description {
  padding: 0 30px;
  padding-right: 50px;
}
.book .more {
  display: table;
  height: 100%;
}
.book .more .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 950px) {
  .book {
    grid-template-columns: 150px auto;
  }
  .book .facts {
    display: block;
    margin-left: 180px;
    width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .book {
    grid-template-columns: 100%;
  }
  .book .description {
    padding: 20px 0;
  }
  .book .facts {
    margin-left: 0;
    width: 100%;
  }
}

.book-facts {
  margin: 5px 0;
}
.book-facts dt {
  width: 50px;
  color: #777575;
}
.book-facts dt, .book-facts dd {
  padding-bottom: 3px;
}

.book-list li {
  padding: 30px 0;
  border-bottom: 1px dashed rgb(214.75, 214.75, 214.75);
  list-style: none !important;
}
.book-list li:first-child {
  padding-top: 0;
}
.book-list li:last-child {
  border-bottom: 0;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 420px;
  height: auto;
  padding: 50px 40px 40px;
  border-radius: 8px;
  background: rgba(48, 51, 55, 0.85);
  z-index: 1000;
}
#cookie-banner span, #cookie-banner p, #cookie-banner h2 {
  color: white;
}
#cookie-banner .banner-heading {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
#cookie-banner .banner-heading h2 {
  display: inline-block;
  font-family: Titillium Web;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  font-size: 35px;
  padding: 0;
  text-transform: uppercase;
}
#cookie-banner .banner-heading .cookie-icon {
  display: inline-block;
  margin-left: 15px;
}
#cookie-banner .banner-content p, #cookie-banner .banner-content a {
  font-family: Titillium Web;
  font-size: 18px;
  line-height: 150%;
  display: inline;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
}
#cookie-banner .banner-content a {
  color: white;
  text-decoration: underline;
}
#cookie-banner button.close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: none;
  border: 0;
}
#cookie-banner button.close svg {
  transition: all 200ms;
  fill: white;
}
#cookie-banner button.close:hover svg {
  transform: rotate(90deg);
}
@media screen and (max-width: 800px) {
  #cookie-banner {
    width: 90vw;
  }
}

.news-teaser {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0;
}
.news-teaser .button-bar {
  margin-top: 0px;
}
.service-teaser {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  width: 85%;
  max-width: 960px;
  margin: 0 auto;
}
.service-teaser article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 40px 30px;
  height: 100% !important;
  background-color: #F7F7F7;
}
.service-teaser article header h2 {
  padding: 0;
}
.service-teaser article header h2 a {
  font-family: Open Sauce One;
  font-size: 18px;
  line-height: 150%;
  display: block;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}
.service-teaser article .body {
  flex: 1;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
}
.service-teaser article footer {
  display: block;
}
.service-teaser article footer a {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  .service-teaser {
    grid-template-columns: 100%;
  }
  .service-teaser article {
    margin-bottom: 30px;
  }
}
.contact-person {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  background-color: #F7F7F7;
  height: 140px;
  margin-top: 30px;
}
.contact-person picture {
  height: inherit;
}
.contact-person picture img {
  width: auto;
  height: inherit;
}
.contact-person .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
}
.contact-person .body h3 {
  font-family: Titillium Web;
  font-size: 15px;
  line-height: 150%;
  font-weight: 600;
  padding-bottom: 5px;
}
.contact-person .body p, .contact-person .body a {
  margin: 0;
  font-size: 16px !important;
}
.contact-person .body a {
  display: inline-block !important;
}
@media screen and (max-width: 960px) {
  .contact-person {
    grid-template-columns: 1fr;
    height: auto;
  }
  .contact-person picture {
    height: auto;
  }
  .contact-person picture img {
    width: 100%;
  }
  .contact-person .body {
    padding: 30px;
  }
}

.gallery {
  position: relative;
  display: block;
  margin: 40px 0;
  width: 100%;
  height: auto;
}
.gallery .icon-zoom {
  position: absolute;
  display: none;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
  pointer-events: none;
  color: white;
  border-radius: 5px;
  z-index: 100;
}
.gallery .icon-zoom:before {
  font-size: 20px;
  position: absolute;
  display: block;
  top: 14px;
  left: 14px;
}
.gallery ul li {
  list-style: none !important;
}
.gallery img {
  transition: all 200ms;
}
.gallery:hover .icon-zoom {
  display: block;
}
.gallery .slides {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-left: 0 !important;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery .flex-direction-nav li {
  position: absolute;
  display: block;
  width: 30px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}
.gallery .flex-direction-nav li a {
  display: block;
  width: 30px;
  height: 40px;
  font-size: 20px;
  color: #535050;
}
.gallery .flex-direction-nav li a:hover {
  color: #D1222C;
}
.gallery .flex-direction-nav li.flex-nav-prev {
  left: -30px;
}
.gallery .flex-direction-nav li.flex-nav-next {
  right: -40px;
}
@media screen and (max-width: 750px) {
  .gallery .slides {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 5;
  }
  .gallery .flex-direction-nav li {
    z-index: 10;
  }
  .gallery .flex-direction-nav li a {
    z-index: 10;
    color: white;
    font-size: 20px;
  }
  .gallery .flex-direction-nav li.flex-nav-prev {
    left: 10px;
  }
  .gallery .flex-direction-nav li.flex-nav-next {
    right: 0px;
  }
}

.grid-gallery {
  margin: 30px 0;
}
.grid-gallery ul.thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  padding-left: 0 !important;
}
.grid-gallery ul.thumbs li {
  list-style: none !important;
}
.grid-gallery ul.thumbs li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media (max-width: 1130px) {
  .grid-gallery ul.thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1100px) {
  .grid-gallery ul.thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .grid-gallery ul.thumbs {
    grid-template-columns: 100%;
  }
  .grid-gallery ul.thumbs li img {
    min-width: 100%;
  }
}

.learnvideo {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-gap: 30px;
  margin-bottom: 40px;
}
.learnvideo div.column-left {
  position: relative;
  display: block;
  font-size: 0;
  width: 100%;
}
.learnvideo div.column-left video {
  width: 100%;
}
.learnvideo div.column-right small {
  display: block;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #535050 !important;
}
@media screen and (max-width: 750px) {
  .learnvideo {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-gap: 15px;
  }
}

.recession {
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #F7F7F7;
}
.recession ul {
  margin: 0 !important;
  padding: 0 !important;
}
.recession ul li {
  margin: 0 !important;
  list-style: none !important;
  display: grid !important;
  grid-template-columns: auto 200px !important;
  grid-gap: 20px !important;
}
.recession ul li div p {
  margin: 0 !important;
}
.recession ul li a,
.recession ul li span {
  align-self: center;
  text-align: center;
}
.recession ul li a figure,
.recession ul li span figure {
  font-size: 0 !important;
  line-height: 0 !important;
}
.recession ul li a figure img,
.recession ul li span figure img {
  width: 150px;
}
.recession ul li a figure figcaption,
.recession ul li span figure figcaption {
  margin-top: 10px;
  font-family: Titillium Web;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .recession ul li {
    display: grid !important;
    grid-template-columns: auto !important;
    grid-template-rows: auto auto !important;
  }
}

.text {
  padding: 0 40px;
  padding-bottom: 30px;
}
.text h2, .text h3 {
  font-family: Titillium Web;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  padding-bottom: 0;
}
.text h3 {
  font-weight: 400;
}
.text p {
  margin-bottom: 25px;
}
.text p + ul {
  margin-top: -25px;
}
.text ul li {
  position: relative;
  display: block;
  list-style: none !important;
  list-style-position: inside;
  padding-left: 17px;
}
.text ul li:before {
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #777575;
  content: "";
}
.text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 880px) {
  .text {
    padding: 0;
    padding-bottom: 20px;
  }
}

.text + .video {
  margin-top: 0;
}

.inner-container.single .text {
  padding-left: 0;
}

.video-hint {
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 30px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #F7F7F7;
  border-radius: 8px;
}
.video-hint .title, .video-hint a {
  font-size: 16px;
  text-transform: uppercase;
}
.video-hint .title {
  color: #D1222C;
  font-size: 20px;
  margin-bottom: 15px;
}
.video-hint .icon, .video-hint .gallery .flex-direction-nav li.flex-nav-prev a, .gallery .flex-direction-nav li.flex-nav-prev .video-hint a, .video-hint .gallery .flex-direction-nav li.flex-nav-next a, .gallery .flex-direction-nav li.flex-nav-next .video-hint a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-hint .icon svg, .video-hint .gallery .flex-direction-nav li.flex-nav-prev a svg, .gallery .flex-direction-nav li.flex-nav-prev .video-hint a svg, .video-hint .gallery .flex-direction-nav li.flex-nav-next a svg, .gallery .flex-direction-nav li.flex-nav-next .video-hint a svg {
  fill: #D1222C;
  fill-rule: evenodd;
  width: 100px;
}
@media screen and (max-width: 700px) {
  .video-hint {
    grid-template-columns: 1fr;
  }
  .video-hint .icon, .video-hint .gallery .flex-direction-nav li.flex-nav-prev a, .gallery .flex-direction-nav li.flex-nav-prev .video-hint a, .video-hint .gallery .flex-direction-nav li.flex-nav-next a, .gallery .flex-direction-nav li.flex-nav-next .video-hint a {
    display: none;
  }
}

.video {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0;
}
.video video {
  width: 100%;
}

.archive-section {
  margin-top: 30px;
}
.archive-section ul li article {
  padding: 20px 40px 20px 20px;
  transition: background-color 150ms;
}
.archive-section ul li:hover article {
  background-color: rgb(234.25, 234.25, 234.25);
}

.book-details-view .inner {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  width: 60vw;
  max-width: 900px;
}
.book-details-view .inner figure img {
  width: 100%;
  box-shadow: 10px 0px 28px -16px rgba(0, 0, 0, 0.42);
}
.book-details-view .inner .details h3 {
  font-family: Titillium Web;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}
.book-details-view .inner .details p {
  margin-bottom: 20px;
}
.book-details-view .inner .details .button-bar {
  text-align: left;
}
@media screen and (max-width: 950px) {
  .book-details-view .inner {
    grid-template-columns: 1fr;
  }
}

.breadcrumb {
  display: block;
  margin-bottom: 20px;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: rgb(31.0613496933, 29.9386503067, 29.9386503067);
}
.breadcrumb li a:after {
  content: " »";
}
.breadcrumb li:last-of-type a, .breadcrumb li:last-of-type span {
  color: #535050;
}
.breadcrumb li:last-of-type a:after,
.breadcrumb li:last-of-type span:after {
  content: "";
}

.content-grid {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-gap: 40px;
}
.content-grid.single {
  grid-template-columns: 100%;
  grid-gap: 0;
}
.content-grid .part-navigation {
  position: relative;
  display: block;
  padding-top: 35px;
}
.content-grid .part-navigation ul li.back {
  margin-bottom: 20px;
}
.content-grid .part-navigation ul li {
  padding-bottom: 10px;
}
.content-grid .part-navigation ul li a {
  display: block;
  font-size: 16px;
  line-height: 155% !important;
  color: #000000;
  border-left: 2px solid white;
  padding-left: 8px;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
}
.content-grid .part-navigation ul li a:hover {
  color: #D1222C;
}
.content-grid .part-navigation ul li.active a {
  font-weight: 600;
  border-left: 2px solid #D1222C;
}
@media screen and (max-width: 1000px) {
  .content-grid {
    width: 95%;
    margin-left: auto !important;
    grid-gap: 30px;
  }
  .content-grid .content-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 880px) {
  .content-grid {
    grid-template-columns: 100%;
  }
  .content-grid.single {
    padding-left: 20px;
  }
  .content-grid .content-inner {
    padding: 0 0;
  }
  .content-grid .part-navigation {
    display: none;
  }
}

.customers ul.customer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-gap: 20px !important;
}
.customers ul.customer-grid li {
  display: grid;
  grid-template-columns: 1fr;
  height: 110px;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.customers ul.customer-grid li a {
  font-size: 0;
  line-height: 0;
}
.customers ul.customer-grid li a img {
  max-width: 100%;
}
.customers.in-content {
  padding-left: 0;
}
.customers.in-content h2 {
  text-align: left;
}
.customers.in-content ul.customer-grid {
  padding-left: 0;
}
.customers.in-content ul.customer-grid li {
  justify-content: flex-start !important;
}
.customers.in-content ul.customer-grid li a {
  text-align: left;
}
@media screen and (max-width: 880px) {
  .customers ul.customer-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 620px) {
  .customers ul.customer-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.content-document {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.content-document a {
  display: inline-block;
  padding: 15px 25px;
  padding-left: 45px;
  background-color: #F7F7F7;
  border-radius: 5px;
}
.content-document a strong {
  font-weight: 500 !important;
}
.content-document a span {
  display: block;
  max-width: 350px;
  font-size: 15px;
  color: #535050;
}
.content-document a i {
  position: absolute;
  display: block;
  left: 18px;
  top: 15px;
  font-size: 20px;
}

aside.filter h3 {
  padding-bottom: 8px;
}
aside.filter ul {
  padding-left: 8px;
}

.overview-list {
  position: relative;
  display: grid !important;
  gap: 40px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.overview-list li {
  list-style: none !important;
}
.overview-list li article {
  background-color: #F7F7F7;
  height: 100%;
}
.overview-list li article time {
  font-size: 16px;
}
.overview-list li article figure img {
  width: 100%;
}
.overview-list li article .content {
  padding: 30px;
}
.overview-list li article .content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1050px) {
  .overview-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 850px) {
  .overview-list li article .content {
    padding: 20px;
  }
  .overview-list li article .content h2 {
    font-size: 17px;
    word-break: break-word;
  }
}

ul.socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
ul.socials li {
  flex: 0 0 auto;
}
ul.socials li a {
  display: block;
  font-size: 24px;
  color: #777575;
}
ul.socials li a i {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  width: auto;
  line-height: 1;
}
ul.socials li a i.icon-youtube {
  line-height: 0;
  font-size: 26px;
  height: 8px;
}
ul.socials li a:hover {
  color: #D1222C;
}

.team > li {
  padding: 30px 0;
  border-bottom: 1px dashed rgb(214.75, 214.75, 214.75);
}
.team > li:last-of-type {
  border-bottom: 0;
}
.team li article {
  display: grid;
  grid-template-columns: 250px 50% auto;
}
.team li article figure {
  padding-top: 5px;
}
.team li article figure img {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
}
.team li article .description {
  padding-right: 40px;
}
.team li article .description h3 {
  font-size: 18px;
}
.team li article .description .function {
  color: #535050;
}
.team li article .description .shortdescription {
  position: relative;
  display: block;
  margin-top: 20px;
}
.team li article .description .shortdescription ul {
  margin-left: 20px;
}
.team li article .description .shortdescription ul li {
  display: list-item;
  list-style: disc;
}
.team li article .description .cv {
  position: relative;
  display: block;
  margin-top: 30px;
}
.team li article .contact {
  padding-top: 60px;
}
.team li article .contact h4 {
  color: #535050;
}
@media screen and (max-width: 850px) {
  .team li article {
    grid-template-columns: 100%;
  }
  .team li article figure {
    padding-top: 0;
    margin: 0 auto;
  }
  .team li article figure img {
    width: 100%;
    height: auto;
  }
  .team li article .description {
    padding-top: 30px;
  }
  .team li article .contact {
    padding-top: 20px;
  }
}

.teaser-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 30px 0;
}
.teaser-grid li {
  text-align: center;
  list-style: none !important;
  flex: 1 0 50%;
  height: auto;
}
.teaser-grid li article {
  display: grid;
  grid-template-columns: 150px auto;
  height: 100%;
}
.teaser-grid li article figure {
  background-size: cover;
  background-position: center;
}
.teaser-grid li article .content {
  display: grid;
  grid-template-rows: 20px 1fr auto;
  padding: 30px;
  text-align: left;
  background: #F7F7F7;
}
.teaser-grid li article .content time {
  display: block;
  font-size: 14px;
  color: #535050;
  height: auto;
  line-height: 100%;
}
.teaser-grid li article .content h3,
.teaser-grid li article .content h3 a {
  font-family: Titillium Web;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-weight: bold;
}
.teaser-grid li article .content .actions {
  margin-top: 10px;
}
.teaser-grid li article .content .actions a {
  font-size: 16px;
}
.teaser-grid li article .content p {
  margin-bottom: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 870px) {
  .teaser-grid {
    display: block;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .teaser-grid li {
    margin-bottom: 30px;
  }
  .teaser-grid li article {
    grid-template-columns: 1fr;
  }
  .teaser-grid li article figure {
    height: 250px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#page.books .content-grid {
  grid-template-columns: 100%;
}
#page.books .content-grid ul {
  grid-template-columns: repeat(2, 1fr);
}

#page .intro-block h1 {
  margin-bottom: 0;
}

#page.frontpage header#header figure.header-image {
  height: 60vh !important;
}
#page.frontpage .intro-block {
  margin: -150px auto 0 auto;
  background-color: white;
  padding: 75px;
}
#page.frontpage .intro-block h1 {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #page.frontpage .intro-block {
    padding: 30px;
  }
}
