.row {width:100%;}
.col-2-12 {width:20%; float:left; padding:0px 5px; min-height:1px;}

.organigram {
    width: 100%;
    overflow: hidden;
}

.organigram .ce-bodytext a {text-decoration:none !important;}

@media screen and (max-width: 900px) {
  .col-2-12 {width:33%;}
}

@media screen and (max-width: 570px) {
  .col-2-12 {width:50%;}
}

@media screen and (max-width: 368px) {
  .col-2-12 {width:100%;}
}

.green-box, .red-box, .orange-box, .grey-box, .white-box, .blue-box {
    padding: 10px 0;
    display: block;
    text-align: center;
    color: black;
    background-image: url(../Images/white-highlight.png);
    background-position: top left;
    background-repeat: repeat-x;
    /*border-radius: 5px;*/
    margin-bottom:10px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 2px;
}

.green-box {
    background-color: #cee3ac;
    border: 1px solid #b8da83;
}

.red-box {
	background-color: #FF706B;
    border: 1px solid red;
}

.orange-box {
	background-color: #FFD886;
	border: 1px solid #FFC759;
}

.blue-box {
	background-color: #c3eafb;
    border: 1px solid #b5d9ea;
}

.grey-box {
	background-color: #b2b2b2;
    border: 1px solid #888787;
}

.white-box {
	border:1px solid lightgrey;
}

.green-box p:last-child, .red-box p:last-child, .orange-box p:last-child, .grey-box p:last-child, .white-box p:last-child, .blue-box p:last-child {
    margin-bottom: 0px;
}

.organigram:last-child {
    background-color: #eee;
    margin-top:50px;
    border: 1px solid #aaa;
    padding: 5px 5px 10px 10px;
}

.organigram h1, .organigram h2, .organigram h3, .organigram h4, .organigram h5 {
	padding-left:5px;
}

.green-box a {font-weight: bold;}
.organigram b {color:#494949;}

.organigram+div hr {
    margin-bottom: 50px;
    margin-top: 30px;
    background-image: linear-gradient(to right, rgba(128,128,128,0),rgba(128,128,128,0.75),rgba(128,128,128,0));
}


/*Textstyle*/
span.colorBlue {
	color: #00A0E1;
}

b.colorBlue {
	color: #00A0E1;
}
p.colorBlue {
	color: #00A0E1;
}

strong.colorBlue {
	color: #00A0E1;
}