
/*  */
/* 
*/
/* "Externer Link"-Symbol am Logo entfernen */
.page-header .logo a:after {
    display: none !important;
}

/* suche oben ausblenden */

.navigation-search a:before {
    display: none !important;
}

/*suche seitlich ausblenden*/


.side-widgets .search a:before {
    display: none !important;
}


li.search .side-widgets.visible {
    visibility: hidden !important;
}

ul.side-widgets.visible {
    visibility: hidden !important;;
}


.page-header .logo {
    width: 18rem !important;
    margin-top: -1rem;
}
.page-header.scrolled .logo {
    width: 16rem !important;
}

@media (max-width: 1024px) {
    .page-header.scrolled .logo, .page-header .logo {
        width: 10rem !important;
    }
}

table.hochschulen {
    table-layout: fixed;
}
table.hochschulen .noicon:after {
    content: "" !important;
}
table.hochschulen thead th:first-child {
    width: 50%;
}
table.hochschulen tbody td:first-child {
    text-align: center;
}
table.hochschulen tbody tr {
    border-bottom: 1px dotted #808080;
}
table.hochschulen tbody td {
    vertical-align: middle;
}
table.hochschulen tbody img {
    margin: 1em 0;
	max-width: 10em;
}

/*
h1.waypoint-triggered {
background-color:#E18D14 !important;
}
*/

/*Textseiten-Überschrift, h1 gelber balken-hintergrund und einrückung des textes*/

h1 {
/*
    background-color:#E18D14 !important;
    padding-left: 10px !important;
    display: !important;
*/
}


/*reinlaufende linie unsichtbar machen*/

.text .h2:not(.underline):after, .text .h3:not(.underline):after, .text .h4:not(.underline):after, .text .h5:not(.underline):after, .text .h6:not(.underline):after, .text h2:not(.underline):after, .text h3:not(.underline):after, .text h4:not(.underline):after, .text h5:not(.underline):after, .text h6:not(.underline):after {
	/*
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 0 !important;
	*/
	display: none !important;
}


/* navi-drop-dow-menu link-farbe


.flyout.navigation-l2.li.a {
    color: #0000ff !important;
    font-weight: bold;
}

.flyout.navigation-l2.li.a::after {
    color: #0000ff !important;
    content: '';
    display: block;
    width: 5em;
    max-width: 100%;
    margin-top: 3px;
    border-bottom: 0.3125rem solid #ff0000 !important;
}



.flyout .navigation-l2 > li > a {
    color: #93550d;
    font-weight: bold;
}
*/


/* evtl für hochschul-tabelle graue zeile ausblenden */

table tbody tr:nth-child(2n+1) {
    background-color: #ffffff !important;
}



/* code-schnipsel im text */

.idp-code {
    background-color: #f0f0f0 !important;
    font-size: 0.95rem !important;
    width: max-content !important;
    padding: 20px !important;
}


/* listen-bullet schwarz

.info-container .info ul.bullets li::before, .text ul li::before, ul.list li::before {
    background-color: #000000 !important;
}
*/
 
/*  */