/* custom.css.  */

.pt-3 {
    padding-top: 0.5rem !important;
}

/*  Astroid-Header Hamburger-Symbol  */

.burger-menu-button .inner, .burger-menu-button .inner::before, .burger-menu-button .inner::after {
    height: 2px;
}

@media (max-width: 768px) {
    #top {background-color: #fff;}
}


/* Headline-Bullet I-Pad display: none */
@media (max-width: 1180px) {
    .headline-bullet .module-title::before {display: none}
}
/* @media (max-width: 1180px) {
  #sidebar-right{padding: 20px 5px 20px 10px; } */
}
@media (max-width: 1180px) {
  #sidebar-right h3 {letter-spacing: 0.02em; }
}

/* Änderung Spaltenbreite I-Pad 
@media (max-width: 1180px) {
.col-lg-3 {
    flex: 0 0 auto;
    width: 30%;
}
.col-lg-9 {
    flex: 0 0 auto;
    width: 70%;
}  
}
*/

/* Linie h1 headlines  */
h1, h2 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(0 0 0 / .15);
}

h1:after {
    background-color: #333;
    content: "";
    display: block;
    top: 10px;
    content: "";
    height: 3px;
    left: 0;
    position: relative;
    width: 50px;
}

/* Nav hover - Unterstriche geändert */

.astroid-nav .nav-link:active, .astroid-nav .nav-link.active, .astroid-sidebar-menu .nav-link:active, .astroid-sidebar-menu .nav-link.active {
    margin: 2px 0 2px 0; 
}
#astroid-sticky-header .astroid-nav .nav-link:active, #astroid-sticky-header .astroid-nav .nav-link.active {
    margin: -1px 0 4px 0;
}
.nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #006699; 
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.nav-link.active::after {
    display: none }
    
/* Side Nav Abstände */
.my-1 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
}

#sidebar-right li {border-bottom: 1px solid rgba(0,0,0,0.15); width: 65%}
@media (max-width: 1180px) {
  #sidebar-right li {border-bottom: 1px solid rgba(0,0,0,0.15); width: 75% }
}


/* Mobiles Menu  2. Ebene */

.nav-item-submenu > .as-menu-item, .astroid-framework .nav-item-submenu .as-menu-item,
.menu-indicator-back {
    font-weight: 400;
    text-transform: none;
    font-size: 18px !important;
    padding: 12px 20px !important;
    letter-spacing: 0.03em;
}

/*  Breadcrumbs  */
.breadcrumbs {
	font-size: 0.8em; margin: -14px;  padding: 0 0 12px 0;
	}
@media (max-width: 767.98px) {.breadcrumbs {padding: 10px 0; } 
}    	

/*  FA-Icons  */
.fa-envelope-open, .fa-users, .fa-hand-holding-hand, .fa-trophy, .fa-house {
    font-size: 0.9em;
    color: #bfbfbf;
}	

/* text vorstand */
.text-vorstand u {
	text-decoration-thickness: 1px; text-underline-offset: 0.1em; 
}

/* I-Gallery */
.ig-thumb-text_below {
    padding: 8px 0px 3px 0px; line-height: 1.4em; 
}
.ig-thumbs-grid-image {
    max-width: 100%;
    border: 1px solid silver;
}
.igui-lightbox{
	background-color:rgba(20,20,20,0.9)!important;
	color:#999999!important;
}

.ig-lightbox-descriptions, .ig-thumb-scroller-lbox{
	background-color:transparent!important;
}
.ig-lightbox-button svg {
    background: rgba(0,0,0,0.0);
}

/* UI Kit Slider */
#bottom-d .uk-tab {
    display: none;
}

/* Dot-Nav */
.uk-dotnav>*>* {
    width: 18px !important;
    height: 18px !important;
    background: #e5e5e5 !important;
}

/* Back to Top */
#astroid-backtotop {
    margin-bottom: 6px;
}