body, html {
     font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
   box-sizing: border-box;
     margin: 0;
    
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0d6efd;
    color: white;
    text-align: center;
    font-size: 12px;
}


.loginbreit {
    min-width: 325px;
}

.pinfo {
    font-size: 18px;
}

.modalCenter {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.bg {
    background-image: url(img/bglogin.jpg);

    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1500px) {
    .zukleinBildschirm {
        display: none;
    }
}
