.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

/* Das Modal-Fenster ausblenden, standardmäßig */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* Modal-Inhalt */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 3px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

/* Schließen-Button */
.close-button {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Erfolgsmeldung */
.modal-content.success {
    border-color: green;
}

/* Fehlermeldung */
.modal-content.error {
    border-color: red;
}

/* Buttons im Modal */
.modal-content button {
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
}

.modal-content button:first-of-type {
    background-color: green;
    color: white;
    border: none;
    margin-right: 10px;
}

.modal-content button:last-of-type {
    background-color: red;
    color: white;
    border: none;
}
/* Allgemeine Button-Stile im Modal */
.modal-content button {
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 16px;
    cursor: pointer;
}

.modal-content button:first-of-type {
    background-color: green;
    color: white;
    border: none;
    margin-right: 10px;
}

.modal-content button:last-of-type {
    background-color: red;
    color: white;
    border: none;
}

/* Media Query für Bildschirme mit einer maximalen Breite von 600px (typische Handygröße) */
@media screen and (max-width: 600px) {
    .modal-content button {
        padding: 8px 16px; /* Kleinere Padding für Mobilgeräte */
        font-size: 14px; /* Kleinere Schriftgröße für Mobilgeräte */
    }
}
