body,
html {
    color: black;
    height: 100%;
}

.stage h1, .stage h2, .stage h3, .stage h4 {
    color: white;
    margin-bottom: 1em;
}

.stage h1 {
    font-size: 4em;
    font-weight: 700;
    margin: 0;
}


.stage h2 {
    font-size: 2em;
    font-weight: 300;
}

h1, h2, h3, h4 {
    color: black;
    line-height: 5em;
}

/* @group Hintergrundfarben */

.bg_gruen_hell
{
    background-color: #d3dbc5;
}
.bg_gruen_dunkel
{
    background-color: #535632;
}

.bg_grau_hell
{
    background-color: #6d6d6d;
}

.bg_grau_dunkel
{
    background-color: #4a4a4a;
}

.bg_braun
{
    background-color: #72382a;
}

.bg_rot_dunkel
{
    background-color: #b62240;
}

.bg_rot_hell
{
    background-color: #d0021b;
}

/* @end */

/* @group Schriftfarben */

.gruen
{
    color: #bee07e;
}

.blau
{
    color: #1eaff4;
}

.orange
{
    color: #f0a35d;
}

.grau_hell
{
    color: #9b9b9b;
}

.grau_dunkel
{
    color: #6d6d6d;
}

.weiss
{
    color: #edf0f5;
}

/* @end */

.full-width-bg {
	position: fixed;
	top: 0;
	left: 0;

	/* Preserve aspet ratio */
	min-width: 100%;
	min-height: 100%;
}

table,
td,
tr
{
    background-color:transparent !important;
}

.top-bar input[type=text],
.top-bar input[type=email],
.top-bar input[type=password],
.top-bar input[type=submit],
.top-bar input[type=button]
{
    padding: 0em 0.5em 0em 0.5em !important;
    height: 29px !important;
}

#top {
    position: absolute;
    top: 0px;
}

.backtotop {
    position: fixed;
    bottom: 5%;
    right: 2%;
    width: 38px;
    height: 38px;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 9999;
}

.stage {
	width: 100%;
    /* min-height: 100%; */
	background: url('../img/start-bg.png') no-repeat center top scroll;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto; /* cover; */
	color: white;
    padding-bottom: 2em;
}

.bg-login {
    width: 100%;
    background: url('../img/login-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.stage a, .stage a:hover {
    color: white;
    text-decoration: underline;
}

header.start {
    /*text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);*/
    color: white;
    padding: 25% 0 0 0;
    height: 350px;
}

@media screen and (min-width: 570px) {
    header.start {
        height: 450px;
    }
}

@media screen and (min-width: 650px) {
    header.start {
        height: 450px;
    }
}

@media screen and (min-width: 720px) {
    header.start {
        height: 520px;
    }
}

@media screen and (min-width: 820px) {
    header.start {
        height: 580px;
    }
}

@media screen and (min-width: 920px) {
    header.start {
        height: 650px;
    }
}

@media screen and (min-width: 1020px) {
    header.start {
        height: 720px;
    }
}

@media screen and (min-width: 1120px) {
    header.start {
        height: 800px;
    }
}

@media screen and (min-width: 1250px) {
    header.start {
        height: 900px;
    }
}

@media screen and (min-width: 1400px) {
    header.start {
        height: 1050px;
    }
}

@media screen and (min-width: 1650px) {
    header.start {
        height: 1150px;
    }
}

@media screen and (min-width: 1800px) {
    header.start {
        height: 1250px;
    }
}

@media screen and (min-width: 1950px) {
    header.start {
        height: 1400px;
    }
}

@media screen and (min-width: 2200px) {
    header.start {
        height: 1600px;
    }
}

@media screen and (min-width: 2500px) {
    header.start {
        height: 1800px;
    }
}

@media screen and (min-width: 2800px) {
    header.start {
        height: 2000px;
    }
}

header.start h1,
header.start h2{
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
}

header.login {
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5% 0 0 0;
}

#preise, .register-cta, .scanner {
    padding-bottom: 6em;
}

.content-block {
	padding-top: 6em;
}

footer a, a:hover {
    color: black;
}

footer a:hover {
    text-decoration: underline;
}

table tr td {
    color:  #ffffff !important;
}

div.panel.register {
    background-color: rgba(0, 0, 0, 0.5);
    border-style: none;
    border-radius: 0.5em !important;
    margin-top: 5%;
    color: #ffffff;
    padding: 1rem;
}

label
{
    color: #ffffff;
}

.border {
	border: 1px solid #e3e3e3;
}

.alert-box {
	position: absolute !important;
	line-height: normal !important;
    right: 10px;
    top: 60px;

    padding: 1em;
    /*color: #6d6d6d;*/
    color: #ffffff;
    font-size: 1em;
    border: 0px;
}

.alert-box.alert
{
    background-color: #cc4b37;
    -webkit-box-shadow: 0 3px 5px 0 #ABABAB;
    box-shadow: 0 3px 5px 0 #ABABAB;
}

div.panel.funktion {
    width: 100%;
    height: 10em !important;
    background-color: white;
    margin-top: 1em;
    margin-bottom: 2em;
}

div.panel.funktion h5 {
    font-weight: bold;
    cursor: pointer;
}

.stage .start h1, .stage .start h2 {
    color: #333333;
}

#responsive-menu {
    padding-top: 0.15rem;
}

.top-bar-title,
.top-bar-right {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.marginLeft {
    padding-left: 0.5rem;
}

.marginRight {
    margin-right: 0.5rem;
}

.top-bar,
.top-bar, .top-bar ul {
    background-color: #333333;
    color: #ffffff;
}

.top-bar ul li > a {
    color: #FFFFFF;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding: 12px 0.9375rem 12px 0.9375rem;
    text-transform: none;
    width: 100%;
}

.top-bar li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #222222;
}

.name a {
    color: #ffffff;
}

.cookie-message {
    background-color: #333333;
}

.cookie-message p, .cookie-message a {
    color: #ffffff;
}

.round-box {
    border: solid 1px #0a0a0a;
    border-radius: 1em;
    height: 9em;
    padding: 1em;
    max-width: 80%;
    margin: auto;
    margin-bottom: 1em;
}

.round-box h4 {
    font-size: 25px;
}

.background_info {
    background-color:#5d93f0 !important;
    color: #ffffff;
}

.background_warning {
    background-color:#f0a35d !important;
    color: #ffffff;
}

.background_success {
    background-color:#545931 !important;
    color: #ffffff;
}

.background_alert {
    background-color:#b81f3d !important;
    color: #ffffff;
}

.top-bar #LoginForm .parsley-errors-list {
    position: absolute;
    overflow: visible;
}

img.easy-docs-inline-logo {
    height: 1.5em;
}
