
* {
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-decoration: none;
}

.a:visited {
    color: #8B0000;
}

input[type="submit" i] {
    font: 16px;
}

.banner {
    width: 100%;
    height: 97%;
    background-image: url("assets/dhbw-campus-v2.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar {
    width: 100%;
    margin: auto;
    position: relative;
    margin-right: 5%;
    padding-left: %;
    padding-top: 2%;
    padding-right: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

logo {
    width: 120px;
    cursor: pointer;
/*    z-index: 1;*/
    position: relative;
    top: 5%;
    left: 0;

}

.navbar ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: inherit;
}

.navbar ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}


h1 {
    padding-top: 1.5%;
}


.button {
    background-color: #8B0000; 
    color: #FFF5EE;
    padding: 6px 12px 8px 12px;
    border-top: 2px solid #CCCCCC;
    border-right: 2px solid #8B0000;
    border-bottom: 2px solid #8B0000;
    border-left: 2px solid #8B0000;


}

.title {
    color: var(--black);
    font-family: Arial;
    font-size: var(--font-size-l2);
    font-weight: 700;
    height: 105px;
    display: block;
    margin: 0 auto;
    padding: 40px;
    letter-spacing: 6.4px;
    margin-left: 233px;
    margin-top: 20px;
    text-align: center;
    width: 855px;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body {
    background-color: #f3f3f3;

}

header {
    width: 100%;
    background-image: url(assets/dhbw-campus-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}


footer {
    background-color: #fff;
    width: 100%;
    position: relative;
    bottom: -70%;
    left: 0;
    padding-top: 10px;
    padding-left: 43%;
    padding-bottom: 10px;

}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-left: 1%;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 1%;
    height: 17px;
    width: 17px;
    background-color: #c0c0c0; 

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #808080;
}

/* When the checkbox is checked, add a red background */
.container input:checked ~ .checkmark {
    background-color: #8B0000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 4px;
    top: px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Mehrfachauswahl Projekt */
.text_projekt {
    position: relative;
    width: 150px;
    height: 40px;
    right: 308px;
    top: 349px;
}


.icon-abmelden {
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 1;
    position: relative;

}
