@charset "UTF-8";
/**************************************************************************************************************/
/* COMMON COLORS */
/**************************************************************************************************************/
body {
  font-family: "Hind", sans-serif;
  color: #4a4a4a;
}

span.error { color: #ff0000;  }

a {
  color: #0056b3;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

p {
  color: #4a4a4a;
}

b {
  font-weight: 600;
}

h1 {
  color: #d79e37;
  font-size: 34px;
  font-weight: 400;
}

h2 {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
  margin: 26px 0px 10px 0px;
}

h3 {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
}

ul {
  margin-bottom: 14px;
  padding-left: 12px;
}
ul li {
  list-style: none;
  padding: 2px 0px 2px 14px;
  background: url("../images/li.png") no-repeat;
  background-position: left 10px;
  background-size: 5px 5px;
}

ul li.fs-normal-link-pdf {
  list-style: none;
  padding: 4px 0px 0px 28px;
  background: url("../images/pdf.png") no-repeat;
  background-position: left 0px;
  background-size: 20px 25px;
}
ul li.fs-normal-link-pdf a {
  color: #5f5f5f;
}

ul li.fs-normal-link {
  list-style: none;
  padding: 2px 0px 0px 26px;
  background: url("../images/link.png") no-repeat;
  background-position: left 0px;
  background-size: 16px 18px;
}
ul li.fs-normal-link a {
  color: #5f5f5f;
}

.fs-orange {
  color: #d79e37;
}

.fs-font-weight-bold {
  font-weight: 600;
}

.fs-no-italics {
  font-style: normal;
}

.fs-form-btn {
  border: none;
  background-color: #152d47;
}
.fs-form-btn:hover {
  background-color: #152d47;
}

#c5897 {
  overflow-x: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

ul.f3-widget-paginator {
  display: flex;
  margin-top: 1rem;
  padding-left: 1rem;
  flex-wrap: wrap;
}
ul.f3-widget-paginator > li {
  background: none;
}

/*********************************************************/
/* Target offset */
/*********************************************************/
*:target:before {
  content: "";
  display: block;
  min-height: 87px;
  margin: -87px 0 0;
}

/*********************************************************/
/* Header */
/*********************************************************/
.fs-bg-nav {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 87px;
}

main {
  padding-top: 109px;
}

@media (min-width: 767px) {
  .fs-bg-nav {
    min-height: 189px;
  }

  main {
    padding-top: 189px;
  }

  /*********************************************************/
  /* Target offset */
  /*********************************************************/
  *:target:before {
    content: "";
    display: block;
    min-height: 189px;
    margin: -189px 0 0;
  }
}
.fs-header-image {
  overflow: hidden;
}

.fs-header-image-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d79e37;
  font-weight: 500;
  font-size: 30px;
  text-shadow: 1px 1px #bababa;
}
@media (min-width: 768px) {
  .fs-header-image-title {
    font-size: 60px;
    margin-top: -101px;
    margin-bottom: -25px;
    color: white;
  }
}
@media (min-width: 992px) {
  .fs-header-image-title {
    font-size: 100px;
  }
}

/*********************************************************/
/* Navigation */
/*********************************************************/
.fs-bg-nav {
  background: #152d47;
  padding: 0;
}

.fs-nav-link li a {
  color: #d79e37;
}

.fs-input-box {
  height: 22px;
}

.fs-search-input {
  border-right: 0px;
  border-left: 1px solid #d79e37;
  border-top: 1px solid #d79e37;
  border-bottom: 1px solid #d79e37;
  color: #d79e37;
}

.fs-container {
  max-width: 1600px;
}

.fs-container-box {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fs-container-box button {
  padding: 0;
  border: none;
  background: #152d46;
  cursor: pointer;
}
@media (min-width: 768px) {
  .fs-container-box {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}

.fs-dropdown-menu {
  margin-top: 5px;
  border-radius: 0px;
}
.fs-dropdown-menu a {
  color: #d79e37;
  font-size: 14px;
  padding: 0.1rem 1.5rem;
}
.fs-dropdown-menu a:hover {
  color: #152d47;
  background-color: transparent;
}
.fs-dropdown-menu a:active {
  color: #707070;
  background: white;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.fs-search {
  list-style: none;
  padding: 0;
  display: flex;
  color: #d79e37;
  margin-right: 10px;
}
.fs-search li {
  border-left: solid 1px #d79e37;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 14px;
  background: none;
}
.fs-search li a {
  font-size: 14px;
  color: #d79e37;
}
.fs-search li:first-child {
  border-left: none;
}

.fs-navigation {
  list-style: none;
  padding: 0;
  padding-bottom: 6px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.fs-navigation li {
  padding: 0px;
  background-image: none;
}
.fs-navigation li.active {
  font-weight: bold;
}
.fs-navigation li.active > a {
  border-bottom: 5px solid transparent;
}
.fs-navigation li > a {
  text-decoration: none;
  color: #d79e37;
}
@media (min-width: 576px) {
  .fs-navigation li > a {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .fs-navigation li > a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .fs-navigation li > a {
    font-size: 1.1rem;
  }
}
.fs-navigation li > a:hover {
  text-decoration: none;
  border-bottom: 5px solid #d79e37;
}
.fs-navigation li a.active {
  border-bottom: 5px solid #d79e37;
}

.fs-input-group {
  border-radius: 0px;
  border-left: 0px;
  border-right: 1px solid #d79e37;
  border-top: 1px solid #d79e37;
  border-bottom: 1px solid #d79e37;
}

.fs-mobile-menu {
  width: 24px;
  height: 24px;
  color: #d79e37;
}

.fs-navigation-btn:hover {
  color: #d79e37;
}

.main-menu {
  margin: 0;
  padding: 0;
}
.main-menu > li {
  float: none;
  text-align: left;
  list-style-type: none;
  background: none;
  padding: 0px;
}
.main-menu > li .dropdown-menu {
  display: none !important;
  position: relative;
  padding-bottom: 15px;
  padding-top: 5px;
  float: none;
  border: none;
}
.main-menu > li .dropdown-menu .dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #4a4a4a;
  color: #4a4a4a;
  width: 78%;
  margin-left: 12%;
  padding: 0.25rem 0.75rem;
  font-weight: 300;
  white-space: normal;
}
.main-menu > li .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fb;
}
.main-menu > li.show-nav .dropdown-menu {
  display: block !important;
}
.main-menu > li.show-nav .dropdown-menu > li {
  background: none;
  padding: 0px;
}
.main-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 10px;
  padding-left: 10%;
  font-size: 18px;
  border-bottom: 1px solid #d79e37;
  position: relative;
  font-weight: normal;
  color: #d79e37;
  width: 90%;
  font-weight: 300;
}
.main-menu .search-li .search-box {
  background: #f5f5f5;
  border-bottom: 1px solid #d79e37;
}
.main-menu .search-li .search-box form.mobile-search input[type=text] {
  padding: 10px;
  width: auto;
  min-width: 80%;
  border: 0px;
  background: #f5f5f5;
}
.main-menu .search-li .search-box form.mobile-search i {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-menu .language-li {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-left: 22px;
  display: flex;
  color: #152d47;
  margin-right: 10px;
}
.main-menu .language-li li {
  border-left: solid 1px #152d47;
  padding-left: 5px;
  padding-right: 5px;
  background: none;
}
.main-menu .language-li a {
  color: #152d47;
}
.main-menu .language-li .fs-active {
  font-weight: 600;
}
.main-menu .language-li li:first-child {
  border-left: none;
}

.fs-searchbox-link {
  display: block;
  color: #d79e37;
  text-decoration: underline;
  text-align: right;
}
.fs-searchbox-link:hover {
  color: #d79e37;
}

.fs-page-searchbox-link {
  display: block;
  width: max-content;
  color: #d79e37;
  border: 1px solid #d79e37;
  font-size: 1.1rem;
  font-weight: 500;
}
.fs-page-searchbox-link:hover {
  color: #d79e37;
  text-decoration: none;
}

/********************************************************************************************************************/
/* BREADCRUMB */
/********************************************************************************************************************/
.fs-breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
.fs-breadcrumb > li + li::before {
  content: "/";
  color: #5f5f5f;
  padding-left: 5px;
  padding-right: 5px;
}
.fs-breadcrumb a {
  color: #5f5f5f;
}
.fs-breadcrumb .active-breadcrumb {
  color: #d79e37;
}

/************************************************************************************************/
/* COMMON */
/************************************************************************************************/
.fs-label {
  font-weight: 500;
}

.btn-toolbar .btn-primary, .btn-toolbar .btn-cancel {
  border-radius: 0.25rem !important;
}

/************************************************************************************************/
/* BUTTONS */
/************************************************************************************************/
.fs-button-internal {
  background-color: #d79e37;
  border: 1px solid #d79e37;
  padding-left: 20px;
  padding-right: 20px;
}

.fs-button-internal:hover {
  background-color: #b78225;
  border: 1px solid #b78225;
}

/************************************************************************************************/
/* INPUT */
/************************************************************************************************/
.fs-form input {
  max-width: 400px;
}

.fs-form-radio {
  margin-left: 22px;
}

/************************************************************************************************/
/* TABLE */
/************************************************************************************************/
.fs-table-list {
  width: 100%;
}
.fs-table-list a {
  color: #4a4a4a;
}
.fs-table-list .fs-table-img {
  width: 25px;
}
.fs-table-list tr:first-child {
  border-top: 1.5px solid #d79e37;
}
.fs-table-list tr {
  height: 65px;
  border-bottom: 1.5px solid #d79e37;
}

/************************************************************************************************/
/* Footer Form */
/************************************************************************************************/
.fs-footerform h2 {
  margin: 0 0 20px 0;
}
.fs-footerform input {
  background-color: transparent;
}
.fs-footerform input.btn-primary {
  border-color: transparent;
}
.fs-footerform .form-group .control-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .fs-footerform .form-group .control-label {
    -ms-flex: 0 0 21.666667%;
    flex: 0 0 23.666667%;
    max-width: 23.666667%;
  }
}
.fs-footerform .form-group .input {
  float: right;
}
.fs-footerform .form-group .input .form-control {
  border-radius: 0px;
  height: 30px;
  border-color: #000000;
}
@media (min-width: 992px) {
  .fs-footerform .form-group .input {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 75.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .fs-footerform .form-group .input {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.fs-footerform .btn-toolbar {
  float: right;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.fs-footerform .btn-toolbar .btn-primary {
  background: #4a4a4a;
  color: #ffffff;
  height: 25px;
  line-height: 0.8;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .fs-footerform .btn-toolbar .btn-primary {
    margin-top: 20px;
  }
}

/************************************************************************************/
/* CASES  */
/************************************************************************************/
.fs-case-list-item {
  padding: 12px 0px 12px 44px;
  border-bottom: 1px solid #d79e37;
  font-weight: 300;
  background-image: url("../images/pdf.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 28px 34px;
}
.fs-case-list-item h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px 0px;
}
.fs-case-list-item a {
  color: #4a4a4a;
}

.fs-case-list-item.fs-case-list-item-pdf {
  background-image: url("../images/pdf.png");
}

.fs-case-list-item.fs-case-list-item-folder {
  background-image: url("../images/directory.png");
}

.fs-case-list-item:last-child {
  border-bottom: none;
}

/************************************************************************************/
/* LIST OF CASES  */
/************************************************************************************/
.fs-list-cases-item {
  display: flex;
  border-bottom: 1px solid #d79e37;
  font-weight: 300;
  background-position: left center;
  background-size: 28px 34px;
}
.fs-list-cases-item .header {
  white-space: nowrap;
  margin-right: 10px;
}
.fs-list-cases-item a {
  color: #d79e37;
  font-size: 1.1rem;
  font-weight: lighter;
  margin: 4px 0px;
}
.fs-list-cases-item i {
  color: #4a4a4a;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 4px 0px;
}
.fs-list-cases-item h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fs-content-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.fs-internal-section .fs-content-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.fs-internal-section .fs-content-container h1 {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d79e37;
}

.fs-content-title {
  margin: 28px 0px;
}
.fs-content-title h1 {
  margin: 0px;
}

.fs-news-box {
  margin-top: 2.5rem;
  border-bottom: 1px solid #d79e37;
  padding-bottom: 1.5rem;
}

.fs-content-container .fs-news-box:last-child {
  border-bottom: none;
}

.fs-news h2 {
  color: #d79e37;
  font-size: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .fs-news h2 {
    margin-top: 0px;
  }
}

.fs-news-date {
  color: #5f5f5f;
  margin-bottom: 16px;
}

.fs-news-text p {
  color: #4a4a4a;
  font-weight: 400;
}

.fs-news-right a {
  color: #d79e37;
  text-decoration: none;
}

.fs-news-pdf {
  padding-left: 0;
}
.fs-news-pdf li {
  position: relative;
  list-style-type: none;
  background: none;
  padding-left: 0px;
}
.fs-news-pdf li a {
  color: #5f5f5f;
  font-weight: 600;
  display: block;
  padding: 2px 0px 2px 24px;
  background: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 18px;
}

.fs-news-more {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.fs-news-more span {
  color: #d79e37;
}
.fs-news-more i {
  border: solid #d79e37;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
}

.fs-down {
  transform: rotate(45deg);
}

.fs-accordion-gallery-header p {
  margin-bottom: 0;
}

.fs-gallery-pages .slick-arrow {
  display: inline-block;
  width: 56px;
  height: 39px;
  z-index: 1;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  top: 110px !important;
}
@media (min-width: 462px) {
  .fs-gallery-pages .slick-arrow {
    top: 130px !important;
  }
}
@media (min-width: 768px) {
  .fs-gallery-pages .slick-arrow {
    top: 170px !important;
  }
}
@media (min-width: 992px) {
  .fs-gallery-pages .slick-arrow {
    top: 240px !important;
  }
}
@media (min-width: 1200px) {
  .fs-gallery-pages .slick-arrow {
    top: 350px !important;
  }
}
.fs-gallery-pages .slick-arrow:before {
  content: "";
}
.fs-gallery-pages .slick-prev {
  background-image: url("/fileadmin/assets/images/arrow-left.svg");
}
.fs-gallery-pages .slick-prev:hover, .fs-gallery-pages .slick-prev:focus {
  background: transparent no-repeat center center;
  background-image: url("/fileadmin/assets/images/arrow-left.svg");
}
.fs-gallery-pages .slick-next {
  background-image: url("/fileadmin/assets/images/arrow-right.svg");
}
.fs-gallery-pages .slick-next:hover, .fs-gallery-pages .slick-next:focus {
  background: transparent no-repeat center center;
  background-image: url("/fileadmin/assets/images/arrow-right.svg");
}
.fs-gallery-pages .fs-gallery-pic img {
  width: 90%;
  height: 230px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 462px) {
  .fs-gallery-pages .fs-gallery-pic img {
    height: 270px;
  }
}
@media (min-width: 768px) {
  .fs-gallery-pages .fs-gallery-pic img {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .fs-gallery-pages .fs-gallery-pic img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .fs-gallery-pages .fs-gallery-pic img {
    height: 650px;
  }
}
.fs-gallery-pages .fs-gallery-caption {
  text-align: center;
  width: 75%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}
@media (min-width: 462px) {
  .fs-gallery-pages .fs-gallery-caption {
    display: block;
  }
}
@media (min-width: 768px) {
  .fs-gallery-pages .fs-gallery-caption {
    margin-top: 35px;
  }
}

.fs-dot-anchor li {
  background: none !important;
}
.fs-dot-anchor .slick-dots {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (min-width: 768px) {
  .fs-dot-anchor .slick-dots {
    bottom: -380px;
    width: 600px;
    display: block;
  }
}
@media (min-width: 992px) {
  .fs-dot-anchor .slick-dots {
    bottom: -530px;
  }
}
@media (min-width: 1200px) {
  .fs-dot-anchor .slick-dots {
    bottom: -680px;
  }
}
.fs-dot-anchor .slick-dots li {
  margin: 0;
}
.fs-dot-anchor .slick-dots .slick-active {
  color: black;
}
.fs-dot-anchor .slick-dots .slick-active button:before {
  color: black;
  opacity: 0.75;
}
.fs-dot-anchor .slick-dots button:before {
  font-size: 10px;
  color: black;
}

.fs-gallery-content {
  margin-top: 20px;
}

.fs-gallery {
  height: 30vh;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .fs-gallery {
    height: 50vh;
  }
}

.fs-carousel-inner {
  margin: 0 auto;
  width: 80%;
  height: 60vh;
  overflow: hidden;
}

.fs-carousel-indicators {
  bottom: 12vh;
}

.fs-carousel-control-prev-icon {
  background: url(../images/arrow_left.jpg) no-repeat;
  height: 60px;
  width: 40px;
}

.fs-carousel-control-next-icon {
  background: url(../images/arrow_right.jpg) no-repeat;
  height: 60px;
  width: 40px;
}

.fs-gallery-carousel-item {
  height: auto;
  min-height: 30vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}
@media (min-width: 768px) {
  .fs-gallery-carousel-item {
    height: 50vh;
  }
}

.fs-carousel-item {
  height: auto;
  min-height: 30vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .fs-carousel-item {
    height: calc(100vh - 290px);
  }
}

.fs-home {
  background: #152d47;
}

.fs-home-container {
  width: 100%;
  z-index: 10;
  height: 250px;
  background: #152d47;
}
@media (min-width: 768px) {
  .fs-home-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .fs-home-container {
    width: 100%;
  }
}

.fs-home-box {
  max-width: 880px;
  margin: auto;
}

.fs-home-img {
  padding-left: 50px;
  padding-right: 50px;
}

.fs-home-mobile {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .fs-home-mobile {
    display: none;
  }
}

.fs-home-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 300;
}
.fs-home-nav ul {
  display: flex;
  margin: 0 0 0 8px;
  padding: 0;
}
.fs-home-nav ul li {
  list-style-type: none;
  border-left: solid 1px #d79e37;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 14px;
  background: none;
}
.fs-home-nav ul li:first-child {
  border-left: none;
}
.fs-home-nav ul a {
  color: #d79e37;
  text-transform: uppercase;
}

.fs-home-box-img {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 40px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.fs-table-1, .contenttable {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #d79e37;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .fs-table-1, .contenttable {
    width: 50%;
  }
}
.fs-table-1 td, .fs-table-1 th, .contenttable td, .contenttable th {
  padding: 2px;
}
.fs-table-1 tr:nth-child(even), .contenttable tr:nth-child(even) {
  background-color: white;
}
.fs-table-1 th, .contenttable th {
  border-bottom: 1px solid #d79e37;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f5f5f5;
  color: #4a4a4a;
}

.fs-two-col {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fs-collapse {
  background: #f5f5f5;
  color: #4a4a4a;
  padding: 0;
  border-bottom: 1px solid #d79e37;
}

/*.fs-accordion:last-child
 * .fs-collapse
 *  border-bottom: 0px solid $fs-orange*/
.fs-btn-link {
  color: #4a4a4a;
  text-align: left;
  white-space: normal;
  display: flex;
  align-items: center;
}
.fs-btn-link:hover {
  text-decoration: none;
  color: #4a4a4a;
}
.fs-btn-link:focus {
  text-decoration: none;
}

.fs-card {
  border: 0;
  border-radius: 0;
}

.fs-case-pdf {
  border-top: 1px solid #d79e37;
  border-bottom: 1px solid #d79e37;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .fs-case-pdf {
    border-top: 0px solid #d79e37;
    border-bottom: 0px solid #d79e37;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.fs-case-pdf li {
  position: relative;
  list-style-type: none;
}
.fs-case-pdf li a {
  color: #5f5f5f;
  font-weight: 600;
}
.fs-case-pdf li:before {
  content: "";
  position: absolute;
  top: 25%;
  left: -40px;
  background: url(/assets/images/pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .fs-case-pdf li:before {
    top: 0px;
  }
}

[data-toggle=collapse] .fa:before {
  content: "";
  color: #d79e37;
}
[data-toggle=collapse].collapsed .fa:before {
  content: "";
}

.fs-annual-reports-container {
  border-top: 1px solid #d79e37;
  margin: 28px 0px;
}

.fs-annual-reports {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
.fs-annual-reports a {
  margin-left: 20px;
  line-height: normal;
  color: #4a4a4a;
}
.fs-annual-reports a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .fs-annual-reports a:before {
    top: 12px;
  }
}

.fs-annual-col {
  border-bottom: 1px solid #d79e37;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .fs-annual-col {
    border-bottom: 1px solid #d79e37;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 12px;
  }
}

.fs-caret-right {
  position: relative;
}
.fs-caret-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 16px solid #d79e37;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.fs-caret-right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-left: 13px solid #ffffff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.fs-caret-left {
  position: relative;
}
.fs-caret-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 16px solid #d79e37;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.fs-caret-left:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  border-right: 13px solid #ffffff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.fs-carousel-control {
  width: 10%;
}

.fs-text-img-overlay {
  position: relative;
  text-align: center;
  color: white;
  display: none;
}
@media (min-width: 768px) {
  .fs-text-img-overlay {
    display: block;
  }
}

.fs-text-overlay {
  position: absolute;
  top: 55%;
  left: 20%;
  width: 40%;
  transform: translate(-50%, -50%);
  margin-left: 30px;
}
.fs-text-overlay h1, .fs-text-overlay .fs-page-title {
  color: #152d47;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fs-text-overlay h1, .fs-text-overlay .fs-page-title {
    font-size: 32px;
  }
}

.fs-table-2 {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #d79e37;
}
@media (min-width: 992px) {
  .fs-table-2 {
    width: 100%;
  }
}
.fs-table-2 td, .fs-table-2 th {
  padding: 2px;
}
.fs-table-2 tr {
  background-color: white;
  border-bottom: 1px solid #d79e37;
}
.fs-table-2 th {
  border-bottom: 1px solid #d79e37;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f5f5f5;
  color: #4a4a4a;
}

.fs-caption {
  position: absolute;
  left: auto;
  right: auto;
  text-align: center;
  width: 100%;
  height: 40px;
  bottom: -30px;
  color: #4a4a4a;
}

.fs-photo-video-list ul {
  color: #d79e37;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.fs-photo-video-list ul li a {
  color: #d79e37;
}
.fs-photo-video-list ul li a.active {
  color: #152d47;
}

.fs-video {
  padding-left: 11%;
}

.fs-download {
  color: #d79e37;
}

.fs-form {
  padding-top: 20px;
}

.fs-geo-container {
  border-top: 1px solid #d79e37;
}

.fs-geo {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
.fs-geo a {
  margin-left: 20px;
  line-height: normal;
  color: #4a4a4a;
}
.fs-geo a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .fs-geo a:before {
    top: 8px;
  }
}

.fs-geo-col {
  border-bottom: 1px solid #d79e37;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .fs-geo-col {
    border-bottom: 1px solid #d79e37;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px;
  }
}

.fs-uploadbutton {
  font-weight: 200;
  border-radius: 7px;
  border: 1px solid;
  background-color: white;
  margin-top: 3px;
  margin-right: 3px;
}

.fs-sendbutton {
  border-radius: 7px;
  border: 1px solid;
  background-color: #d79e37;
  margin-top: 3px;
  margin-right: 3px;
}

.fs-webcast-box h2 {
  color: #d79e37;
  font-size: 24px;
}

.fs-webcast-container {
  border-top: 1px solid #d79e37;
}

.fs-webcast {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
.fs-webcast a {
  margin-left: 25px;
  line-height: normal;
  color: #4a4a4a;
}
.fs-webcast a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .fs-webcast a:before {
    top: 8px;
  }
}

.fs-webcast-col {
  border-bottom: 1px solid #d79e37;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .fs-webcast-col {
    border-bottom: 1px solid #d79e37;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px;
  }
}

.fs-img-responsive {
  width: 100%;
  height: auto;
}

.fs-newsletter-input {
  border-radius: 0px;
  height: 30px;
  border-color: #000000;
}

.fs-btn-gray {
  background: #4a4a4a;
  color: #ffffff;
  height: 25px;
  line-height: 0.8;
}

.fs-member-headline {
  color: #d79e37;
}

.fs-content-filter-type-word, .fs-content-filter-type-case {
  flex-direction: column;
}
.fs-content-filter-type-word h2, .fs-content-filter-type-word .fs-radio-container > h2, .fs-content-filter-type-case h2, .fs-content-filter-type-case .fs-radio-container > h2 {
  color: #d79e37;
  font-size: 1.1rem;
  font-weight: 400;
}

.fs-radio-container {
  align-items: center;
}

.fs-color-gray {
  color: #707070 !important;
}

.fs-hidden-list {
  overflow-y: auto;
  border: 1px solid #707070;
  height: 200px;
}

.fs-scrollable-list-short {
  overflow-y: auto;
  border: 1px solid #707070;
  height: 130px;
}

.fs-hidden-list-item, .fs-scrollable-list-item {
  width: 100%;
}

.fs-word-searcher-input {
  color: #707070;
  border: 1px solid #707070;
}

.fs-select-container div h2 {
  font-size: 26px;
  font-weight: 400;
}

.fs-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  background-color: white;
  background-image: url(../images/arrow-up-down.png);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 12px 16px;
}
.fs-select option {
  color: #707070;
}

.fs-bg-light, .fs-bg-dark {
  border: none;
  outline: none;
}

.fs-bg-light {
  color: #707070;
  border: 1px solid #707070;
  background-color: white;
}
.fs-bg-light:hover {
  color: #707070;
  text-decoration: none;
}

.fs-bg-dark {
  color: white;
  border: 1px solid #707070;
  background-color: #707070;
}
.fs-bg-dark:hover {
  cursor: pointer;
}

.fs-color-light-gray {
  color: #bababa;
}

.fs-result-box {
  background-color: #f5f5f5;
}
.fs-result-box .fs-result-keywords {
  font-weight: bold;
}
.fs-result-box .fs-founded-result {
  font-size: 1rem;
  color: #4a4a4a;
}

.fs-result-box:first-child {
  border-bottom: none;
}

.fs-founded-result {
  border-bottom: 2px solid #d79e37;
}

.fs-paginator {
  display: flex;
  flex-flow: wrap;
}
.fs-paginator .fs-paginator-list-item {
  background: none;
  list-style-type: none;
}
.fs-paginator .fs-paginator-list-item a {
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}
.fs-paginator .fs-paginator-list-item a:hover {
  color: #bababa;
}
.fs-paginator .fs-paginator-list-item-active {
  text-decoration: underline !important;
}

#fs-hidden-list {
  display: none;
}

.fs-highlighted-word {
  color: blue;
}

@media (max-width: 991.98px) {
  .fs-footer-navigation li,
.fs-footer-navigation-media li {
    padding-bottom: 0.9rem;
  }
}
.fs-footer-navigation {
  margin: 0px;
  word-break: inherit;
}
.fs-footer-navigation li {
  list-style: none;
  background: none;
}
.fs-footer-navigation li a {
  color: #707070;
}

.fs-footer-navigation-media {
  display: flex;
  padding: 0px;
  flex-direction: column;
  word-break: inherit;
}
.fs-footer-navigation-media li {
  list-style: none;
  background: none;
  padding: 2px 0px 2px 13px;
}
.fs-footer-navigation-media li a {
  color: #707070;
}

.fs-footerform {
  word-break: break-all;
}

.fs-footer-contact .fs-footer-header {
  margin-left: 12px;
  color: #707070;
  font-size: 20px;
  font-weight: bolder;
}
.fs-footer-contact a {
  color: #707070 !important;
}

.fs-footer-social {
  display: flex;
}
.fs-footer-social .fs-footer-social-linkedin a svg, .fs-footer-social .fs-footer-social-twitter a svg {
  width: 25px;
}
.fs-footer-social .fs-footer-social-linkedin a svg path, .fs-footer-social .fs-footer-social-linkedin a svg rect, .fs-footer-social .fs-footer-social-twitter a svg path, .fs-footer-social .fs-footer-social-twitter a svg rect {
  fill: #707070;
}

.anchor {
  position: absolute;
  top: -87px;
}

@media (min-width: 767px) {
  .anchor {
    top: -189px;
  }
}
.news-latest-headline h3 a {
  color: #d79e37;
  font-size: 1.4rem;
  font-weight: lighter;
}

.news-latest-teaser p {
  display: inline;
}
.news-latest-teaser a {
  color: #d79e37;
}

.news-latest-more a {
  color: #d79e37;
}

.news-latest-devider {
  width: 97%;
  border-color: #d79e37;
}

.news-latest-img {
  margin-bottom: 15px;
}
.news-latest-img img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
}

.mediaelement-video video {
  width: 100%;
  height: auto;
}

.news-latest-img-dummy {
  width: 100%;
  height: 100%;
}

.news-coe-headline h3 span {
  color: #d79e37;
  font-size: 1.8rem;
  font-weight: normal;
}

.news-coe-pic a {
  font-weight: bold;
}
.news-coe-pic img {
  width: 100%;
  height: auto;
}

.news-coe-link {
  position: relative;
  list-style-type: none;
  background: none;
  padding-left: 0px;
}
.news-coe-link a {
  color: #5f5f5f;
  font-weight: 600;
  padding: 6px 0px 2px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
}
.news-coe-link .news-coe-popup {
  padding: 0;
  padding-left: 5px;
  background: black;
  display: initial;
  background: none;
}

.news-coe-link-pdf a {
  background-image: url(/fileadmin/assets/images/pdf.png);
}

.news-coe-link-default a {
  background-image: url(/fileadmin/assets/images/file.png);
}

.news-coe-link-url a {
  background-image: url(/fileadmin/assets/images/arrows.png);
}

.news-coe-popup {
  position: relative;
  display: inline-block;
}
.news-coe-popup:hover {
  cursor: pointer;
}

.news-coe-popup .news-coe-popup-text {
  visibility: hidden;
  width: 120px;
  background-color: #707070;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #d79e37 solid 1px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 500%;
}

.news-coe-popup:hover .news-coe-popup-text {
  visibility: visible;
}

.news-coe-devider {
  width: 97%;
  border-color: #d79e37;
}

@media (min-width: 576px) {
  .news-latest-img img {
    max-height: 160px !important;
  }
}
@media (min-width: 768px) {
  .news-latest-img img {
    max-height: 210px !important;
  }
}
@media (min-width: 992px) {
  .news-latest-img img {
    max-height: 190px !important;
  }
}
@media (min-width: 1200px) {
  .news-latest-img img {
    max-height: 230px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
