/* CSS Reset */

/* montserrat-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: 'Montserrat-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../c4js/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-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: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../c4js/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  input:read-only {
    background-color: #efefef;
  } 
  input:read-only:hover {
   /* cursor: not-allowed; */
    } 
  textarea:read-only{
    background-color: #efefef;
  } 
  textarea:read-only{
    /* cursor: not-allowed; */
  } 

  .hidden-checkbox {
    outline: 2px dashed red;
    outline-offset: 4px;
}
  
  html {
    font-size: 64.5% !important;
  }
  
  #nav-bar-handy, #menu-toggle-id{
    display:none;
  } 
  
  .stroke {
    -webkit-text-stroke:2px #AB2158;
    letter-spacing: 2px;
  }
  
  .map {
    border: 2px solid #ddd; /* Dünner grauer Rahmen */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Leichter Schatten */
    border-radius: 8px; /* Abgerundete Ecken */
    background-color: #f0f0f0;
  }
  
  /* Bootstrap 5.1 -> 5.3.3 Eigener Fix */ 
  
  .btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    font-size: .875rem;
    border-radius: .2rem;
  }
  
  .btn-primary,input.btn-primary{
    color: #fff;
    background-color: #006FB3;
  } 
  
  .btn-primary:hover,input.btn-primary:hover{
    color: #fff;
    background-color: #005386;
  } 
  
  .btn-danger,input.btn-danger {
    color: #fff;
    background-color: #dc3545;
  }
  
  .btn-danger:hover, input.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
  }
  
  .btn-warning,input.btn-warning {
      color: #000;
      background-color: #ffc107;
      border-color: #ffc107;
  }
  
  .btn-warning:hover,input.btn-warning:hover  {
      color: #000;
      background-color: #ffca2c;
      border-color: #ffc720;
  }
  
  .btn-secondary,input.btn-secondary {
      color: #fff;
      background-color: #6c757d;
  }
  
  .btn-secondary:hover,input.btn-secondary:hover {
      color: #fff;
      background-color: #5c636a;
  }
  
  .btn-info,input.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  
  .btn-success,input.btn-success{
    color: #fff;
    background-color: #157347;
  } 
  
  btn-success:hover,input.btn-success:hover{
    color: #fff;
    background-color: #157347;
  } 
  
  .postfach_content {
    min-height:1200px;
    background:aliceblue;
  } 
  
  .postfach_left_content {
    background-color:aliceblue;
    margin-right:3em;
  } 
  
  .postfach_right_content{
    background-color:white;
    height:fit-content
  } 
  
  .posteingang_postausgang {
    box-shadow:2px 5px #888
  } 
  
  .postfach_headers{
    font-size:1.4em
  } 
  
  .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent;
    border-radius: var(--bs-border-radius);
  }
  
  .form-check-input{
    border: var(--bs-border-width) solid #161717;
  } 
  
  .page-link{
    color: black;
    font-size: 1.1em;
  } 
    /* -------------------------------- */
  
  .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label{
    -webkit-opacity: 0.65; /* WebKit browser e.g. Safari */
    background-color: transparent;
    color:initial;
  } 
  
  .textcolor-blue-verlauf {
    background-image: linear-gradient(90deg, #006FB3, #5BA9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 5rem;
   }
  /* Navigation Farbverlauf */
  /* .nav_name,.nav_link{
    background-image: linear-gradient(to right bottom, #fff,#faf8ff, #dadde2,#bbc2c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   } */ 
  
   .textcolor-red-verlauf {
    background-image: linear-gradient(90deg, #006FB3, #FF4C4C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 5rem;
   }
  
   .slogan_aktiv {
    background-image: linear-gradient(to right bottom, #f4a460, #3c0000,#d98c49,#9a5715,#a35f1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
   }
  
  /* Works on Firefox */
  * {
    scrollbar-width: thin; 
    scrollbar-color: orange #006EB7;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: #006EB7;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: orange;
    border-radius: 20px;
    border: 3px solid #006EB7;
  }
  
  
  
  
  /* Anpassung ohne Header */
  
  .dtsb-value{
    /* Bugfix SearchBuilder */
    height: auto !important;
  } 
  
  .dijitDialogUnderlayWrapper {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 9999;
      display: none;
    width: 100% !important;
    height: 100% !important;
      background-color: rgba(0, 0, 0, 0.5);
  }
  .dijitDialogUnderlay {
    position: fixed; /* Element bleibt immer an derselben Position im Bildschirm */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;; /* oder die gewünschte Hintergrundfarbe */
    opacity: 0.5; /* oder die gewünschte Deckkraft */
    z-index: 1000; /* oder eine höhere Zahl, falls erforderlich */
  }
  
  
  .dj_ie .dijitDialogUnderlay {
    -webkit-filter: alpha(opacity=50);
      filter: alpha(opacity=50);
  }
  
  .pageOverlay {
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 1001 !important;
    display: block !important;
  }
  
  #loadingOverlay {
    background:  #fff url('//ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/themes/claro/images/loadingAnimation.gif') no-repeat 10px 23px !important;
  }
  
  .line-farbverlauf {
    border: none;
    height: 3px !important;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  }
  
  .loadingMessage {
    padding: 25px 40px !important;
    color: #999 !important;
  }
  
  .disabled-checkbox {
    pointer-events: none;
  }
  
  .alert, .form-control, .input-group-text, .btn-sm, .dtsb-button, .buttons-excel,.buttons-pdf,.buttons-csv,  .leaflet-container, .form-select {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.7));  
  } 
  
  #sportart_search, #sportstaetten_suche {
    -webkit-filter: none !important;
    filter: none !important;
  } 
  
  .form-control, .input-group-text,.form-select {
    margin-bottom:0.5em;
  } 
  
  
  .tundra .dijitIconLoading {	
    color: #0d6efd !important;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
  }	
  
  /*---------------------------------
      TABS
  -----------------------------------*/
  ul.tabs {
    margin: 10px 0 -1px 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    /*float:left;*/
  }
  
  ul.tabs li {
    list-style-type: none;
  
    padding: 0;
    display: inline-block;
    *display: inline; /*IE ONLY*/
    position: relative;
    top: 0;
    left: 0;
    *top: 1px; /*IE 7 ONLY*/
    zoom: 1;
  }
  
  ul.tabs li a {
    text-decoration: none;
    color: #2277bb;
    display: inline-block;
    padding: 9px 15px;
    position: relative;
    top: 0;
    left: 0;
    line-height: 100%;
    background: #f5f5f5;
    box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.03);
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    font-size: 0.9em;
    zoom: 1;
  }
  
  ul.tabs li a:hover {
    background: #fff;
  }
  
  ul.tabs li.active a {
    position: relative;
    top: 1px;
    left: 0;
    background: #0099ff;
    box-shadow: none;
    color: #fff;
  }
  
  .tab-content {
    border: 1px solid #efefef;
    border-left: 1px solid #e5e5e5;
    clear: both;
    padding: 20px;
    margin: 0 0 40px 0;
  }
  
  /* w/icon */
  ul.tabs .icon {
    margin: -3px 7px -3px -5px;
    position: relative;
    top: -2px;
    left: 0;
  }
  
  
  
  .header{ 
  background: none !important;
  border: none !important;
  height: 1em !important;
  } 
  
  #body-pd{ 
   margin-top: 0em ! important; 
  } 
  
  #map { height: 180px; }
  
  .blue_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:blue;
    color:white
  } 
  
  .green_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:green;
    color:white
  } 
  
  .red_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:red;
    color:white
  } 
  
  .yellow_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:green;
    color:white
  }
  
  .violet_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:#7F00FF;
    color:white
  }
  
  .orange_white_icon {
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:orange;
    color:white
  } 
  
  .yellow_black_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:yellow;
    color:black
  } 
  
  .darkseagreen_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:darkseagreen;
    color:white
  } 
  
  .black_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color:black;
    color:white
  } 
  
  .silver_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color: 	gold;
    color:white
  } 
  
  .pink_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color: pink;
    color:white
  } 
  
  .brown_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color: brown;
    color:white
  } 
  
  .random_white_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color: crimson;
    color:white
  } 
  
  .white_black_icon{
    padding-left:0.5em;
    padding-right:0.5em;
    background-color: white;
    color: black
  } 
  
  .hide_zelle{
    display:none;
  } 
  
  .bi-twitter {
    color: #1DA1F2 !important;
  }
  
  .bi-facebook {
    color: #4267B2 !important;
  } 
  
  .bi-instagram {
    color: #C13584 !important;
  } 
  
  .bi-youtube {
    color: #FF0000 !important;
  } 
  
  .leaflet-tile {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-opacity: 0;
    opacity: 0;
    transform: rotate(0deg) scale(0);
  }
  .leaflet-tile.leaflet-tile-loaded {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    opacity: 1;
    transform: rotate(360deg) scale(1);
    transition: 0.8s all ease-in;
  }
  
  
  #header-toggle{
    position: relative !important;
    top: 0.2em !important;
    left:-1em !important;
    font-size:0.8em !important;
  }  
  
  /* Ende Anpassung ohne Header */
  
  .dijitTabContainerTop-container{
    border-top:1px solid#CCCCCC !important;
  } 
  
  .drop-shadow {
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
  }
  
  .btn-label {
      position: relative;
      left: -6px;
      display: inline-block;
      padding: 3px 6px;
      background: rgba(0, 0, 0, 0.15);
      border-radius: 3px 0 0 3px;
  }
  
  .btn-labeled {
      padding-top: 0;
      padding-bottom: 0;
  }
  
  .btn-sm,.dtsb-button,.buttons-html5 {
    text-shadow:0 -1px rgba(0,0,0,.4)!important;
    border:1px solid rgba(0,0,0,.15)!important;
    box-shadow:inset 0 1px 1px rgba(255,255,255,.3),0 1px 3px -1px rgba(45,60,72,.5)!important;
  } 
  .btn-sm:active,.dtsb-button:active,.buttons-html5:active {
  box-shadow:0 2px 2px rgba(0,0,0,.25) inset!important;
  }
  
  .btn-sm:hover,.dtsb-button:hover,.buttons-html5:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px!important;
    }
  
  .background_aliceblue_shadow_60 {
    background-color: aliceblue;
    padding: 0.5em;
    margin: 0.5em;
    width: 60em;
    border: 1px ridge lightgrey;
    box-shadow: 4px 3px 2px grey;
  } 
  
  .background_grey_shadow_60 {
    background-color:rgba(0, 0, 0, 0.05);
    padding:0.5em;
    margin:0.5em;
    width:60em;
    border:1px ridge lightgrey;
    box-shadow: 4px 3px 2px grey;
  } 
  
  .background_white_shadow_60 {
    background-color:white;
    padding:0.5em;
    margin:0.5em;
    width:60em;
    border:1px solid lightgrey;
    box-shadow: 4px 3px 2px grey;
  } 
  
  .background_orange {
    background-color: blanchedalmond !important;
    text-align:center;  
  } 
  
  .background_lightgreen {
    background-color: #c2e4c2 !important;
    text-align:center;    
  } 
  
  .background_darkgrey {
    background-color: darkgrey !important;
    text-align:center;  
  } 
  
  /* Blogeinträge */
  .vorschau{
    font-family: "Poppins-Regular",Arial,sans-serif !important;
    line-height: 1.5 !important;
    font-size: 0.938em;
  } 
  
  .vorschau::first-letter,.vorschau>p::first-letter,.vorschau>div::first-letter,.vorschau>div>p::first-letter{
    color:firebrick;
    font-size:1.3em;
    font-weight:bold;
  }  
  
  /* Titel SearchBuilder ausblenden */
  .dtsb-titleRow {
    display: none;
  }
  
  .center_center {
    text-align: center !important;
    vertical-align: middle !important;
  } 
  
  .rund {
      border-radius: 200px;
  }
  
  .runde-ecken {
      border-radius: 10px;
  }
  
  .portrait_border {  
    border-radius: 50%;
  }
  
  div.scrollmenu {
    height: auto;
    width: 16.2em;
    overflow-y: auto;
    overflow-x: hidden;
    height:50em;
  }
  
  .tundra,
  .dijitContentPane {
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .tab_font_numeric { 
  font-family:Helvetica;font-size:1.1em
  }
  
  .form-floating > label { /* Bugfix Leerzeichen bei floating Überschrift Inputfelder */
    font-style:initial !important;
  } 
  
  :root {
    --header-height: 5rem;
    --nav-width: 4.8rem;
    --first-color: #4723d9;
    --first-color-light: #afa5d9;
    --second-color: #006fb3;
    --second-color-light: #069fe6;
    --second-color-dark: #004869;
    --white-color: #fff;
    --body-font: "Poppins-Regular",Arial,sans-serif !important;
    --normal-font-size: 1.3rem;
    --z-fixed: 100;
  }
  
  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }
  
  body {
    position: relative;
    margin: var(--header-height) 0 0 0;
    padding: 0 1rem;
    font-family: var(--body-font) !important;
    font-size: var(--normal-font-size);
    transition: 0.5s;
    max-width: 100%;
    overflow-x: hidden;
    display: none;
  }
  
  .grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
  }
  
  .bg_aliceblue{
    background-color: aliceblue;
  } 
  
  .grayscale:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
  }
  
  .bg_white {
    background-color:#fff !important
  } 
  
  .bg_grey {
    background-color:#efefef !important
  } 
  
  /* zusätzliche Buttons */
  
  .btn-orange {
    color: #fff;
    background-color: #ffa000;
    border-color: #ffa000;
  }
  .btn-orange:hover {
    color: #fff;
    background-color: #b37407;
    border-color: #b37407;
  }
  
  .btn-lightsalmon {
    color: #fff;
    background-color: #FFA07A;
    border-color: #FFA07A;
  }
  .btn-lightsalmon:hover {
    color: #fff;
    background-color: #fd895b;
    border-color: #fd895b;
  }
  
  .btn-unique {
    color: #fff;
    background-color: #880e4f;
    border-color: #880e4f;
  }
  
  .btn-unique:hover {
    color: #fff;
    background-color: #470528;
    border-color: #470528;
  }
  
  
  .btn-lightgreen {
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34a;
  }
  
  .btn-lightgreen:hover {
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34a;
  }
  
  .btn-pink {
    color: #fff;
    background-color: #CC2E8C;
    border-color: #CC2E8C;
  }
  
  .btn-pink:hover {
    color: #fff;
    background-color: #670841;
    border-color: #670841;
  }
  
  .btn-indigo {
    color: #fff;
    background-color: #3F51B5;
    border-color: #3F51B5;
  }
  
  .btn-indigo:hover {
    color: #fff;
    background-color: #182884;
    border-color: #182884;
  }
  
  .btn-olive {
    color: #fff;
    background-color: #3D9970;
    border-color: #3D9970
  }
  
  .btn-olive:hover {
    color: #fff;
    background-color: #23895b;
    border-color: #23895b;
  }
  
  .btn-greyblue {
    color: #fff;
    background-color: #7e9a9a;
    border-color: #7e9a9a
  }
  
  .btn-greyblue:hover {
    color: #fff;
    background-color: #789898;
    border-color: #789898;
  }
  
  .btn-darkolivegreen {
    color: #fff;
    background-color: slategray;
    border-color: slategray
  }
  
  .btn-darkolivegreen:hover {
    color: #fff;
    background-color: rgb(59, 63, 67);
    border-color: rgb(59, 63, 67)
  }
  
  
  
  .btn-lightnavy {
    color: #fff;
    background-color: #8ec3eb;
    border-color: #8ec3eb
  }
  
  .btn-lightnavy:hover {
    color: #fff;
    background-color: #82bce9;
    border-color: #82bce9;
  }
  
  .btn-brown {
    color: #fff;
    background-color: #7b5141;
    border-color: #7b5141
  }
  
  .btn-brown:hover {
    color: #fff;
    background-color: #7a4b38;
    border-color: #7a4b38;
  }
  
  .btn-excel, .buttons-excel {
    color: #fff;
    background-color: #217346;
    border-color: #217346;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important
  }
  
  .btn-excel:hover,.buttons-excel:hover {
    color: #fff;
    background-color: #154a2d;
    border-color: #154a2d;
  }
  
  .buttons-pdf {
    color: #fff;
    background-color: #f40f02;
    border-color: #f40f02;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important
  }
  
  .buttons-pdf:hover {
    color: #fff;
    background-color: #a20901;
    border-color: #a20901;
  }
  
  .buttons-csv {
    color: #fff;
    background-color: #182884;
    border-color: #182884;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important
  }
  
  .buttons-csv:hover {
    color: #fff;
    background-color: #3F51B5;
    border-color: #3F51B5;
  }
  
  .btn-warning {
    color:white ! important;
  } 
  
  .btn-info {
    color:white ! important;
  } 
  
  .btn-primary,input.btn-primary {
    color: #fff;
    background-color: #006FB3;
    border-color: #006FB3;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  } 
  
  .page-item.active .page-link{
    background-color:#006FB3 !important;
    color:#fff;
  }
  
  table{
    padding:0.5em !important;
    background: white !important;
  } 
  
  thead > tr > th {
    background-color:aliceblue!important; 
    color:#000;
    margin-top: 2em !important;
  } 
  
  table {
      border-collapse: separate !important;
      border-spacing: 0;
      width: auto;
  }
  .table-bordered {
      border: solid #ccc 1px;
      border-radius: 6px;
      box-shadow: 0 1px 1px #ccc;
  }
  .table-bordered tr:hover {
      background: #ECECEC;    
      transition: all 0.1s ease-in-out;
  }
  .table-bordered td, .bordered th {
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      padding: 10px;
      text-align: left;
  }
  .table-bordered th {
      background-color: #000;
      box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
      border-top: none;
      text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }
  .table-bordered td:first-child, .bordered th:first-child {
      border-left: none;
  }
  .table-bordered th:first-child {
      border-radius: 6px 0 0 0;
  }
  .table-bordered th:last-child {
      border-radius: 0 6px 0 0;
  }
  .table-bordered th:only-child{
      border-radius: 6px 6px 0 0;
  }
  .table-borderedbordered tr:last-child td:first-child {
      border-radius: 0 0 0 6px;
  }
  .table-bordered tr:last-child td:last-child {
      border-radius: 0 0 6px 0;
  } 
  
  .dataTables_filter {
      margin-bottom: 2em !important;    
  } 
  
  .pagination{
    margin-top: 2em !important;  
  } 
  
  .btn-primary:hover,input.btn-primary:hover {
    color: #fff;
    background-color: #005386;
    border-color: #005386;
  } 
  
  .mt-100 {
    margin-top: 10rem;
  }
  
  #menue-top {
    margin-top: 2.5rem;
    padding: 0rem;
  }
  
  body {
    background-color: var(--white-color);
  }
  
  .modal-body {
    background-color: var(--white-color);
  }
  
  .card {
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem 0 rgba(43, 43, 43, 0.1),
      0 1.1rem 0.6rem -0.7rem rgba(43, 43, 43, 0.1);
    border: none;
    margin-bottom: 3rem;
    transition: all 0.3s ease-in-out;
  }
  
  .card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 2rem;
    position: relative;
  }
  
  .card .card-block {
    padding: 1.25rem;
  }
  
  .antragreferenz > div {
    background: aliceblue;
    padding:0.5em;
    padding-left:1em;
    border:0.1em solid grey;
  } 
  
  .textfett{
    font-weight: bold;
  } 
  
  .table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
  }
  
  .card .card-block table tr {
    padding-bottom: 2rem;
  }
  
  .table > thead > tr > th {
    border-bottom-color: #ccc;
  }
  
  .table th {
    padding: 1.25rem 0.75rem;
  }
  
  td,
  th {
    white-space: nowrap;
  }
  
  .tabledit-input:disabled {
    display: none;
  }
  
  .btn-primary,input.btn-primary,
  .sweet-alert button.confirm,
  .wizard > .actions a {
    background-color: #006FB3;
    border-color: #006FB3;
    color: #fff;
    cursor: pointer;
    transition: all ease-in 0.3s;
  }
  
  .btn {
    border-radius: 0.2rem;
    font-size: 1.5rem;
    padding: 1rem 1.9rem;
    cursor: pointer;
  }
  
  .doubleunderline_right_bold {
    font-weight: bold;
    float: right;
    border-bottom: double 3rem #000000;
  }
  
  .refcheck_visibility {
    visibility: visible !important;
  }  
  
  input:disabled {
    background: gainsboro;
    pointer-events: none;
    visibility: hidden;
  }
  input[value]:disabled {
    color: whitesmoke;
    pointer-events: none;
  }
  
  .einblendenAbschnitt {
    margin-left: 0em;
    margin-right: 0.5em;
  }
  
  .einblendenAbschnitt strong:hover {
    background-color: #006fb3;
    color: white;
    cursor: pointer;
    text-shadow: 1px 0 0 #006fb3;
  }
  
  .undercover {
    display: none;
  }
  
  .center-content {
    text-align: center;
  }
  
  footer a {
    text-decoration: none;
  }
  
  .service_link a {
    text-decoration: none;
    color: black;
  }
  
  .ausrichtenZahlRechts {
    text-align: end;
  }
  
  /* sortable */
  
  body.dragging,
  body.dragging * {
    cursor: move !important;
  }
  
  .dragged {
    position: absolute;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    z-index: 2000;
    border: 0.3rem dotted #666;
  }
  
  ol.example li.placeholder {
    position: relative;
    /** More li styles **/
  }
  ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
  }
  
  .list-unordered {
    font-size: 0.8em;
  }
  
  .list-item {
    display: list-item;
    background-color: #fff;
    color: black;
  }
  
  /* sortable */
  
  .top_nav {
    margin: 6em 0 2em -3.5rem -2.5rem;
    padding: 1.5rem 2rem;
  }
  
  ul.breadcrumb {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0.8rem 1.2rem;
    list-style: none;
  }
  
  /* Display list items side by side */
  ul.breadcrumb li {
    display: inline;
    font-size: 0.8em;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  ul.breadcrumb li + li:before {
    padding: 0.8rem;
    color: black;
    content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
  }
  
  footer {
    margin-left: -2rem;
    margin-right: -1rem;
  }
  
  a.nav-link {
    position: relative;
    color: var(--second-color);
    text-decoration: none;
  }
  
  a.nav-link:hover {
    color: var(--second-color);
  }
  
  a.nav-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.05rem;
    bottom: 0;
    left: 0;
    background-color: var(--second-color);
    transform: scaleX(0);
    transition: transform 0.5s ease;
  }
  
  a.nav-link:hover::before {
    transform: scaleX(1);
  }
  
  #favoriten {
    margin-left: -1.7rem;
    margin-right: -8rem;
    width: 14rem;
    height: 3rem;
    background-color: var(--second-color);
    transform: translate(-4rem, 5.5rem) rotate(-90deg);
  }
  
  #favoriten-text {
    font-family: cursive;
    font-size: 0.8em;
    font-weight: bolder;
    color: white;
    letter-spacing: 0.45em;
    direction: rtl;
    padding-top: 0.6rem;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  .modal-blue-header {
    background-color: var(--second-color);
    color: var(--white-color);
  }
  
  .btn-blue {
    background-color: var(--second-color);
    color: var(--white-color);
  }
  
  .btn-blue:hover {
    background-image: radial-gradient(
      circle at 50% 50%,
      var(--second-color) 1%,
      rgb(94, 76, 66) 1%
    );
    background-size: 20000% 20000%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: background-size linear 0.25s;
    cursor: pointer;
    color: var(--white-color);
  }
  .btn-blue:hover:hover:active {
    transition-duration: 0s;
    background-size: 100% 100%;
  }
  
  b,
  strong {
    font-weight: bold !important;
  }
  
  .table-small-font {
    font-size: 0.8em;
  }
  
  ::placeholder {
    color: navy;
    -webkit-opacity: 1;
    opacity: 1;
    transition: opacity 0.4s;
  }
  
  :focus::placeholder {
    -webkit-opacity: 0;
    opacity: 0;
  }
  
  .favoriten_img {
    width: 14rem;
    height: 14rem;
    margin-right: 1rem;
  }
  
  .favoriten_img_text {
    font-size: 0.8em;
    font-weight: bold;
  }
  #slogan {
    font-family: "Raleway", sans-serif;
    color: black;
    font-size: 1.8em;
    margin: 0rem auto;
    max-width: 70rem;
    text-align: center;
    font-weight: bold;
    padding: 2.5rem;
  }
  
  #slogan_foerderportal {
    font-family: "Raleway", sans-serif;
    color: black;
    font-size: 1.8em;
    margin: 0rem auto;
    max-width: 70rem;
    text-align: center;
    font-weight: bold;
    padding: 2.5rem;
  }
  
  @supports (background-clip: text) or (-webkit-background-clip: text) {
    #slogan,
    #slogan_foerderportal {
      font-family: "Raleway", sans-serif;
      font-variant: small-caps;
      color: #176DA4;
      background-clip: text;
    }
  }
  
  #notification {
    position:fixed;
    display:block;
    bottom:0.5em;
    right:0.5em;
    z-index:100;
    text-align:center;
    font-weight:normal;
    font-size:1em;
    font-weight:bold;
    color:white;
    background-color:green;
    padding:0.5em;
    padding-left:1em;
    height:3em;
    width:auto;
    border-radius: 0.2em;
  }
  
  #notification span.dismiss {
    border:1px solid #FFF;
    padding:0 0.2em;
    cursor:pointer;
    float:right;
    margin-right:0.4em;
    margin-left:1em;
  }
  #notification a {
    color:white;
    text-decoration:none;
    font-weight:bold
  }
  
  
  /* Überschreibung Dojo */
  .dijitButtonNode {
    border: 1px solid #fff !important;
  } 
  
  /* Überschreibung Bootstrap */
  .form-control, .form-select {
    font-size: 1.4rem;
  }
  
  .form-floating{
    padding-top: 0.3rem ! important;
  } 
  .dijit_form_FilteringSelect_0_fix{
    background-color:transparent !important;  
  } 
  
  .btn-sm,.dtsb-button,.buttons-html5 {
   font-family: "Poppins-Regular",Arial,sans-serif !important;
   font-size:0.9em;
  } 
  
  .btn-search {
    height: 3em ! important;
    font-weight:bold ! important;
    font-size: 0.9em ! important;
   } 
  
  #dijit_layout_TabContainer_0_tablist_rightBtn, #dijit_layout_TabContainer_0_tablist_leftBtn, #dijit_layout_TabContainer_0_tablist_menuBtn{
    height: 3em !important;
  }   
  
  #btn_organisation {
    font-size: 0.9em ! important;
    height:3.7em ! important; 
    font-weight:bold ! important;
  } 
  
  .idontlikeDojoInputStyle {
    background: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative !important;
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
    -moz-appearance: textfield !important;
    transition: none !important;
    display: block !important;
    padding: 0.375rem 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
  }
  
  .idontlikeDojoInputStyleReadOnly {
    background: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative !important;
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
    -moz-appearance: textfield !important;
    transition: none !important;
    display: block !important;
    padding: 0.375rem 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #e9ecef !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
  }
  .idontlikeDojoInputStyleSE {
    background: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    -moz-appearance: textfield !important;
    transition: none !important;
    display: block !important;
   /* padding: 0.375rem 0.75rem !important; */
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
  }
  .idontlikeDojoInputStyleSENew {
    background: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    -moz-appearance: textfield !important;
    transition: none !important;
    display: block !important;
   /* padding: 0.375rem 0.75rem !important; */
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    width:4em !important;
  }
  
  .progress-bar {
    font-size: 1.4rem;
  }
  
  .table-small-font {
    font-size: 1.3rem;
  }
  
  /* von Leo Seib hinzugefügt */
  .zentr {
    margin: 8px auto;
    width: 70%;
    text-align: center;
  }
  
  .bg-hellblau {
    background-color: #00bfff;
  }
  
  .bg-hellgelb {
    background-color: #fffacd;
  }
  
  .bg-hellgruen {
    background-color: #98fb98;
  }
  
  .dojoTabPane {
    padding: 10px 10px 10px 10px;
    overflow: auto;
  }
  
  .admin_info {
    padding:0em;
    font-size: 0.8em;
    background-color: lightyellow;
    display: inline-block;
  }
  
  .admin_info::before{
    content: '»';
  } 
  
  
  .admin_info_hide {
    display: none;
  }
  
  .blue-header {
    background: var(--second-color);
    color: white;
    padding: 1.2em;
  }
  
  :root {
    --color-default: grey;
    --color-invalid: red;
    --color-valid: green;
  }
  
  .error-message {
    display: none;
    color: var(--color-invalid);
    font-size: 0.8em;
  }
  
  .error-message_altnative {
    font-family: var(--body-font);
    display: none;
    font-weight: bold;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 0.8em;
  }
  
  .error-message::before {
    content: none;
  }
  
  .error-message-checkbox {
    border: 2px solid red;
  }
  
  /* To demonstrate that the validations only happen on blur, we apply this malpractice */
  input:focus {
    outline: none;
  }
  
  /* Only show invalid ring while not focused */
  input:not(:focus):not(:placeholder-shown):invalid {
    border-color: var(--color-invalid);
  }
  
  input:not(:focus):not(:placeholder-shown):invalid ~ .error-message {
    display: block;
  }
  
  /* Input type = "number" ohne Pfeile */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
  }
  
  .bereich_border {
    box-shadow: 1px 3px 9px #c0c0c0;
    margin-right: 0.5em;
    margin-left: 0em;
    margin-top: 1em;
    margin-bottom: 3em;
    padding: 1em;
  }
  
  .bereich_border_blue {
    border: 1px outset grey;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
  }
  
  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
  }
  
  .autosize_textarea {
    resize: none;
    overflow: hidden;
  }
  
  .btn-custom1 {
    background-color: #fff;
    border-color: #c0c0c0;
    box-shadow: 5px 2px 2px grey;
    font-size: 0.8em;
    border-radius: 0.2em;
  }
  
  .btn-custom1:hover {
    background-color: #0a58ca;
    border-color: #c0c0c0;
    color: #fff;
  }
  
  .btn-custom2 {
    background-color: #0a58ca;
    font-size: 0.8em;
    border-radius: 0.2em;
    color: #fff;
    height: 30px;
  }
  
  .btn-custom2:hover {
    background-color: #0a58ca;
    border-color: #c0c0c0;
  }
  
  .btn-custom-del {
    background-color: tomato;
    border-color: #c0c0c0;
    font-size: 0.8em;
    border-radius: 0.2em;
    border-left: 0em;
    margin-left: -0.2em;
    height: 30px;
  }
  
  .btn-custom-del:hover {
    color: #fff;
  }
  
  .btn-input-danger{
    color: #fff ! important;
    background-color: #bb2d3b ! important;
    border-color: #b02a37 ! important;
    padding: .25rem .5rem ! important;
    font-size: .875rem ! important;
    border-radius: .2rem ! important;
    transition: all ease-in 0.3s ! important;
    cursor: pointer ! important; 
    text-transform: none ! important;
    margin: 0 ! important;
    font-family: inherit ! important;
    line-height: inherit ! important;
    box-sizing: border-box ! important;
    width: 7em;
  } 
  
  .btn-input-primary{
    color: #fff ! important;
    background-color: #bb2d3b ! important;
    border-color: #b02a37 ! important;
    padding: .25rem .5rem ! important;
    font-size: .875rem ! important;
    border-radius: .2rem ! important;
    transition: all ease-in 0.3s ! important;
    cursor: pointer ! important; 
    text-transform: none ! important;
    margin: 0 ! important;
    font-family: inherit ! important;
    line-height: inherit ! important;
    box-sizing: border-box ! important;
    width: 7em;
  } 
  
  .dijitDialogUnderlayWrapper{
    top: -62px !important;
  } 
  
  .fehlerOKButton{
    color: #fff ! important;
    background-color: #bb2d3b ! important;
    border-color: #b02a37 ! important;
    padding: .25rem .5rem ! important;
    font-size: .875rem ! important;
    border-radius: .2rem ! important;
    transition: all ease-in 0.3s ! important;
    cursor: pointer ! important; 
    text-transform: none ! important;
    margin: 0 ! important;
    font-family: inherit ! important;
    line-height: inherit ! important;
    box-sizing: border-box ! important;
    width: 7em;
  } 
  
  #dijit_form_FilteringSelect_0 {
    background: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    position: relative !important;
    flex: 1 1 auto !important;
    -moz-appearance: calc(0.75rem - 3px) !important;
    transition: none !important;
    display: block !important;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: transparent !important;
    background-clip: padding-box !important;
    border: none !important;
    border-radius: 0.25rem !important;
  }
  
  #dijit_form_FilteringSelect_0:focus {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
  }
  
  .dijitArrowButton,
  .dijitArrowButtonInner {
    appearance: none !important;
    border: none !important;
    background: none !important;
  }
  .dijitArrowButton {
    appearance: none !important;
    border: none !important;
    background: none !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    text-transform: none !important;
  }
  
  #widget_dijit_form_FilteringSelect_0 {
    width: 100% !important;
  }
  
  #widget_dijit_form_FilteringSelect_0:focus {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
  }
  
  .table-scrollable {
    overflow-x: auto;
    max-width: 1200px;
    box-shadow: inset 0 0 5px rgba(150, 250, 150, 0.35);
    margin: auto;
  }
  
  .header_blue {
    font-family: "Montserrat-Bold",Arial,sans-serif;
    background-color: #006fb3;
    color: white;
    margin: 0.5em 0.5em 0.5em 0.5em; /* Kurzform für alle Margin-Werte */
    padding: 0.45em 0.9em 0.45em 0.9em; /* Kurzform für alle Padding-Werte */
    max-width: max-content;
    border-radius: 0.2em;
    box-shadow: 0.1em 0.1em 0.1em 0 hsl(0, 0%, 50%);
  }
  
  .header_abschnitt {
    font-size: 1.6em;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.8);
  }
  
  .icon_tausch_sortierung {
    cursor: pointer;
  }
  .text-info {
    color: #0a58ca !important;
  }
  
  button:disabled,
  button[disabled] {
    cursor: not-allowed;
  }
  
  h2.header_blue_ii::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    top: -0.2em;
    right: -0.25em;
    border-style: solid;
    border-width: 1em;
    border-color: transparent white transparent transparent;
  }
  h2.header_blue_ii {
    font-family: "Raleway", sans-serif;
    color: white;
    background: crimson;
    box-shadow: 0.1em 0.1em 0.1em 0 hsl(0, 0%, 50%);
    padding: 0.2em 0.2em 0.2em 2em;
    margin-top: 1em;
    margin-left: -1.05em;
    position: relative;
    font-variant: small-caps;
  }
  
  .popover {
    font-size: 1.1em; /* Max Width of the popover (depending on the container!) */
    width: 100%;
    padding: 0.2em;
    box-shadow: 0.1em 0.1em 0.1em 0 hsl(0, 0%, 50%);
  }
  
  .input_red {
    text-decoration: line-through !important;
    background: gainsboro !important;
  }
  .input_green {
    background: lightgreen !important;
  }
  
  .datei_geaendert {
    font-weight: bolder;
  }
  .addon_input {
    font-weight: bold;
    font-size: 1em;
  }
  .textkuerzen_tabelle_60 {
    white-space: nowrap;
    width: 12%;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .textkuerzen_tabelle_80 {
    white-space: nowrap;
    width: 18%;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .textkuerzen_tabelle_120 {
    white-space: nowrap;
    width: 24%;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .textkuerzen_tabelle_160 {
    white-space: nowrap;
    width: 30%;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .textkuerzen_tabelle_200 {
    white-space: nowrap;
    width: 36%;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .textkuerzen_tabelle_240 {
    white-space: nowrap;
    width: 42%;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .textkuerzen_tabelle_280 {
    white-space: nowrap;
    width: 48%;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  bg_grey {
    background-color: #efefef !important;
  }
  
  bg_white {
    background-color: #fff !important;
  }
  
  .dijitTab {
    border-top: 1px solid #ccc !important;
    background: #fff !important;
    padding: 8px 14px !important;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
  }
  
  .tabLabel {
    font-family: -apple-system, BlinkMacSystemFont, "Open Sans", Roboto,
      "Helvetica Neue", Arial, sans-serif !important;
    font-weight: bold !important;
  }
  
  .tabLabel:focus {
    outline: none !important;
  }
  
  .dijitTabChecked {
    border-top: 3px solid hsl(210, 50%, 50%) !important;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
  }
  
  ul.tabs {
    background: #fff !important;
  }
  
  ul.tabs li a {
    border-top: 1px solid #ccc !important;
    background: #fff !important;
    color: #000 !important;
  }
  
  ul.tabs li.active a {
    border-top: 3px solid hsl(210, 50%, 50%) !important;
  }
  
  ul.tabs li.active a.sub_tab_bearbeiten {
    border-top: 3px solid orange !important;
  }
  
  strong.h2 {  
  font-family: "Montserrat-Bold",Arial,sans-serif;
  color:rgb(44,52,62);
  }
  
  strong.h3 {  
    font-family: "Montserrat-Bold",Arial,sans-serif; 
    color:rgb(44,52,62);
    }
  
  .rahmen {
    position: relative;
    padding: 0.5em;
    margin: 0.5em;
    margin-bottom:1em; 
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
   /* border: 1px ridge lightgrey; */
    padding:1.4em !important;
    background: rgba( 255, 255, 255, 0.25 );
    /* background-color:ghostwhite !important; */
    background-image: url("data:image/svg+xml,\
    <svg xmlns='http://www.w3.org/2000/svg' width='400' height='300'>\
      <text x='0' y='50' font-size='30' fill='black' opacity='0.2' transform='rotate(-20, 200, 50)'>Schulungsdatenbank</text>\
      <text x='80' y='150' font-size='30' fill='black' opacity='0.2' transform='rotate(-20, 200, 150)'>Schulungsdatenbank</text>\
      <text x='160' y='250' font-size='30' fill='black' opacity='0.2' transform='rotate(-20, 200, 250)'>Schulungsdatenbank</text>\
    </svg>");
    background-repeat: repeat;
    background-size: 400px 300px; /* Muster passt sich an */
  }
  
  .rahmen:before{  
    /*  content:'';
      position:absolute;
      top:0px;
      right:0px;
      border-width:0px 33px 33px 0px;
      border-color:#fff #f2f2f2;
      border-style:solid;
      box-shadow: -3px 3px 2px 0px rgba(0,0,0,0.75);
    */
  } 
  
  .rahmen_fuer_text {
    border-radius: 6px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px ridge lightgrey;
    padding:0.5em;
    padding-top:0.25em;
    padding-bottom:0.25em;
    background: rgba( 255, 255, 255, 0.25 );
  }
  
  .h4_text_in_rahmen{
    background:white;
    position:relative;
    top: -12px;
    left: 10px;
  }
  
  .word_break_25 {
    word-wrap:break-word;
    width:25em;
    white-space: normal;
  } 
  
  .dtsb-button{
    font-family: "Poppins-Regular",Arial,sans-serif !important;
    text-shadow:0 -1px rgba(0,0,0,.4)!important;
    border:1px solid rgba(0,0,0,.15)!important;
    box-shadow:inset 0 1px 1px rgba(255,255,255,.3),0 1px 3px -1px rgba(45,60,72,.5)!important;
    font-weight:normal ! important;
    font-size: 0.9em ! important;
    padding: .25rem .5rem;
    border-radius: .2rem;
    line-height:inherit;
    height: 2.2em;
  } 
  
  .dtsb-button::before {
    content: url('../bootstrap/icons/funnel.svg'); /* Hier den Pfad zum Icon einfügen */
    margin-right: 5px; /* Einstellen, um den Abstand zwischen dem Icon und dem Text zu steuern */
    -webkit-filter: invert(100%);
    filter: invert(100%);
    background-color: rgba(0, 0, 0, 0.15);
    position: relative;
    left:-5px;
    padding:0.1em;
  }
  
  .dtsb-logic::before,.dtsb-clearGroup::before,.dtsb-delete::before,.dtsb-right::before,.dtsb-left::before {
    content:'' !important;
    margin-right: 0px !important; /* Einstellen, um den Abstand zwischen dem Icon und dem Text zu steuern */
    -webkit-filter: none !important;
    filter: none !important;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative !important;
    left:0 !important;
    padding:0em !important;
  }
  
  .buttons-excel {
    font-family: "Poppins-Regular",Arial,sans-serif !important;
    text-shadow:0 -1px rgba(0,0,0,.4)!important;
    border:1px solid rgba(0,0,0,.15)!important;
    box-shadow:inset 0 1px 1px rgba(255,255,255,.3),0 1px 3px -1px rgba(45,60,72,.5)!important;
    font-weight:normal ! important;
    font-size: 0.9em ! important;
    padding: .25rem .5rem;
    border-radius: .2rem;
    line-height:inherit;
    height: 2.2em;
  }
  
  .buttons-pdf {
    font-family: "Poppins-Regular",Arial,sans-serif !important;
    text-shadow:0 -1px rgba(0,0,0,.4)!important;
    border:1px solid rgba(0,0,0,.15)!important;
    box-shadow:inset 0 1px 1px rgba(255,255,255,.3),0 1px 3px -1px rgba(45,60,72,.5)!important;
    font-weight:normal ! important;
    font-size: 0.9em ! important;
    padding: .25rem .5rem;
    border-radius: .2rem;
    line-height:inherit;
    height: 2.2em !important;
  }
  
  .buttons-csv {
    font-family: "Poppins-Regular",Arial,sans-serif !important;
    text-shadow:0 -1px rgba(0,0,0,.4)!important;
    border:1px solid rgba(0,0,0,.15)!important;
    box-shadow:inset 0 1px 1px rgba(255,255,255,.3),0 1px 3px -1px rgba(45,60,72,.5)!important;
    font-weight:normal ! important;
    font-size: 0.9em ! important;
    padding: .25rem .5rem;
    border-radius: .2rem;
    line-height:inherit;
    height: 2.2em !important;
  }
  
  .buttons-html5 {
    margin-right: 0.5em;
  }
  
  #vereinslogo {
    max-width: 20em;
    max-height: 10em;
    height: auto;
    margin-top:2em;
    background-color: rgba(255, 255, 255, .15);  
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  } 
  
  em:has(strong),
  strong:has(em) {
    background: hsl(0deg 50% 50% / .25);
    border: 1px dashed hsl(0deg 50% 50% / .25);
  }
  
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus{
   background: antiquewhite !important;  
  }
  
  .nur_ansicht {
    border: none;
    outline: none;
  } 
  
  .image_corner_effect {
    display: inline-block;
    border: 1px solid transparent;
  }
  
  .image_corner_effect:hover,.img_fpr_hover {
    border: 1px solid black;
  }
  
  th.rotated-text {
    height: 3.75em;
    white-space: nowrap;
    padding: 0 !important;
  }
  
  th.rotated-text > div, th.rotated-text > strong {
    transform:
        translate(-1.875em, 0px)
        rotate(310deg);
    width: 1.875em;
    margin-top: 3em;
    margin-bottom: 1em;
  }
  
  th.rotated-text > div > span, th.rotated-text > strong > span {
    padding: 0.3em 0.625;
  }
  
  /* Test rotated Statistik gesamt, ... */
  
  .trenner {
    background:white;
    padding:1em;
    margin-bottom:1em;
    box-shadow:3px 4px lightgrey
  } 
  
  .tab-content {
    width: auto!important;
  } 
  
  .input_checkbox_rahmen {
      padding: 1.5rem;
      margin-right: 0;
      margin-left: 0;
      border-width: 1px;
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem;
    position: relative;
      padding: 1rem;
      margin-left:0.1em;
    margin-right:0.1em;
      border: 1px solid #dee2e6;
    height: calc(3.5rem + 2px);
  }
  
  .form-floating > label {
    z-index: 1000;
  }
  
  
  @media print {
    /* zusätzliche oder abweichende CSS-Regeln für Drucker */
    .hide-in-print {
      display: none;
      background: #fff;
    }
    #header {
      display: none;
    }
    #body-pd {
      padding-left: 1em;
    }
  
    .nav-bar {
      width:0px !important;
    } 
  
    .tab-content {
      width: auto!important;
    } 
    
    #body-pd {
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-top: -2em !important;
    } 
  
    .bg_grey, .bg_white {
      border: none ! important;
      background: none !important;
    } 
  
    
  
    
  
  
  
    .alert, .form-control,.dtsb-button,.buttons-excel,.buttons-pdf,.buttons-csv, .input-group-text, .btn-sm, .form-select, .leaflet-container {
      -webkit-filter: none !important;
      filter: none !important;
    } 
  
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
     .blue-header {
      color: #000;
      background-color: #fff;
    }
  
    /* Überschreibung Dojo Dropdowns */
    .tundra .dijitButtonNode {
      background: red !important;
    }
  
    .btn-sm,.dtsb-button, .buttons-excel {    
      height: 0em !important;    
      display: none;
    } 
  
   
  
    .alert{
      background-color: white !important;
      border: 1px solid grey !important;
      color: 1px solid #000 !important;
    } 
  
    .fs-5{
      color: #000 !important;
    } 
  
    .flex-shrink-0  {
      display: none;
     } 
  
     a {
      color: black !important;
     } 
  
     .table-striped {
        background-color: #fff !important;
     } 
  
  
     .bi {
      color: grey !important;
     } 
    
  
    .rahmen, .trenner {
      border-width: 0px !important;
      border-style: ridge !important;
      border-color: white !important;
      padding: 0.5em !important;;
      margin: 0.5em !important;;
      box-shadow: 0px 0px lightgray !important;;
    } 
    .tabs, .dijitTabContainerTop-tabs{
      display: none;
    } 
  
    .ref {
      display: none;
    } 
  
    .tundra .dijitTabContainerTop-container {
      border: none !important;
    } 
  
    .tundra .dijitContentPane {
      border: none !important; 
    } 
  
   
  }
  
    
  
  @media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 500px)
  and (orientation : landscape)
  and (-webkit-min-device-pixel-ratio: 3){ 
    /* CSS-Anweisungen für Bildschirmbreiten bis maximal 500 Pixel */
  
    #nav-bar,#user_logo_id,#header-toggle{
      display:none;
    } 
  
    #nav-bar-handy, #menu-toggle-id {
      display: block;
      
    } 
  
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
  }
  
  .body-pd{
    padding-left: 0px!important;
  } 
  
  header {
      background-color: #333;
      color: #fff;
      padding: 10px;
      text-align: center;
  }
  
  
  
  .nav_list_unter{
    background-color: transparent !important;
  } 
  
  .nav_link_unter,.nav_name_unter{
    color: black!important;
    margin:0 !important;
    padding:0px;
  } 
  
  nav {
      display: none;
      flex-direction: column;
      background-color: #f8f8f8;
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      max-height: calc(100vh - 60px);
      overflow-y: auto;
      padding: 10px;
  }
  
  nav a {
      text-decoration: none;
      color: #333;
      padding: 10px;
      border-bottom: 1px solid #ccc;
      display: block;
  }
  
  label {
      cursor: pointer;
      padding: 10px;
      background-color: #333;
      color: #fff;
      position: fixed;
      top: 20px;
      left: 20px;
      z-index: 2;
  }
  
  input[type="checkbox"] {
    position: absolute;
    left: -9999px;
  }
  
  input[type="checkbox"] + #nav-bar-handy {
      display: none;
  }
  
  input[type="checkbox"]:checked + #nav-bar-handy {
      display: flex;
  }
  /* Suche und Filter werden leider nicht korrekt dargestellt */
  .dataTables_filter,.dataTables_length {
    display:none;  
  } 
  
  }
  
  @media screen and (orientation: portrait)
  {
    /* html {
      background: #000; 
      color: white; 
      font-size: 25vmin;
      text-align: center;
      overflow: hidden; 
      height: 100%; 
    }
    html::after
      {
      position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #006fb3;
          color: white;
          font-size: 15vmin;
          content: " \A LSB-Net \A \A Bitte das \A Handy drehen!  \A ";
      white-space: pre-wrap;
          text-align: center;
      animation: slideIn 1s ease forwards;
      }
    @keyframes slideIn {
      from {
        opacity: 0;
        transform: translateY(-100%);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    } 
    #menu_click_id{
      margin-bottom: 10em;
    } 
    #nav-bar,#user_logo_id,#header-toggle,body{
      display:none;
    } */
  
  }