
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

@font-face {
    font-family: 'Mukta Bold';    
    src: url("../fonts/Mukta-Bold.ttf");
}
@font-face {
    font-family: 'Mukta Regular';    
    src: url("../fonts/Mukta-Regular.ttf");
}
@font-face {
    font-family: 'Mukta Light';    
    src: url("../fonts/Mukta-Light.ttf");
}


/* ===================================================================  LETTERTYPES ALGEMEEN) */
.h1_kop {
	color: #F1942E;
	font-family: "Mukta Bold";
	font-weight: 600;
}

.h1_tussenkop {
	color: #000000;
	font-family: "Mukta Bold";
	font-weight: 600;
}

.h1_modal {
	color: #FFFFFF;
	font-family: "Mukta Bold";
	font-weight: 600;
	text-align: center;
	font-size: 2.5em;
	margin-top: 0px;
	margin-bottom: 5px;
}

.p_grijs {
	color: #1A171A;
	font-family: 'Mukta Light';
	font-weight: normal;
}

.p_label {
	color: #1A171A;
	font-family: 'Mukta Light';
	font-weight: normal;
}

.p_wit_footer {
	text-align: center;
	color: #000000;
	font-family: 'Mukta Regular';
}

/* LINK INFO@WTB */
.a_info_wtb {
	color: #1A171A;
	font-family: 'Mukta Regular';
	font-weight: normal;
    text-decoration: underline;
}

.a_info_wtb:hover {
	color: #1A171A;
	font-family: 'Mukta Regular';
	font-weight: normal;
    text-decoration: underline;
}


.contactgegevens {
	color: #1A171A;
	font-family: 'Mukta Light';
	font-weight: normal;
}




/* ===================================================================  KNOPPEN ALGEMEEN) */
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}



/* ===================================================================  Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
	
	
/* LETTERTYPES */
.h1_kop {
	font-size: 1.70em;
 	margin-bottom: 15px;
	margin-top: 15px;
}
	
.h1_tussenkop {
	font-size: 1.15em;
}

.p_grijs {
	font-size: 1.15em;
	line-height: 1.30em;
 	margin-bottom: 20px;
	margin-top: 0px;
	padding-right: 0px;
}

.p_label {
	font-size: 1.15em;
	line-height: 1.25em;
 	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 0px;
}

.p_wit_footer {
	font-size: .8em;
	text-align: center;
	color: #ffffff;
	font-family: Helvetica, Arial;
}

/* CONTAINER EENKOLOMS PAGINA */
.container_eenkolom {
	padding-left: 0px;
	padding-right: 0px;
	align-content: center
}	

.contactgegevens {
    padding-top: 10px;
}

/* ===================================================================  KNOPPEN ALGEMEEN) */
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}


.btn-yellow {
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px;
	background-color: #F1942E;
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
	outline: 0 none;
	width: 100%;
	color: #000000;
	font-size: 1.10em;
	font-family: "Mukta Bold";
	font-weight: 600;
}

.btn-yellow:hover {
	color: #FFFFFF;
	background-color: #F1942E;
}

.btn-yellow:focus btn-yellow:active:focus btn-yellow.active:focus {
    border: 0px solid transparent;
	color: #ffffff;
	outline: 0 none;
}
	
/* BUTTON TELEFOON */
.btn-yellow-normal {
	margin-top: 10px;
}	
	
		
/* TABLE INSTELLINGEN   */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
    font-size: 1em;
 	margin-bottom: 2px;
	margin-top: 2px;
	font-family: 'Mukta Regular';
}

thead{
    vertical-align: middle;
    background-color: #F1942E;
	font-size: 1em;
 	margin-bottom: 2px;
	margin-top: 2px;
	color: #000000;
	font-family: 'Mukta Regular';
}

/* BEPAAL GROOTTE SVG BESTAND LOGO */
.img_contact {
    max-width: 30%;
    height: auto;
}

.img_header {
    max-width: 38%;
    height: auto;
    margin-top: -5px;
}

}


/* ===================================================================  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
/* LETTERTYPES */
.h1_kop {
	font-size: 1.75em;
 	margin-bottom: 0px;
	margin-top: 20px;
}
	
.h1_tussenkop {
	font-size: 1.20em;
}

.p_grijs {
	font-size: 1.20em;
	line-height: 1.25em;
 	margin-bottom: 10px;
	margin-top: 0px;
	padding-right: 50px;
}
	
.p_label {
	font-size: 1.20em;
	line-height: 1.25em;
 	margin-bottom: 10px;
	margin-top: 0px;
	padding-right: 50px;
}

.p_wit_footer {
	font-size: .8em;
	text-align: center;
	color: #ffffff;
	font-family: Helvetica, Arial;
}

/* CONTAINER EENKOLOMS PAGINA */
.container_eenkolom {
	padding-left: 40px;
	padding-right: 40px;
	width: 768px;
	align-content: center
}	

