@charset "UTF-8";
/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. Common site styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
	1. Embedded fonts styles
---------------------------------------------------------*/
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=4cc165b1-f224-43ab-852c-c857585b1ebb");
@font-face{
    font-family:"Helvetica Neue LT W05_47 Lt Cn";
    src:url("fonts/083e1179-98b4-4cbd-a13a-50a7c78d6fea.woff2") format("woff2"),url("fonts/239170e6-7f0d-4c35-97d4-490b362e4ef7.woff") format("woff");
}
@font-face{
    font-family:"Helvetica Neue LT W05_47LtCnOb";
    src:url("fonts/4e0d849a-b425-400e-a40c-789c4a37aac0.woff2") format("woff2"),url("fonts/71ce5b5d-325e-417b-843b-e8f6e554a182.woff") format("woff");
}
@font-face{
    font-family:"Helvetica Neue LT W05_67 Md Cn";
    src:url("fonts/1a559dd9-e51e-45d5-86eb-f343223bacef.woff2") format("woff2"),url("fonts/581fae27-b5f4-44ab-b5b1-92f11d4f9838.woff") format("woff");
}
@font-face{
    font-family:"Helvetica Neue LT W05_67MdCnObl";
    src:url("fonts/9c31450f-5d89-4ebd-afc6-9962b19448f5.woff2") format("woff2"),url("fonts/d0d30f97-b639-4228-8b85-fe2f879968db.woff") format("woff");
}

.bg-warning {
    background-color: #db4a91 !important;
  }
  .bg-primary {
    background-color: #0085bb !important;
  }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/* typography settings */
/* set default styles in all browsers */
body, p, ul, ol, li, a {color:#4e4e4c;
    font-family:"Helvetica Neue LT W05_47 Lt Cn",SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.navbar-nav a,
.lang-switcher a {
  font-family: "Helvetica Neue LT W05_67 Md Cn", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}
h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: #4e4e4c;
  text-decoration: none;
}
.w09-component h1,
.w09-component .h1,
.w09-component
  h2,
.w09-component .h2,
.w09-component
  h3,
.w09-component .h3,
.w09-component
  h4,
.w09-component .h4,
.w09-component
  h5,
.w09-component .h5,
.w09-component
  h6,
.w09-component .h6 {
  color: inherit;
}

/* mobile styles for H1 title */
h1,
.h1 {
  font-size: 2.75rem;
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 1.3125rem;
  }
}

  h2,
  .h2 {
    font-size: 1.5rem;
  }
/* mobile styles for H2 title */
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 19px;
  }
}

@media (max-width: 767.98px) {
  body, p, ul, ol, .dashed li, .blue-links {
    font-size: 19px;
    line-height: 27px;
  }
}

/* gengral styles for links */
a {
  transition: color .3s linear, background .3s linear, border .3s linear, opacity .3s linear, box-shadow .3s linear;
  outline: none;
  text-decoration: none;
}


/* ---------------------------------------------------------
	2. Сommon site styles
	---------------------------------------------------------*/
/* header styles */
[id="header"] {
  z-index: 10;
  position: relative;
}
[id="header"] .navbar {
  padding: 0rem;
  padding-bottom: 18px;
}
.logo img {margin-left:-15px}

@media (min-width: 992px) {
  [id="header"] .navbar {
    padding-bottom: 6px;
  }
}

/* styles to logo */
.logo {
  z-index: 2;
  position: relative;
  top: 18px;
  }
@media (min-width: 576px) {
  .logo {
    position: relative;
    top: 15px;
  }
}
@media (min-width: 768px) {
  .logo {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .logo img {
    max-width: 295px;
    max-width: 145px;
  }
  .navbar {min-height:50px;}
}
@media (min-width: 992px) {
  .logo img {
    min-width: 194px;
  }
}

/* social icons styles */
.social-list a {
  transition: opacity .3s ease-in-out;
}
.social-list a:hover {
  opacity: .6;
}

/* set custom styles for default elements */
small,
.small {
  font-size: 100%;
}

/* custom bootstrap styles */
.container,
[class^="container-"],
[class*=" container-"] {
  padding-left: 18px;
  padding-right: 18px;
}

/* bootstrap forms custom styles */
textarea.form-control {
  height: 281px;
  min-height: 281px;
}
@media (min-width: 768px) {
  textarea.form-control {
    height: 332px;
    min-height: 332px;
  }
}

/* custom icons styles */
.ico-close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 39px;
  height: 39px;
}
.ico-close:before,
.ico-close:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 48px;
  height: 6px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -24px;
  transform: rotate(45deg);
}
.ico-close:after {
  transform: rotate(-45deg);
}

.w14-carousel .ico-chevron-left:before,
.w14-carousel .ico-chevron-left:after,
.w14-carousel
.ico-chevron-right:before,
.w14-carousel
.ico-chevron-right:after,
.w14-carousel
.ico-chevron-up:before,
.w14-carousel
.ico-chevron-up:after,
.w14-carousel
.ico-chevron-down:before,
.w14-carousel
.ico-chevron-down:after {
  background-color: #4e4e4c;
}

