/* /Components/MainLayout/ImprintLayout.razor.rz.scp.css */
html[b-9nz7aqrk82], body[b-9nz7aqrk82] {
	height: 100%;
	min-height: 100%;
	overflow-y: auto;
}

.page[b-9nz7aqrk82] {
	color: var(--clearwhite);
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
	overflow: visible;
}

.content[b-9nz7aqrk82] {
	padding-top: 1rem;
}



.page main[b-9nz7aqrk82] {
	margin-top: var(--toprowheight);
	margin-left: 1rem;
	margin-right: 1rem;
	padding-bottom: 3rem;
	color: var(--deepblue);
	flex: 1 1 auto; /* nimmt verbleibenden Raum */
	min-height: 0; /* CRUCIAL: ohne das kein inneres scrolling in Flex-Layouts */
	overflow-y: auto; /* macht den Inhalt scrollbar */
	position: relative;
}


.logo[b-9nz7aqrk82] {
	background-image: url('assets/images/fme-2009-white.svg');
	background-repeat: no-repeat;
	display: block;
	padding-left: 0px;
	height: 90px;
	width: 250px;
	background-size: contain;
}

.top-row[b-9nz7aqrk82] {
	border-bottom: 1px solid var(--warmgray2);
	background-color: var(--deepblue);
	height: var(--toprowheight);
	display: flex;
	flex-direction: row;
	align-items: center;
	color: var(--clearwhite);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

	.top-row[b-9nz7aqrk82]  a, .top-row[b-9nz7aqrk82]  .btn-link {
		white-space: nowrap;
		text-decoration: none;
	}

	.top-row[b-9nz7aqrk82]  a {
		padding-left: 1.5rem;
	}

		.top-row[b-9nz7aqrk82]  a:hover, .top-row[b-9nz7aqrk82]  .btn-link:hover {
			text-decoration: underline;
		}

		.top-row[b-9nz7aqrk82]  a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

#blazor-error-ui[b-9nz7aqrk82] {
	background: var(--vividred80);
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss[b-9nz7aqrk82] {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}



@media (min-width: 641px) {
	.page main[b-9nz7aqrk82] {
		margin-top: var(--toprowheight);
		height: calc(100vh - var(--toprowheight));
		overflow-y: auto; /* macht Hauptinhalt scrollbar */
		position: relative;
	}
}

#app[b-9nz7aqrk82] {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}


/* /Components/Tools/CToolTip.razor.rz.scp.css */
.tooltip-wrapper[b-nmd8j58kkb] {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    cursor: help;
}

.tooltip-wrapper span[b-nmd8j58kkb] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

.tooltip-wrapper span[b-nmd8j58kkb]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-nmd8j58kkb] {
    visibility: visible;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5t0lmpuh9v] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5t0lmpuh9v] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5t0lmpuh9v] {
    font-size: 1.1rem;
}

.oi[b-5t0lmpuh9v] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5t0lmpuh9v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5t0lmpuh9v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5t0lmpuh9v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5t0lmpuh9v]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5t0lmpuh9v]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5t0lmpuh9v]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5t0lmpuh9v] {
        display: none;
    }

    .collapse[b-5t0lmpuh9v] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