.contactgegevens {
padding-top: 10px;
}

	
/* TABLE INSTELLINGEN   */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
    font-size: 1em;
 	margin-bottom: 2px;
	margin-top: 2px;
	font-family: 'Mukta Regular';
}

thead{
    vertical-align: middle;
    background-color: #F1942E;
	font-size: 1em;
 	margin-bottom: 2px;
	margin-top: 2px;
	color: #000000;
	font-family: 'Mukta Regular';
}
	
.btn-yellow {
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px;
	background-color: #F1942E;
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
	outline: 0 none;
	width: 100%;
	color: #000000;
	font-size: 1.20em;
	font-family: "Mukta Bold";
	font-weight: 600;
}

.btn-yellow:hover {
	color: #FFFFFF;
	background-color: #F1942E;
}

.btn-yellow:focus btn-yellow:active:focus btn-yellow.active:focus {
    border: 0px solid transparent;
	color: #ffffff;
	outline: 0 none;
}

/* BEPAAL GROOTTE SVG BESTAND LOGO */
.img_contact {
    max-width: 30%;
    height: auto;
}

.img_header {
    max-width: 47%;
    height: auto;
    margin-top: -15px;
}


}

/* ====================================================================  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
/* LETTERTYPES */
.h1_kop {
	font-size: 3.5em;
 	margin-bottom: 0px;
	margin-top: 20px;
}
	
.h1_tussenkop {
	font-size: 2.5em;
    padding-top: 0px;
}


.p_grijs {
	font-size: 1.5em;
	line-height: 1.25em;
 	margin-bottom: 10px;
	margin-top: 0px;
	padding-right: 50px;
}

.p_label {
	font-size: 1.5em;
	line-height: 1.25em;
 	margin-bottom: 5px;
	margin-top: 0px;
	padding-right: 50px;
}

.p_wit_footer {
	font-size: .8em;
	text-align: center;
	color: #ffffff;
	font-family: Helvetica, Arial;
}

/* CONTAINER EENKOLOMS PAGINA */
.container_eenkolom {
	padding-left: 40px;
	padding-right: 40px;
	width: 768px;
	align-content: center;
}	


.contactgegevens {
padding-top: 100px;
}
	

.btn-yellow {
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px;
	background-color: #F1942E;
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
	outline: 0 none;
	width: 100%;
	color: #000000;
	font-size: 1.20em;
	font-family: "Mukta Bold";
	font-weight: 600;
}

.btn-yellow:hover {
	color: #FFFFFF;
	background-color: #F1942E;
}

.btn-yellow:focus btn-yellow:active:focus btn-yellow.active:focus {
    border: 0px solid transparent;
	color: #ffffff;
	outline: 0 none;
}
	
/* TABLE INSTELLINGEN   */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
    font-size: 1.20em;
 	margin-bottom: 2px;
	margin-top: 2px;
	font-family: 'Mukta Regular';
}

thead{
    vertical-align: middle;
    background-color: #F1942E;
	font-size: 1em;
 	margin-bottom: 2px;
	margin-top: 2px;
	color: #000000;
	font-family: 'Mukta Regular';
}
	
/* BEPAAL GROOTTE SVG BESTAND LOGO */
.img_contact {
    max-width: 60%;
    height: auto;
}
	
.img_header {
    max-width: 47%;
    height: auto;
    margin-top: -15px;
}

}


/* ====================================================================  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

/* LETTERTYPES */
.h1_kop {
	font-size: 2.5em;
 	margin-bottom: 20px;
	margin-top: 40px;
}
	
.h1_tussenkop {
	font-size: 1.5em;
	line-height: 1.25em;
 	margin-bottom: 0px;
	margin-top: 20px;
	padding-right: 50px;
}
	
.p_grijs {
	font-size: 1.5em;
	line-height: 1.25em;
 	margin-bottom: 20px;
	margin-top: 0px;
	padding-right: 50px;
}
	

/* CONTAINER EENKOLOMS PAGINA */
.container_eenkolom {
	padding-left: 150px;
	padding-right: 150px;
	width: 1170px;
	align-content: center
}	
   
.btn-yellow {
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0px;
	background-color: #F1942E;
    display: inline-block;
    margin-bottom: 0;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
	outline: 0 none;
	width: 100%;
	color: #000000;
	font-size: 1.20em;
	font-family: "Mukta Bold";
	font-weight: 600;
}

.btn-yellow:hover {
	color: #FFFFFF;
	background-color: #F1942E;
}

.btn-yellow:focus btn-yellow:active:focus btn-yellow.active:focus {
    border: 0px solid transparent;
	color: #ffffff;
	outline: 0 none;
}
   
/* BEPAAL GROOTTE SVG BESTAND LOGO */
.img_contact {
    max-width: 60%;
    height: auto;
}

.img_header {
    max-width: 47%;
    height: auto;
    margin-top: -15px;
}


   
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 

}
