﻿@charset "UTF-8";
/*@import*/
/*'abstracts/variables',
'abstracts/mixins';*/
/*$brand-color: rgb(28,56,40) !default;*/
body {
  background-color: rgb(123, 135, 131);
}
@media (min-width: 992px) {
  body {
    background-color: rgb(123, 135, 131);
  }
}

body::before {
  content: "";
  z-index: -1;
  /*    background-image: linear-gradient(120deg, rgba(0,131,138, 0.8), rgba(255,255,255, 0.4)),url("/pics/2024/bg09.jpg");*/
  background-image: var(--bgimg);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  /*    transform: rotate(-30deg);*/
  /*    filter: blur(1px);*/
}

.panel-default {
  border: none;
  border-radius: 7px;
  /*box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;*/
  /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.3) 0px 2px 6px 2px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 14px, rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.panel div.panel {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  /*border: 1px solid #ddd*/
  /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}

.panel-heading {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.panel-heading img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.panel-footer {
  border-radius: 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#leftMainCont-container {
  padding-top: 50px;
  opacity: 1;
  margin-top: -20px;
}

.pabohome,
.pafohome {
  opacity: 1;
  /*     background-color: $highland-green50 !important;*/
  border: none !important;
  padding: 15px;
  padding-left: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 14px, rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.pabohome {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pafohome {
  /* background-color: $highland-green50 !important;*/
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.paboalt,
.pafoalt {
  opacity: 1;
  border: none !important;
  padding: 15px;
  padding-left: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 14px, rgba(0, 0, 0, 0.1) 0px 10px 10px;
}

.paboalt {
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0px;
}

.pafoalt {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.pafoalt {
  background-color: rgb(255, 255, 255) !important;
  border: none !important;
  padding: 15px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.panel-heading.wspahe {
  padding: 0 !important;
  border-bottom: 0;
  background-color: rgb(229, 244, 245);
  /*background-color: #00838a !important*/
  /*background-color: $brand-color50;*/
}

@media (min-width: 481px) and (max-width: 767px) {
  .boresult {
    background-color: rgba(92, 105, 98, 0.5);
  }
}
.navbar-inverse {
  background-color: rgb(92, 105, 98);
  border-color: rgb(92, 105, 98);
}

.btn-default:hover {
  color: #000;
  background-color: rgb(212, 228, 88);
  border-color: rgb(212, 228, 88);
}

.logContainer .navbar-footer a {
  /*color: $brand-color;*/
  color: rgb(92, 105, 98);
}

.navbar-footer a {
  color: #fff;
}

img.img-responsive.wslogo_rp_ft {
  filter: invert(100%) brightness(200%);
}

.navbar.navbar-default.navbar-fixed-top2 {
  z-index: 990;
  margin-top: 50px;
  min-height: 35px;
  background-color: rgb(131, 143, 139);
  /*    background-color: transparent;*/
}

/* Tabs im Dashboard*/
.nav-tabs > li > a {
  background-color: rgba(131, 143, 139, 0.4);
  /*color:#000;*/
}

.nav-tabs > li > a:hover {
  color: #000;
}

/* Tabs in anderen Ansichten*/
div.panel .nav-tabs > li > a {
  /* border-radius: 0px;
          background-color: transparent;
          color: #000;
          min-height:15px;*/
  min-width: 70px;
  text-align: center;
  color: rgb(34, 34, 34);
  background-color: transparent;
  border: none;
}

div.panel .nav-tabs > li > a:hover {
  /*  border-color: #eee #eee #eee;
  color: #fff;
  background-color: rgb(131,143,139,1);*/
  color: rgb(0, 131, 138);
}

div.panel .nav-tabs > li.active > a {
  /*  border-color: #ddd #ddd #ddd;
              border-bottom: 1px solid #fff;
              background-color: transparent;
              color: #000; */
  color: rgb(0, 131, 138);
  border: none;
  border-bottom: 4px solid rgb(0, 131, 138);
  animation-name: show-tab;
  animation-duration: 1s;
}

div.tab-pane.active {
  /*    animation-name: show-tab-pane;
      animation-duration: 0.5s;*/
}

@keyframes show-tab {
  from {
    /*opacity: 0.5;*/
    border-bottom: 4px solid rgb(255, 255, 255);
    /*        transform: translateY(20px);*/
  }
  to {
    /*opacity: 1;*/
    border-bottom: 4px solid rgb(0, 131, 138);
    /*        transform: translateY(0);*/
  }
}
@keyframes show-tab-pane {
  from {
    opacity: 0.5;
    /*        transform: translateX(70px);*/
  }
  to {
    opacity: 1;
    /*        transform: translateY(0px);*/
  }
}
#row1 {
  margin: 45px 10px 0px 10px;
}

.content_link_selected, a.content_link_selected:hover {
  background-color: rgb(0, 131, 138);
}

a:hover, a:focus {
  color: rgb(0, 131, 138);
  text-decoration: underline;
}

a.content_link:hover {
  background-color: #d4e458;
  color: #000;
}

.dx-row > td > a:hover {
  text-decoration: none !important;
}

.panel-default > .panel-heading.wsnavpahe {
  background-color: transparent;
}

a.navpalink,
a.navpalink.collapsed {
  color: #fff;
  background-color: transparent;
}

a:hover.navpalink {
  background-color: transparent;
}

ul.pagination > li.active {
  background-color: rgb(0, 131, 138);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: rgb(0, 131, 138);
  border: none;
}

/*FEEDBACK MARKETING*/
.jumbotron {
  background-color: rgb(0, 131, 138);
}

.wsnavlog {
  background-color: rgb(0, 131, 138);
  border-color: rgb(0, 131, 138);
}

.sectheader {
  display: block;
  margin: 10px 0px 15px 0px;
  font-size: 1.5em;
  color: #fff;
  padding: 3px;
}

.sectheader.sh2 {
  margin-left: 15px;
}

.pankat {
  /*background-color: rgba(212, 228, 88, 0.9);*/
  /*    background-color: rgba(255, 255, 255, 0.7);*/
  background-color: rgb(255, 255, 255);
  /*background: linear-gradient(135deg, rgba(212,228,88,1) 0%, rgba(255,255,255,1) 94%);*/
}

.pankat > p {
  color: #fff;
}

.panset {
  /*background-color: rgba(212, 228, 88, 0.9);*/
  /*    background-color: rgba(255, 255, 255, 0.7);*/
  /*Marketing alle Hintergründe gleich*/
  background-color: rgb(255, 255, 255);
  /*background-color: #fff;*/
  /*background: linear-gradient(135deg, rgba(212,228,88,1) 0%, rgba(255,255,255,1) 94%);*/
}

div.panel-body.wslog {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  /*border: 1px solid red;*/
}

.wslogpan > div.panel-heading {
  /*background-color: #71878f*/
  display: none;
}

.wslogpan > div.panel-heading > h3.panel-title {
  text-align: center;
  /*color: rgba(60, 64, 67, 1) !important;*/
  border-color: #fff;
}

.wslogpan {
  text-align: center;
}

p.wslogheader {
  font-size: 15pt;
}

label.loglbl {
  text-align: left;
}

.panel.panel-default.wslogpan > div.panel-body {
  border-radius: 7px !important;
  padding: 50px;
}

/*wslogheader {
        color:rgba(60, 64, 67, 0.3)
    }*/
#sidebar {
  /*background: rgba(60, 64, 67, 0.3);*/
}

.tab-pane > .panel-default {
  border-top-left-radius: 0px;
}

.panel-footer {
  /*    padding: 10px 15px;
  background-color: #f5f5f5;*/
  border-top: 1px solid #fff;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.header {
  color: #fff;
  padding: 10px 0px 10px 0px;
  background-color: unset;
  margin: 5px 0px 5px 0px;
  border-radius: unset;
  box-shadow: unset;
}

.header > .panel-body,
.header > .panel-body > h3, h6 {
  color: #fff;
  margin-top: 0px;
}

.header > .panel-body {
  padding: 15px;
}

.header > .panel-body > img {
  border: 3px solid #d4e458;
  border-radius: 15px;
  box-shadow: none;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .header > .panel-body > img {
    width: 80px;
    height: 80px;
  }
}

.header > .panel-body > img.rwlapic {
  filter: grayscale(100%);
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 15px;
  border: 4px solid #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media (min-width: 768px) {
  .header > .panel-body > img.rwlapic {
    width: 80px;
    height: 80px;
  }
}

.btn-default {
  color: #fff;
  background-color: rgb(0, 131, 138);
  border-color: rgb(0, 131, 138);
}

img.hidden-xs {
  border-radius: 0px;
}

/*.panel-default > .panel-heading {*/
/*background-color: $brand-color;*/
/*background-color:rgb(255,255,255,1);
    border: none;
}*/
.panel-body {
  /* padding: 30px;*/
}

#InfoPanel {
  /*        min-height: 80vh;*/
  margin-top: 20px;
}

#FVHead {
  /*margin-top: 15px;*/
}

#FVHead h3 {
  color: #fff;
  margin-top: 10px;
}

.content_inner {
  min-height: calc(100vh - 140px);
}

.wstabpanel {
  min-height: 70vh;
  /*min-height: calc(75vh - 50px);*/
}

.wsMinHight {
  height: 25px;
}

.btn-default.active {
  background-color: #d4e458 !important;
  color: #000;
}

/*DX -----------------------------------------------------------------------------------------------------------*/
/*DX ALLGEMEIN */
.dx-widget {
  font-family: unset;
  font-size: 9pt;
  border-radius: 0px;
}

.dx-texteditor.dx-editor-outlined {
  border-radius: 0px;
}

.dx-datagrid-action {
  color: rgb(0, 131, 138);
  border: none;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
  color: rgb(0, 131, 138);
  font-weight: bold;
  background-color: #fff;
}

.dx-datagrid .dx-link {
  text-decoration: underline;
  cursor: pointer;
  color: rgb(0, 131, 138);
}

table.dx-datagrid-table > tbody > tr > td > a:hover {
  text-decoration: none;
  cursor: pointer;
  color: rgb(0, 131, 138);
}

/* HEADER & ÜBERSCHRIFTEN DER DX GRID TABELLEN */
html {
  overflow-y: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  /*height: 100%;*/
}

@media screen and (min-width: 768px) {
  .content_home {
    width: 100% !important;
    z-index: 0;
    margin-left: 5px;
  }
}
#rwGrid-container, #pfGrid-container, #taGrid-container,
#seGrid-container, #peGrid-container, #beGrid-container,
#doGrid-container, #faGrid-container, #pf2Grid-container,
#pftaGrid-container, #farwGrid-container,
#ueGrid-container, #unGrid-container,
#opeGrid-container, #anGrid-container, #gaGrid-container {
  /*max-height: 1000px;*/
  max-height: 80vh;
}

