/* HAUPTSTYLESHEET */
/* Autor Claas Fender */

/* Importierte Styles */
/*@import url("bootstrap_own.css");*/
/*@import url("template_lavid_org.css");*/
@import url("../css/std_search.css");
@import url("../css/std_library.css");
@import url("../css/std_navigation.css");
@import url("../css/std_elements.css");
@import url("../css/std_htmlform.css");
@import url("../css/std_search_table.css");

/** Konfiguration **/
:root {
/* Navigation */
  /* Farben festlegen */
  --farbe_header:                       #F2F2F2;            /* Navigation::Farbe des Headers */
  --farbe_logo_hintergrund:             #5BA2DA;            /* Navigation::Hintergrundfarbe des Logos (transparent = keine Hintergrundfarbe) */
  --farbe_navigationsbereich:           #F2F2F2;            /* Navigation::Hintergrundfarbe des Navigationsbereiches */
  --transparenz_navigationsbereich:     0.98;               /* Navigation::Transparenz der Hintergrundfarbe des Navigationsbereiches (0.5 = 50%) */
  --farbe_link_ebene1:                  #606060;            /* Navigation::Farbe der Schrift von Ebene 1 */
  --farbe_link_ebene2:                  #606060;            /* Navigation::Farbe der Schrift von Ebene 2 */
  --farbe_link_ebene3:                  #606060;            /* Navigation::Farbe der Schrift von Ebene 3 */
  --farbe_link_ebene1_mobile:           #606060;            /* Navigation::Farbe der Schrift von Ebene 1 im Mobilfall */
  --farbe_link_ebene2_mobile:           #606060;            /* Navigation::Farbe der Schrift von Ebene 2 im Mobilfall */
  --farbe_link_ebene3_mobile:           #606060;            /* Navigation::Farbe der Schrift von Ebene 3 im Mobilfall */
  --farbe_link_hover_ebene1:            #5BA2DA;            /* Navigation::Farbe der Schrift von Ebene 1 beim Drüberhouvern */
  --farbe_link_hover_ebene2:            #5BA2DA;            /* Navigation::Farbe der Schrift von Ebene 2 beim Drüberhouvern */
  --farbe_link_hover_ebene3:            #5BA2DA;            /* Navigation::Farbe der Schrift von Ebene 3 beim Drüberhouvern */
  --farbe_link_hover_mobile:            #5BA2DA;            /* Navigation::Farbe der Schrift im Mobilfall beim Drüberhouvern */
  --farbe_btnnavi_mobile:               #606060;            /* Navigation::Farbe des Navigationsbutton im Mobilfall */
  --farbe_btnnavi2_mobile:              transparent;        /* Navigation::Hintergrundfarbe des Navigationsbutton im Mobilfall */
  --transparenz_btnnavi2_mobile:        1.0;                /* Navigation::Transparenz der Hintergrundfarbe des Navigationsbutton im Mobilfall (0.5 = 50%) */
  --farbe_btnnavi3_mobile:              transparent;        /* Navigation::Hintergrundfarbe des Navigationsbutton im Mobilfall, wenn Navigation geöffnet */
  --farbe_login_popup_hintergrund:      #5BA2DA;            /* Navigation::Hintergrundfarbe des Popups */
  --farbe_login_eingabe_hintergrund:    white;              /* Navigation::Hintergrundfarbe des Eingabefeldes im Popup */
  /* Größen festlegen */
/*  --hoehe_navigationsbereich:           250px;              /* Navigation::Höhe des Navigationsbereiches */
  --breite_navigationsbereich_mobile:   85%;                /* Navigation::Breite des Navigationsbereiches im Mobilfall */
  --hoehe_login_popup:                  auto;               /* Navigation::Höhe des Popups (auto = passt sich flexibel an) */
  --breite_login_popup:                 30%;                /* Navigation::Breite des Popups */
  --breite_login_popup_rest:            70%;                /* Navigation::Rest Breite des Popups bis 100% (--breite_login_popup: 60% -> --breite_login_popup_rest: 40%) */
  --hoehe_suche_popup:                  200px;              /* Navigation::Höhe des Suche-Popups (auto = passt sich flexibel an) */

/* Elemente */
  /* Farben festlegen */
  --farbe_kachel_schalter:              #FDA804;            /*Elemente::Farbe des Schalters auf der Kachel*/
  --farbe_schrift_kachel_schalter:      black;              /*Elemente::Farbe der Schrift des Schalters auf der Kachel*/
  --farbe_infobereich_navi:             #5BA2DA;            /*Elemente::Farbe der Navigationspunkte im Infobereich*/
  --farbe_helpcenter_hover:             #5BA2DA;            /*Elemente::Farbe der Hilfekonsole / Helpcenter beim Hovern*/
}

