img {
  width: 100%;
  height: auto;
}
.sans-serif-light {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  font-smoothing: antialiased;
}
.sans-serif-regular {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-smoothing: antialiased;
}
.sans-serif-semibold {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-smoothing: antialiased;
}
.sans-serif-bold {
  font-family: 'Open Sans', serif;
  font-weight: 700;
  font-smoothing: antialiased;
}
#content {
  margin-top: 80px;
}
p {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  font-smoothing: antialiased;
}
.sr-only {
  display: none;
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/open-sans-v40-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/open-sans-v40-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/open-sans-v40-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/open-sans-v40-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.font_open-sans_reg {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-smoothing: antialiased;
}
.font_open-sans_light {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  font-smoothing: antialiased;
}
.font_open-sans_semibold {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-smoothing: antialiased;
}
.font_open-sans_bold {
  font-family: 'Open Sans', serif;
  font-weight: 700;
  font-smoothing: antialiased;
}
h1,
.h1 {
  font-family: 'Open Sans', serif;
  font-weight: 700;
  font-smoothing: antialiased;
  margin-top: 40px;
}
h2,
.h2 {
  font-family: 'Open Sans', serif;
  font-weight: 700;
  font-smoothing: antialiased;
}
h3,
.h3 {
  font-family: 'Open Sans', serif;
  font-weight: 700;
  font-smoothing: antialiased;
  margin-top: 20px;
}
h4,
.h4 {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-smoothing: antialiased;
}
h5,
.h5 {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-smoothing: antialiased;
}
p,
ul,
li {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  font-smoothing: antialiased;
}
li {
  margin-bottom: 5px;
}
b,
strong {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-smoothing: antialiased;
}
footer {
  background-color: #01082d;
}
.footer-logo {
  width: 100px;
}
.footer-link {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-smoothing: antialiased;
  font-size: 14px;
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}
.footer-link:hover {
  text-decoration: underline;
}
.navbar {
  background-color: #01082d;
}
.navbar-brand-image {
  width: 100px;
}
.navbar-nav .nav-link {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-smoothing: antialiased;
  color: #fff;
}
.navbar-nav .nav-link.active {
  color: #ade1fb;
}
button.navbar-toggler {
  border: none;
}
button.navbar-toggler .navbar-toggler-icon {
  opacity: 1;
}
.dropdown .dropdown-menu {
  display: block;
}
@media only screen and (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: none;
  }
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu {
  padding: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    padding: 0.5rem;
  }
}
.navbar-nav .dropdown-item {
  padding: 0px 16px;
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-item {
    padding: 4px 16px;
    border-bottom: 1px solid #fff;
  }
}
.navbar-nav .dropdown-item:last-of-type {
  border-bottom: none;
}
.navbar-nav .dropdown-item:hover {
  opacity: 0.8;
  background-color: #000;
  color: #fff;
}
.ce {
  margin-bottom: 10px;
}
.space-before-extra-small {
  margin-top: 10px;
}
.space-before-small {
  margin-top: 20px;
}
.space-before-medium {
  margin-top: 30px;
}
.space-before-large {
  margin-top: 40px;
}
.space-before-extra-large {
  margin-top: 50px;
}
.space-after-extra-small {
  margin-bottom: 10px;
}
.space-after-small {
  margin-bottom: 20px;
}
.space-after-medium {
  margin-bottom: 30px;
}
.space-after-large {
  margin-bottom: 40px;
}
.space-after-extra-large {
  margin-bottom: 50px;
}
.ce-textpic.img-top img {
  margin-bottom: 20px;
}
.ce-imageteaser {
  position: relative;
}
.ce-imageteaser .imageteaser-text {
  position: absolute;
  left: 50px;
  bottom: 20px;
}
.ce-imageteaser .imageteaser-text h1 {
  color: #fff;
}
.ce-imageteaser .imageteaser-text p {
  color: #fff;
}
.ce-accordion {
  margin-bottom: 20px;
}
.ce-accordion .ce-accordion-item {
  margin-bottom: 20px;
}
.content-menu-collapse {
  margin-bottom: 20px;
}
.content-menu-collapse-header {
  font-size: 1rem;
  font-family: 'Open Sans', serif;
  font-weight: 700;
  font-smoothing: antialiased;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .content-menu-collapse-header {
    font-size: 1.5rem;
  }
}
.content-menu-collapse-header .content-menu-collapse-icon {
  width: 30px;
  margin-right: 10px;
}
.content-menu-collapse-header .content-menu-collapse-icon svg {
  width: 30px;
  height: 30px;
}
.content-menu-collapse-header .content-menu-collapse-header-text a {
  width: 100%;
  display: inline-block;
}
.content-menu-collapse-detail a {
  display: inline-block;
}
.content-menu-collapse-detail a.content-submenu-link {
  display: block;
}
.ce-accordiongroup {
  margin-bottom: 20px;
}
.listgroup-item {
  border-bottom: 1px dotted #333;
  padding: 16px 10px;
  background-color: #f5f5f5;
}
.listgroup-item.isOdd {
  background-color: #fbfbfb;
}
.listgroup-item:first-of-type {
  border-top: 1px dotted #333;
}
.listgroup-item p {
  margin-bottom: 0;
}
.carousel {
  margin-bottom: 50px;
}
.carousel-item {
  background-position: center;
  background-size: cover;
}
.carousel-header {
  background-color: #666;
  bottom: 0;
  vertical-align: bottom;
  position: absolute;
  width: 100%;
  font-size: 11px;
}
.carousel-item.active .carousel-header {
  /*display: block;*/
}
.carousel-caption {
  text-align: left;
  left: 5%;
  right: 5%;
  bottom: 0.2rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .carousel-caption {
    left: 15%;
    right: 5%;
    bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.carousel-caption h5 {
  font-size: 2em;
  text-shadow: 2px 2px 2px #000;
}
@media only screen and (min-width: 1200px) {
  .carousel-caption h5 {
    font-size: 3em;
  }
}
.carousel-caption p {
  font-size: 1.2em;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
@media only screen and (min-width: 1200px) {
  .carousel-caption p {
    font-size: 2em;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-preview {
  position: relative;
}
.youtube-preview .youtube_playsign {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color: #000;
  display: flex;
  color: #fff;
  justify-items: center;
  align-items: center;
  font-size: 11px;
  padding-left: 10px;
}
.youtube-preview .youtube_sign {
  position: absolute;
  color: #990000;
  width: 100px;
  min-width: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  opacity: 0.99;
}
.youtube-preview:hover .youtube-privacy {
  display: block;
}
.youtube-preview .youtube-privacy {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.youtube-preview .youtube-privacy .youtube-privacy-content {
  margin: 10% 10% 0 10%;
  text-align: center;
}
.youtube-preview .youtube-privacy .youtube-privacy-content .youtube-privacy-content-header {
  font-weight: bold;
  padding-bottom: 10px;
}
.youtube-preview .youtube-privacy .youtube-privacy-content .youtube-privacy-content-content {
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 11px;
}
.youtube-preview .youtube-privacy .youtube-privacy-content .youtube-privacy-content-link {
  text-decoration: underline;
  cursor: pointer;
}
