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;
  -ms-touch-action: manipulation;
  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: #1e1e1e;
  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: .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 .25s ease, visibility 0s ease .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 .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;
  -ms-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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -ms-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 .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;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 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: .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: .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;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  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 .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 {
  -webkit-backface-visibility: hidden;
  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: .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); } }

@charset "UTF-8";
/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(b82778c45cd11e6452acfff1371434db.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url(b82778c45cd11e6452acfff1371434db.eot?#iefix) format("embedded-opentype"), url(73bfc5b637099254b98c570f565545df.woff2) format("woff2"), url(32318c7b683b98132d01bece288cdeac.woff) format("woff"), url(13c6ac9bbbac64fa8c5be1f8e5f28b38.ttf) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICIxMDNhNzI5MWJlMGFmM2NmZTYzNTRjYmI5MDZiZTMyMS5zdmciOw==#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(4230f241836bcfeebad3db578e0c944e.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(4230f241836bcfeebad3db578e0c944e.eot?#iefix) format("embedded-opentype"), url(3ada4464a5d4d208c5e3591076c5138a.woff2) format("woff2"), url(5c7a07a5cc1fd3d8196e6f2a2e0f76ff.woff) format("woff"), url(b47c5c18180aeaa8de60282ab7667d6f.ttf) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICI4Y2I5ODNmOWRiMmRjM2NmNDNlNzg3OTUxMzEyNmE1Yy5zdmciOw==#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(b7acb4253d004d9ec348010d487b559c.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(b7acb4253d004d9ec348010d487b559c.eot?#iefix) format("embedded-opentype"), url(6b222561afc4a71b9888f2ec060b72de.woff2) format("woff2"), url(2b92236bbde5370469497d38ab63938d.woff) format("woff"), url(8b5d9f3f420d19b1b6aa8b08fcd57474.ttf) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICI1ODdlZDQ0OTA4ZGY4NDg3N2M1YTdmNjY4ZWIxZGZhMS5zdmciOw==#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(1cd7ca341b1a6507e91296886f4aca15.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url(1cd7ca341b1a6507e91296886f4aca15.eot?#iefix) format("embedded-opentype"), url(916e76504aadac09106c3f13a0db86f9.woff2) format("woff2"), url(a8c91eca220e5e01b288af0f4d812a47.woff) format("woff"), url(980666098bb80c66c0d67f382a594b5a.ttf) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICIwYjkwNGFmMjkxOGMyMDNlYzkyMjA5MTdmNmY1NjE1YS5zdmciOw==#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(4be1a572fca40bcb2202504cb17aed91.eot);
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url(4be1a572fca40bcb2202504cb17aed91.eot?#iefix) format("embedded-opentype"), url(479970ffb74f2117317f9d24d9e317fe.woff2) format("woff2"), url(60fa3c0614b8fb2f394fa29944c21540.woff) format("woff"), url(329ae1c377b1fb667f5be6abd50327fc.ttf) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICI4NjgxZjQzNDI3M2ZkNmEyNjdiMWExNmEwMzVjNWY3OS5zdmciOw==#Roboto) format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(4570b93ae0caba2b938e2ddf091099ea.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url(4570b93ae0caba2b938e2ddf091099ea.eot?#iefix) format("embedded-opentype"), url(2735a3a69b509faf3577afd25bdf552e.woff2) format("woff2"), url(adcde98f1d584de52060ad7b16373da3.woff) format("woff"), url(96559ffb5be917f1ce9f748bf4f34732.ttf) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyArICI1Nzg4OGJlN2YzZTY4YTcwNTA0NTJlYTMxNTdjZjRkZS5zdmciOw==#Roboto) format("svg");
  /* Legacy iOS */ }

.align-center {
  text-align: center;
  justify-content: center;
  align-items: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-justify {
  text-align: justify; }

.padding-bottom-m {
  padding-bottom: 0.5rem; }

.padding-bottom-l {
  padding-bottom: 1.5rem; }

@keyframes arrowBump {
  0% {
    margin-right: 0.5rem; }
  25% {
    margin-right: 0.75rem; }
  35% {
    margin-right: 0.5rem; }
  50% {
    margin-right: 0.25rem; }
  100% {
    margin-right: 0.5rem; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0); }
  25% {
    transform: rotate(0.5deg) translate3d(0, 0, 0); }
  50% {
    transform: rotate(-0.5deg) translate3d(0, 0, 0); }
  75% {
    transform: rotate(0.25deg) translate3d(0, 0, 0); }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0); } }

@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0); }
  25% {
    transform: translate3d(1px, 0, 0) translateZ(0); }
  50% {
    transform: translate3d(-1px, 0, 0) translateZ(0); }
  75% {
    transform: translate3d(1px, 0, 0) translateZ(0); }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0); } }

