@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Inter:wght@400;500;700&display=swap');

/*CSS clear*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin-bottom: 24px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*CSS*/
/*variable*/
body {
  font-family: 'Inter', Arial !important;
  color: #142328;
  font-size: 18px !important;
}

.isMobile {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.mobile {
  overflow: hidden;
}

h1, h2 {
	font-family: 'Merriweather', arial, sans-serif !important;
	font-size: 2.2em !important;
}

h3 {
	font-family: 'Merriweather', arial, sans-serif !important;
	font-size: 1.4em !important;
}

p,
li {
  line-height: 1.66;
}


a {
  color: #db1457;
  text-decoration: underline !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #142328;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

strong {
  font-weight: bold;
}


.mailTo {
  display: inline-block;
  margin-right: 10px;
}

.footer-item .mailTo {
  margin-right: 0px;
}

.sub-title {
  display: inline-block;
  width: 100%;
  color: #142328;
  font-family: 'Merriweather';
  font-size: 24px;
  font-weight: 400;
   margin-bottom: 20px;
}

h3 {
  color: #142328;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}

.subheading {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}

.contact-persoon, .publication_name {
  font-weight: 600;
}

.thick-header {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}

.thick-text {
  font-weight: 600;
}

.cursief-text {
  font-style: italic;
}

#order_submit, #contact_submit {
  float: right;
  cursor: pointer;
}

input::-ms-clear {
  display: none;
}

/*hover classes*/
.hover {
  background-color: #EAE9E9;
}

.more-products {
  display: inline-block;
  margin-top: 10px;
}

/*main CSS*/
header {
  display: inline-block;
  width: 100%;
  height: 200px;
  background: #1C3747;
}
header .logo-holder {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

main {
  display: inline-block;
  width: 100%;
}

.products {
    background: #FAF6EE;
}

.products .col-md-6 {
    margin-bottom: 50px;
}

.grid {
  max-width: 1344px;
  padding: 80px 10px 50px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.form-section {
    background: #EEF6F6;
}

.contact-form {
    background: #EEF6F6;
}

.flex-box{
  display: flex;
  flex-wrap: wrap;
}

.flex-box > h2,
.flex-box > h3 {
  flex: 300px 0 0;
  margin-bottom: 24px;
  font-size: 21px !important;
  font-family: 'Merriweather' !important;
}

.flex-box > div {
  max-width: 720px;
}

.grid p {
  display: inline-block;
  margin-bottom: 24px;
}
.grid ul.sub-list {
  margin-bottom: 24px;
}
.grid ul.sub-list li {
  line-height: 1.66;
  padding-left: 24px;
  position: relative;
}

.grid ul.sub-list li:before {
    content: "•";
	position: absolute;
    top: 0;
    left: 0;
    width: 2.4rem;
    color: inherit;
    font-size: inherit;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
/* Standard syntax */
@keyframes example {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.fail-message4, .mailto-message-input-succes {
  display: none;
  position: fixed;
  z-index: 110;
  top: 50%;
  left: 50%;
  margin-top: -79px;
  margin-left: -292px;
  width: 584px;
  height: auto;
  padding: 20px 20px 0px 20px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  background-color: #FFF;
  color: #555;
  box-sizing: border-box;
}

.message-input-succes {
    text-align: center;
    height: 190px;
}

.message-input-succes h3 {
  text-align: center;
}
.message-input-succes p {
  text-align: center;
}
.message-input-succes .ok-button {
    color: #1c3747;
    min-width: 120px;
    background-color: #abd0d4!important;
    font-size: 1.2rem;
    line-height: 1.33;
    padding: 6px 25px;
    width: auto;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'Inter';
	text-decoration: none;
    margin: 0 auto;
}

.shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  left: 0;
  z-index: 110;
}

.message-input {
  overflow: hidden;
  width: 542px;
  padding: 20px 20px 0px 20px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  background-color: #FFF;
}

#popup-mailTo {
  display: none;
  z-index: 120;
}

footer {
  width: 100%;
  height: auto;
  background-color: #D2D8DA;
}

footer .grid {
    display: flex;
    flex-wrap: wrap;
    padding: 90px 10px 20px 10px;
}

footer .grid  a{
    color: #142328;
	text-decoration: none !important;
}

.grid .footer-section {
	min-width: 33%;
	padding-right: 80px;
}

.grid .footer-section:last-child {
	margin-top: 80px;
    width: 100%;
    font-size: 16px;
	padding: 0;
}

.footer-section.contact a {
    color: #142328;
	text-decoration: none !important;
}

.grid .footer-section .footer-item {
  display: table;
  margin-bottom: 7px;
  height: 20px;
}
.grid .footer-section .footer-item .footer-icon {
  width: 40px;
  height: 40px;
  fill: #4892d0;
}
.grid .footer-section .decoration-holder {
  display: inline-block;
  width: 40px;
}
.grid .footer-section .decoration-holder i {
  font-size: 29px;
  color: #4892d0;
}
.grid .footer-section .decoration-holder .text-mail {
  display: none;
}
.grid .footer-section .contact-text {
  display: table-cell;
  vertical-align: middle;
}
.grid .footer-section .pinpoint {
  width: 24px;
  height: 35px;
  margin-right: 6px;
}
.grid .footer-section .adress {
  margin-left: 40px;
}
.grid .footer-section .phone {
  width: 28px;
  height: 29px;
}
.grid .footer-section .mail {
  width: 26px;
  height: 20px;
}
.grid .first {
  margin-top: -12px;
}
.grid .last {
  margin-top: -11px;
}
.grid .contact .ABF-name {
  margin-bottom: 15px;
}

.contact-field .recaptcha-block {
  width: 100%;
  margin-bottom: 0;
}

.copyright {
  display: inline-block;
  width: 30%;
  margin-top: 33px;
}

.contact-field .loader {
  margin-bottom: 0px;
}

#contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_organisation,
.contact_name,
.contact_telephone,
.contact_email {
    width: 48%;
}

.contact_question,
.contact_button {
    width: 100%;
}

form > div {
    margin-bottom: 20px;
    position: relative;
}

label.placeholder_active  {
    top: 0px;
    font-size: 14px;
}

form label {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: rgba(20,35,40,0.5);
    z-index: 12;
}

form label::after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #db1457;
    opacity: 1;
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

form input {
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 20px 0 6px 0;
    border: none;
    border-bottom: 1px solid #d2d8da;
    background: transparent;
    text-indent: 0;
    font-size: 16px;
    box-shadow: none;
    z-index: 10;
    line-height: 26px;
    margin: 0;
}

form input:focus {
	border-bottom: 2px solid #1c3747;
    outline: 0;
	padding-bottom: 5px;
}

form textarea {
	font-family: 'Inter';
    font-size: .9em;
    height: 120px;
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 20px 0 6px 0;
    border: none;
    border-bottom: 1px solid #d2d8da;
    background: transparent;
    text-indent: 0;
    font-size: 0.9em;
    box-shadow: none;
    z-index: 10;
    line-height: 26px;
    margin: 0;
}

form textarea:focus {
	border-bottom: 2px solid #1c3747;
    outline: 0;
	padding-bottom: 5px;
}

.contact_button input {
	color: #142328;
    min-width: 48%;
    background-color: #abd0d4!important;
    font-size: 16px;
    padding: 0 48px 0 24px;
    width: auto;
    margin-top: 20px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 56px;
    position: relative;
    text-align: left;
    left: 52%;
    background-image: url(/css/abf/images/arrow-right.svg);
    background-position: center right 2.2rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.contact_button input:focus {
	border: 2px solid #1c3747;
    outline: 0;
}


     ::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     input::placeholder {
         color: transparent;
    }
     textarea::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     textarea::placeholder {
         color: transparent;
    }
@-moz-document url-prefix() {
  .contact-field .contact-field .fa-times, .contact-field .contact-field .fa-check {
    top: 8px;
  }
}
.contact-field .fa-times {
  color: #142328;
}
.contact-field .fa-check {
  color: #4892d0;
}
.contact-field .validate {
  display: none;
  font-size: 15px;
  font-family: 'Inter', Arial;
  color: rgb(255,0,0);
  padding-top: 5px;
}
.contact-field .loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 6px solid #BEBEBE;
  border-radius: 50%;
  border-top: 6px solid #4892d0;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.only-mobile {
  display: none;
}

input[type=submit] {
  -webkit-appearance: none;
}

@media screen and (max-width: 650px) {
	.contact_organisation,
	.contact_name,
	.contact_telephone,
	.contact_email {
		width: 100%;
	}
}
