/*-- Headlines ausgenommen --> Renner 03.06.22 --*/
h1 .gl_tt:after, h2 .gl_tt:after, h3 .gl_tt:after, h4 .gl_tt:after, h5 .gl_tt:after, h6 .gl_tt:after {display: none}

.backpic .gl_tt:after {display: none}

.gloassaryHead, .gl_list.active .gl_keyword {font-family: var(--font-head)}
.gloassaryHead {font-size: 3em;font-family: var(--font-head);padding: 10px 0}
.gl_list {margin: 2px; border-top: 1px solid var(--default-textColor); cursor: pointer; position: relative}
.gl_button {padding: 25px 30px; width: 100%; text-align: left}
.gl_text, .gl_ltext {padding: 0 25px 25px 30px; margin-top: -15px}
#glossaryList > li:nth-child(2) {border-bottom: 1px solid var(--default-textColor)}
#glossaryList .gl_list:last-child {border-bottom: 1px solid var(--default-textColor)}

.gl_button:before {font-family: "Font Awesome 5 Free";font-weight: 900; content:"\f054";position: absolute; left: 5px; top: 27px}
.gl_button[aria-expanded="true"]:before {transform: rotate(90deg)}

.gl_tt:focus-visible{display: inline-block;padding: 0 8px;}

.gl_list.active:before {transform: rotate(90deg)} 

/*IE FIX*/
body.ie .gl_tt{white-space: normal !important}

#glossar li {list-style: none}
#glossar .gl_list li {list-style: initial;margin-bottom: 10px;line-height: 24px;}
#glossar h2{margin-top: 14px; }
#glossar h3{margin-top: 14px; }

/* Sichbarmachung des Tooltips */
.gl_tt{font-weight: bold; cursor: pointer;  position: relative;white-space: pre; display: inline;}
#vorplanung-pa03 .gl_tt{font-family: var(--font-head);}
.gl_tt:after {font-family: "Font Awesome 5 Free";font-weight: 300; content:"\f0eb"; margin: 0 5px}
#gl_htt h2, #gl_htt h3{color: var(--default-textColor)}

#gl_htt{
	font-weight: normal;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(102, 102, 102, 0.69);
    border: 2px solid var(--default-textColor); 
    font-size: 14px;
    /*margin-left: 38px;
    margin-top: -13px;*/
    min-width: 260px; 
    max-width: 500px; 
    padding: 25px;
    position: absolute;
    left: 0;
    z-index: 999;
    white-space: initial !important;
    }
#gl_htt p, #gl_htt h4, #gl_htt a{color: var(--default-textColor)!important}    

.gl_backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.4);
	z-index: 9;
}

.gl_htt{
   
    display: block;
    height: 20px;
    left: 0;
    top: 1em;
    position: absolute;
    width: 20px;
    z-index: 99;
}
#gl_htt:before{font-family: "Font Awesome 5 Free";font-weight: 900; 
    content: "\f00d";
    position: absolute;
    top: 3%;
    right: 3%;
    color: var(--default-textColor);
    cursor: pointer; font-size: 20px}

.gl_ltext {padding-bottom: 12px}
/*
.gl_text{    
	height: 0;
    display: block;
    overflow: hidden;
}
*/

#gl_back
{
    margin: 12px 0;
    cursor: pointer;
    color: var(--red);
}
#gl_back:hover {color: var(--red-hover);}

@media (max-width: 768px)
{
	#gl_htt { max-width: 90%; left: 5% !important}
	
	.gloassaryHead {font-size: 2em}
	#glossaryList > li:nth-child(2) {border-bottom: none}
	.gl_list {font-size: 16px}
	
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}