#LitList {
  max-height: 100vh;
}

#LitList-container {
  max-height: 82vh;
}

#tocGrid-container {
  max-height: 77vh;
}

.dx-header-row {
  font-size: 7.5pt !important;
}

div.h4stick {
  position: sticky;
  top: -1px;
  padding: 5px;
  z-index: 1000;
  background-color: white;
}

div.dx-datagrid-header-panel {
  position: sticky;
  top: -1px;
  padding: 5px;
  z-index: 900;
  background-color: white;
}

div.dx-datagrid-headers {
  position: sticky;
  top: 45px;
  z-index: 2;
  background-color: white;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  color: #fff;
  /*background-color: $brand-color;*/
  /* background-color: #71878f;*/
  background-color: rgb(92, 105, 98);
  /*font-family: Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.dx-datagrid .dx-header-filter {
  position: relative;
  color: rgb(0, 131, 138);
  font: 12px/1 DXIcons;
}

.dx-datagrid .dx-header-filter-empty {
  color: rgba(255, 255, 255, 0.8);
}

.dx-datagrid-summary-item {
  font-weight: normal !important;
  font-size: 7pt;
  color: #bbb !important;
}

.dx-datagrid-filter-row > td {
  background-color: white !important;
}

/* CONTENT DER DX GRID TABELLEN */
.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  font-size: 0.9em !important;
}
@media (min-width: 992px) {
  .dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    font-size: 9.5pt !important;
  }
}

