/* CSS Document */

.eingabe .w-100 {
    min-height: 5px;
}
.eingabe .form-check-input {
    margin-left: 0;
	position: relative;
}
.eingabe .form-check-label {
    margin-right: 20px;
}
.navbar {
	background-color: #e9ecef;
}
.large-label {
	font-size: 1.2em;
}
.ta-full-width {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.copycontent {
    margin-left: 5px;
}
a.nav-link {
    border-bottom: 2px solid;
}
li.nav-item {
     transition:font-size 0.2s;
     -moz-transition:font-size 0.2s; /* Firefox 4 */
     -webkit-transition:font-size 0.2s; /* Safari and Chrome */
     -o-transition:font-size 0.2s;
}
li.nav-item:hover {
    /* font-weight: 700; */
    font-size: 18px;
}
input#suchen {
    transform: translateY(2px);
}
.wichtig {
    margin-top: 20px;
    font-weight: bold;
}
.login-wrap .row {
    margin: 15px;
}
