﻿.jumbotron
{
    background-image: url('../Images/homepagepicture.png');
    color:white;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    background: white;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

body {
    overflow-x: hidden;  /* ** Verhindert horizontales Scrollen  */
}
.grid-view-container {
    max-width: 100%;
    overflow-x: auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.form-group {
    max-width: 100%;
    box-sizing: border-box;
}

input, textarea {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.cc1_MouseSignature {
    max-width: 100%;
    width: auto;
}

/*  *** Abmeldung  */

.custom-checkbox {
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 5px;
    border: 2px solid #007bff;
    margin-right: 10px; /* Abstand zwischen Checkbox und Text */
}

.custom-checkbox:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.checkbox-container {
    display: block;
    align-items: center; /* Vertikale Zentrierung */
}

.checkbox-container label {
    margin-left: 10px; /* Abstand zwischen Checkbox und Text */
    white-space: nowrap; /* Verhindert Umbruch des Textes */
}

/*  *** Ende Abmeldung*/


