@font-face {
    font-family: 'Amerigo BT';
    src: url('../fonts/AmerigoBT-RomanA.woff2') format('woff2'),
        url('../fonts/AmerigoBT-RomanA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro.woff2') format('woff2'),
        url('../fonts/DINPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Condensed Bold';
    src: url('../fonts/DINPro-CondBold.woff2') format('woff2'),
        url('../fonts/DINPro-CondBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Heavy';
    src: url('../fonts/franklin_gothic_pro-heavy-webfont.woff2') format('woff2'),
         url('../fonts/franklin_gothic_pro-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Franklin Gothic Medium';
    src: url('../fonts/franklin_gothic_pro-medium-webfont.woff2') format('woff2'),
         url('../fonts/franklin_gothic_pro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Franklin Gothic Regular';
    src: url('../fonts/franklin_gothic_pro-book-webfont.woff2') format('woff2'),
         url('../fonts/franklin_gothic_pro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}






/** GLOBAL STYLES **/

body{
	background: #101010;
	font-family: 'Franklin Gothic Regular', 'Arial', sans-serif;
	color: #202020;
}

.content{
	background: #fff;
	padding: 1.5rem 0;
}

/** FONT STYLES **/



h1,h2,h3,h4,h5{
	margin-bottom: .75rem;
}

h1{
	font-family: 'Franklin Gothic Heavy',sans-serif !important;
	font-size: 2.4em;
	line-height: 1;
}

h2{	
	 font-family: 'Franklin Gothic Medium';
	font-size: 1.9rem;
	line-height: 1.4;
	text-transform: uppercase;
}

h3{
	 font-family: 'Franklin Gothic Medium';
	font-size: 1.5rem;
	line-height: 1.4;
	text-transform: uppercase;
}

h4{
	font-family: 'Franklin Gothic Medium';
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
}

.entry-content a, article header a{
	color: #ff6600;
	text-decoration: underline;
}

.entry-content a:hover, article header a:hover{
	color: #dd5800;
}

p, li{
	line-height: 1.8;
}

strong{
	font-family: 'Franklin Gothic Medium';
	font-weight: 400;
}

/** UI Styles **/

hr{
text-align: center; /* horizontal centering */
  line-height: 1px; /* vertical centering */
  height: 1px; /* gap between the lines */
  border-width: 1px 0; /* top and bottom borders */
  border-style: solid;
  border-color: #ff6600;
  margin: 3rem 0;
}

hr:after {
  content: ""; /* section sign */
  background: url('../images/hr.png') no-repeat center center;
  display: inline; /* for vertical centering and background knockout */
  background-color: white; /* same as background color */
  padding: 25px 35px; /* size of background color knockout */
}


#catapult-cookie-bar{
	font-size: 14px;
}

/** HEADER STYLES **/

.header-cta{
	background: #ff6600;
	color: #fff;
	padding: .5rem 0;
	font-size: 14px;
}

.header-cta p{
	margin: 0;
}

.header-cta a{
	color: #fff;
}

.header-cta p.zekerheden{
	flex: 1;
}

.header-cta p.tel{
	width: 120px;
}

.header-cta i{
	color: #202020;
	margin: 0 0 0 .5rem;
}

.inner-header, .inner-header-cta{
	max-width: 1200px;
	margin: 0 auto;
}	

.inner-header-cta{
	display: flex;
	justify-content: space-between;
	padding: 0 1.875rem; 
}

.inner-header-cta ul{
	display: inline;
}

.inner-header-cta .menu a{
	padding: 0 0 0 .5rem;
	line-height: 1.6
}

i.fa-globe-europe{
	line-height: 1.6;
}

.inner-header-cta .menu a:hover{
	text-decoration: underline;
}

.header-cta-right{
	display: flex;
	flex-direction: row;
}

.top-bar, .top-bar ul{
	background: transparent;
}

.top-bar{
	padding: 1.5rem 1.875rem;
}

.top-bar a{
	color: #202020;
	font-family: 'Franklin Gothic Medium';
	text-transform: uppercase;
}

.top-bar a:hover{
	color: #ff6600;
}

.menu .active>a{
	color: #ff6600;
	background: transparent;
}

.off-canvas{
	background: #ff6600;
}

.off-canvas ul{
	background: #ff6600;
}

.off-canvas a{
		font-family: 'Franklin Gothic Medium';
	text-transform: uppercase;
	color: #fff;
}

.off-canvas ul li{
	border-bottom: 1px solid #dd5800;
}

.off-canvas .menu .active>a, .off-canvas a:hover{
	color: #202020;
}

img.logo{
	height: 40px;
	width: auto;
}

/** BANNER STYLES **/

header.header{

	background: #f6f6f6 url('../images/header-bg.png') no-repeat 66% center;
	background-attachment: fixed;
}

.premie-top-banner{
	padding: 3rem 0;
}

.premie-top-banner ul{
	list-style: none;
	margin-left: 0;
	font-size: 1.3rem;
}

.premie-top-banner i{
	color: #ff6600;
}

.premie-top-banner a.button{
	margin-bottom: .75rem;
}

.premie-top-banner p.small{
	font-size: 14px;
}

.promo{
	background: rgb(255,218,68);
	background: linear-gradient(90deg, rgba(255,218,68,1) 0%, rgba(255,214,51,1) 100%);
	box-shadow: 0 20px 20px rgba(0,0,0,.2);
	padding: 20px;
	margin-bottom: 60px;
	border-radius: 5px;
}


.promo p{
	font-family: 'Franklin Gothic Heavy',sans-serif !important;
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0;
	color: #000;
}

.promo p span{
	text-decoration: underline;
	text-decoration-color: #000;
}

.promo-disclaimer{
	margin-top: 2rem;
}




/** PAGE STYLES **/

.inner-content{
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 0;
}

/** ACF Dealer block **/

.dealer-detail{
	margin: 1.5rem 0;
}

.dealer-detail i{
	color: #ff6600;
}

span.telefoon{
	margin-right: 1rem;
}

/** ACF Content & Image block **/

.content-image-block{
	margin: 1.5rem 0;
}

.content-image-block .image{
	filter: grayscale(1);
	background-size: cover !important;
	transition: all .25s ease-in-out;
}

.content-image-block:hover .image{
	filter: grayscale(0);
}

.content-image-block .text{
	background: #ff6600;
	color: #fff;
	padding: 3rem 1.5rem 2rem 1.5rem;
}

.content-image-block .text a{
	color: #202020;
}

.content-image-block .text a:hover{
	color: #fff;;
}

.content-image-block .text h1, .content-image-block .text h2, .content-image-block .text h3{
	color: #202020;
}

/** Sticky tabel styles **/

th{
	font-weight: 400;
}

.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 2rem;
}
.table-scroll table {
  width: 100%;
  min-width: 1100px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-wrap {
  position: relative;
}
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  vertical-align: top;
}
.table-scroll thead th {
  background: #333;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #666;
  color: #fff;
  z-index:4;
}
 /* testing links*/

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  background: #fff;
  width: 40%;
}
thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}

.table-scroll  td.dekking, th.dekking{
	text-align: center;
}

table i.fa-check{
	color: #ff6600;
}


.table-scroll  tbody tr td:nth-child(even){
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
tbody tr:nth-child(2n){
	background: transparent
}

.table-scroll  tbody tr:hover{
	background: #f6f6f6;
	cursor: pointer;
}

.table-scroll  tbody tr:hover th:first-child{
	background: #f6f6f6;
	cursor: pointer;
}

/** Table styles **/

tbody{
	border: none;
}

/** FOOTER STYLES **/

.inner-footer{
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 0;
}


.footer{
	margin-top: 0;
}

.footer ul.menu{
	display: list-item;
}

footer.footer{
	background: #303030 url('../images/footer-bg-alt.jpg') no-repeat center center;
	color: #fff;
	font-size: 14px;
}

footer.footer h4{
	font-weight: 700;
	font-size: 1.1rem;
	color: #ff6600;
	text-transform: uppercase;
}

footer.footer a{
	color: #fff;
	line-height: 1.6;
}

.footer .menu a{
	padding: 0;
}

footer.footer a:hover{
	color: #ff6600;
	text-decoration: underline;
}

.inner-footer-legal{
	max-width: 1200px;
	padding: 3rem 1.875rem;
	margin: 0 auto;
}

.footer .gform_wrapper .top_label .gfield_label{
	color: #fff;
	font-weight: 400;
	display: none;
}

.footer .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

.footer-legal{
	font-size: 12px;
	color: #fff;
}

.footer-links{
	display: flex;
	flex-direction: row;
}

.footer-links a{
	color: #fff;
}

.footer-links a:hover{
	color: #ff6600;
	text-decoration: underline;
}


ul#footer-links{
	padding: 5px;
}
ul#footer-links a{
	color: #fff;
	padding: 0 .25rem;
	line-height: 1;
	border-left: 1px solid #fff;
}

ul#footer-links a:hover{
	color: #ff6600;
	text-decoration: underline;
}