.dx-datagrid .dx-row-alt > td, .dx-datagrid .dx-row-alt > tr > td {
  background-color: rgba(222, 225, 224, 0.5);
}

/* CONTENT DER DX GRID TABELLEN IM DASHBOARD*/
.dash .dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  font-size: 8pt !important;
  padding: 4px;
  border: none;
}

/* DX TABLES -- CLIP LONG TEXT IN TABLES*/
.dx-datagrid .dx-row > td {
  /*        @include lg {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
          }*/
}

.dx-group-cell, .dx-group-row > td {
  background-color: #fff;
  /*background-color: #68b500;*/
  /*background-color: $brand-color;*/
  color: rgb(0, 131, 138);
  font-weight: normal;
}

tr[aria-expanded=true], tr[aria-expanded=true] > td {
  background-color: rgb(0, 131, 138);
  color: #fff;
  font-weight: normal;
}

/* TREE VIEW*/
.wspahe {
  border-radius: 7px;
}

/*.wspahe img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    filter: grayscale(100%);
}*/
@media (min-width: 992px) {
  .wspahe #bereich13, .wspahe #bereich14, .wspahe #bereich15, .wspahe #bereich22 {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-image: url(../pics/2024/pic_placeholder.png);
  }
}
@media screen and (min-width: 768px) {
  #UpMainCont {
    margin-right: 25px !important;
  }
}
.rootNode,
.wsnavpahe,
.wsnavpanel {
  background-color: transparent;
  /*    background-color: rgb(92, 105, 98,0.5);*/
  border-left: none !important;
  border-right: none !important;
  border: none !important;
}

