/* Put here the customization */
/* hide menu state checkbox (keep it visible to screen readers) */
:root {
    --body-color: #fff;
    --sidebar-color: #FFF;
    --primary-color: #0094D9;
    --primary-color-light: #f1f1f1;
    --green-color: #a9fbb4;
    --blue-color: #09FEFF;
    --toggle-color: #707070;
    --text-color: #707070;
    --tran: all 0.5s;
    --button-background-color: #0094D9;
    --button-background-color-hover: #f1f1f1;
    --button-text-color: #fff;
    --button-text-color-hover: #0094D9;
    --button-background-color-light: #f1f1f1;
    --button-background-color-light-hover: #0094D9;
    --button-text-color-light: #0094D9;
    --button-text-color-light-hover: #fff;
}
.#main {
    padding: 0px 15px 0px 15px;
}
.loginheader {
    border: none;
    background: linear-gradient(#0094D9, #ffffff);
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

footer {
    background: none;
}
.homepageoptiondescription{
	margin: 5px 0px 5px 0px;
}
.boxmyactionsfirma{
    background-color: #f7f7f7;
	height: auto;
}
.myactionstitlefirma{
	white-space: normal;
}