/* source-sans-pro-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: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-italic - 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: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - 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: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600italic - 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: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v21-latin-600italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/source-sans-pro-v21-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v21-latin-600italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .8em;
    padding: 0;
    line-height: 1.5em;
}

form.form-signin {
    width: 300px;
}

form.form-signin input {
    margin-bottom: 1em;
}

button.btn-primary {
    border: 1px solid #0168b3;
    background: #0168b3;
}

nav.navbar {
    background: white;
    color: #444444;
    height: 100px;
    padding-top: 15px;
    border: none;
}

div.navbar-collapse.show ul.navbar-nav {
    background: white;
    border: 1px solid black;
    z-index: 1000;
}

ul.navbar-nav {
    float: right;
    margin-top: 30px;
}

ul.navbar-nav li {
    margin: 0 0 20px 20px;
}

a {
    color: #00549f;
    font-weight: 600;
}

a.navbar-brand {
    color: #444444;
    font-size: 1.4em;
    padding: 0;
    height: auto;
    margin-top: 17px;
}

a.nav-link {
    color: #444444;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.navbar-nav .nav-link.active {
    color: #00549f;
    font-weight: bold;
}

footer {
    border-top: 1px solid rgb(238, 238, 238);
}

.clickable {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_filter {
    font-size: 0.7em;
}

div.dataTables_wrapper .dataTables_filter input {
    padding: 0 5px;
}
.event-header {
    cursor: pointer;
    position: relative;
    user-select: none;
}


.event-header::before {
    content: "▸ ";
}

.event-header:has(+ .event-content.show)::before {
    content: "▾ ";
	color: RGBA(13,110,253);
}

.event-header:not(:has(+ .event-content.show)):hover::after {
    content: "Für mehr Informationen bitte klicken";
    position: absolute;
    left: 0;
    top: calc(100% + 6px);

    background: rgba(33,37,41,0.95); /* BS dunkel (#212529) */
    color: #fff;
    font-size: 1.2rem;
    padding: 0px 6px;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);

    opacity: 0;
    transform: translateY(-3px);
    animation: tooltipFadeIn .18s forwards ease-out;

    pointer-events: none;
    z-index: 50;
}
.float-end  + .event-container {
    margin-top: 50px;
}
@keyframes tooltipFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}