::-moz-selection {
  /* Markierfarbe für Text und Hintergrund - Code for Firefox */
  color: white;
  background: #5BA2DA;
}

::selection {
  /* Markierfarbe für Text und Hintergrund */
  color: white;
  background: #5BA2DA;
}

.logo-image {
  /*Logo*/
  background-image: url(../gfx/lavid/logo.png);
}
.search-btn {
  align-items: center;
  color: #606060;
}
.search-btn-icon {
  /*Grafik Suche im Header*/
  background-image: url(../gfx/lavid/icon_search.png);
  height: 15px;
  width: 15px;
}
.navi-mobile-img {
  /*Grafik (Bspw. Pfeil) für Unterbereiche*/
  background-image: url(../gfx/lavid/arrow_down.gif);
}



/*Schnellzugriff Schaltflächen / Dashboard*/
.quick-nav-button{
  opacity: 0.5;
  border-radius: 5px;
  border: 2px solid #606060;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin: 2%;
  padding: 70px 2% 70px 2%;
  cursor: pointer;
}
.quick-nav-button:hover{
  opacity: 1.0;
}


/*Logo responsiv machen*/
.logo-resposive {
    height: 70px;
    width: inherit;
}
.logo-responsiv > img {
    height: 100%;
    max-height: 70px;
    width: auto;
    max-width: 100%;
    padding-top: calc(70px / 3);
    padding-left: 10px;
}