.wsnavpanel {
  padding: 0px 0px 10px 10px;
  /*border: none !important*/
}

/*    .panel-body.wsnavpanel {
    @include lg {
        padding: 0px 0px 10px 10px;
        background-color: rgb(92, 105, 98,0.5);
        height: 100vh;
    }
}*/
.wsnavpahe {
  margin-left: 10px;
}

div.wsligr {
  padding-top: 20px;
}

.wsligr > a.list-group-item {
  position: relative;
  font-size: 120%;
  background-color: transparent !important;
  /*border-top: 1px solid #7c7c7c !important;
  border-left: 1px solid #7c7c7c !important;
  border-right: 1px solid #7c7c7c !important;
  border-bottom: 1px solid #DDD !important;*/
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #fff;
  display: block;
  margin: 0;
  margin-left: 20px;
  padding: 5px 5px 5px 0;
}

.rootNode {
  font-size: 10pt;
}

.leafNode {
  font-size: 9pt;
}

.dx-treeview-search.dx-textbox.dx-texteditor.dx-editor-outlined {
  background: #fff;
  opacity: 0.7 !important;
}

#sidebar {
  backdrop-filter: blur(6px);
}
@media (min-width: 992px) {
  #sidebar {
    backdrop-filter: none;
  }
}

@media (min-width: 992px) {
  #treeView-container {
    backdrop-filter: blur(6px);
    padding: 5px;
    background-color: rgba(92, 105, 98, 0.2);
    margin-left: -20px;
    /*height: calc(100vh - 20px);*/
  }
}

#treeView-container .dx-treeview-item.dx-state-hover {
  background-color: rgb(0, 131, 138);
  color: #fff;
}

#treeView-container .dx-treeview-node.dx-state-clicked {
  background-color: rgb(0, 131, 138);
  color: #fff;
}

#treeView-container .dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
  background-color: rgb(0, 131, 138);
  /*background-color: #d4e458;*/
  color: #fff;
}

#treeView-container li.dx-treeview-node.dx-state-selected > div.dx-treeview-toggle-item-visibility {
  background-color: rgb(0, 131, 138);
  color: #fff;
}

#treeView-container .dx-treeview-node {
  color: #fff;
  /*border-top: 1px solid #b3b3b3;*/
  border-collapse: collapse;
}

