@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
header {
	background-image: url('../images/header_background_blue.jpg');
	background-size: cover;
	background-position: center;
	padding: 5rem;
}

body {
	font-family: "Ubuntu";
}

header #title {
	color: #FFF;
	font-family: "Ubuntu";
	font-size: 35px;
	text-align: center;
	font-weight: bold !important;
}

@media(max-width:576px){
	header #title {
		font-size: 25px;
	}
}

#header_content {
	text-align: center;
}

#header_content h1 {
	margin-bottom: 0;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 50px;
}

@media(max-width:576px){
	#header_content h1 {
		font-size: 40px;
	}
}

#header_content h2 {
	font-family: "Open Sans";
	font-weight: normal;
	color: #FFF;
	font-size: 30px;
}

@media(max-width:576px){
	#header_content h2 {
		font-size: 23px;
	}
}


#call_button a {
	text-decoration: none;
}

#call_button {
	margin-top: 3rem;
}

#call_button p {
	background-color: rgba(255,255,255, 0.1);
	max-width: 350px;
	margin: 0 auto;
	padding: 2rem;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	transition: 0.2s;
	border-style: solid;
	border-width: 1px;
	border-color: #FFF;
	position: relative;
}

@media(max-width:576px){
	#call_button p {
		font-size: 30px;
	}
}

@media(max-width:768px){}
@media(max-width:992px){}
@media(max-width:1200px){}

#call_button p:hover {
	background-color: rgba(255,255,255, 0.2);
}

#call_button .availability {
	background-color: #12728C;
	padding: 0.1rem 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	position: absolute;
	bottom: -10px;
	left: 10px;
}

.padded {
	padding: 4rem 0;
}

.box_title_regular {
	font-size: 50px;
}

@media(max-width:576px){
	.box_title_regular {
		font-size: 30px;
	}
}

.box_title_small {
	font-size: 30px;
}

.box_header {
	text-align: center;
	margin-bottom: 2rem;
}

.box_header span{
    color: #383F45;
    font-family: Ubuntu;
	font-weight: bold;
	text-align: center;
}

.box_header p {
	color: #12728C;
    font-size: 25px;
    font-family: Open Sans;
}

.choices {
	text-align: center;
}

.choice a {
	text-decoration: none;
}

.choice a p {
	background-color: #12728C;
	color: #FFF;
	font-size: 20px;
	width: 100%;
	padding: 1rem;
	transition: 0.2s;
	margin-bottom: 0;
}

.choice a p:hover {
	background-color: #3E8CA1;
}

.choice .icon {
    float: left;
    padding: 0.5rem 0;
	transition: 0.2s;
}

.choice a p:hover > .icon {
	margin-left: 1rem;
}

.choice .description {
	background-color: #ECF4F6 !important;
	padding: 0.5rem;
}

.else_choice {
	background-color: #333 !important;
}


@media(max-width:576px){
	.box_header p {
		font-size: 20px;
		font-weight: bold;
	}
}
.steps_box {
	padding: 2rem;
	text-align: center;
	background-color: rgba(18, 114, 140, 0.08);
	min-height: 200px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFF;
	transition: 0.2s;
}

.steps_box:hover > h2 {
	background-color: #3E8CA1;
}

.steps_box:hover {
	border-color: #3E8CA1;
}

@media(max-width:992px){
	.steps_box {
		min-height: initial;
	}
}

.steps_box p {
	font-size: 16px;
}

.steps_box h2 {
	background-color: #12728C;
	margin: -2rem;
	margin-bottom: 2rem;
	padding: 1rem;
	color: #FFF;
}


#jobs {
	list-style-type: none;
}

#jobs li {
	font-size: 20px;
	line-height: 4rem;
}

#jobs i {
	color: #017398;
}

.tarief_box {
	text-align: center;
	padding: 2rem;
}

.tarief_box span {
	font-size: 20px;
}
.terms {
	font-size: 12px;
}

footer {
	text-align: center;
	color: #FFF;
	padding: 1rem;
}

.bg-grey { background-color: #EEE; }
.bg-blue { background-color: #087AA0; }
.bg-lightblue { background-color: #ECF4F6;}

@media(min-width:576px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}