html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    color: #0366d6;
    text-decoration: none;
}

/* fa-up-right-from-square */
.linkicon::after {
    font-family: "Font Awesome 6 Free";
    content: "\f35d";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}

/* fa-download */
.downloadicon::after {
    font-family: "Font Awesome 6 Free";
    content: "\f019";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.custom-file-label::after {
    content: "Auswahl";
}

.custom-div-content-bottom {
    position: absolute;
    bottom: 0;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    margin-bottom: .5rem;
}

.icon-green {
    color: #20c997;
}

.icon-blue {
    color: #405CB7;
}

.icon-red {
    color: red;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    /*display: none;*/
}

.font-smaller {
    font-size: smaller;
}

.card-icon {
    display: block;
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 10px;
    }

    .card-icon {
        display: none !important;
    }

    .card-title {
        font-size: calc(10px + 1vw);
    }

    .logoimg {
        width: 150px;
    }
}

input::-ms-reveal {
    display: none;
}

.alert-float {
    position: fixed;
    width: 60%;
    left: 1rem;
    right: 1rem;
    z-index: 1091;
    opacity: 0.95;
    color: black;
    font-weight: bold;
    font-family: Verdana;
    font-size: smaller;
    transition: opacity .3s linear, top .3s linear, bottom .3s linear;
}