/* Seite Schulprofil > SVE graues Grid */
div.grauwechsel > div > div:nth-child(1) > div {
    background-color:#e3e3e3;
}
div.grauwechsel > div > div:nth-child(3) > div {
    background-color:#e3e3e3;
}
div.grauwechsel > div > div:nth-child(5) > div {
    background-color:#e3e3e3;
}
div.grauwechsel > div > div:nth-child(7) > div {
    background-color:#e3e3e3;
}
div.grauwechsel > div > div:nth-child(9) > div {
    background-color:#e3e3e3;
}

/* Seite Beratung & Hilfe > Hilfsangebote graues Grid mit Links */
div.graulink > div > div:nth-child(1) > .el-item {
    background-color:#e3e3e3;
}
div.graulink > div > div:nth-child(3) > .el-item {
    background-color:#e3e3e3;
}
div.graulink > div > div:nth-child(5) > .el-item {
    background-color:#e3e3e3;
}
div.graulink > div > div:nth-child(7) > .el-item {
    background-color:#e3e3e3;
}
div.graulink > div > div:nth-child(9) > .el-item {
    background-color:#e3e3e3;
}
div.graulink > div > div:nth-child(11) > .el-item {
    background-color:#e3e3e3;
}
div.graulink > div > div:nth-child(13) > .el-item {
    background-color:#e3e3e3;
}

/* Seite Beratung & Hilfe > Hilfsangebote graues Grid gerade */
div.grauwechsel-gerade > div > div:nth-child(1) > .el-item {
    background-color:#e3e3e3;
}
div.grauwechsel-gerade > div > div:nth-child(4) > .el-item {
    background-color:#e3e3e3;
}


/* Seite Beratung & Hilfe > Beratungsstelle graues Grid, 1. weiß */
div.grauweiss > div > div:nth-child(1) > div {
    background-color:#ffffff;
}
div.grauweiss > div > div:nth-child(2) > div {
    background-color:#e3e3e3;
}
div.grauweiss > div > div:nth-child(4) > div {
    background-color:#e3e3e3;
}
div.grauweiss > div > div:nth-child(6) > div {
    background-color:#e3e3e3;
}
div.grauweiss > div > div:nth-child(8) > div {
    background-color:#e3e3e3;
}

/* Seite Über uns > Schulkonzept Rehabilitation 3farbiges Grid*/

div.reha > div > div:nth-child(1) > div .el-title{
    background-color:#4bb4e7;
}
div.reha > div > div:nth-child(1) > div .el-content tr td{
	border-bottom:1px solid #4bb4e7; 
	line-height:1.7em;
}
div.reha > div > div:nth-child(1) > div tr td .zahl{
	color:#4bb4e7; 
}
div.reha > div > div:nth-child(1) > div .el-content tr.letzte td{
	border-bottom:none;
}

div.reha > div > div:nth-child(2) > div .el-title{
    background-color:#2d7cbf;
}
div.reha > div > div:nth-child(2) > div .el-content tr td{
	border-bottom:1px solid #2d7cbf; 
	line-height:1.7em;
}
div.reha > div > div:nth-child(2) > div tr td .zahl{
	color:#2d7cbf;
}
div.reha > div > div:nth-child(2) > div .el-content tr.letzte td{
	border-bottom:none;
}

div.reha > div > div:nth-child(3) > div .el-title{
    background-color:#f9b120;
}
div.reha > div > div:nth-child(3) > div .el-content tr td{
	border-bottom:1px solid #f9b120; 
	line-height:1.7em;
}
div.reha > div > div:nth-child(3) > div tr td .zahl{
	color:#f9b120;
}
div.reha > div > div:nth-child(3) > div .el-content tr.letzte td{
	border-bottom:none;
}

.reha .el-content td:nth-child(2){text-align:right;}
.reha .uk-width-medium {width: 350px;}

.reha .el-title{color: #ffffff;text-align: center;font-weight:800;width:120px;margin-left:auto;margin-right:auto;border-radius:120px;padding:20px;border: 8px solid #ffffff;
	position: absolute;
	top: -65px;
	left: 110px;
}
.reha .el-item table{border-collapse:collapse;}
.reha .el-item{background-color:#f5f5f5; border-radius: 25px;padding-top: 40px;padding-left: 25px; padding-right: 25px; padding-bottom: 25px;margin-top: 40px;}

/* Seite Schulprofiel > Abschlüsse 3farbiges Grid (grau-hellgrau-blau)*/

div.profil > div > div:nth-child(1) > .uk-card-default{background-color: #e3e3e3;}
div.profil > div > div:nth-child(1) > .uk-card-default > .el-title{color: #2d7cbf;}
div.profil > div > div:nth-child(2) > .uk-card-default > .el-title{color: #2d7cbf;}
div.profil > div > div:nth-child(3) > .uk-card-default{background-color: #2d7cbf;color:#ffffff;}
div.profil > div > div:nth-child(3) > .uk-card-default > .el-title{color: #ffffff;}

.mauszeiger{cursor: default;}

