body {
    font-family: cabin, "Trebuchet MS", "PT Sans",Arial,sans-serif;
    background-color: rgba(42,53,57, 1);
    overflow-x: hidden;
}

.link, .cookie-text {
    color: white;
    transition: color linear 0.3s;
}

.link:focus, .link:active, .link:hover {
    text-decoration: none;
    color: whitesmoke;
}

.container-fluid.form-container {
    background-color: rgba(42,53,57, 1);
    padding: 0;
}

.image-banner {
    background: url("../img/abas.png");
    box-shadow: inset 0px 5px 10px rgba(0,0,0,0.9);
    margin-top: 20px;
    min-height: 200px;
    max-height: auto;
    background-size: contain;
    background-repeat: repeat-x;
}

.banner {
    position: absolute;
    width: 100%;
    background-color: rgba(42,53,57, 1);
    height: 60px;
    margin: 0;
    color: rgba(200, 200, 200, 1);
    text-shadow: 1px 2px  rgba(0, 0, 0, 0.3);
}

.banner-header {
    margin-top: 10px;
    background-color: rgba(42,53,57, 1);
    font-size: 40px;
}

.input {
    margin-top: 20px;
}

img {
    max-height: 200px;
    max-width: 200px;
    margin-bottom: 20px;
}

.login-form {
    max-width: 400px;
    padding: 5px;
}

.login-form .material {
    border-radius: 0;
    border: none;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
    transition: box-shadow linear 0.3s;
}

.login-form .material:focus {
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.4);
}

.btn-block {
    margin-top: 40px;
}

.btn {
    margin-bottom: 10px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border: none;
    color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.9);
}
/* Demo-Button ausgeblendet */
.demo-btn {
    background: rgba(151, 215, 0, 1);
    width: 30%;
    transition: all linear 0.3s;
	display: none; 
}

.demo-btn:hover, .demo-btn:focus {
    color: white;
    background-color: rgba(151, 215, 0, 0.8);
    box-shadow: none;
}
/* Button verbreitet, weil Demo-Button ausgeblendet wurde*/
.login-btn {
    background: rgba(28, 186, 163, 1);
    width: 100%;
    transition: background linear 0.3s;
}

.login-btn:hover, .login-btn:focus {
    color: white;
    background: rgba(28, 186, 163, 0.9);
    box-shadow: none;
}

.checkbox label {
    padding-left: 0;
}

.errormsg {
    color: rgb(288, 0, 70);
    text-transform: uppercase;
}

.lang-box {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 30px;
    margin-top: 30px;
}

.lang-box .btn-group .btn {
    box-shadow: none;
}

.toggle-button {
    border-radius: 0;
    border: none;
    padding: 10px 20px 10px 20px;
    background: none;
    background-color: none;
    color: white;
    font-weight: bold;
    margin-right: 5px;
}

.toggle-button:hover, .toggle-button:active, .toggle-button:focus {
    background: none;
    background-color: none;
    border-style: solid;
    border-color: white;
    color: white;
    border-width: 0px 0px 2px 0px;
}

.toggle-button-active {
    background: none;
    background-color: none;
    border-style: solid;
    border-color: white;
    color: white;
    border-width: 0px 0px 2px 0px;
}

@media (max-width: 600px) {
    .lang-box {
        display: none;
    }

    .image-banner {
        min-height: 100px;
    }
}
