slogan {
    background-color: #3F0079;
}
submenu {
    background-color: #f9f2ff;
}
ahblock1 {
    background-color: #f9f2ff;
}
footer {
    background: #3F0079 url('../images/layout/triangle.svg') bottom right no-repeat;
}

/*************************************************
 Link kleuren
*************************************************/
a {
    color: #E87511;
}
a:hover, a:active {
    color: #3F0079;
    text-decoration: none;
    cursor: pointer;
}

article .goback, article #favoriet1 a, article #favoriet2 a, article .overigevacs a, article .ical {
    color: #3F0079;
}
.accordion span {
    color: #3F0079;
}


/*************************************************
 Formulieren
*************************************************/
fieldset input[type="email"], fieldset input[type="text"] {
    border-bottom: 2px solid #3F0079;
}
fieldset .inputs--invalid input {
  border-bottom: 2px solid #E87511;
}
.radio_container input:checked ~ .radiobtn {
    background-color: #3F0079;
}
.chk_container input:checked ~ .checkmark {
    background-color: #3F0079;
}
.step-app > .step-steps > li.done a {
    background-color: #3F0079;
}
#steps .step-app > .step-steps > li.done div {
    background-color: #3F0079;
}
#steps ul > li.done {
    border: 1px solid #3F0079;
}
#steps ul > li.done > div:before {
    border-color: transparent transparent transparent #3F0079!important;
}
#steps .step-app > .step-steps > li:last-child a {
    color: #3F0079;
}

/************************************************
BUTTONS
************************************************/
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    background: #3F0079;
}

.navbutton {
    color: #3F0079;
}

#nav_prev {
	color: #3F0079;
}
#nav_next {
	color: #3F0079;
}

/************************************************
Medium devices (portrat tablets, 900px and down) 
************************************************/
@media screen and (max-width: 900px) {
    footer #column1 {
		background: #3F0079;
    }
    footer #column2 {
		background: #3F0079;
    }
	footer #column3 {
		background: #3F0079;
	}
	footer #column4 {
		background: #3F0079;
	}
}