.ico-chevron-left {
  width: 16px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ico-chevron-left:before,
.ico-chevron-left:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 21px;
  height: 2px;
  background: #434343;
  position: absolute;
}
.w01-carousel .ico-chevron-left:before,
.w01-carousel .ico-chevron-left:after {
  background-color: #fff;
}
.ico-chevron-left:before {
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  margin: -8px 0 0 -2px;
}
.ico-chevron-left:after {
  bottom: 50%;
  margin: 0 -3px -8px 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

.ico-chevron-right {
  width: 16px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ico-chevron-right:before,
.ico-chevron-right:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 21px;
  height: 2px;
  position: absolute;
}
.w01-carousel .ico-chevron-right:before,
.w01-carousel .ico-chevron-right:after {
  background-color: #fff;
}
.ico-chevron-right:before {
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  margin: -8px 0 0 -2px;
}
.ico-chevron-right:after {
  bottom: 50%;
  margin: 0 -3px -8px 0;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
}

.ico-chevron-up {
  width: 30px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ico-chevron-up:before,
.ico-chevron-up:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.ico-chevron-up:before {
  left: 0;
  transform: rotate(-43deg);
  transform-origin: 0 0;
}
.ico-chevron-up:after {
  right: 0;
  transform: rotate(43deg);
  transform-origin: 100% 100%;
}

.ico-chevron-down {
  width: 30px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ico-chevron-down:before,
.ico-chevron-down:after {
  transition: all .3s ease-in-out;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  top: 0;
}
.ico-chevron-down:before {
  left: 0;
  transform: rotate(42deg);
  transform-origin: 0 0;
}
.ico-chevron-down:after {
  right: 0;
  transform: rotate(-42deg);
  transform-origin: 100% 100%;
}

.ico-minus {
  width: 29px;
  height: 29px;
  position: relative;
}
.ico-minus:after {
  transition: height .3s ease-in-out, width .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 4px;
  background: #4e4e4c;
}

.ico-minus-large {
  width: 40px;
  height: 40px;
  position: relative;
}
.ico-minus-large:after {
  transition: height .3s ease-in-out, width .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 4px;
  background: #4e4e4c;
}

.ico-plus {
  display: inline-block;
  vertical-align: baseline;
  width: 29px;
  height: 29px;
  position: relative;
}
.ico-plus:before,
.ico-plus:after {
  transition: height .3s ease-in-out, width .3s ease-in-out;
  content: "";
  background: #4e4e4c;
  position: absolute;
}
.ico-plus:before {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ico-plus:after {
  width: 100%;
  height: 1.25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ico-plus-large {
  display: inline-block;
  vertical-align: baseline;
  width: 40px;
  height: 40px;
  position: relative;
}
.ico-plus-large:before,
.ico-plus-large:after {
  transition: height .3s ease-in-out, width .3s ease-in-out;
  content: "";
  background: #4e4e4c;
  position: absolute;
}
.ico-plus-large:before {
  width: 3px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ico-plus-large:after {
  width: 100%;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn [class^="icon-"],
.btn [class*=" icon-"],
.btn [class^="ico-"],
.btn [class*=" ico-"] {
  vertical-align: middle;
}
.btn [class^="icon-"]:not(:only-child),
.btn [class*=" icon-"]:not(:only-child),
.btn [class^="ico-"]:not(:only-child),
.btn [class*=" ico-"]:not(:only-child) {
  margin-right: 13px;
}

.btn .button-text {
  display: inline-block;
  vertical-align: middle;
}

/* button close styles */
.close {
  width: 39px;
  height: 39px;
  opacity: 1;
  position: relative;
}
.close:hover {
  opacity: .5;
}
.close [class^="icon-"],
.close [class*=" icon-"],
.close [class^="ico-"],
.close [class*=" ico-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ol.custom_numeric_list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 0 !important;
}
ol.custom_numeric_list > li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-top: 3rem;
}
ol.custom_numeric_list > li .heading_list_holder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 576px) {
  ol.custom_numeric_list > li .heading_list_holder {
    margin-bottom: 15px;
  }
}
ol.custom_numeric_list > li .heading_list_holder:before {
  content: counter(my-awesome-counter);
  display: inline-block;
  transform: skew(-11deg) rotate(-8deg);
  transform-origin: 0 0;
  margin-right: 1rem;
  font: 700 6rem/.93 "Helvetica Neue LT W05_67 Md Cn", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: #0085bb;
}

.download_list .icon-arrow-down {
  transition: color .3s ease-in-out;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.download_list .icon-arrow-down:before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 1px;
  left: calc(50% - 2px);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-right-style: solid;
  border-right-width: 1.5px;
  transform-origin: bottom;
  transform: translateX(-50%) rotate(45deg);
}
.download_list .icon-arrow-down:after {
  transition: background-color .3s ease-in-out;
  width: 1.5px;
  height: 8px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4e4e4c;
}

.download_list .download_link {
  position: relative;
  text-decoration: none;
  color: #4e4e4c;
}
.download_list .download_link .link_text {
  position: relative;
  margin-left: 5px;
  color: #4e4e4c;
}
.download_list .download_link:hover {
  text-decoration: none;
  color: #0085bb;
}
.download_list .download_link:hover .link_text {
  color: #0085bb;
  text-decoration: none;
}
.download_list .download_link:hover .icon-arrow-down:after {
  background-color: #0085bb;
}
/* ENO */
.content .download_link {
  border-bottom:none !important;
}

.simple-list a {
  position: relative;
}
.simple-list a:after {
  transition: content .3s ease-in-out;
  width: 100%;
  height: 1.25px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #4e4e4c;
}
.simple-list a:hover {
  color: #0085bb;
}
.simple-list a:hover:after {
  background-color: #0085bb;
}

.dashed li {
  position: relative;
  padding-left: 13px;
}
@media (max-width: 767.98px) {
  .dashed li {
    font-size: 19px;
  }
}
.dashed li:before {
  width: 7px;
  height: 1.25px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #4e4e4c;
}

.blue-links {
  transition: color .3s ease-in-out;
  position: relative;
  text-decoration: none;
  line-height:1.75;
}
.blue-links:after {
  width: 100%;
  height: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #0085bb;
}
.blue-links:hover {
  text-decoration: none;
  color: #0085bb;
}

.accordion > .card {
  border: none;
}
.accordion > .card > .card-header {
  margin: 0;
}

@media (max-width: 767.98px) {
  .accordion h4,
  .accordion .h4 {
    font-size: 1.1875rem;
  }
}

@media (max-width: 767.98px) {
  .accordion p {
    margin-bottom: 0;
  }
}

.accordion address {
  font-size: 14px;
}
.accordion address.address {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .accordion address.address {
    font-size: 1.125rem;
  }
}
.accordion address.address span {
  display: block;
}
@media (max-width: 767.98px) {
  .accordion address {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.accordion address span {
  display: block;
}

.accordion .card-header {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border-bottom: 1.5px solid #4e4e4c;
}
.accordion .card-header .btn {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: #4e4e4c;
}
@media (max-width: 767.98px) {
  .accordion .card-header .btn {
    font-size: 1.1875rem;
  }
}
.accordion .card-header .btn:focus,
.accordion .card-header .btn .focus {
  box-shadow: none;
}
.accordion .card-header .btn:after {
  transition: all .3s ease-in-out;
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  border: solid #4e4e4c;
  border-width: 0 1.5px 1.5px 0;
}
.accordion .card-header .btn:not(.collapsed):after {
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(225deg);
}

.tags .btn,
.tags_list .btn {
  padding: .1rem .35rem;
  text-transform: uppercase;
}
.tags .btn:focus,
.tags .btn.focus,
.tags .btn:not(:disabled):not(.disabled):active:focus,
.tags_list .btn:focus,
.tags_list .btn.focus,
.tags_list .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.tags .btn.selected,
.tags_list .btn.selected {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.tags li a,
.tags_list li a {
  font-size: .65rem;
}
@media (max-width: 767.98px) {
  .tags li a,
  .tags_list li a {
    font-size: .75rem;
  }
}

/* navbar collapse styles */
.navbar-in-collapse {
  display: block !important;
  z-index: 99;
}
.navbar-in-collapse:before,
.navbar-in-collapse:after {
  display: none !important;
}

.navbar-light {
  /* main navigation styles */
  /* top navigation styles */
}
@media (max-width: 767.98px) {
  .navbar-light {
    padding: 0;
  }
}
.navbar-light .social-list {
  margin-right: 7px;
}
.navbar-light .social-list .social-item img {
  width: 21px;
}
.navbar-light .main-nav {
  font-family: "Helvetica Neue LT W05_67 Md Cn", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .navbar-light .main-nav {
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-color: #0085bb;
  }
}
@media (min-width: 576px) {
  .navbar-light .main-nav {
    padding-right: 17px;
    padding-right: 0;
  }
}
.navbar-light .main-nav .nav-link {
  transition: text-decoration .3s ease-in-out;
  padding: 0 .75em;
  text-transform: uppercase;
  outline: none;
  color: #4e4e4c;
  text-decoration: none;
  position: relative;
}
.navbar-light .main-nav .nav-link:after {
  height: 1.2px;
  width: 90%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #4e4e4c;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .navbar-light .main-nav .nav-link:after {
    content: "";
  }
}
.navbar-light .main-nav .nav-link:focus,
.navbar-light .main-nav .nav-link:hover,
.navbar-light .main-nav .nav-link.active {
  background-color: #4e4e4c;
  text-decoration: none;
  color: #fff;
}
.navbar-light .main-nav .nav-link.active {
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .navbar-light .main-nav .nav-link {
    padding: .5em 0;
    display: inline-block;
    text-decoration: underline;
  }
  .navbar-light .main-nav .nav-link:focus,
  .navbar-light .main-nav .nav-link:hover,
  .navbar-light .main-nav .nav-link.active {
    text-decoration: none;
    background-color: transparent;
    color: #4e4e4c;
    pointer-events: inherit;
  }
}
@media (min-width: 768px) {
  .navbar-light .main-nav .nav-link {
    padding: 3px 8px 2px;
  }
}
.navbar-light .main-nav .nav-item {
  margin-right: 1px;
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .navbar-light .main-nav .nav-item {
    margin-right: .5em;
  }
}
@media (max-width: 767.98px) {
  .navbar-light .main-nav .nav-item {
    margin-right: 0;
    font-size: 1.125rem;
  }
}
.navbar-light .main-nav .nav-item.active a {
  text-decoration: none;
  background-color: #4e4e4c;
  color: #fff;
  pointer-events: none;
  }
@media (max-width: 767.98px) {
  .navbar-light .main-nav .nav-item.active a {
    text-decoration: underline;
    background-color: transparent;
    color: #4e4e4c;
    pointer-events: inherit;
  }
  .navbar-light .main-nav .nav-item.active a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-light .top-nav {
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .4);
  }
}
@media (min-width: 576px) {
  .navbar-light .top-nav {
    padding-right: 15px;
  }
}
.navbar-light .top-nav .navbar-nav {
  font-size: 1.125rem;
  font-family: "Helvetica Neue LT W05_67 Md Cn", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .navbar-light .top-nav .navbar-nav {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .navbar-light .top-nav .navbar-nav {
    margin-bottom: 1px;
  }
}
.navbar-light .top-nav .nav-item {
  position: relative;
}
.navbar-light .top-nav .nav-item:hover:before {
  content: "";
}
.navbar-light .top-nav .nav-item:hover .nav-link {
  color: #fff;
}
.navbar-light .top-nav .nav-item.active {
  border-left: 1px solid #0085bb;
  border-right: 1px solid #0085bb;
}
.navbar-light .top-nav .nav-item.active:before {
  content: "";
}
.navbar-light .top-nav .nav-item.active .nav-link {
  border: none;
  color: #fff;
}
.navbar-light .top-nav .nav-item:before {
  background-color: #4e4e4c;
  width: 100%;
  height: 29px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.navbar-light .top-nav .nav-link {
  position: relative;
  padding: 0;
  margin: .25rem .9rem;
  text-decoration: none;
  color: #4e4e4c;
  z-index: 0;
}
.navbar-light .top-nav .nav-link:after {
  width: 100%;
  height: 1.2px;
  transition: content .3s ease-in-out;
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #4e4e4c;
}
.navbar-light .top-nav .nav-link:hover {
  color: #4e4e4c;
}
.navbar-light .top-nav .nav-link:hover:after {
  content: none;
}
@media (max-width: 767.98px) {
  .navbar-light .top-nav .nav-link {
    display: inline-block;
    text-transform: uppercase;
  }
  .navbar-light .top-nav .nav-link:after {
    content: none;
  }
  .navbar-light .top-nav .nav-link:hover:after {
    content: "";
  }
}
@media (max-width: 1199.98px) {
  .home .navbar-light .top-nav #header {
    padding: 5px 0;
  }
}
.home .navbar-light .top-nav .nav-item:first-child:hover:before {
  content: "";
  background-color: #db4a91;
}
.home .navbar-light .top-nav .nav-item:hover:before {
  content: "";
  background-color: #0085bb;
}

.home .navbar-light .top-nav .nav-item:last-child:hover:before {
  content: "";
  background-color: #ffef42;
}

.home .navbar-light .top-nav .nav-item:hover .nav-link {
  color: #4e4e4c;
}
.home .navbar-light .top-nav .nav-item:hover .nav-link:after {
  content: none;
}
.home .navbar-light .top-nav .nav-item:before {
  width: 100%;
  height: 29px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 576px) {
  .home .navbar-light .top-nav .top-nav {
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .home .navbar-light .top-nav .navbar-nav {
    margin-bottom: 45px;
  }
}

@media (max-width: 1199.98px) {
  .home #header {
    padding: 5px 0;
  }
}

.home .navbar-toggler {
  right: 6px;
  top: -5px;
}

/* navbar button styles */
.navbar-toggler {
  border: none;
  z-index: 1000;
  position: absolute;
  right: 13px;
  top: 1px;
}
.navbar-toggler:focus,
.navbar-toggler.focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transition: all .3s ease-in-out;
  position: relative;
  background-image: none;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  transition: all .3s ease-in-out;
  width: 30px;
  height: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
  transform: translateY(-50%) rotate(-45deg);
}

#navbarMobileContent {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  background-color: #fff;
  z-index: 999;
}
#navbarMobileContent.show {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 992px) {
  #navbarMobileContent.show {
    display: none !important;
  }
}
#navbarMobileContent .holder {
  height: 100%;
  width: 100%;
}
#navbarMobileContent .holder .nav-holder-mobile {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#navbarMobileContent .holder .nav-mobile-list {
  margin-top: 50px;
  padding-left: 0;
  list-style-type: none;
  min-height: 300px;
  overflow: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #navbarMobileContent .holder .nav-mobile-list {
    min-height: 150px;
  }
}
#navbarMobileContent .holder .nav-mobile-list li {
  border-top: 1px solid #666463;
  z-index: 0;
}
#navbarMobileContent .holder .nav-mobile-list li:last-child {
  border-bottom: 1px solid #666463;
}
#navbarMobileContent .holder .nav-mobile-list li.hover a,
#navbarMobileContent .holder .nav-mobile-list li.active a {
  color: #fff;
}
#navbarMobileContent .holder .nav-mobile-list li.hover a:before,
#navbarMobileContent .holder .nav-mobile-list li.active a:before {
  content: "";
}
#navbarMobileContent .holder .nav-mobile-list li.hover a:hover,
#navbarMobileContent .holder .nav-mobile-list li.active a:hover {
  color: #fff;
}
#navbarMobileContent .holder .nav-mobile-list li.hover .mobile-drop-menu,
#navbarMobileContent .holder .nav-mobile-list li.active .mobile-drop-menu {
  display: block;
}
#navbarMobileContent .holder .nav-mobile-list li.hover .mobile-drop-menu a,
#navbarMobileContent .holder .nav-mobile-list li.active .mobile-drop-menu a {
  color: #4e4e4c;
}
#navbarMobileContent .holder .nav-mobile-list li.hover .mobile-drop-menu a:before,
#navbarMobileContent .holder .nav-mobile-list li.active .mobile-drop-menu a:before {
  content: none;
}
#navbarMobileContent .holder .nav-mobile-list li a {
  color: #000;
  font-size: .938rem;
  font-weight: 400;
  padding: 35px 0;
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
#navbarMobileContent .holder .nav-mobile-list li a:hover {
  color: #81cff4;
}
#navbarMobileContent .holder .nav-mobile-list li a:before {
  background-color: #4e4e4c;
  width: 107%;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#navbarMobileContent .holder .nav-mobile-list li .mobile-drop-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 27px;
  padding-bottom: 37px;
  display: none;
}
#navbarMobileContent .holder .nav-mobile-list li .mobile-drop-menu li {
  padding: 0;
  border-top: none;
  margin-bottom: 27px;
}
#navbarMobileContent .holder .nav-mobile-list li .mobile-drop-menu li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#navbarMobileContent .holder .nav-mobile-list li .mobile-drop-menu li a {
  color: #4e4e4c;
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom:1.25px solid #4e4e4c;
  padding: 0;
  display: inline-block;
}
#navbarMobileContent .holder .nav-mobile-list li .mobile-drop-menu li a:hover {
  color: #81cff4;
}
#navbarMobileContent .holder .bottom-holder {
  background-color: #4e4e4c;
  padding: 19px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Language switcher list styles */