.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
  background-color: rgb(0, 131, 138);
  color: #fff;
}

.dx-treeview-node-container, .dx-treeview-toggle-item-visibility {
  color: #fff;
}

.dx-scrollable {
  height: 97%;
  /*min-height: 150vh;*/
}

/* TagList */
.dx-list-item-selected {
  background-color: rgb(0, 131, 138) !important;
  color: rgb(255, 255, 255);
}

.dx-switch-on-value .dx-switch-handle::before {
  background-color: rgb(0, 131, 138);
}

.dx-switch-handle::before {
  background-color: rgb(0, 131, 138);
}

.dx-switch.dx-state-hover .dx-switch-handle::before,
.dx-switch.dx-state-focused .dx-switch-handle::before {
  background-color: rgb(0, 131, 138);
}

.dx-switch-off {
  color: #000;
}

dl.dl-horizontal {
  /* box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;*/
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 20px;
}

dl.dl-horizontal > dt {
  /*color: red;*/
  min-height: 20px;
  /* margin-bottom: 5px;*/
  text-align: left;
  font-weight: normal;
  /*background: #ddd;*/
  padding: 5px;
  font-size: 0.9em;
  border-left: 10px solid rgba(0, 117, 119, 0.4) !important;
  /*margin-left: 20px;*/
}

dl.dl-horizontal > dd {
  /*color: red;*/
  font-size: 0.9em;
  /*font-family: monospace;*/
  min-height: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: normal;
  background: #fff;
  padding: 5px;
  /*border-bottom: 1px solid #e6e6e6;*/
}

@media (min-width: 992px) {
  .wspabo {
    min-height: 250px;
  }
}
/* CONTENT DER DEFAULT SEITE: Funktionsbereiche etc*/
img.imgkatsl {
  border-radius: 120px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 70%;
  width: 70%;
  object-fit: cover;
  border: 10px solid #d4e458;
  background-color: rgb(255, 255, 255);
  /*object-position: -220px 0px;*/
}

@media (min-width: 992px) {
  #InfoPanel .panel-default > .panel-body {
    padding-top: 25px;
    font-size: 0.95em;
  }
}