.widget_custom_html ul li{
	list-style: none;
}

.widget_custom_html label{
	color: #fff;
}

.widget_custom_html .mandatorySign, .widget_custom_html .sublabel{
	display: none;
}

.widget_custom_html input[type="submit"]{
	border: none;
	padding: .85em 1em;
}

/** Gravity Forms srtyling **/

span.gfield_required{
	display: none;
}

.gform_wrapper .top_label .gfield_label{
	font-family: 'Franklin Gothic Medium';
	font-weight: 400;
}

.button, input[type=submit]{
	font-family: 'Franklin Gothic Medium';
	background: #ff6600;
	color: #fff;
}

.button:hover, input[type=submit]:hover{
	background: #dd5800;
}

::placeholder{
	color: #777;	
}

/** COOKIE WALL STYLES **/

.cli-tab-footer .wt-cli-privacy-accept-btn{
	background-color: #ff6600 !important;
}


/** WP STYLES **/

.entry-content .aligncenter img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

@media all and (max-width: 1023px){
	
	.inner-footer .cell{
		margin-bottom: 2rem;
	}
	
	th:first-child {
		width: 400px;
	}
	
}

@media all and (max-width: 639px){
	
	img.logo{
		height: 30px;
		width: auto;
	}
	
	.inner-header-cta{
		padding: 0 1.25rem; 
		justify-content: center;
		
	}
	
	.inner-header-cta .header-cta-left{
		display: 	none;
	}

	.top-bar .top-bar-left {
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	    margin-right: auto;
    }
	
	.top-bar .top-bar-right {
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	    margin-left: auto;
	}
	
	/** TABLE STYLING **/
	
	.table-scroll {
		height: 350px;
	}
	
	th:first-child {
	width: 200px;
	}
}