body.bgColor {
    /* background-color: #EBF2FA; */
    background-color: #ffffff;
}

nav.bgColor {
    background-color: #6f0c3d;
}

h1.siteHeader {
    padding-top: 10px;
}

/* Even Odd Fragebogen */
div#divQuestionairep1 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionairep1 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionairep1 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionairep1 h2 {margin-top: 20px;}

div#divQuestionairep2 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionairep2 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionairep2 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionairep2 h2 {margin-top: 20px;}

div#divQuestionaire0 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire0 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire0 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire0 h2 {margin-top: 20px;}

div#divQuestionaire1 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire1 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire1 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire1 h2 {margin-top: 20px;}

div#divManipulationCheck div.container .row:nth-child(even) {background: #EBF5FF;}
div#divManipulationCheck div.container .row:nth-child(odd) {background: #FFF;}
div#divManipulationCheck div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divManipulationCheck h2 {margin-top: 20px;}

div#divQuestionaire2 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire2 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire2 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire2 h2 {margin-top: 20px;}

div#divQuestionaire3 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire3 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire3 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire3 h2 {margin-top: 20px;}

div#divQuestionaire4 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire4 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire4 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire4 h2 {margin-top: 20px;}

div#divQuestionaire5 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire5 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire5 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire5 h2 {margin-top: 20px;}

div#divQuestionaire5 .col-4 { max-width: 48% !important; flex: 0 0 48% !important; }
div#divQuestionaire5 .col-2 { flex: 0 0 13% !important; }

div#divQuestionaire6 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire6 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire6 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire6 h2 {margin-top: 20px;}

div#divQuestionaire7 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire7 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire7 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire7 h2 {margin-top: 20px;}

div#divQuestionaire8 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire8 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire8 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire8 h2 {margin-top: 20px;}

div#divQuestionaire9 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire9 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire9 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire9 h2 {margin-top: 20px;}

div#divQuestionaire10 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire10 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire10 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire10 h2 {margin-top: 20px;}

div#divQuestionaire11 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divQuestionaire11 div.container .row:nth-child(odd) {background: #FFF;}
div#divQuestionaire11 div.container .hoverQuestion {border-top: 1px dotted gray;}
div#divQuestionaire11 h2 {margin-top: 20px;}

/* Questionairy hover row and padding */
div.hoverQuestion {
    padding: 3px 0px;
}
div.hoverQuestion:hover {
    background-color: #DBE5EF !important;
}

/* Register odd even */
div#divRegistration4 div.container .row:nth-child(even) {background: #EBF5FF;}
div#divRegistration4 div.container .row:nth-child(odd) {background: #fff;}
div#divRegistration4 div.container .hoverQuestion {border-top: 1px dotted gray;}


/* Edge Support for bootstrap errors */
@supports (-ms-ime-align:auto) {
    .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
    }
}

/* Center grid */
.centerGrid {
    margin-right: auto;
    margin-left: auto;
}