.katimg_container {
  /*border: 1px solid red;*/
  overflow: hidden;
  max-width: 100%;
  float: right;
  height: 100%;
}
@media (min-width: 768px) {
  .katimg_container {
    float: right !important;
    /*border: 1px solid green;*/
    max-width: 50%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .katimg_container {
    float: right !important;
    /*border: 1px solid yellow;*/
    max-width: 70%;
    margin-top: -25px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
}
@media (min-width: 1600px) {
  .katimg_container {
    float: right !important;
    /* border: 1px solid pink;*/
    max-width: 100%;
    margin-top: -25px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
}

.img-header {
  object-fit: cover;
  object-position: 50% 50%;
  float: none !important;
  /*max-height: 210px;*/
  width: calc(100% + 14px);
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .img-header {
    display: block;
    width: unset;
    float: right !important;
    max-height: 220px;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 7px !important;
  }
}
@media (min-width: 1600px) {
  .img-header {
    display: block;
    width: unset;
    float: right !important;
    max-height: 200px;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 7px !important;
  }
}

.img-panheader {
  max-height: 180px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 7px !important;
}

.kathead h3,
.kathead p {
  width: 100%;
}
@media (min-width: 768px) {
  .kathead h3,
  .kathead p {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .kathead h3,
  .kathead p {
    width: calc(100% - 400px);
  }
}

h3.txkatsl {
  color: #d4e458;
  margin-top: 0px;
}

.katslleft {
  width: 300px;
  height: 300px;
  float: left;
}

.katslright {
  width: calc(90% - 300px);
  float: left;
  color: #fff;
  text-align: center;
  white-space: normal;
  font-size: 11pt;
}

.txkatsl {
  text-align: center;
  padding: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
  img.imgkatsl {
    border-radius: 120px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 70%;
    width: 70%;
    object-fit: cover;
    border: 10px solid #d4e458;
    /*object-position: -140px 0px;*/
    background-color: rgb(255, 255, 255);
  }
  .katslleft {
    width: 200px;
    height: 200px;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
  }
  .katslright {
    width: calc(98% - 200px);
    float: left;
    padding: 5px;
    color: #fff;
    text-align: left;
    white-space: normal;
    font-size: 9pt;
    margin-left: 0px;
  }
  .txkatsl {
    text-align: left;
    padding: 0px 0px 0px 0px;
  }
}
.dx-gallery-indicator {
  display: block;
}
@media (min-width: 768px) {
  .dx-gallery-indicator {
    width: calc(90% - 300px);
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 300px;
    margin-right: 0px;
    /*border: 1px solid red;*/
  }
}

.dx-gallery-indicator-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  pointer-events: auto;
  margin: 1px 6px;
  width: 8px;
  height: 8px;
  background: #fff;
}

.dx-gallery-indicator-item-active, .dx-gallery-indicator-item-selected, .dx-gallery-indicator-item .dx-gallery-indicator-item-selected {
  width: 12px;
  height: 12px;
  background: rgb(212, 228, 88);
  border: 4px solid rgb(212, 228, 88);
  margin: -1px 6px;
}

@media (max-width: 992px) {
  .container {
    width: 1170px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
#Newsmobile {
  margin-bottom: 15px;
  font-size: 1.2em;
}

table.rpstd {
  /*font-family:monospace;*/
}

@media (min-width: 992px) {
  #flex-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexcontainer .col-md-4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flexcontainer .panel-body {
    height: 90%;
  }
  .flexcontainer .panel-footer {
    height: 60px;
  }
  .paflex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paflex > div.panel-default {
    width: 100%;
  }
  .paflex2 {
    /*border: 1px solid red;*/
    height: 90%;
  }
}
/* Login Styles ----------------------------------------------------------------------------------------------------------------*/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255); /* Black fallback color */
  background-color: rgb(255, 255, 255); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  /* border: 5px solid;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 100px;
  text-align: center;
  background-color: rgb(212, 228, 88); /* Black fallback color */
  background-color: rgb(212, 228, 88); /* Black w/opacity */
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border-radius: 7px;
}

.mainCon .theme-select {
  position: absolute;
  top: 0px;
  right: 17px;
}
.mainCon .thbg-select {
  position: absolute;
  top: 0px;
  right: 67px;
  color: rgb(34, 34, 34);
  min-height: 30px;
  margin-top: -2px;
}

.logContainer {
  display: flex;
  flex-direction: column-reverse;
  min-height: 600px;
  margin: 5%;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}
@media (min-width: 992px) {
  .logContainer {
    flex-direction: row;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 60px;
    width: 80%;
    padding: 0px;
    border-radius: 7px !important;
  }
}
@media (min-width: 1400px) {
  .logContainer {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.col_loglft {
  background: rgb(0, 131, 138);
  /*    background-image: url("/pics/2024/bgnbg.png"), linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.5));*/
  background-position: -200px 0px;
  background-blend-mode: overlay;
  height: 50%;
  min-height: 600px;
  font-size: 0.8em;
  display: none;
}
@media (min-width: 992px) {
  .col_loglft {
    display: unset;
    width: 50%;
    margin: 0px;
    padding: 100px;
    height: calc(100vh - 120px);
    font-size: 0.9em;
    color: #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
}
.col_loglft a {
  background: #D4E458;
  border: none;
  color: #000;
}
.col_loglft a:hover {
  background: rgb(0, 131, 138);
  border: 1px solid #fff;
  color: #fff;
}

.loglft_cotop {
  padding: 0 15px;
  display: none;
}
@media (min-width: 992px) {
  .loglft_cotop {
    display: unset;
  }
}
.loglft_cotop h5 {
  color: #fff;
}

.col_loglft_content p {
  color: #fff;
  /*font-family:'Rajdhani', sans-serif;*/
  font-family: "Source Sans 3", sans-serif;
  /*    font-family: 'Roboto Slab', serif;*/
  font-size: 1.3em;
  margin-bottom: 20px;
}

.col_logrgt {
  background: rgb(255, 255, 255);
  /*background: $light-matcha;*/
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 50px;
  height: 60%;
  min-height: 600px;
  border-radius: 7px;
}
@media (min-width: 992px) {
  .col_logrgt {
    width: 50%;
    padding: 100px;
    height: calc(100vh - 120px);
    color: #fff;
    border-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
}
.col_logrgt .btn {
  width: 100%;
  padding: 11px;
  border: 1px solid rgb(0, 131, 138);
}
.col_logrgt .btn:hover {
  border: 1px solid rgb(212, 228, 88);
}

.logrgt_cotop {
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .logrgt_cotop {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .logrgt_cotop {
    display: none;
  }
}
@media (min-width: 1400px) {
  .logrgt_cotop {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.logrgt_cotop img {
  /*filter: invert(100%) grayscale(100%) opacity(70%);*/
  filter: grayscale(100%) opacity(97%);
  /*width: 120px;*/
  width: 170px;
}

.col_logrgt_content {
  text-align: center;
  height: 70%;
  min-height: 350px;
  margin-bottom: 80px;
}
.col_logrgt_content h3 {
  font-size: 3.1em;
  margin-bottom: 20px;
}
.col_logrgt_content p {
  color: rgb(131, 143, 139);
  font-size: 1em;
  margin-bottom: 10px;
}
.col_logrgt_content p.lgstatusinfo {
  color: rgb(255, 100, 75);
  font-size: 0.8em;
}
.col_logrgt_content div > input.form-control {
  border: 1px solid rgb(0, 131, 138);
  padding: 20px;
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .ft_div {
    border: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .ft_div {
    position: unset;
    width: 650px;
    text-align: center;
    margin-left: -100px;
    height: 30%;
    display: flex;
    align-items: flex-end;
  }
}

.imglog {
  object-fit: cover;
  opacity: 0.4;
}

.logbtn {
  color: #fff;
  width: 90px;
  height: 60px;
  padding: 0px;
  margin: 20px 20px 150px 20px;
  border: 4px solid rgb(212, 228, 88);
  background: rgba(255, 255, 255, 0.25);
  border-radius: 7px;
}

/* END -- Login2 Styles ------------------------------------------------------------------------------------------------------*/
/* Order Styles ------------------------------------------------------------------------------------------------------------- */
.list-group-item.active {
  background-color: rgb(0, 131, 138);
  border: 1px solid #00838a;
}

div.alert-success {
  background-color: rgba(212, 228, 88, 0.5);
  border: none;
  color: #000;
}

/* Order Styles ------------------------------------------------------------------------------------------------------------- */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(0, 131, 138);
}

.btn,
.btn-default {
  border-radius: 3px;
}

.row section .bottom a {
  border-radius: 3px;
}

.form-control {
  border-radius: 3px;
}

/*    div#Dashboard.row {
    background-color: rgb(255, 255, 255, 0.65);
    padding-bottom: 50px;
    padding-top: 50px;
}

div#Dashboard.row .sectheader {

    color: $text-color;
    display:none;
}*/
div#infosect.row {
  /*        background-color: rgb(212, 228, 88, 0.95);
  padding-bottom: 50px;*/
}

.tlcclosed {
  display: none;
  transition: width 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .tlcclosed {
    display: unset;
    width: 40px;
    height: 110%;
    position: absolute;
    right: 5px;
    top: 0px;
  }
}
.tlcclosed #Newspanel {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/*    ::selection {
    color: #fff;
    background: #ff7979;
}*/
.closebtn {
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 25px;
  margin-left: 50px;
  color: rgb(255, 255, 255);
}

.openbtn {
  display: none;
}
@media (min-width: 992px) {
  .openbtn {
    display: unset;
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 25px;
    margin-left: 0px;
    color: rgb(255, 255, 255);
    z-index: 100;
  }
}

.tlbthidden {
  display: none;
}

.tlheadline {
  text-align: center;
  color: rgb(255, 255, 255);
}

.wrapper {
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}

.wrapper .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.wrapper .row {
  display: flex;
}

.wrapper .row-1 {
  justify-content: flex-start;
}

.wrapper .row-2 {
  justify-content: flex-end;
}

.wrapper .row section {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 14px 14px, rgba(0, 0, 0, 0.05) 0px 10px 10px;
  border-radius: 7px;
  width: calc(50% - 35px);
  padding: 0px 20px 10px 25px;
  position: relative;
  font-size: 0.95em;
  backdrop-filter: blur(6px);
  /*color: rgb(255,255,255,1);*/
  color: rgb(255, 255, 255);
}

.wrapper .row section .row {
  margin-left: -15px;
}

.wrapper .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: rgb(99, 169, 172);
  top: 28px;
  transform: rotate(45deg);
}

.row-1 section::before {
  right: -7px;
}

.row-2 section::before {
  left: -7px;
}

.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ff7979;
  font-size: 17px;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  filter: grayscale(100%);
  border: 2px solid #fff;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 14px, rgba(0, 0, 0, 0.1) 0px 10px 10px;*/
}

.center-line .scroll-icon {
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}

div.row.row-1,
div.row.row-2 {
  margin-top: -55px;
}

.row-1 section .icon {
  top: 15px;
  right: -60px;
}

.row-2 section .icon {
  top: 15px;
  left: -60px;
}

.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row section .details .title {
  margin: -15px 0 5px 0;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  /* border-bottom: 1px solid #d4e458;*/
}

.row section .details .title > a {
  color: #d4e458;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.row section p {
  margin: 10px 0 10px 0;
  overflow-wrap: break-word;
  font-size: 0.9em;
  font-weight: 400;
  color: rgb(255, 255, 255);
  word-spacing: 0.1em;
  letter-spacing: 0.08em;
}

.row section .bottom a {
  text-decoration: none;
  /*background: #d4e458;*/
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.row section .bottom a:hover {
  /*transform: scale(0.97);*/
  background: #d4e458;
  border: 1px solid #d4e458;
  color: #000;
}

/*.header > .panel-body > img {
    border: 3px solid #d4e458;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 15px;
    background-color: rgb(255,255,255,1);*/
/*filter: grayscale(70%);*/
/*}*/
.lapic {
  border: 4px solid #fff;
  border-radius: 7px;
  filter: grayscale(100%);
  transform: scale(0.7, 0.7);
  margin-left: -10px;
}

#Timeline .lapic {
  display: none;
}

#Timeline-container {
  background-color: rgba(0, 131, 138, 0.75);
  padding-right: 35px;
  /*margin-top: -20px;*/
  padding-top: 0px;
}

#Timeline-container.dx-scrollable {
  height: 100%;
  /*border: 2px solid red;*/
  /*        min-height: calc(100vh + 20px)*/
}

#Newspanel {
  max-height: 160vh;
  padding: 15px;
  padding-top: 0px;
}

#Timeline {
  margin-top: 100px;
}

