header {
    border-bottom: 1px solid #008bc5;
}

header .container {
    height: auto;
}

#navigation-meta.navbar-nav {
    display: flex;
}

.login {
    position: relative;
    display: inline-block;
    width: 1.33333em;
    line-height: 1.1em;
}

.login img {
    width: 24px;
}

.login-icon {
    background-image: url(img/login-blau.png);
    background-size: cover;
}

.logout-icon {
    background-image: url(img/logout-blau.png);
    background-size: cover;
}

.main {
    margin-top: 100px;
}

@media (min-width: 992px) {
    header {
        height: 9.5rem !important;
    }

    .main {
        margin-top: 180px;
    }
}

.text-danger {
    color: red;
}

/*
html {
	font-size: 14px;
}

body
{
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
  min-height: 100vh;
}

.header
{
	position: fixed;
	width: 100%;
	z-index:999999;
}

.language_changer
{
	width: 80px;
}

.footer
{
  bottom: 0px;
  width: 100%;
}

.container
{
	max-width: 950px;
}

.back-to-top
{
	position: fixed;
	z-index: 10000;
	width: 36px;
	height: 32px;
	right: 30px;
	bottom: 50px;
	background-image: url('img/back-to-top.png');
}

.back-to-top .click
{
	width: 36px;
	height: 32px;
}

.error
{
	color: red;
}

.ok
{
	color: green;
}

.navigation__meta 
{
	background-color: #fff;
	display: none;
	padding: 0 1rem;
}

.navigation__meta 
{
	display: flex;
}

.navigation__meta--language 
{
	position: relative;
}

.navigation__meta--link 
{
	color: #555555 !important;
	font-size: 0.95rem;
	position: relative;
}

.flag-icon-de
{
	background-image: url(img/flags/de.svg);
}

.flag-icon-en
{
	background-image: url(img/flags/en.svg);
}

.flag-icon-fr
{
	background-image: url(img/flags/fr.svg);
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333em;
	line-height: 1em;
}

.flag-icon::before 
{
	content: '\00a0';
}

.flag-icon-background, .flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.navbar-toggler-icon 
{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.user_number
{
	width: 50px;
}

.dropdown-menu
{
	min-width: 2rem;
}

.dropdown-item
{
	padding-top, padding-bottom: 0.25rem;
	padding-left: 1.0rem;
	padding-right: 1.3rem;
}

.dropdown-item.language
{
	width: 5rem;
}

.active
{
	font-weight: bold;
}

.navbar-collapse
{
	padding-left: 8px;
	padding-right: 8px;
}

.nav-item
{
	padding-left: 4px;
	padding-right: 4px;
}

.nav-item.rec_small
{
	display: none;
}

.btn 
{
	border-radius: 24px;
}

@media (min-width: 577px)
{
	.nav-item.rec_small
	{
		display: none;
	}
}

@media (max-width: 576px)
{
	.fat
	{
		text-align: right!important;
		padding-right:8px!important;
	}

	.nav-item.rec_small
	{
		display: block;
	}
		.logo
	{
		width: 100px;
	}

	.fat_text
	{
		font-size: 2rem;
	}

	.ksbl
	{
		display: none;
	}
}
*/