@font-face {
    font-family: 'MuseoSans-900';
    src: url('../fonts/MuseoSans-900.eot');
    src: local('☞MuseoSans-900'), local('MuseoSans-900'),
        url('../fonts/MuseoSans-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-900.woff2') format('woff2'),
        url('../fonts/MuseoSans-900.woff') format('woff'),
        url('../fonts/MuseoSans-900.ttf') format('truetype'),
        url('../fonts/MuseoSans-900.svg#MuseoSans-900') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    overflow-y: scroll;
}
body {
    color: #555;
    font-size:1.7em;
	font-family: 'Roboto', Sans-serif;
    margin: 0;
    padding: 0;
    padding-right: 0!important;
    background: #fff;
}
img {
    max-width: 100%;
    height: auto!important;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
    outline:0 none !important;
    text-decoration:none;
}
*:focus, *:visited, *:active, *:hover  {
    outline:0 !important;
}
*::-moz-focus-inner {
    border:0;
}
button::-moz-focus-inner {
    border: 0;
}
.container-fluid {
    overflow: hidden;
}
@media (min-width: 1024px) {
    .padding {
        padding: 0 15%;
    }
}
.nopadding {
	padding: 0;
}
.padding:empty {
	display:none;
	visibility:hidden;
}
h1, h2, h3, h4 {
	font-family: 'MuseoSans-900';
    text-transform: uppercase;
	color: #2d6edc;
}
h1 strong,
h2 strong,
h3 strong {
    color: #009138;
}
@media (min-width:1401px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
}
@media (min-width:768px) and (max-width: 1400px) {
    h1 {
        font-size: 4vw;
    }
    h2 {
        font-size: 3vw;
    }
}
@media (max-width:767px) {
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2.8rem;
    }
}
h5 {
    font-family: 'Caveat', cursive;
    font-size:30px;
    margin:0;
}
.page-header {
    padding: 0;
    margin: 15px;
    border-bottom: 1px solid #eee;
}
.top {
	font-size: 14px;
	background: #222;
}
.top, .top a {
	color: #fff;
}
.topvak {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.topvak2 {
	justify-content: end;
}
.topvak .fa-envelope,
.topvak .fa-clock {
	color: #2D6EDC;
	padding-right: 10px;
}@media (min-width:768px) {
	.sub {
		display: flex;
		justify-content: center;
		align-items: center;
	}	.subtop1 {
		text-align:right;
	}}@media (max-width:767px) {	.subtop1 {		text-align:center;	}	.subtop2 a {		display:block;		text-align:center;	}}
.subtop {
	background: url(https://www.homanreklame.nl/templates/homan/img/diensten.png) no-repeat center;
	width: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0;
}
@media (min-width:768px) and (max-width: 1024px) {
	.subtop {
		margin-bottom: 50px;
	}
}
@media (min-width:768px) {
	.subtop {
		height: calc(100vw /(4000 / 954));
	}
}
.subtop2 a {
    border: 3px solid #213B86;
    padding: 18px 25px;
}
.knop,
.meerknop {
	display:inline-block;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase;
}
.knop {
    background: #213B86;
    padding: 10px 20px;
    color: #fff;
	z-index: 1;
    position: relative;
}
.meerknop {
    color: #FFB405;
	background: #fff;
	font-weight: bold;
	border: 3px solid #FFB405;
    text-align: right;
    align-self: center;
	padding: 10px 15px;
    border-radius: 5px;
}
.meerknop2 {
    color: #FFB405;
	background: #000;
	font-weight: bold;
	border: 3px solid #FFB405;
	padding: 10px 15px;
    border-radius: 5px;
}
.knop:hover {
    opacity:0.8;
    color: #fff;
}
.meerknop:hover,
.meerknop2:hover {
    opacity:0.8;
    color: #FFB405;
}
.knop:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f360";
    padding-right:10px;
}
.contact {
    height: 70px;
	float:right;
    display:flex;
	margin-left: 15px;
}
.nummer {
    display: inline-block;
    background: #FFB405;
	color: #fff;
    text-align: right;
    align-self: center;
	padding: 4px 10px;
    border-radius: 4px;
}
.nummer a {
	letter-spacing:.3px;
	font-weight: bold;
	color: #fff;
}
@media (min-width:768px) {
	.halfway {
		padding: 70px;
	}
	.halfway h2 {
		margin-top: 0;
	}
}
.oneliner span {
	display: block;
    background: #000;
    width: max-content;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-radius: 5px;
}
.oneliner h1 {
	padding: 3px 7px;
	margin:0;
}
.oneliner span:nth-child(odd) h1 {
    color: #fff!important;
}
.oneliner span:nth-child(even) h1 {
	color: #FFB405!important;
}
.oneliner:before {
	position: absolute;
	top: 0;
	content: "''";
	font-size: 1000px;
	color: #F5F5F5;
	margin-top: -305px;
	z-index: -1;
	margin-left: -130px;
	font-style: italic;
}
.oneliner:after {
	position: absolute;
	top: 0;
	content: "''";
	font-size: 1000px;
	color: #F5F5F5;
	margin-top: -225px;
	z-index: -1;
	margin-left: 25px;
	font-style: italic;
}
.block-a {
	background: #FFB405;
    color: #333;
	padding: 100px 15%;
}
.block-b {
	background: #2D6EDC;
    color: #fff;
	padding: 150px 15%;
}
.block h2,
.block h3 {
	color: #fff;
}
@media (min-width:1024px) and (max-width: 1400px) {
	.block h2 {
		font-size: 2vw;
	}
}
.skew-a {
	width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to right bottom, #ffffff 49%, #FFB405 50%), linear-gradient(-50deg, #ffffff 16px, #000 0);
}
.skew-b {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to left top, #2D6EDC 49%, #FFB405 50%);
}
.skew-c {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to left top, #010101 49%, #2D6EDC 50%);
}
.achtergrond1,
.achtergrond2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.achtergrond1 {
    background-image: url(../img/achtergrond1.png);
}
.achtergrond2 {
    background-image: url(../img/achtergrond2.png);
}
/*menu*/
.navbar-brand {
    padding: 0;
    max-width: max-content;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar {
    min-height: 70px;
	margin:0;
	border: none;
}
.navbar-nav > li > a {
	font-size: 19px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #2D6EDC;
    background-color: #ffffff;
}
.navbar-toggle {
    margin-top: 13px;
    border-radius:5px;
}
.navbar-collapse {
    max-height: 100% !important;
 }
.navbar-fixed-top {
    border-width: 0;
}
@media (max-width:767px) {
    .knop {
        width: 100%;
        display: block;
    }
}
/*affix*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.navbar.affix {
    position: fixed;
    z-index: 1999;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    margin-top: 0;
    padding-top: 0px;
    border-radius: 0;
}
.affix-placeholder {
    display: none;
}
.navbar.affix + .affix-placeholder {
    display: block;
    visibility: hidden;
}
.affix + .container-fluid {
    padding-top:70px;/*verticalebump*/
}
/*einde affix*/
/*einde menu*/
/*flex tabel*/
.buiten {
    display: flex;
    max-width: 800px;
    margin: 0;
}
.binnen {
    flex-grow: 1;
    padding: 5px;
    border: 1px solid #444750;
    width: 33%;
    margin: 1px;
    font-size: 0.9em;
}
.binnen p {
    margin: 0;
}
@media (max-width: 1199px) {
    .buiten {
        flex-wrap: wrap;
    }
    .binnen {
        flex: 1 0 95%;
    }
}
/*einde flex tabel*/
footer {
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    background: #010101;
    color: #ffffff;
}
footer a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #c1c1c1;
}
footer a:hover {
    color: #909090;
}
.credit {
    text-align:center;
    font-size:85%;
	padding: 50px 0;
}
footer small {
	font-size: 13px;
}
#return-to-top {
    position: fixed;
    bottom: 100px;
    right:0;
    display: block;
    display: none;
    transition: all 0.3s ease;
    background: rgba(0,0,0,.5);
    padding: 15px;
    border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a#return-to-top {
    color:#fff!important;
}
#svg-container {
	display: flex;
	align-items: baseline;
	height: 100%;
}
.page-1 #svg-container {
	display:none;
}
#svg-1 {
	position:absolute;
	bottom: -2px;
	z-index:2;
}
#svg-2 {
	position:absolute;
	bottom: -2px;
	z-index:-1;
}
/*grid*/
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 15px 0;
    min-width: 100%;
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
	border-radius: 5px;
}
.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:2;
}
.grid figure h2 {
    color: #FAFEFF;
    margin: 0;
}
@media (min-width:1200px) {
	.grid figure h2 {
		font-size: 35px;
	}
}
@media (min-width:613px) and (max-width:1199px) {
	.grid figure h2 {
		font-size: 25px;
	}
}
@media (max-width:612px) {
	.grid figure h2 {
		font-size: 8vw;
	}
}
figure.effect-goliath {
	background: #000;
}
figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	right: 0;
}
figure.effect-goliath h2 {
	padding: 30px;
}
figure.effect-goliath p {
	padding: 10px;
}
figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}
figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#gradient {
    position:absolute;
    z-index:1;
    right:0; bottom:0; left:0;
    height:95px;
    background: none;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}