/* CSS for specific Screens */
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  #Timeline {
    margin-top: 50px;
  }
  .wrapper .center-line {
    left: 40px;
  }
  .wrapper .row {
    margin: 0px 0 3px 60px;
  }
  .wrapper .row section {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .row-1 section::before {
    left: -7px;
  }
  .row-1 section .icon {
    left: -60px;
  }
  div.row.row-1, div.row.row-2 {
    margin-top: unset;
    padding-bottom: 10px;
    /* opacity: 0.95; */
  }
}
@media only screen and (max-width: 1300px) and (min-width: 800px) {
  #Timeline-container {
    /*margin-top: 20px;*/
  }
}
@media (max-width: 1000px) {
  .wrapper .center-line {
    left: 40px;
  }
  .wrapper .row {
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section {
    width: 100%;
  }
  .row-1 section::before {
    left: -7px;
  }
  .row-1 section .icon {
    left: -60px;
  }
  div.row.row-1, div.row.row-2 {
    margin-top: unset;
    padding-bottom: 10px;
    /* opacity: 0.95; */
  }
}
@media (max-width: 440px) {
  .wrapper .center-line,
  .row section::before,
  .row section .icon {
    display: none;
  }
  .wrapper .row {
    margin: 10px 0;
  }
}
/*  'themes/_timelinestyle';*/