.lang-switcher {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.lang-switcher.mobile a {
  border: 1.5px solid #fff;
  color: #fff;
}
.lang-switcher.mobile a.active,
.lang-switcher.mobile a.focus,
.lang-switcher.mobile a:focus,
.lang-switcher.mobile a:hover {
  background-color: #fff;
  color: #4e4e4c;
}
.lang-switcher.mobile .lang-item:last-child {
  margin-right: 0;
}
.lang-switcher a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #4e4e4c;
  border: 1.5px solid #ffffff;
  color: #4e4e4c;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
}

.social-item {
    width: 22px;
}


.lang-switcher a.active,
.lang-switcher a.focus,
.lang-switcher a:focus,
.lang-switcher a:hover {
  background-color: #ffffff;
  color: #4e4e4c;
}
.lang-switcher .lang-item {
  margin-right: 7px;
}
.lang-switcher .lang-item:last-child {
  margin-right: 17px;
}
@media (max-width: 767.98px) {
  .lang-switcher .lang-item:last-child {
    margin-right: 0;
  }
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  height: 100%;
}

.content a:not(.btn) {
  position: relative;
  border-bottom:1.2px solid #4e4e4c;
}
.content a:not(.btn):after-OFF {
  transition: content .3s ease-in-out;
  width: 100%;
  height: 1.25px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #4e4e4c;
}
.content a:not(.btn):hover {
  color: #0085bb;
  border-bottom-color:#0085bb;
}
.content a:not(.btn):hover:after-OFF {
  content: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

a[href^=tel],
a[href^=fax],
a[href^=skype] {
  color: #4e4e4c;
  text-decoration: none;
}

.nav-active #wrapper {
  height: 100vh;
  overflow: hidden;
}

