body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2rem;
}

h1 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-family: "Gibson W01 SemiBold", sans-serif;
    color: #202b64;
    text-transform: none;
}

h2 {
    font-size: 2.0rem;
    line-height: 1.25;
    font-family: "Gibson W01 SemiBold", sans-serif;
    color: #202b64;
    text-transform: none;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: "Gibson W01 Regular", sans-serif;
    color: #202b64;
    text-transform: none;
}

h4 {
    font-size: 1.6rem;
    line-height: 1.35;
    font-family: "Gibson W01 SemiBold", sans-serif;
    color: #202b64;
    text-transform: none;
}

h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Gibson W01 SemiBold", sans-serif;
    color: #202b64;
    text-transform: none;
}

h6 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "Gibson W01 SemiBold", sans-serif;
    color: #202b64;
    text-transform: none;
}

.titel-triple-t{
    font-family: "Gibson W01 Regular", sans-serif;
}

p {
    font-family: "Gibson W01 Light", sans-serif;
    font-size: 16px;
}

ul.bullet-triple-t li{
    font-family: "Gibson W01 Light", sans-serif;
    list-style: none;
    background: url(../images/triple-t-list-style.png) 0 5px no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    text-align: left;
}

ul.bullet-triple-t{
      -webkit-padding-start: 10px!important;
}

.card-triple-t {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 40px;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}

/*     toevoegingen Guy      */

.page-background {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: center right;
}

.logo {
	width: auto;
	height: 48px;
	float: right;
	margin-bottom: 24px;
}

.clear {
	clear: both;
}

.content-box {
	background: #fff;
	width: 460px;
	height: auto;
	padding: 30px 50px 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
}

.ref-btn {
	color: #222;
    font-family: "Gibson W01 SemiBold", sans-serif;
	text-decoration: none;
  	background-color: #F9EA3C;
  	border-color: #F9EA3C;
	display: inline-block;
	margin: 20px;
  	padding: 8px 20px;
  	margin-bottom: 0;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 1.42857143;
  	text-align: center;
  	white-space: nowrap;
  	vertical-align: middle;
  	border: 1px solid transparent;
  	border-radius: 4px;
}

.ref-btn:hover {
	color: #222;
  	background-color: #e2d02d;
  	border-color: #e2d02d;
}

@media (max-width: 992px) {
	.content-box {
		max-width: 460px;
		padding: 30px 50px 50px;
		border-radius: 8px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	}
}

@media (max-width: 768px) {
	.content-box {
		max-width: 260px;
		padding: 30px 30px 40px;
		border-radius: 8px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	}
}

@media (max-width: 361px) {
	.content-box {
		max-width: 180px;
		padding: 20px 20px 40px;
		border-radius: 8px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	}
}