/*Bild responsiv machen*/
.img-resposive {
    height: 100%;
    width: 100%;
}
.img-responsiv > img {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.nav-lvl-1 {
  padding: 0;
  margin-right: 0;
  white-space: nowrap;
}
.nav-lvl-1:first-child:not(.nav-lavid-r),
.nav-lvl-1:first-child.nav-lavid-r+.nav-lvl-1 {
  margin-left: -20px;
}
.nav-lvl-1 > a:first-of-type {
  display: block;
  line-height: unset;
  padding: 20px;
}
.nav-lvl-1 > a:first-of-type ~ ul {
  padding-left: 20px;
}
ul > .nav-lvl-1 {
  flex: 0 1 min-content;
}
.navigation-option:not(.nav-lvl-1) > a:first-of-type {
  display: block;
  overflow: hidden;
}
.navigation-option.nav-lvl-1.nav-lavid-r.li_ch,
.navigation-option.nav-lvl-1.nav-lavid-r.li_ch_waysel {
  margin-right: -20px;
}
@media only screen and (max-width: 1169px) and (min-width: 1025px) {
  li.navigation-option.nav-lvl-1 {
    margin-right: 0;
  }
}
.main-area-header, .way-navigation-filler, .way-navigation, .sub-navigation, .nav-lvl-1 .menu_add_on {
  /* Hintergrundfarbe des Headers, des Brotkrumenwegs, der Ebene 2, des Schalters Untermenü ein-/ausklappen */
  background-color: #F2F2F2;
}
:not(.nav-lvl-1):is(.li_ch, .li_ch_sel, .li_ch_waysel) > a::after {
  content: "";
  background: url(../gfx/arrow-right-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  margin-left: 4px;
}
.logo, .logo-ex {
  /* Hintergrundfarbe Logo */
  background-color: #5BA2DA;
}
.nav-lvl-1:hover {
  /* Farbe des Balken unterhalb des Programmpunktes einblenden*/
  border-bottom: 5px solid #F2F2F2;
}
.nav-lvl-1:hover, .sub-navigation, .nav-lvl-1 .menu_add_on {
  /* Transparenz */
  opacity: 0.98;
}
.sub-navigation {
  /* Subnavigation komplett ausblenden */
  display: none;
}
.nav-lvl-1::after {
  /* Pseudo-Subnavigation */
  content: "";
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: var(--hoehe_header, 80px);
  background-color: #F2F2F2F2;
  height: 0;
  z-index: -1;
  transition: height 0.4s cubic-bezier(0.215, 0.610, 0.355, 1) 0s;
  pointer-events: none;
}
.nav-lvl-1:last-child::after {
  /* Pseudo-Subnavigation nur ein mal zeichnen */
  display: block;
}
.nav-lvl-1:is(.li_ch, .li_ch_sel, .li_ch_waysel):hover ~ .nav-lvl-1::after,
.nav-lvl-1:last-child:is(.li_ch, .li_ch_sel, .li_ch_waysel):hover::after {
  /* Pseudo-Subnavigation nur zeichnen, wenn Element mit Unteroptionen gehovert wird */
  height: var(--hoehe_navigationsbereich, 300px);
}
/*
  https://caniuse.com/css-has
  FIREFOX (03/2023): Text-Animation wird wiederholt (Nicht wie gewünscht, aber nicht mangelhaft)
*/
@media only screen and (min-width: 1025px) {
  ul:hover:not(:has(.li_no:hover, .li_no_sel:hover)):has(.li_ch:hover, .li_ch_sel:hover, .li_ch_waysel:hover) > .nav-lvl-1 > ul {
    /* Unteroptionen zeichnen und transition neu starten, wenn li_no gehovert wird */
    height: var(--hoehe_navigationsbereich, 300px);
  }
}
.nav-lvl-1:not(:hover) > ul {
  /* Unteroptionen nicht zeichnen, wenn nicht Oberoption ausgewählt */
  max-height: 0;
}
.nav-lvl-1 > ul::before {
  all: inherit;
  content: "";
  position: fixed;
  display: block;
  width: 100vw;
  left: 0;
  z-index: -1;
}
.nav-login > a, .nav-lvl-1 > a, .nav-lvl-2 > a, .nav-lvl-3 > a, .nav-lvl-4 > a {
  /* Schriftfarbe Login, Ebene 1, Ebene 2, Ebene 3, Ebene 4 */
  color: #606060;
}
.navi-mobile-plus, .navi-mobile-plus:after {
  /* Hintergrundfarbe für das Plus für Unterbereiche */
  background: #606060;
}
.nav-login > a:hover, .nav-lvl-1:hover > a, .nav-lvl-2:hover > a, .nav-lvl-3:hover > a, .nav-lvl-4 a:hover,
.search-btn:hover > span {
  /* Hoverschriftfarbe Login, Ebene 1, Ebene 2, Ebene 3, Ebene 4, Suche */
  color: #5BA2DA;
}
.navi-mobile span, .navi-mobile span::before, .navi-mobile span::after {
  /* Hintergrundfarbe Mobile Navigation */
  background-color: #606060;
}
.navi-mobile-htx {
  /* Hintergrundfarbe Animation x */
  background-color: transparent;
  opacity: 1.0;
}
.navi-mobile-htx.is-active {
  /* Hintergrundfarbe des Navigationsbutton im Mobilfall, wenn Navigation geöffnet */
  background-color: transparent;
}
.pop-up, .login-v1-label > label, .login-v1-input .btn {
  /* Hintergrundfarbe des PopUps, der Login-Labels und -Buttons */
  background-color: #5BA2DA !important;
}
.pop-up div > input {
  /* Hintergrundfarbe des Eingabefeldes im PopUp */
  background-color: white; /* 20181025 LR: !important entfernt, da z.B. die std_error Klasseneigenschaften nicht übernommen werden*/
}
.pop-up {
  /* Mindestbreite und Abstand zur linken Seite des Popups */
  min-height: auto !important;
  min-width: 30% !important;
  left: calc(70% * 0.5) !important;
}
.pop-suche-up {
  /* Mindesthöhe des Suche-Popups */
  min-height: 200px !important;
}

/* Überschreiben der Standard Farben des Standard Popup*/
.popup-close {
  background-color: rgba(91, 162, 218, 0.8);
}
.popup-close:hover {
  background-color: rgb(91, 162, 218);
}
.popup-close:active {
  /* height: 30px;
  width: 30px; */
  opacity: .8;
}

.close-img {
  background-image: url(../gfx/x-btn-white.png);
}

.global-navigation {
  display: flex;
}

.global-navigation-one {
  width: unset;
  float: unset;
  flex: 0 0 20%;
}

.global-navigation-two {
  width: unset;
  float: unset;
  flex: auto;
}

.global-navigation-three {
  width: unset;
  float: unset;
  flex: 0 1 15%;
}

.navigation,
  .navigation > ul,
  .navigation > nav,
    .navigation > nav > ul
{
  position: unset;
  padding-right: 0;
  display: flex;
  width: 100%;
}
.nav-lavid-r {
  order: 50;
  position: unset;
  float: unset;
  margin-left: auto;
}

.helpcenter-text .col-100 {
  width: 80%;
}

.helpcenter-text .col-100 td {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  /* Mobilfall */
  .navigation {
    /* Navigation */
    background-color: #F2F2F2;
    opacity: 0.98;
    width: 0;
    max-width: 0;
    position: fixed;
  }
  .navigation,
    .navigation > ul,
    .navigation > nav,
      .navigation > nav > ul
  {
    flex-direction: column;
  }
  .navigation a {
    padding: 5px;
  }
  .nav-lvl-1:hover {
    border-bottom: 0px;
  }
  .navigation-toggle {
    /* Breite des Navigationsbereiches im Mobilfall */
    width: 85vw;
    max-width: 85vw;
  }
  .nav-lvl-1 {
    white-space: revert;
  }
  .nav-lvl-1:first-child:not(.nav-lavid-r),
  .nav-lvl-1:first-child.nav-lavid-r+.nav-lvl-1 {
    margin-left: revert;
  }
  .navigation li {
    vertical-align: bottom;
  }
  .nav-lvl-1 > a:first-of-type {
    display: block;
    padding: 5px;
  }
  .nav-lvl-1::after, .nav-lvl-1 > ul::before, :not(.nav-lvl-1):is(.li_ch, .li_ch_sel, .li_ch_waysel) > a::after {
    /* Pseudo-Elemente der Desktop-Navigation entfernen */
    content: none;
  }
  .navigation-option:not(.nav-lvl-1) > a:first-of-type ~ ul {
    padding-left: 20px;
  }
  .navigation-toggle ul .nav-lvl-1:hover > ul {
    height: auto;
  }
  .nav-lvl-1:not(:hover) > ul {
    max-height: unset;
  }
  .nav-lvl-1:hover > .sub-navigation {
    height: 0px;
  }
  .search-btn {
    width: 56px;
    float: right;
  }
  .search-btn-icon {
    flex: 1 0;
    height: 36px;
    width: 36px;
  }
  .ticketassistent-window .popup-close {
    /* Für den Fall Ticketassistent werden andere Ausrichtungen des Popup-Schließen Schalter im Mobilfall benötigt */
    top: 0;
    right: 0;
  }
}
/*********************************************************************************/

/************************************ Footer *************************************/
.site-footer, .footer-line {
  /* Hintergrundfarbe des Footerbereichs */
  background-color: #F2F2F2;
}
/*********************************************************************************/

/*********************************** Elements ************************************/
.tile .btn, .btn-tile  {
  /* Hintergrundfarbe des Schalters in einer Kachel */
  background-color: #FDA804 !important;
  border-color: #FDA804 !important;
  color: black !important;
}
.btn-tile-br:before, .btn-tile-br:after {
  /* Hintergrundfarbe des Schalters in einer Kachel - Variante 2 */
  border-top-color: #FDA804;
}
.carousel-indicators li {
  border: 1px solid #5BA2DA;
}
.carousel-indicators .active, .helpcenter-item:hover {
  /* Hintergrundfarbe des Karussellnavigator, des Helpcenters beim Hovern */
  background-color: #5BA2DA;
}
/*********************************************************************************/

/*****************************************************************************************************************/

/*Mindesthöhe von 1px auf 0px setzen*/
.minheightzero{
    min-height: 0px;
}

/*Offset rechts*/
.offset-right{
    width: 10%;
    min-height: 1px;
    float: right;
}

/*Offset links*/
.offset-left{
    width: 10%;
    min-height: 1px;
    float: left;
}

/*Div rechtsbündig ausrichten*/
.div-right{
    float: right;
    margin-left:auto;
    margin-right:0;
}

/*Div zentriert ausrichten*/
.div-center{
    float: none;
    margin-left:auto;
    margin-right:auto;
}

/*Div linksbündig ausrichten*/
.div-left{
    float: left;
    margin-left:0;
    margin-right:auto;
}

/*Div flexibel in der Breite*/
.div-flex{
    display:inline-block;
    padding-left: 3px;
    padding-right: 3px;
    height: 34px;
    vertical-align: middle;
}

.test{
   color: #333;
    font-family: Gill Sans MT,Gill Sans,My Gill Sans,sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 1.156em;
    font-size-adjust: 0.45;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: justify;

    display: table-cell;
    height: 10em;
    vertical-align: middle;
}

/*Dummy-Bereich*/
.dummy{
    background: green;
}

/*Modulbereich definieren*/
@media screen and (min-width: 769px){

    .txtIP {
        width: 140px;
    }
    .txtMAC {
        width: 160px;
    }
    .txtART {
        width: 160px;
    }
}

/*Graue Box um Inhalte zusammen zu fassen*/
.graue_box {
    background-color: #293133;
    width: inherit;
}

/*Menüdefinition*/
@media screen and (max-width: 767px){
  .btn_xs {
    width: 100%;
    background-color: gray;
    border-color: #5BA2DA;
    color: white;
  }
  .btn_xs_2 {
    width: 49%;
    background-color: gray;
    border-color: #5BA2DA;
    color: white;
  }
}

/*Box / Rahmen*/
.box_cf {
  border-width: 2px;
  border-color: black;
  border-style: solid;
}

/*Input-Gruppe manipulieren*/
.input-group[class*="col-"] {
  float: none;
  padding-left: 3px;
  padding-right: 3px;
}

/*Errorbox Fehlermeldung*/
.errorbox {
	border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
.successbox {
  border-color: #3c763d;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
}



/**************************************************Slideshow only CSS****************************************/

#slide {
    height: inherit;
    width: inherit;
    position: relative;
}

#slide > div {
	text-align: center;
	width: inherit;
    height: inherit;
	position: absolute;
}

#slide > div > img {
    height: 100%;
    width: auto;
	max-width: 100%;
    opacity: 0;
    animation-duration: 18s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.slide01 > img:nth-of-type(1) {
    animation-name: fade1;
}

.slide02 > img:nth-of-type(1) {
    animation-name: fade2;
}

.slide03 > img:nth-of-type(1) {
    animation-name: fade3;
}


/*Überblendungseffekt*/
/*Die %-Angaben geben die Spitzen der Änderung an*/
@keyframes fade1 {
     0%, 30%, 100% {opacity:1;}
    40%, 90%       {opacity:0;}
}

@keyframes fade2 {
     0%, 30%, 70%, 100% {opacity:0;}
    40%, 60%            {opacity:1;}
}

@keyframes fade3 {
     0%, 60%, 100%      {opacity:0;}
    70%, 90%            {opacity:1;}
}
/*********************************************Slideshow only CSS ENDE****************************************/
/************************Stylesheet zum überschreiben der bootstrap CSS-Einstellungen************************/

/*bootstrap aushebeln*/
.carousel {
  position: static;
}

/*Karussell Slideshow*/

/*
.carousel-control {
    background: #222222 none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 23px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 24px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}
.carousel-control.right {
    right: 15px !important;
}
*/

/************************Stylesheet zum überschreiben der bootstrap CSS-Einstellungen ENDE*******************/

/*Icons*/
/************************Die Größe des Icons ändern durch Suchen&Ersetzen (Standard 50px)********************/

/*Mobiles Menü Icon Grundaufbau*/
/*
.menu-mobile {
    display: block;
    position: relative;
    overflow: hidden;
    margin: calc(50px/5);
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    float: right;
}
.menu-mobile:focus {
    outline: none;
}
.menu-mobile span {
    display: block;
    position: absolute;
    top: calc(50px/2-2px);
    left: calc(50px/9);
    right: calc(50px/9);
    height: 4px;
    background: white;
}
.menu-mobile span::before,
.menu-mobile span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.menu-mobile span::before {
    top: calc(50px/-3.5);
}
.menu-mobile span::after {
    bottom: calc(50px/-3.5);
}
*/
/*Animation zu X - htx*/
/*
.menu-mobile-htx {
    background-color: rgba(255, 255, 255, 0.2);
}
.menu-mobile-htx span {
  transition: background 0s 0.3s;
}
.menu-mobile-htx span::before,
.menu-mobile-htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.menu-mobile-htx span::before {
  transition-property: top, transform;
}
.menu-mobile-htx span::after {
  transition-property: bottom, transform;
}
*/
/*Menü ist geöffnet - is active*/
/*
.menu-mobile-htx.is-active {
  background-color: #cb0032;
}
.menu-mobile-htx.is-active span {
  background: none;
}
.menu-mobile-htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-mobile-htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.menu-mobile-htx.is-active span::before,
.menu-mobile-htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
*/
/*Rotierendes Icon - rot*/
.menu-mobile-rot {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu-mobile-rot span {
  transition: transform 0.3s;
}
/*Menü ist geöffnet - is active*/
.menu-mobile-rot.is-active {
  background-color: rgba(255, 255, 255, 0.4);
}
.menu-mobile-rot.is-active span {
  transform: rotate(90deg);
}

/*Icon zu linken Pfeil - htla*/
.menu-mobile-htla {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu-mobile-htla span {
  transition: transform 0.3s;
}
.menu-mobile-htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.menu-mobile-htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
/*Menü ist geöffnet - is active*/
.menu-mobile-htla.is-active {
  background-color: #18903c;
}
.menu-mobile-htla.is-active span {
  transform: rotate(180deg);
}
.menu-mobile-htla.is-active span::before,
.menu-mobile-htla.is-active span::after {
  width: 50%;
}
.menu-mobile-htla.is-active span::before {
  top: 0;
  transform: translateX(calc(50px/2.3)) translateY(calc(50px/25)) rotate(45deg);
}
.menu-mobile-htla.is-active span::after {
  bottom: 0;
  transform: translateX(calc(50px/2.3)) translateY(calc(50px/-25)) rotate(-45deg);
}

/*Icon zu rechten Pfeil - htra*/
.menu-mobile-htra {
  /*
  background-color: rgba(255, 255, 255, 0.2);
  */
  background-color: white;
}
.menu-mobile-htra span {
  transition: transform 0.3s;
}
.menu-mobile-htra span::before {
  transform-origin: top left;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.menu-mobile-htra span::after {
  transform-origin: bottom left;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
/*Menü ist geöffnet - is active*/
.menu-mobile-htra.is-active {
  background-color: #e95d00;
}
.menu-mobile-htra.is-active span {
  transform: rotate(180deg);
}
.menu-mobile-htra.is-active span::before,
.menu-mobile-htra.is-active span::after {
  width: 50%;
}
.menu-mobile-htra.is-active span::before {
  top: 0;
  transform: translateX(calc(50px/-25)) translateY(calc(50px/25)) rotate(-45deg);
}
.menu-mobile-htra.is-active span::after {
  bottom: 0;
  transform: translateX(calc(50px/-25)) translateY(calc(50px/-25)) rotate(45deg);
}
/************************Die Größe des Icons ändern durch Suchen&Ersetzen (Standard 50px) ENDE***************/

/***************Überschriften im Detailbereich in der Dokumentation***************/
.doku_fst_font img {
  max-width: 100%;
}
.doku_fst_font .lbl_h1,
.doku_fst_font .lbl_h2,
.doku_fst_font .lbl_h3,
.doku_fst_font .lbl_h4,
.doku_fst_font .lbl_h5,
.doku_fst_font .lbl_h6 {
  font-weight: bold;
}
/*********************************************************************************/

/***************************     Ticketerfassung     *****************************/

/********** Ticketassistent **********/
.divbox-hidden {
  display: none;
}

.divbox-visible {
  display: block;
}

.divbox-collapse {
  visibility: collapse;
}

.ticketassi_header {
  text-align: left;
  color: #00688B;
  font-size: 29px;
  font-weight: bold;
}

.ticketassi_headertext {
  text-align: left;
  padding-bottom: 15px;
}

.ticketassistent-window {
  background-color: #EFEFEF; /*#F2F2F2;*/
  border: 1px solid #cccccc;
  padding: 15px 15px 15px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
}

@media only screen and (max-width: 1024px){
  /*Kleiner gleich Tablet*/
  .ticketassi_btn {
    width: 100%;
  }
  .ticketassistent-window {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px){
  /*Größer gleich Tablet*/
  .ticketassistent-window {
    width: 60%;
    min-width: 850px;
    max-width: 1050px;
  }
}

.ticketupload {
  padding-left: 0;
  padding-right: 0;
}

.ticketupload .searchfield {
  margin-left: -3px;
  text-align: center;
}

.ticketupload .searchfield:hover{
  cursor: not-allowed;
}

@media only screen and (min-width: 768px){
  .ticketupload .searchfield {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

  }

  .ticketupload .searchbtn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.ticketassi_programmversion {
  min-width: 90px;
  max-width: 90px;
  float: left;
}

.ticketassi_close {
  /** Close Button im Ticket Assistent **/
  float: right;
  cursor: pointer;
  margin: -15px;
  padding: 8px 13px 8px 12px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #e6e6e6;
  text-decoration: none;
  color: #000000;
}

.ticketassi_close:hover {
  background-color: #e6e6e6;
  color: #FFFFFF;
}

.ticketassi_radiotext {
  font-weight: normal;
}

/********** Ticketassistentstamm **********/

.ticketassistamm-reply-wrapper {
  background-color: #f5f5f5;
  padding: 22px 10px 10px 10px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 1px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
  overflow: auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px){
  /*Kleiner gleich Tablet*/
  .ticketassistamm-reply-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.antwortzusearchfield {
  display: none;
}
.antwortzusearchfield.active{
  display: block;
}

/************* Tooltip ***************/
.tooltip-symbol {
  position: relative;
  display: inline-block;
}

.tooltip-symbol img{
  padding-top: 5px;
  font-size: 18px;
  display: block;
  height: 30px;
}

.tooltip-symbol:hover .tooltip-text {
  visibility: visible;
}

.tooltiphidden{
  visibility: hidden;
}

.tooltip-text {
  background-color: #EFF0F1;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* Position des Tooltip */
  position: absolute;
  z-index: 1000;
  border: 1px solid #cccccc;
  }

@media only screen and (min-width: 1025px) {
  /*Größer Tablet*/
  .tooltip-text {
    top: -5px;
    left: 30px;
  }
}

@media only screen and (max-width: 1024px){
  /*Kleiner gleich Tablet*/
  .tooltip-text {
    top: 30px;
    left: -120px;
  }
}

/*********************************************************************************/


/* 20181119 - CF: temporär für den Downloadbereich eingefügt. Sollte jedoch irgendwann lieber entsorgt werden!!! */
.listbox {
	width: 100%;
	height: 100%;
	vertical-align: top;
	margin: 0px 0px 20px 0px;
	padding: 2px 0px 5px 0px;
	color:#000000;
	text-decoration:none;
	font-weight: 200;
	font-family:Calibri,Tahoma;
	font-weight:normal;
	font-size: 14px;
}
.listbox b {
	color: #434242;
	font-family: Calibri,Tahoma, Georgia,arial,sans-serif;
}
/* 20181119 - CF: temporär für den Downloadbereich eingefügt. Sollte jedoch irgendwann lieber entsorgt werden!!! */

.button-info {
  background-color: #FDA804;
  padding: 0.3rem;
  border-radius: 0.4rem;
  color: black;
}

.btnc {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  margin-top: 5px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: gray;
  border-radius: 5px;
  color: black;
  background-color: darkgray;
  font-size: 14px;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s;
}

.btnc:active {
  transition: cubic-bezier(0, 1.3, 1, 1.7) 0.14s;
}

.btn-icon {
  color: #6f6e72;
  background-color: #F3F3F3;
  border-color: #BFBFBF;
  border-radius: 3px;
  box-shadow: 0px 0px 0px;
  font-weight: bold;
}

.btn-icon:hover {
  padding: 10px;
  margin: 0;
  margin-top: 5px;
  box-shadow: 0px 0px 8px -1px rgb(91, 162, 218);
  border-color: rgba(91, 162, 218, 0.60);
  color: #3a3a3a;
}

.btn-icon:active {
  /* box-shadow: 0px 0px 8px -1px rgb(99, 99, 99);
  border-color: rgba(70, 70, 70, 0.6); */

  box-shadow: 0px 0px 8px -1px rgb(91, 162, 218);
  border-color: rgba(91, 162, 218, 0.60);
  color: #636363;
  background-color: #ebebeb;

}

.btn-tile {
  box-shadow: 0 3px 4px -1px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 5rem;
}

.btn-tile:hover {
  color: white !important;
  box-shadow: 0 4px 6px 0 !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn-tile:active {
  box-shadow: 0 0 !important;
  margin: 4px;
  filter: brightness(0.95);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.btnc .btn-text.elli {
  overflow: inherit;
}

.tile.transparent {
  opacity: 0.8;
}

.tile.transparent.opac-70 {
  opacity: 0.9;
}