address, address.address {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  address.address {
    font-size: 1.125rem;
  }
}
address.address span {
  display: block;
}
address.address a::after {
  content: none !important;
}

address a::after {
  content: none !important;
}

hr {
  border-top: 1.5px solid #4e4e4c;
}
hr.custom {
  margin: 0 0 15px;
  border-top: 1.5px solid #d5d4d4;
}

/* main container styles */
#wrapper {
  width: 100%;
  position: relative;
}

/* main informative part styles */
#main {
  position: relative;
  z-index: 1;
}

address {
  margin-bottom: 0;
}

.text-underline {
  text-decoration: none;
  font-size: 1.125rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .text-underline, .download_link, .right-card p, .right-card address {
    font-size: 1.125rem !important;
  }
}
.text-underline:hover {
  color: #81cff4;
}
.text-underline:after {
  transition: content .3s ease-in-out;
  width: 100%;
  height: 1.25px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #4e4e4c;
}
.text-underline:hover {
  color: #0085bb;
}
.text-underline:hover:after {
  background-color: #0085bb;
}

.after-decor:after {
  bottom: -1px !important;
}

/* ---------------------------------------------------------
	Styles for Home page
	---------------------------------------------------------*/
@media (min-width: 768px) {
  .home[id="wrapper"] {
    overflow-y: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .home [id="header"] {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .home [id="main"] {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

.home .item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3em 1em;
  padding: 0;
  text-decoration: none;
}
.home .item .logo {
  position: absolute;
  top: -25px;
  left: 15px;
}
.home .item .logo img {
  max-width: 137px;
}
@media (min-width: 768px) {
  .home .item .logo {
    top: -50px;
    left: 30px;
  }
  .home .item .logo img {
    max-width: 180px;
  }
}
.home .item:first-of-type .icon {
  margin: 35px 0 31px;
  margin: 0;
}
.home .item:last-of-type .icon {
  margin: 17px 0 13px;
}

.home .section-title {
  margin-bottom: 0;
  font: 400 12px/1 "Helvetica Neue LT W05_47 Lt Cn", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
@media (max-width: 1199.98px) {
  .home .section-title {
    font-size: 16px;
  }
}

.home .slogan {
  max-width: 250px;
  font: 400 25px/1.2 "Helvetica Neue LT W05_67 Md Cn", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  text-decoration: none;
  color: #000;
}
@media (max-width: 1199.98px) {
  .home .slogan {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .home .slogan {
    max-width: 150px;
  }
}

@media (max-width: 767.98px) {
  .category_page {
    margin-top: 53px;
  }
}

.category_page .heading_block,
.category_page .content_block {
  position: relative;
}

.category_page .widget {
  font-size: 1.125rem;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .category_page .widget {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .category_page .widget {
    margin-top: 7px;
    padding-left: 15px;
  }
}
.category_page .widget ul {
  font-size: 1.125rem;
  font-size: 1.125rem;
  margin-top: 5px;
  line-height: 21px;
}
@media (max-width: 767.98px) {
  .category_page .widget ul {
    font-size: 1.125rem;
    font-weight: 700;
  }
}
.category_page .widget ul li {
  margin-bottom: 2px;
  padding-left: 12px;
}
.category_page .widget ul li a {
  transition: .3s;
}
.category_page .widget ul li a:hover {
  color: #0085bb;
}

.time_code {
  font-size: .625rem;
}

a:hover {
  color: #0085bb;
}

.heading_block,
.content_block {
  margin: 0 0 0;
}

.heading_block {
  padding: 0 0 1px;
}
.heading_block .blue-links {
  position: relative;
}
.heading_block .blue-links:after {
  width: 100%;
  height: 2px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0085bb !important;
}
@media (max-width: 767.98px) {
  .heading_block h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .heading_block p {
    font-size: 1.125rem;
  }
}

.content_block {
  padding: 0 0 0;
}
.content_block h2 {
  font-size: 1.1875rem;
}
@media (min-width: 768px) {
  .content_block h2 {
    font-size: 1.4375rem;
  }
}
.content_block p {
  font-size: 1.125rem;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  .content_block p {
    font-size: 1.125rem;
  }
}

.video-holder {
  position: relative;
  padding-bottom: 60%;
}
.video-holder iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.header_outlined {
  transform: skew(-6deg) rotate(-3deg);
  transform: skew(-11deg) rotate(-8deg);
  transform-origin: 0 0;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Circular-Black" !important, sans-serif;
  font-weight: 700 !important;
  line-height: 1.1;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .header_outlined {
    font-size: 1.625rem;
  }
}
@media (max-width: 374px) {
  .header_outlined {
    font-size: 1.25rem;
  }
}
.header_outlined span {
  display: inline-block;
  vertical-align: baseline;
  background: #fff;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin-bottom: -3px;
  padding: .25em .65em;
  position: relative;
}
.header_outlined span:before {
  content: "";
  position: absolute;
  border: 3px solid #0085bb;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_outlined span:only-child {
    padding: 9px 10px 6px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .header_outlined span:only-child {
    padding: 9px 10px 6px;
  }
}
@supports (-webkit-touch-callout: none) {
  .header_outlined span:only-child {
    padding: 7px 5px 7px;
  }
}
.header_outlined span:first-child:not(:only-child) {
  border-bottom-color: #fff;
  border-bottom-width: 0;
  padding: .5em .65em .1em;
}
.header_outlined span:last-child:not(:only-child) {
  padding: .1em .65em .5em;
}
.header_outlined span:last-child:not(:only-child):before {
  content: "";
  position: absolute;
  border: 3px solid #0085bb;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header_outlined span:last-child:not(:only-child).long {
  padding: .4em .65em .4em;
}
.header_outlined .long {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
}
.header_outlined .header_text:nth-last-child(n+3) ~ .header_text:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 8px;
  left: 3px;
  right: 3px;
  top: -4px;
  bottom: auto;
  z-index: 3;
}
.header_outlined .header_text.short + .long:after {
  display: none;
}
.header_outlined .header_text.short + .short:not(:last-child):after {
  content: "";
  position: absolute;
  background: #fff;
  height: 8px;
  left: 3px;
  right: 3px;
  bottom: -4px;
  top: auto;
  z-index: 3;
}
.header_outlined .short:first-child:not(:only-child):after {
  content: "";
  position: absolute;
  background: #fff;
  height: 8px;
  left: 3px;
  right: 3px;
  bottom: -4px;
  top: auto;
  z-index: 3;
}
.header_outlined .short:last-child:not(:only-child):after {
  content: "";
  position: absolute;
  background: #fff;
  height: 8px;
  left: 3px;
  right: 3px;
  top: -4px;
  bottom: auto;
  z-index: 3;
}

.info {
  border: 3px solid #0085bb;
}
@media (max-width: 767.98px) {
  .info {
    margin-top: 0;
  }
}
.info .card-body {
  padding: 12px;
}
@media (max-width: 767.98px) {
  .info h4 {
    font-size: 1.125rem;
  }
}
.info .download_list {
  margin-top: 30px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .info .download_list {
    font-size: 1.125rem;
  }
}
.info .download_list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info .download_list li a img {
  display: block;
  margin-top: 3px;
}
@media (max-width: 767.98px) {
  .info .download_list li a img {
    margin-top: 6px;
  }
}

.fancy-link:after {
  content: none !important;
}

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(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .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: 14px;
  -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(.5, 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;
      -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: 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;
      -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, .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;
  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: .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, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(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;
}

.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, .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(.19, 1, .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(.5, .5, .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(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.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;
  }
}

/* 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, .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, .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 .2s cubic-bezier(.25, .46, .45, .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);
  }
}

.fancy-link img {
  width: 100%;
}

/* ENO */
.navbar-light .main-nav .nav-item, .navbar-light .top-nav .nav-link {
   letter-spacing:0.03125rem;
   letter-spacing:0;
   align-self: flex-end;
}
.text-uppercase, .download_link {
       letter-spacing:0.015625rem;
}

body {
  font-size: 1.125rem;
  line-height: 1.5;
}

.font-weight-bold {font-family: "Helvetica Neue LT W05_67 Md Cn" !important;font-weight:500 !important;}

.weight-400 {font-family: "Helvetica Neue LT W05_47 Lt Cn" !important;font-weight:400 !important}
.weight-500 {font-family: "Helvetica Neue LT W05_47 Lt Cn" !important;font-weight:500 !important}
.weight-600 {font-family: "Helvetica Neue LT W05_47 Lt Cn" !important;font-weight:600 !important}
.weight-700 {font-family: "Helvetica Neue LT W05_47 Lt Cn" !important;font-weight:700 !important}
.weight-800 {font-family: "Helvetica Neue LT W05_47 Lt Cn" !important;font-weight:800 !important}
.weight-900 {font-family: "Helvetica Neue LT W05_47 Lt Cn" !important;font-weight:900 !important}

.font-bold {font-family: "Helvetica Neue LT W05_67 Md Cn" !important;font-weight:auto !important}
.font-black {font-family: "Circular-Black" !important;font-weight:auto !important}



/* Forms Styling */
.feedback-input {
font-weight:500;
font-size: 18px;
border-radius: 5px;
line-height: 22px;
background-color: transparent;
border:2px solid black;
transition: all 0.3s;
padding: 13px;
margin-bottom: 15px;
width:100%;
box-sizing: border-box;
outline:0;
}

.feedback-input:focus { border:2px solid black; }

textarea {
height: 150px;
line-height: 150%;
resize:vertical;
}

[type="submit"] {
width: 100%;
background:black;
border-radius:5px;
border:0;
cursor:pointer;
color:white;
font-size:18px;
padding-top:10px;
padding-bottom:10px;
transition: all 0.3s;
margin-top:-4px;
font-weight:700;
}
[type="submit"]:hover { background:#82cff5; }


.content-left a:not(.btn) {
    position: relative;
    text-decoration:none;
    border-bottom:1.25px solid #4e4e4c;
}

/* Kurse Details */
.kurs_address_box {padding:10px;width:100%;background:#ffffff !important;float:none}
.kurs_address_box p {font-size:85%}

@media (max-width: 767px) {
    .kurs_address_box {margin:0;padding:10px;width:100%;background:rgba(255,255,255,0.5);}
 }

 @media (min-width: 768px) {
    .header {height:auto;}
    .col-full-height {min-height:calc(100vh - 150px);}
    .kurs_address_box {padding:10px;background:rgba(255,255,255,0.5);}
    .top-nav-container {padding-top:10px;}
    .logo-container img {max-width:100%;}

 }

.partner-logos a {border-bottom:none !important;}
.right-card p, .right-card ul, .right-card ul li, .right-card a, .right-card address {font-size:0.875rem;}


b, strong {
    font-family: "Helvetica Neue LT W05_67 Md Cn" !important;
    font-weight:500 !important;
}

@media (max-width: 767px) {
    .kurs_address_box {margin:0;padding:10px;width:100%;background:rgba(255,255,255,0.5);}
 }
.js-filter-item h2 {margin-top: 0;}

.btn {border-width:1.25px}

ul {
    padding-left: 0;
    list-style: none;}

ol {
    padding-left: 1rem;}

.content ul li, .content-left ul li, .content-right ul li {position: relative;
    padding-left: 15px;}

/*
.content ul li:before {
  width: 9px;
  height: 1.25px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #4e4e4c;
}
*/
.content ul li:before, .content-left ul li:before, .content-right ul li:before {
    content: '\2012';
    position: absolute;
    margin-left: -13px;
}
.archive-nav li {padding-left:0 !important}
.archive-nav li:before {
    content: '' !important;
    position: absolute;
    margin-left: 0 !important;}

.archive-nav li ul li {padding-left:13px !important}
.archive-nav li ul li:before {
    content: '\2012' !important;
    content: '›' !important;
    position: absolute;
    margin-left: -8px !important;}

.list-unstyled li::before {content: "" !important;}

a[href$=".pdf"]::before,
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".zip"]::before {
    background-image: url(../myGfx/icon-download.svg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 16px 16px;
    display: inline-block;
    margin-left:0;
    height: 16px;
    margin-right: 3px;
    padding-left: 1rem;
    content: "";
}

a[href^="http://"]:not([href*="mysite.com"])::before,
a[href^="https://"]:not([href*="mysite.com"])::before,
a[href^="//"]:not([href*="mysite.com"])::before {
    background-image: url(../myGfx/icon-external-link.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 16px 16px;
    display: inline-block;
    margin-left:0;
    height: 16px;
    margin-right: 3px;
    padding-left: 0.75rem;
    content: "";
}

.lang-switcher a::before, .social-list a::before {
    background-image:none !important;
     width:0;
     height:0 !important;
     padding-left:0 !important;
     margin-left:-2px !important;}


.tags li, .content .download_list li {
padding-left:0 !important}

.tags li:before, .content .download_list li:before {width:0 !important;
height:0 !important;}

.content ol{
    padding-left: 1.75rem;
    }

.content ol li{
    margin-left: 0;
    }

/* icons luzern */


.icon-read:before, .icon-calc:before, .icon-comp:before, .icon-conv:before {display: block;
    background-size: contain;
    width: 80px;
    height: 40px;
    float: left;
    margin: 0 6px 0 0;}


.icon-read:before {
    content: "";
    background: url("../myGfx/book_open.svg") no-repeat;
    width: 80px;
}

.icon-calc:before {
    content: "";
    background: url("../myGfx/calculator.svg") no-repeat;
}

.icon-comp:before {
    content: "";
    background: url("../myGfx/laptop.svg") no-repeat;
    margin: 0 8px 0 0;
}

.icon-conv:before {
    content: "";
    background: url("../myGfx/question_and_answer.svg") no-repeat;
}



.href-read:before, .href-calc:before, .href-comp:before, .href-conv:before {display: inline-block;
    background-size: contain;
    background-size:24px !important;
    width: 24px;
    height: 24px;
    margin: 0 6px 0 6px;}


.href-read:before {
    content: "";
    background: url("../myGfx/book_open.svg") no-repeat;
    width: 48px;
    background-size:48px !important;
}

.href-calc:before {
    content: "";
    background: url("../myGfx/calculator.svg") no-repeat;
}

.href-comp:before {
    content: "";
    background: url("../myGfx/laptop.svg") no-repeat;
    margin: 0 6px 0 6px;
}

.href-conv:before {
    content: "";
    background: url("../myGfx/question_and_answer.svg") no-repeat;
}

.icon-hotline:before, .icon-faq:before {display: inline-block;
    background-size: contain;
    background-size:36px !important;
    width: 36px;
    height: 36px;
    margin: 6px 6px 0 6px;
    vertical-align:middle;
    border:0px solid black;}

.icon-hotline:before {
    content: "";
    background: url("../myGfx/hot-line.png") no-repeat;
}
.icon-faq:before {
    content: "";
    background: url("../myGfx/faq.png") no-repeat;
}

.inner-holder img {border:1px solid #4e4e4c}
.patent-holder {max-width:70%}
.lead {font-size:1.25rem;}
.header_outlined_mb_1 {padding-bottom:0.25em !important}

.rsbtn_play {border: 1px solid #677077 !important;}
.rsbtn_play:before {content: "";
    background: none !important;}
a.rsbtn_play::before{
  display:none !important;
}

h4, .h4 {font-size: 1.125rem;}
h3, .h3 {font-size:1.25rem;}


/* stiky footer */
#wrapper {   min-height:100%;
   position:relative;
}
#main {padding-bottom:420px;}

.footer a:after {
    width: 0 !important;
    height: 0 !important;}

.footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:420px;
   z-index:100;
}

@media (min-width: 768px) {
#main {padding-bottom:120px;}
.footer {
   height:120px;
}
}


/* some more tweaks */
body {
    overflow-y: scroll; /* Show scrollbars */
    }
.category_page .heading_block, .category_page .content_block {
position: relative;
padding-top:2rem;
padding-bottom: 0 !important;
}

.category_page .content_block {
    border-top:1px solid black;
}

.navbar-light .main-nav .nav-link:focus, .navbar-light .main-nav .nav-link:hover, .navbar-light .main-nav .nav-link.active {
    background-color: #4e4e4c;
    text-decoration: none;
    color: #fff;
}


.priv-contact {border:2px solid #4e4e4c;padding:.5rem}
.priv-contact-bottom {border:2px solid #4e4e4c;background-color:#4e4e4c;color:#ffffff;padding:.5rem}
.edit_button {margin-bottom:.5rem;}
.edit_button a {background:#db4a91 !important;padding:.25rem 1rem;color:#ffffff;border-radius:15px;}

/* ========================================= */
/* New skewed titles H2 */

.boxed_heading {position:relative;border:0px solid blue;
padding-left:65px;
padding-top:48px;
margin-bottom:1rem;}

.boxed_heading .counter {
    display: inline-block;
    transform: skew(-11deg) rotate(-8deg);
    transform-origin: 0 0;
    margin-right: 1rem;
    font: 700 6rem/.93 "Helvetica Neue LT W05_67 Md Cn", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: #0085bb;
    position:absolute;
    left:0;
    top:48px;
}

.boxed_heading h2 > span {
    letter-spacing:0;
    line-height:1;
    display: table;
    position:relative;
    background-color: #ffffff;
    color: #4e4e4c;
    padding: 10px 12px 10px 12px;
    border:3px solid #0085bb;
}

/* 2 Zeilen */
.boxed_heading_two_lines h2 span:first-child {
    margin-bottom:0px;
}

.boxed_heading_two_lines h2 span:last-child::before {
    content: "";
    position: absolute;
    border-top: 3px solid #ffffff;
    left: 0;
    right: -3px;
    top: 0;
    z-index:1000;
}

.boxed_heading_two_lines h2 span:last-child {
    margin-top:-6px;
    border-top:none;
    padding-top:3px;
}



/* 2 Zeilen B */
.boxed_heading_two_lines_2 h2 span:first-child {
    border-bottom:none;
    padding-bottom:3px;
    z-index:200;
}

.boxed_heading_two_lines_2 h2 span:first-child::after {
    content: "";
    position: absolute;
    border-top: 7px solid #ffffff;

    left: 0;
    right: -4px;
    bottom: -4px;
    z-index:1000;
}

.boxed_heading_two_lines_2 h2 span:last-child {
    margin-top:-6px;
    z-index:100;
}


/* 3 Lines */
.boxed_heading_three_lines h2 span:first-child:not(:only-child) {
    margin-bottom:0px;
}


.boxed_heading_three_lines_OFF h2 span:last-child:not(:only-child) {
    margin-top:-9px;
    padding-bottom:10px;
}

.boxed_heading_three_lines h2 span:nth-child(2) {
    margin-top:-6px;
    padding-top:3px;
    border-top:none;
}

.boxed_heading_three_lines h2 span:nth-child(2):before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #ffffff;
    left: 0;
    right: -3px;
    top: 0;
    z-index:1000;
}

.boxed_heading_three_lines h2 span:last-child {
    border-top: none;
    margin-top:-6px;
    padding-top:3px;

}

.boxed_heading_three_lines h2 span:last-child::before {
    content: "";
    position: absolute;
    border-top: 3px solid #ffffff;
    left: 0;
    right: -3px;
    top: 0;
}

.boxed_heading_three_lines h2 .special_second{
    padding-bottom:3px;
    border-bottom: none;
}
.boxed_heading_three_lines h2 .special_second:after {
    content: "";
    position: absolute;
    border-top: 4px solid #ffffff !important;
    left: 0;
    right: 0;
    bottom: 2px !important;
    z-index:2000;
}

.boxed_heading_three_lines h2 .special_last {
    padding-top:10px !important;
}
.boxed_heading_three_lines h2 .special_last:before {
    content: "";
    position: absolute;
    border-top: 3px solid #0085bb !important;
    left: 0;
    right: -3px;
    top: 0;
}

/* FIREFOX SPECIFIC STYLE */
@-moz-document url-prefix() {
        .boxed_heading_two_lines h2 span:first-child::after {
        left: 3px;
        right: 3px;
        bottom: 3px;
        }

        .boxed_heading_two_lines h2 span:last-child::before {
        left: 3px !important;
        right: -3px;
        top: 0;
        z-index:1500
        }

        .boxed_heading_two_lines_2 h2 span:first-child::after {
        left: 3px;
        right: 0;
        bottom: -4px;
        }


        .boxed_heading_three_lines h2 span:nth-child(2):after {
        left: 3px;
        right: 3px;
        bottom: 3px;
        }

        .boxed_heading_three_lines h2 span:nth-child(2):before {
        left: 3px;
        right: -3px;
        top: 0;
        z-index:1000;
        }

        .boxed_heading_three_lines h2 span:last-child::before {
        left: 3px;
        right: -3px;
        top: 0px;
        }

        .boxed_heading_three_lines h2 span:first-child:after {
        left: 3px;
        right: 3px;
        bottom: 3px;
        }

        .special_last::before {right:3px !important;}
}


/* neigung */
.heading_outlined {
    transform: skew(
-6deg
) rotate(
-3deg
);
    transform: skew(
-11deg
) rotate(
-8deg
);
    transform-origin: 0 0;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Circular-Black" !important, sans-serif;
    font-weight: 700 !important;
    line-height: 1.1;
    font-size: 1.5rem;
}

.heading_outlined {font-family:"Helvetica Neue LT W05_67 Md Cn"}

/*mobiles */
@media (max-width: 415.98px) {
.heading_span {width:100%}
.boxed_heading_two_lines_2 h2 span:first-child::after,
::after,
.boxed_heading_three_lines h2 span:nth-child(2):before,
.boxed_heading_three_lines h2 span:last-child::before {
    right: 0;
}
#navbarMobileContent-off .holder .nav-mobile-list li a {font-size:1.25rem;}
}

/* JUL 2022 */
.home .navbar-light .top-nav .nav-link:after {
    background-color: #ffffff;
}

.not-home .navbar-light .top-nav .nav-link:after,
.not-home .navbar-light .navbar-nav .nav-link:after
{
    background-color: transparent;
}

.border {border:1.2px solid !important;}

/* all content in boxed div */
.ContentWrapper {
    background-color:white;
    border:1.2px solid #4e4e4c;
    padding:1rem;
    margin-bottom:1rem;
    }

.content-left .ContentWrapper, .content-right .ContentWrapper {
    background-color:transparent;
    border:none;
    padding:0;
    margin-bottom:0;
}

.heading_block>.ContentWrapper {
    background-color:transparent;
    border:none;
    padding: 0 !important;;
    margin-bottom:0;
}

.heading_block>.ContentWrapper .ContentWrapper {
    background-color:transparent;
    padding-top:1rem;
    margin-bottom:0 !important;
}

.heading_block>.ContentWrapper .ContentWrapper p {
    margin-bottom:0 !important;
}
.content-right .ContentWrapper {}

.ContentWrapper>.row {margin:0;}

.impressum a {text-decoration: underline;font-size:100%}

.content .form-group {
  margin-bottom: 1rem;
}

.vimeo {margin-bottom:1rem !important;}

.linkedin-icon::before { 
    content: "" !important;
    background-image: url() !important;
    }


/* voice reader */
.icon-vorlesen {
    display: inline-block;
    width:70%;height:32px;margin-top:5px;
    border: none;
    padding-top: 5px;
}

.icon-vorlesen a {
    text-transform:uppercase;
    font-weight:600 !important;
    line-height:1.3;}

.icon-vorlesen a::before {
background-image: url() !important;
}