﻿/* Adjust prelogin logo margin */
.logo {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    max-height: 7.5rem;
}

/* Adjust icons on prelogin pages */
.features .icon-info {
     background-image: url("../images/quicklinks/health_record.png");
}
.features .icon-christmas {
     background-image: url("../images/quicklinks/notifications.png");
}

/* Change Textcolor from yellow buttons to black  */
.button.nextstep, .button.completeworkflow, .button.inlinesave {

color: black;

}

.button.primary.positive {
color: black;
}

._command.primary.positive {
color: black;
}

/* Change Textcolor from yellow buttons to black while hovering  */
.button.nextstep:hover, .button.completeworkflow:hover, .button.inlinesave:hover {

color: black;

}

.button.primary.positive:hover {
color: black;
}

._command.primary.positive:hover {
color: black;
}

/* Workaround for postlogin background image */
body.graphicHeader:not(.isPrelogin):before, body.graphicHeader.md_openscheduling_index:before, body.graphicHeader.md_standalone_signup:before {
	background: hsl(0,0%,100%) url(../images/background_luks.jpg) no-repeat fixed bottom center/cover;
}

body.graphicHeader:not(.isPrelogin):after {
	background: hsl(0,0%,100%) url(../images/background_luks.jpg) no-repeat fixed bottom center/cover;
}

/* Schriftgrösse von "Zuletzt abgesendet" bei den Fragebögen wurde vergrössert */
span.qnr_status {
    font-size: 16px !important;
}