@keyframes zoom {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

a:hover {
  text-decoration: none; }

h1 {
  border-bottom: 1px solid #000; }

h3 {
  font-size: 1.5rem; }

a,
a:hover,
a:active,
li,
li:hover,
li:hover {
  outline: 0; }

.btn-bg, button.bg {
  background: #00447d none repeat scroll 0 0;
  color: #fff;
  padding: 0.25rem 1rem 0.25rem 2rem;
  text-decoration: none;
  position: relative;
  margin: 0; }
  .btn-bg:before, button.bg:before {
    content: "»";
    left: 5px;
    line-height: 1.35;
    position: absolute;
    bottom: 10px;
    font-size: 35px;
    height: 35px; }

.button-blue-special {
  background-color: #004480;
  color: #ffffff;
  padding: 0 0.5rem;
  transition: 0.2s; }
  .button-blue-special:before {
    transition: 0.2s;
    content: "»";
    display: inline-block;
    margin-right: 0.5rem; }
  .button-blue-special:hover, .button-blue-special:active, .button-blue-special:focus {
    background-color: #b5b9d6;
    color: #004480; }
    .button-blue-special:hover:before, .button-blue-special:active:before, .button-blue-special:focus:before {
      animation-name: arrowBump;
      animation-duration: 0.7s; }

.breadcrumb {
  background-color: transparent;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .breadcrumb {
      padding-left: 0;
      padding-right: 0; } }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "|"; }

/* footer start */
.footer .nav {
  line-height: 1.3;
  font-size: 1.25rem; }
  .footer .nav .nav-item .nav-link {
    padding: 0;
    color: black; }
    .footer .nav .nav-item .nav-link:hover, .footer .nav .nav-item .nav-link:focus, .footer .nav .nav-item .nav-link:active {
      color: #004480;
      text-decoration: underline!important; }

.footer p {
  line-height: 1.3;
  font-size: 1.25rem; }

.footer h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 1rem 0; }

.footer-logo {
  display: inline-block;
  margin: 10px 0; }

.header .logo {
  display: inline-block; }

@media (max-width: 991.98px) {
  .header .logo {
    width: 80%;
    text-align: center; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .logo {
    width: 100%;
    text-align: center; } }

.sociallink {
  border: 0;
  display: inline-block;
  text-align: center; }
  .sociallink a {
    background-color: #004480;
    color: #ffffff;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sociallink a:hover, .sociallink a:focus, .sociallink a:active {
      background-color: #003264; }
  .sociallink.color-facebook a {
    background-color: #004480; }
  .sociallink.color-youtube a {
    background-color: #ff0000; }
  .sociallink.color-twitter a {
    background-color: #1da1f1; }

.sociallink a:hover {
  color: #fff;
  transform: scale(1.1);
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin: 1rem; }

.dp--overlay {
  padding: 1.5rem 1.5rem; }

.lazyload,
.lazyloading {
  opacity: 0; }

.loading,
.lazyload,
.lazyloaded,
.carousel-cell-image {
  opacity: 1;
  transition: opacity 400ms; }

.no-js .lazyload {
  opacity: 1; }

.news-imgtext-container {
  float: left;
  margin: 0 20px 20px 0; }

.news-imgtext-container .news-single-imgcaption {
  font-style: italic;
  font-size: 16px;
  max-width: 220px; }

.news-single-images {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 50px; }

.news-imgtext-container:first-child {
  margin-left: 0; }

.news-single-rightbox {
  font-size: 14px;
  float: left; }

h1.news-single-title {
  font-size: 2rem;
  border-bottom: 0;
  margin-bottom: 1rem; }

.news-latest-item--innerWrapper {
  transition: 0.2s;
  overflow: hidden;
  position: relative; }

.news-img-caption {
  font-style: italic;
  color: black; }
.news-without-img-caption .news-img-caption {
  display: none;
}
.news-topnews-item--innerWrapper {
  overflow: hidden;
  position: relative; }

.news-img-wrap {
  margin: 0 0 1rem 0; }
  .news-img-wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 2em;
  }

.page-item.current .page-link {
  background-color: #f1f1f1; }

.more a {
  margin: 0;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0;
  text-align: center;
  background: #00447d;
  color: #ffffff;
  transition: 0.2s; }
  .more a:before {
    color: #ffffff;
    content: "»";
    font-size: 1.75rem;
    bottom: 0.5rem;
    line-height: 1.1;
    transition: 0.2s;
    margin-right: 0.5rem; }
  .more a:hover, .more a:focus, .more a:active {
    background: #b5b8d6;
    color: #004480;
    text-decoration: none; }
    .more a:hover:before, .more a:focus:before, .more a:active:before {
      animation-name: arrowBump;
      animation-duration: 0.7s;
      color: #004480; }

.more-card:hover + .more a {
  background: #b5b8d6;
  color: #004480;
  text-decoration: none; }
  .more-card:hover + .more a:before {
    animation-name: arrowBump;
    animation-duration: 0.7s;
    color: #004480; }

.date {
  display: block;
  border-bottom: 1px solid #004480;
  color: #004480;
  margin-bottom: 1rem; }

.cat-slide .catlogo {
  margin-bottom: 1rem; }

.news-single-backlink a:before {
  font-size: 1.5rem;
  bottom: 0rem;
  line-height: 1;
  left: 0.5rem;
  transform: rotate(180deg); }

/* ARCHIVMENU start */
.news-amenu-item-year {
  color: #fff;
  margin: 10px 0;
  padding: 0 5px;
  display: inline-block; }

.news-amenu-item-year > span {
  display: inline-block;
  padding: 10px;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #00447d; }

.news-amenu-item-year > span.active {
  background-color: #3b669b; }

.news-amenu-item-year .months {
  position: absolute;
  z-index: 10;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.99);
  width: 100%;
  padding: 0;
  left: 0;
  border: 1px solid #00447d; }

.news-amenu-item-year .months li {
  padding: 10px;
  text-align: left; }

.archive-menu {
  position: relative;
  z-index: 10;
  overflow: visible; }

.amenu-act:hover a,
.amenu-act a {
  color: #000;
  text-decoration: underline; }

/* ARCHIVMENU end */
/* CATMENU start */
.news-catmenu {
  display: flex;
  width: 100%;
  flex-direction: row; }
  .news-catmenu .level1 {
    padding: 0; }
    .news-catmenu .level1:first-child {
      display: none; }
  .news-catmenu .level2 a {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
    font-weight: bold; }
  .news-catmenu .level2.category {
    margin: 5px 0;
    padding: 0 5px;
    width: 100%; }
    .news-catmenu .level2.category > div {
      display: inline-block;
      width: 100%;
      text-align: center;
      position: relative;
      background-color: #00447d; }
    .news-catmenu .level2.category .news-catmenu-ACT {
      background-color: #3b669b; }

.news ul li ul li a {
  background: #004480;
  color: #fff;
  display: inline-block;
  padding: 0.75rem 1rem;
  margin: 0.25rem 0;
  transition: 0.2s; }
  .news ul li ul li a:hover, .news ul li ul li a:focus, .news ul li ul li a:active {
    background-color: #003264; }
  .news ul li ul li a.active {
    background-color: #3b669b; }

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 0rem; }

.flickity-prev-next-button.next {
  right: 0rem; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0rem; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0rem; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-page-dots {
  background-color: #004480;
  bottom: 0; }
  .flickity-page-dots .dot {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.1rem 0.25rem;
    background: #ffffff;
    border-radius: 0; }

.carousel-nav .carousel-cell {
  border: 1px solid #004480;
  margin: 1rem 0.5rem;
  width: 90px; }
  .carousel-nav .carousel-cell.is-selected {
    border-color: black; }

.flickity-prev-next-button {
  background: rgba(0, 68, 128, 0.75);
  width: 1.78rem;
  height: 5.5rem;
  top: 42%;
  border-radius: 0; }
  @media (min-width: 768px) {
    .flickity-prev-next-button {
      width: 2.5rem; } }
  .flickity-prev-next-button svg {
    position: absolute;
    left: 15%;
    top: 13%;
    width: 60%;
    height: 80%; }
  .flickity-prev-next-button .arrow {
    fill: #ffffff; }
  .flickity-prev-next-button:hover, .flickity-prev-next-button:focus, .flickity-prev-next-button:active {
    background: rgba(181, 184, 214, 0.75); }
    @media (min-width: 768px) {
      .flickity-prev-next-button:hover, .flickity-prev-next-button:focus, .flickity-prev-next-button:active {
        background: #b5b8d6; } }
    .flickity-prev-next-button:hover .arrow, .flickity-prev-next-button:focus .arrow, .flickity-prev-next-button:active .arrow {
      fill: #004480; }
  .flickity-prev-next-button .previous {
    left: 3rem; }
  .flickity-prev-next-button .next {
    right: 3rem; }

/* Always hide the not-lazyloaded images in the overlay */
.carousel-cell .lazyload {
  display: none; }

/* Gradually show the selected and lazy img next to the selected slide on interactions*/
.carousel-cell.is-selected .lazyload,
.carousel-cell.is-selected + .carousel-cell .lazyload {
  display: block; }

.carousel-classic {
  min-height: 500px;
  opacity: 0;
  position: relative;
  transition: 0.2s; }
  .carousel-classic .flickity-viewport {
    min-height: 100%; }
  .carousel-classic.flickity-enabled {
    opacity: 1; }
  .carousel-classic .carousel-cell {
    opacity: 0.7;
    transition: opacity 0.2s linear; }
    .carousel-classic .carousel-cell.is-selected {
      opacity: 1; }
  .carousel-classic .flickity-page-dots {
    position: relative;
    width: auto;
    background-color: transparent;
    bottom: -1.5rem;
    text-align: center;
    right: 0;
    margin: 0 9rem; }
    .carousel-classic .flickity-page-dots .dot {
      background: #004480;
      border-radius: 0;
      width: 0.75rem;
      height: 0.75rem;
      margin: 0.5rem 0.5rem; }
      .carousel-classic .flickity-page-dots .dot:hover, .carousel-classic .flickity-page-dots .dot:focus {
        background-color: #b5b9d6; }
  .carousel-classic .carousel-cell {
    width: 100%; }
  .carousel-classic .carousel-cell-image {
    width: 100%;
    height: 530px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; }
  .carousel-classic .carousel-cell-title {
    position: absolute;
    bottom: 1.3rem;
    left: 2.5rem; }
  .carousel-classic .carousel-cell-links {
    width: 100%; }
    .carousel-classic .carousel-cell-links ul {
      display: flex !important;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: space-between;
      padding: 0;
      margin: 0; }
      .carousel-classic .carousel-cell-links ul li {
        list-style: none;
        flex: 1 auto; }
  .carousel-classic .carousel-cell-title {
    color: #ffffff; }
    .carousel-classic .carousel-cell-title h2 {
      font-weight: bold;
      background: rgba(255, 255, 255, 0.75); }
  .carousel-classic .carousel-cell-links ul li a {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: #b5b9d6;
    color: #004480;
    display: block;
    padding: 1rem;
    font-weight: bold;
    text-align: center; }
    .carousel-classic .carousel-cell-links ul li a:before {
      content: "»";
      display: inline-block;
      margin-right: 0.5rem; }
  .carousel-classic .carousel-cell-links ul li a {
    transition: 0.2s; }
    .carousel-classic .carousel-cell-links ul li a:hover, .carousel-classic .carousel-cell-links ul li a:active, .carousel-classic .carousel-cell-links ul li a:focus {
      background-color: #004480;
      color: #ffffff; }
      .carousel-classic .carousel-cell-links ul li a:hover:before, .carousel-classic .carousel-cell-links ul li a:active:before, .carousel-classic .carousel-cell-links ul li a:focus:before {
        animation-name: arrowBump;
        animation-duration: 0.7s; }

.carousel-classic .carousel-cell-title {
  color: black; }
  .carousel-classic .carousel-cell-title h3, .carousel-classic .carousel-cell-title h4 {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.75);
    padding: .2rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    float: left;
    clear: both; }
  .carousel-classic .carousel-cell-title h3 {
    font-size: 2.05rem;
    margin-bottom: 0.2rem; }
  .carousel-classic .carousel-cell-title h4 {
    font-size: 1;
    margin-right: 1rem; }
  @media (min-width: 768px) {
    .carousel-classic .carousel-cell-title h3 {
      font-size: 3.05rem; }
    .carousel-classic .carousel-cell-title h4 {
      font-size: 1.55rem; } }

.carousel-teaser {
  height: 360px;
  overflow: hidden; }
  .carousel-teaser .carousel-cell {
    width: 360px;
    height: 360px;
    position: relative;
    margin-right: 10px; }
    .carousel-teaser .carousel-cell a {
      display: block;
      cursor: zoom-in; }

.carousel-icons {
  min-height: 780px;
  opacity: 0;
  position: relative;
  transition: 0.2s; }
  .carousel-icons .flickity-viewport {
    min-height: 780px; }
  .carousel-icons.flickity-enabled {
    opacity: 1; }
  .carousel-icons .carousel-cell {
    opacity: 0.7;
    transition: opacity 0.2s linear; }
    .carousel-icons .carousel-cell.is-selected {
      opacity: 1; }
  .carousel-icons .flickity-page-dots {
    width: auto;
    background-color: transparent;
    bottom: -2.5rem;
    text-align: right;
    right: 0;
    margin: 0 9rem; }
    .carousel-icons .flickity-page-dots .dot {
      background: #004480;
      border-radius: 0;
      width: 1rem;
      height: 1rem;
      margin: 0.5rem 0.5rem; }
      .carousel-icons .flickity-page-dots .dot:hover, .carousel-icons .flickity-page-dots .dot:focus {
        background-color: #b5b9d6; }
  .carousel-icons .carousel-cell {
    width: 100%; }
    @media (min-width: 768px) {
      .carousel-icons .carousel-cell {
        width: 33.33%; } }
  .carousel-icons .carousel-cell-image {
    width: 100%;
    height: 530px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; }
  .carousel-icons .carousel-cell-title {
    position: absolute;
    bottom: 1rem;
    left: 1rem; }
  .carousel-icons .carousel-cell-links {
    width: 100%; }
    .carousel-icons .carousel-cell-links ul {
      display: flex !important;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: space-between;
      padding: 0;
      margin: 0; }
      .carousel-icons .carousel-cell-links ul li {
        list-style: none;
        flex: 1 auto; }
        .carousel-icons .carousel-cell-links ul li a {
          transition: 0.2s; }
          .carousel-icons .carousel-cell-links ul li a:hover, .carousel-icons .carousel-cell-links ul li a:active, .carousel-icons .carousel-cell-links ul li a:focus {
            background-color: #004480;
            color: #ffffff; }
  .carousel-icons .carousel-cell-title {
    color: #ffffff; }
  .carousel-icons .carousel-cell-links ul li a {
    background-color: #b5b9d6;
    color: #004480;
    display: block;
    padding: 1rem;
    font-weight: bold;
    text-align: center; }
    .carousel-icons .carousel-cell-links ul li a:before {
      content: "»";
      display: inline-block;
      margin-right: 0.5rem; }
  .carousel-icons .carousel-cell-links ul li a {
    border: 1px solid rgba(255, 255, 255, 0.25); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #004480;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  display: block; }
  .hamburger:focus {
    outline: none; }
  @media (min-width: 768px) {
    .hamburger {
      display: none; } }
  .hamburger .hamburger-label {
    color: #004480;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-right: 1rem;
    opacity: 0; }

.nav.menu_language .nav-link {
  text-decoration: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }
  .nav.menu_language .nav-link:hover, .nav.menu_language .nav-link:focus, .nav.menu_language .nav-link:active {
    text-decoration: underline; }
  .nav.menu_language .nav-link.active {
    color: #004480;
    background-color: transparent; }

.nav.menu_language .nav-item .nav-link {
  white-space: nowrap; }
  .nav.menu_language .nav-item .nav-link:after {
    content: "|";
    padding: 0 0 0 0.25rem; }

.nav.menu_language .nav-item:last-child .nav-link:after {
  display: none; }

.navbar-nav > .nav-item .submenu .nav-item .nav-link {
  background-color: #fefefe;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  border-bottom: 1px solid #f1f1f1;
  color: #004480;
  text-align: left; }
  .navbar-nav > .nav-item .submenu .nav-item .nav-link:hover {
    background-color: #b5b8d6; }

.navbar-nav > .nav-item .submenu .nav-item.active .nav-link {
  background-color: #b5b8d6; }
  .navbar-nav > .nav-item .submenu .nav-item.active .nav-link:hover {
    background-color: #004480;
    color: #ffffff; }

.bigMenu .flex-even {
  flex: 1;
  max-width: 17rem;
  overflow: hidden;
  min-width: 12rem; }

.bigMenu h5 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.6rem 0;
  margin-bottom: 0; }

.bigMenu p {
  color: black; }

@media (min-width: 768px) {
  .bigMenu {
    position: relative; }
    .bigMenu:after {
      width: 0;
      height: 0;
      border-left: .5rem solid transparent;
      border-right: .5rem solid transparent;
      border-bottom: .5rem solid transparent;
      position: absolute;
      top: -0.5rem;
      left: 6rem;
      content: '';
      display: block;
      border-bottom-color: #ffffff; }
    .bigMenu a:hover {
      background-color: #b5b8d6; }
  .navbar-nav > .nav-item > .nav-link {
    font-size: 1.75rem;
    color: #ffffff;
    border-right: 1px solid #ffffff; }
    .navbar-nav > .nav-item > .nav-link:focus, .navbar-nav > .nav-item > .nav-link:hover {
      background-color: #b5b8d6;
      color: #004480; }
    .navbar-nav > .nav-item > .nav-link[aria-expanded="true"] {
      background-color: #b5b8d6;
      color: #004480; }
  .navbar-nav > .nav-item.active > .nav-link {
    background-color: #b5b8d6;
    color: #004480; }
  .navbar-nav > .nav-item:last-child > .nav-link {
    border-right: 0; }
  .navbar-nav .submenu.dropdown-menu:after {
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    content: '';
    display: block; }
  .navbar-nav .submenu.dropdown-menu.show {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    .navbar-nav .submenu.dropdown-menu.show:after {
      border-bottom-color: #ffffff; } }

.page--header {
  position: relative;
  z-index: 1000; }

.row-hide-for-small {
  display: none; }
  @media (min-width: 768px) {
    .row-hide-for-small {
      display: flex; } }

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible; } }

.frame-type-form_formframework {
  padding: 0; }
  .frame-type-form_formframework .input input {
    border-radius: 0px;
    border: 1px solid #111;
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.2;
    padding: 1.75rem;
    width: 100%;
    height: 2rem;
    outline: none; }
    .frame-type-form_formframework .input input:focus {
      box-shadow: 0px 0px 10px 0.1rem #f1f1f1;
      border-color: #004480;
      outline: none; }
    .frame-type-form_formframework .input input:hover {
      border-color: #004480; }
  .frame-type-form_formframework .radio label {
    cursor: pointer; }
    .frame-type-form_formframework .radio label:hover {
      color: #004480; }
  .frame-type-form_formframework .radio input[type="radio"] {
    margin: 0;
    width: 2rem; }
    .frame-type-form_formframework .radio input[type="radio"]:focus {
      box-shadow: unset; }
  .frame-type-form_formframework .radio span {
    padding-left: 2.5rem;
    line-height: 1.75; }
  .frame-type-form_formframework .form-check {
    padding-left: 0; }
    .frame-type-form_formframework .form-check .form-check-label {
      line-height: 1.5;
      cursor: pointer; }
      .frame-type-form_formframework .form-check .form-check-label:hover {
        color: #004480; }
      .frame-type-form_formframework .form-check .form-check-label span {
        padding-left: 0;
        line-height: 2.5; }
      .frame-type-form_formframework .form-check .form-check-label input[type="checkbox"] {
        border: 0 none;
        display: block;
        margin: 0 0.5rem 1rem 0;
        float: left;
        padding: .5rem;
        clear: both;
        width: 2rem; }
    .frame-type-form_formframework .form-check .help-block {
      font-size: 0.9rem;
      line-height: 2rem; }
  .frame-type-form_formframework .form-custom-text .input .form-control {
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
    outline: none;
    width: 12rem;
    margin-right: 0; }
    .frame-type-form_formframework .form-custom-text .input .form-control:active, .frame-type-form_formframework .form-custom-text .input .form-control:focus {
      border-color: #004480; }
  .frame-type-form_formframework .form-custom-text .control-label {
    line-height: 3;
    margin: 0 1rem; }
  .frame-type-form_formframework .form-custom-text .help-block {
    line-height: 3;
    margin: 0 1rem; }
  .frame-type-form_formframework .checkbox--default .form-check .form-check-label {
    line-height: 1; }
    .frame-type-form_formframework .checkbox--default .form-check .form-check-label span {
      line-height: 1.5; }
  .frame-type-form_formframework .checkbox--default .help-block {
    margin-left: 2.5rem;
    display: block; }

/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left; }

.ce-align-center {
  text-align: center; }

.ce-align-right {
  text-align: right; }

.ce-table td, .ce-table th {
  vertical-align: top; }


.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block;
  max-width: 100%;
  height: auto; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid black;
  padding: 0px; }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px; }

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }

.ce-column:last-child {
  margin-right: 0; }

.ce-row {
  margin-bottom: 10px; }

.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

/* Headline */
.ce-headline-left {
  text-align: left; }

.ce-headline-center {
  text-align: center; }

.ce-headline-right {
  text-align: right; }

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%; }

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top; }

.ce-table thead th {
  border-bottom: 2px solid #dadada; }

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada; }

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada; }

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em; }

.frame-space-before-small {
  margin-top: 2em; }

.frame-space-before-medium {
  margin-top: 3em; }

.frame-space-before-large {
  margin-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 5em; }

.alert.frame-space-after-extra-small,
.frame-space-after-extra-small {
  margin-bottom: 1em; }
.alert.frame-space-after-small,
.frame-space-after-small {
  margin-bottom: 2em; }
.alert.frame-space-after-medium,
.frame-space-after-medium {
  margin-bottom: 3em; }
.alert.frame-space-after-large,
.frame-space-after-large {
  margin-bottom: 4em; }
.alert.frame-space-after-extra-large,
.frame-space-after-extra-large {
  margin-bottom: 5em; }

/* Frame */
.frame-ruler-before:before {
  content: '';
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em; }

.frame-ruler-after:after {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em; }

.frame-indent {
  margin-left: 15%;
  margin-right: 15%; }

.frame-indent-left {
  margin-left: 33%; }

.frame-indent-right {
  margin-right: 33%; }

.frame-bgcolor-primary {
  background-color: #f49213;
  color: #ffffff; }
  .frame-bgcolor-primary .frame {
    padding: 0.5rem; }
  .frame-bgcolor-primary h3 {
    font-size: 2.65rem;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Roboto', Arial, sans-serif; }
  .frame-bgcolor-primary .row .cell {
    border-bottom: 1px solid #ffffff; }
    .frame-bgcolor-primary .row .cell:last-child {
      border-bottom: 0; }
  .frame-bgcolor-primary.frame h3 {
    padding-top: 1rem; }

.frame-bgcolor-lightgrey {
  background-color: #eeecec; }

.frame-bgcolor-secondary {
  background-color: #cccccc; }
  .frame-bgcolor-secondary.frame {
    padding: 0.5rem; }
  .frame-bgcolor-secondary h3 {
    font-size: 2.65rem;
    margin-bottom: 0;
    padding-top: 1rem;
    font-family: "Roboto Condensed", Arial, sans-serif; }

body {
  font-family: "Roboto Condensed", Arial, sans-serif; }

.media-type-4 {
  width: 100%; }
  .media-type-4 * {
    width: 100%; }
  .media-type-4 iframe {
    width: 480px;
    height: 270px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bg-white {
  background: #ffffff; }

.bg-orange {
  background: #f49213; }

.bg-cornflowerblue {
  background-color: #b5b8d6; }

.color-orange {
  color: #f49213; }

.btn-default, .btn-primary {
  background: #004480 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  padding: 0.25rem 1rem 0.25rem 2rem;
  float: right;
  font-size: 1.25rem;
  text-decoration: none;
  outline: 0; }
  .btn-default:before, .btn-primary:before {
    content: '»';
    position: absolute;
    line-height: 1.35;
    content: "\BB";
    font-size: 2.5rem;
    position: absolute;
    left: 0.5rem;
    height: 100%;
    bottom: 0.7rem;
    line-height: 1.35; }
  .btn-default:hover, .btn-primary:hover, .btn-default:focus, .btn-primary:focus, .btn-default:active, .btn-primary:active {
    background-color: #003264; }

.row .innerbox img {
  margin-bottom: 0;
  height: auto;
  width: 100%; }

#menu .nav.nav-pills li .submenu li.active a, #menu .nav.nav-pills li .submenu li:hover a, #menu .nav.nav-pills li .submenu li:active a, #menu .nav.nav-pills li .submenu li:focus a {
  background-color: transparent !important;
  color: #004480 !important; }

.frame-type-form_formframework .form-custom-text .form-group {
  display: flex;
  justify-content: center; }
  .frame-type-form_formframework .form-custom-text .form-group .control-label {
    float: left;
    display: flex;
    margin-right: 1rem;
    text-align: center; }
  .frame-type-form_formframework .form-custom-text .form-group input {
    width: auto;
    margin-right: 1rem;
    float: left;
    text-align: center; }

.frame-type-form_formframework .radio span.js-form-betrag {
  padding-left: 0; }

.image-caption {
  font-style: italic; }

.frame-type-sitepackagetierschutzbund_twocolumn h2 {
  margin-top: 2rem; }

/* BACKGROUND */
.alert {
  border: 0;
  padding: 0; }
  .alert > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .alert.flex-column > a {
    flex-direction: column; }
    .alert.flex-column > a .button-blue-special {
      padding: 0 5.5rem; }
  .alert-dark {
    background: #3c3c3b; }
    .alert-dark p {
      margin: 0.75rem;
      color: #fff;
      font-size: 1.22rem;
      line-height: 1.75rem; }
      .alert-dark p a {
        color: #ffffff;
        padding: 0 0.6rem; }
        .alert-dark p a:hover, .alert-dark p a:focus, .alert-dark p a:active {
          text-decoration: underline; }
  .alert-info {
    background-color: transparent; }
    .alert-info p {
      display: inline-block;
      font-size: 1.75rem;
      color: #ffffff;
      margin: 0; }
      .alert-info p strong {
        font-size: 2.65rem;
        font-weight: 700;
        font-family: "Roboto", Arial, sans-serif; }
    .alert-info img {
      margin: 0.5rem; }
    .alert-info > a {
      padding: 0.75rem 1.25rem;
      background-color: #f49213;
      transition: 0.25s; }
      .alert-info > a > p:before {
        font-size: 2.65rem;
        content: '»';
        margin: 0 0.5rem 0 0; }
      .alert-info > a:hover {
        transform: scale(1.01);
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2); }
        .alert-info > a:hover > p:before {
          animation-name: arrowBump;
          animation-duration: 0.7s; }
      .alert-info > a:active {
        animation-name: zoom;
        animation-duration: 0.2s; }

.h-690px {
  height: auto; }
  @media (min-width: 768px) {
    .h-690px {
      height: 690px;
      overflow: hidden; } }

.bg-blue {
  background-color: #004480; }

.frame-type-menu_subpages a:hover {
  background-color: #b5b8d6; }

.frame-type-menu_subpages h4 {
  color: #004480;
  font-weight: 700;
  font-family: 'Roboto', Arial, sans-serif; }

.frame-type-menu_subpages p {
  color: black; }

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

a{
  text-decoration: none!important;
}

.alert.infobanner{
  border:none;
  padding: 0;
}

.footer .alert.alert-dark{
  border:none;
  padding:0!important;
  border-radius: 0!important;
  background-color: #3c3c3b;
}
body {
   font-family: "Roboto Condensed", Arial, sans-serif!important;
 }

.rounded-lg {
  border-radius: 0.5rem !important;
}

.menu_meta .nav-link{
  color: #00447d;
}
.navbar-dark .navbar-nav .nav-link > a{
  color: white!important;
}

.frame-bgcolor-primary{
  overflow: hidden;
}

.bigMenu .nochildren{
  color: #00447d;

}


body .navbar-dark .navbar-nav .nav-link {
  color:white;
}
body .navbar-dark .navbar-nav .nav-link:hover {
  color: #00447d;
}
.submenu.dropdown-menu a{
  color: #00447d;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00447d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.list-inline-item a{
  color: #00447d;

}
.breadcrumb-item a{
  color: #00447d!important;

}

.bg-cornflowerblue.subitem{
  color:#00447d;
}
.hasSub.dropdown a{
  color:#00447d;

}
.news-single-content a:not(.button-blue-special) {
  color:#00447d;

}.news-single-content a:hover{
color:#001a31!important;

}

.pagination {
  display: flex!important;
  padding-left: 0!important;
  list-style: none!important;
  border-radius: 0!important;
}

.page-link {
  position: relative!important;
  display: block!important;
  padding: 0.5rem 0.75rem!important;
  margin-left: -1px!important;
  line-height: 1.25!important;
  color: #00447d!important;
  background-color: #fff!important;
  border: 1px solid #dee2e6!important;
}

.nav.menu_language .nav-item .nav-link{
  color: #00447d!important;

}

.footer .link-mail{
  color: #00447d!important;

}

.cc-banner .cc-message {
  display: flex;
}

.ce-bodytext strong a,strong a,.news-single-backlink a{
  color: #00447d;

}


.shariff li .fab, .shariff li .far, .shariff li .fas {
  display: inline-block;
}
#formFirstStep .btn-primary {
  background: #004480 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  padding: 0.25rem 1rem 0.25rem 2rem;
  float: right;
  font-size: 1.25rem;
  text-decoration: none;
  outline: 0;
}

html body{
  font-size:18px;
}

@media (max-width: 1000px) {

.carousel-classic .flickity-page-dots{
  display: none!important;
}

  .nav-pills.nav-justified.text-uppercase{
width: 100%;

  }
  .nav-pills.nav-justified.text-uppercase a{
    padding-left: 0.3rem;
  }
  .menu_language.nav{
    display:inline-flex;
  }

  .topnavbar .float-right{
    margin-left:0!important;
  }
}

.h4, h4 {
  font-size: 1.6rem!important;
}

.frame-type-form_formframework .input input {
  border-radius: 0px;
  border: 1px solid #111;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  padding: 1.75rem;
  width: 100%;
  height: 2rem;
  outline: none;
}

.form-group {
  margin-bottom: 1rem;
}

.submit .btn-primary {
  background: #004480 none repeat scroll 0 0;
  border-radius: 0;
  border-color:#004480;
  color: #fff;
  padding: 0.25rem 1rem 0.25rem 2rem;
  float: right;
  font-size: 1.25rem;
  text-decoration: none;
  outline: 0;
}
.bodytext a{
  color: #00447d;
}

.news-latest-title {
  color: #00447d;
  font-size: 1.4rem;
}

.newsheader .news-latest-title {
  color:#001a31;
}

.button-blue-special a:hover{
  color:#00447d;
}

.ce-bodytext a,.teaser-text a:not(.button-blue-special){
  color:#00447d;

}

.bodytext a:hover, .teaser-text a:not(.button-blue-special) {
  color:#001a31!important;
}
.ce-bodytext a:hover{
  color:#001a31!important;
}

.ce-bodytext  .button-blue-special{
  color:white;
}

.ce-bodytext .button-blue-special:hover{
  color:  #00447d;
}

.frame-space-after-extra-small .news-list-view{
  margin-bottom: 1em;

}

.ce-bodytext h3 {
  font-size: 1.5rem;
}

.frame-type-grid{
  overflow: hidden;
}
.frame-type-grid .flickity-prev-next-button.previous {
  left: 10px;
}

.float-right{
  float: right;
}
.frame-type-form_formframework select{
  border-radius: 0px;
  border: 1px solid #111;
  color: black;
  background-color: white;
  line-height: 1.2;
  width: 100%;
  height: 3.5rem;
  outline: none;
  appearance: auto;
  padding-left: 1.5rem!important;
}

.tx-fp_cleverreach .frame-type-form_formframework input[type="radio"] {
  padding: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-right: 5px;
  border-radius: 20px;
}

.tx-fp_cleverreach .frame-type-form_formframework input[type="radio"] {
  padding: 0;
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-right: 10px;
  border-radius: 20px;
}

.frame-type-form_formframework .form-check-inline .form-check-label{
  line-height: 2;
}

.tx-fp_cleverreach .frame-type-form_formframework input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='004480'/%3e%3c/svg%3e");
}
.topnavbar .nav-link:hover {
  color: #001a31!important;
}
@media (max-width: 1380px) {

.frame-type-html iframe{
  max-width: 100%;
 height:300px;
}
}

@media (max-width: 940px) {

  .cc-banner .cc-message {
    display: block;
  }

  .frame-type-grid .flickity-prev-next-button.previous {
    left: 0;
  }
  .no-gutters > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flickity-page-dots{
    display:none;
  }
  #recaptcha_v2_widget{
    max-width: 300px;
  }
  #recaptcha_v2_widget div{
    transform: scale(0.92);
    transform-origin: 0 0;
  }

  .footer .nav,.footer h3 {
    font-size: 1.2rem;
  }
  .container .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }

  .container .navbar-dark .navbar-nav .nav-link:hover {
    color: white;
  }

  .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff!important;
  }
}

.link-external-blank{
  color:#00447d;
}
.link-external-blank:hover{
  color: #001a31!important;
}

.cr_page{
  width: auto!important;
  max-width: 640px;
}

  #text_kilometer_wrapper .input_text_amount_wrapper_container .input_text_amount{
    text-align: right;
  }

  .color-blue-lagoon{
    color:#00447d;
  }

  .bg-lightblue{
    background-color:#bbc9dc;
  }

  .form-check-label span{
   display:flex;
  }

.frame-type-form_formframework .input input{
  background-color:white!important;
}

.reduced h1{
  text-decoration: none;
  font-size: 3.6rem;
  border-bottom: none;
  font-weight: bold;
  width:70%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.reduced h2{
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.8rem;
}

.reduced hr{
  background-color: #7e7f84;
  opacity: 1;
}
.reduced .img-fluid{
  margin-bottom: 30px;
}

.reduced .page-content{
  margin-bottom: 40px;
}
.reduced .dp--iframe{
  height:96%!important;

}

.reduced .videoWrapper {
  position: relative;
  padding-bottom: 50.25%;
  height: 0;
}
.scrolltoform{
  display: none;
}

.btnform::before {
  content: "\BB";
  font-size: 1.5rem;
  position: absolute;
  left: 0.5rem;
  height: 100%;
  bottom: 0.6rem;
  line-height: 2.25;
}


.shownav#toggleMenu{
  display:block;
}
@media (max-width: 940px) {
  .reduced h1{
text-decoration: none;
font-size: 1.8rem;
border-bottom: none;
font-weight: bold;
width: 100%;
}
  .cc-window {
    display:block;
  }
  .reduced h2{
    margin-bottom: 10px;

  }
  .reduced h1{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .reduced .color-blue-lagoon.h2{
    font-weight: bold;
    font-size: 2rem;
  }
}

.topnavbar{
  padding-right: 60px!important;
}

.hamburger{
 top:10px;
}
