/*
  Theme Name: JijOnline Theme
  Author: JijOnline
	Author URI: https://jijonline.nu/
	Description: Dit is het thema voor de JijOnline site voor hubspot.
	Tags: Hubspot.
	Version: 1.0.0
*/

/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

h1, h2, h3, h4, h5, h6, .btn, button, .button-link, input[type="submit"], 
.body-container li {
	font-family: Lato !important;
	font-weight: normal;
	font-style: normal;
}

/* ALGEMEEN */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato";
  font-size: 18px;
  line-height: 1.5em;
  padding-top: 80px;
  width: 100%;
  overflow-x: hidden;
}

h1 { font-size: 60px; font-weight: 900; }
h2 { font-size: 50px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

.light {
    color: white;
}

.item-row {
	display: flex;
	flex-direction: row;
}

.item-row>div {
	flex-basis: 50%;
	flex-grow: 1;
}

a,
a[href^="tel"],
input[type="submit"] {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a, a[href^="tel"] { color: #1374CF; }
a:hover { color: #000; }
a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
	line-height: 1.25em;
	margin-bottom: 20px;
}

.bold { font-weight: bold; }

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: nearest-neighbor;
}

p {  
 /* margin: 30px 0;*/
}

.body-container ul {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.body-container ul li {
  position: relative;
  margin-left: 0;
  padding-left: 35px;
  line-height: 1.5em;
  letter-spacing: -0.1px;
}
.body-container ul li:not(:last-child) { margin-bottom: 15px; }

.body-container ul li:before {
  content: "";
  position: absolute;
  background-image: url(https://www.axoniq.io/hubfs/check-icon-peacock.svg); 
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: contain;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;
}

.body-container ul li li:before {
  background-image: url(https://www.axoniq.io/hubfs/circle-icon.svg); 
}


.body-container ol li {
	line-height: 1.5em;
  margin-bottom: 15px;
}

.m0 { margin-bottom: 0; }
.m30 { margin-bottom: 30px; }
.m50 { margin-bottom: 50px; }
.m100 { margin-bottom: 100px; }

.p0 > .row-fluid-wrapper { padding-top: 0; padding-bottom: 0; }
.p30 > .row-fluid-wrapper { padding-top: 30px; padding-bottom: 30px; }
.p50 > .row-fluid-wrapper { padding-top: 50px; padding-bottom: 50px; }
.p100 > .row-fluid-wrapper { padding-top: 100px; padding-bottom: 100px; }

.hide { display: none !important; }

.offset > .row-fluid-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  margin-left: -100px;
  margin-right: -100px;
}
.offset2 > .row-fluid-wrapper {
  padding-left: 350px;
  padding-right: 350px;
  margin-left: -100px;
  margin-right: -100px;
  background-color: #f2f2f2;
}
.offtop50 > .row-fluid-wrapper { margin-top: -50px; }
.offtop100 > .row-fluid-wrapper { margin-top: -100px; }

.vc .row-fluid-wrapper .row-fluid {
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.box .hs_cos_wrapper_widget_container {
	position: relative;
	display: block;
	overflow: auto;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 50px 30px;
  width: 100%;
	background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 25px rgba(0,0,0,0.25);
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
  border-radius: 15px;
}

del {
  text-decoration: none;
  background: linear-gradient(transparent 65%, #1374CF 35%);
  padding: 3px 5px;
  margin: -3px -5px;
}

.header-container-wrapper .header-container,
.body-container-wrapper .body-container,
.footer-container-wrapper .footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.page-contents .row-fluid .hs_cos_wrapper_widget:first-child .hs_cos_wrapper > *:first-child,
.footer-contents .row-fluid .hs_cos_wrapper_widget:first-child .hs_cos_wrapper > *:first-child {
  margin-top: 0;
}
.page-contents .row-fluid .hs_cos_wrapper_widget:last-child .hs_cos_wrapper > *:last-child,
.footer-contents .row-fluid .hs_cos_wrapper_widget:last-child .hs_cos_wrapper > *:last-child {
  margin-bottom: 0;
}

/* COLUMNS */

.row-fluid {
/*  margin-left: -25px;
  margin-right: -25px;*/
  width: auto;
}


.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span12 {
  /*padding-left: 25px;
  padding-right: 25px;*/
  margin-left: 0;
  margin-right: 0;
}


.row-fluid .span2 { width: 16.666%; }
.row-fluid .span3 { width: 25%; }
.row-fluid .span4 { width: 33.333%; }
.row-fluid .span5 { width: 41.666%; }
.row-fluid .span6 { width: 50%; }
.row-fluid .span7 { width: 58.333%; }
.row-fluid .span8 { width: 66.666%; }
.row-fluid .span9 { width: 75%; }
.row-fluid .span10 { width: 83.333%; }
.row-fluid .span12 { width: 100%; }


/* PAGE TITLE */

.page-title .row-fluid-wrapper {
  /*background: linear-gradient(245deg,#006bae,#16a8a6);*/
  background: #1374CF;
  /*border-radius: 15px;*/
  padding: 100px;
  width: auto !important;
  margin-left: -100px !important;
  margin-right: -100px !important;
  margin-bottom: 100px;
  overflow: hidden;
}

/* LANDINGPAGE */

.downloadable img {
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 25px rgba(0,0,0,0.25);
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
}
.page-title .widget-span {
    z-index: 10;
}

/* SECTIES */

/* Usps */
.usps .row-fluid-wrapper { position: relative; }
.usps .row-fluid-wrapper > div { position: relative; z-index: 10; }
.usps .box .hs_cos_wrapper_widget_container { margin-bottom: 0; }

.usps .row-fluid-wrapper:before {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  width: calc(66.7% - 50px);
}
.grey .row-fluid-wrapper:before {
  content: "";
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  width: 100%;
}

/* Slim */
.slim > .row-fluid-wrapper {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/* Form */
.form .box .hs_cos_wrapper_widget_container { margin-bottom: 0; }
.form h3.form-title { text-align: center; }

/* HEADER */

.header-container-wrapper {
  top: 0;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.header-container-wrapper.sticky {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 25px rgba(0,0,0,0.25);
  box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.jo-logo {
  padding: 20px 0 10px 0;
  margin: 0;
}

/*.banner > .row-fluid-wrapper::after {
    display: block;
    content: '';
    position: absolute;
    right: -128px;
    bottom: -25px;
    width: 501px;
    height: 551px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url(https://lp.axoniq.io/hubfs/grid-pattern-header-right.svg) -112px 0 no-repeat;
    z-index: 5;
}
.banner>.row-fluid-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
    right: -94px;
    top: -88px;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
    background: url(https://6746794.fs1.hubspotusercontent-na1.net/hubfs/6746794/grid-pattern-header-left.svg) -304px -207px no-repeat;
    z-index: 5;
}*/


.banner-cloud > .row-fluid-wrapper::after {
    background: none;
}

.banner-cloud>.row-fluid-wrapper::before {
	background-image: url("https://lp.axoniq.io/hubfs/Cloud%20on%20laptop.png") !important;
	background-size: contain;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  transform: none;
  -webkit-transform: none;
  height: calc(100% - 80px);
  margin-top: 40px;
  width: 100%;
  right: 0px;
  top: 0px;
}

.usps-cloud .row-fluid-wrapper::before {
	background-color: #f2f2f2 !important;
  background-image: url("https://lp.axoniq.io/hubfs/clouds.png");
  background-position: right bottom;
	background-size: contain;
  background-repeat: no-repeat;
}

.card-row-cloud .row-fluid {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px !important;
  /*padding: 8px;*/
}

.card-cloud {
  display: flex !important;
  width: auto;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  background-color: #ffffff;
  padding: 16px 16px 32px 16px;
  margin: 0 16px !important;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
  border-radius: 15px;
}

.card-cloud:first-child {
  margin-left: 0px !important;
}

.card-cloud:last-child {
  margin-right: 0px !important;
}

.blog-cloud {
  background-color: #efefef;
  padding: 16px 24px 32px;
}

.blog-cloud::before {
  content: "Blog";
  padding: 0px 24px 4px;
  position: relative;
  left: -24px;
  top: -16px;
  background: #898989;
  color: #ffffff;
}

.spacer-cloud{
  height: 80px;
}

.cloud-legal .body-container ul {
  list-style-type: disk !important;
  padding-left: 40px !important;
  margin: 18px 0 !important;
}

.cloud-legal .body-container ul li:before {
  display: none !important;
}

.cloud-legal td {
  vertical-align: top;
  min-width: 60px;
}

.podcast .page-title .row-fluid-wrapper {
  margin-bottom: 10px;
}

.banner > .row-fluid-wrapper {
  position: relative;
}

/* FORMS */

/* Hubspot reset */
.hs-form fieldset { max-width: inherit !important; }
.hs-error-msgs { margin: 0 !important; }
.hs-error-msgs li:before { display: none; }
.hs-form .input { margin-right: inherit !important; }
.hs-form-booleancheckbox .hs-form-required { display: none; }
.hs_recaptcha.hs-recaptcha { margin-bottom: 30px; }

/* Sizes */
.hs-form fieldset.form-columns-1,
.hs-form fieldset.form-columns-2 {
  margin-left: -10px;
  margin-right: -10px;
}

.form-columns-1 > *,
.form-columns-2 > * {
  position: relative;
	padding: 0 10px;
  box-sizing: border-box;
	margin-bottom: 20px;
}

/* Normale velden */
input[type=text],
input[type=email],
input[type="tel"],
input[type=password],
select,
textarea {
  position: relative;
  box-sizing: border-box;
  background: #f2f2f2;
  border: 1px solid #f2f2f2 !important;
  border-radius: 0 !important;
  line-height: 30px;
  padding: 8px 18px !important;
  width: 100%;
	max-width: 100%;
	min-width: 100%;
}

input[type=text],
input[type=email],
input[type="tel"],
input[type=password],
select { height: 50px; }
textarea { height: 150px; }

input[type=text]:focus,
input[type=email]:focus,
input[type="tel"]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #000 !important;
}

span.hs-form-required {
  position: absolute;
  color: #1374CF;
  right: 25px;
  top: 0;
  z-index: 5;
  line-height: 50px;
}

/* Checkboxes & Radioboxes > */
.hs-form-radio {
  display: inline-block;
  margin-left: 0 !important;
}

.hs-fieldtype-radio ul ,
.hs-fieldtype-booleancheckbox ul { list-style: none; }
.hs-fieldtype-radio ul li,
.hs-fieldtype-booleancheckbox ul li { padding-left: 0; line-height: inherit; margin-bottom: 0 !important;}
.hs-fieldtype-radio ul li:before,
.hs-fieldtype-booleancheckbox ul li:before { display: none; }

.hs-form-radio span {
  margin-left: 15px;
  margin-right: 15px;
}

/* Radioboxes */
.hs-form-radio label {
	position: relative;
	cursor: pointer;
}

.hs-form-radio input[type=radio] {
	position: relative;
	visibility: hidden;
}

.hs-form-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  background-color: #f2f2f2 !important;
}

.hs-form-radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
  left: 5px;
  visibility: hidden;
  background-color: #1374CF !important;
}

.hs-form-radio input[type=radio]:checked + span:before {
  background: transparent;
}

.hs-form-radio input[type=radio]:checked + span:after {
	background: #1374CF;
	visibility: visible;
}

/* Checkboxes */
.hs-fieldtype-booleancheckbox label {
	position: relative;
	cursor: pointer;
}

.hs-form-booleancheckbox-display>span {
  position: relative;
  margin-left: 0 !important;
  padding-left: 30px;
  line-height: 20px;
}

.hs-fieldtype-booleancheckbox input[type=checkbox] {
	position: relative;
	visibility: hidden;
}

.hs-fieldtype-booleancheckbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  top: 1px;
	left: 0;
  background-color: #eee !important;
}

.hs-fieldtype-booleancheckbox input[type=checkbox] + span:after  {
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
	content:"\f00c";
  border-radius: 100%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  top: -1px;
  left: 0px;
  text-align: center;
  visibility: hidden;
  font-size: 24px;
  color: #1374CF;
}

.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span:before {
  background: transparent;
}

.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}

/* Response */
.hs_error_rollup .hs-error-msgs li {
  font-family: Lato !important;
	box-sizing: border-box;
  padding: 10px 15px !important;
  float: left;
  width: 100%;
  border: 0 !important;
  background-color: #1374CF;
  color: #fff;
}
.hs_error_rollup .hs-error-msgs li { margin-bottom: 20px; }

.hs_error_rollup .hs-error-msgs li {
  background-color: #d30000 !important;
}

.field .hs-error-msgs li {
  position: relative;
  font-family: Lato !important;
  font-size: 12px;
  line-height: 1em;
  background-color: #d30000;
  color: #fff;
  padding: 10px 20px;
	line-height: 1.25em;
}
body .legal-consent-container .hs-error-msgs label { color: #fff; }

.field .hs-error-msgs li:after {
  content: "";
  top: -10px;
  position: absolute;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
	left: 20px;
  border-bottom: 5px solid #d30000;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* Privacy */
label.privacy,
.legal-consent-container {
  font-family: Lato !important;
  font-size: 14px;
  line-height: 1.25em;
}
.legal-consent-container p { margin: 0; }

/* BUTTONS */

.btn,
.button-link,
input[type="submit"] {
    display: inline-block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border: none;
    outline: 0;
    position: relative;
    z-index: 3;
    border-radius: 33px;
    padding: 15px 21px;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #f35c00;
    /*background: -webkit-gradient(linear,left top, right top,color-stop(0, #f35c00),to(#f12548));
    background: linear-gradient(to right,#f35c00 0,#f12548 100%);*/
    background: #FE5E00;
}
input[type="submit"] {
  color: white;
}

.light .button-link, .light .btn {
  background: none;
}

.btn:after,
.button-link:after,
input[type="submit"]:after {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    z-index: -2;
    border-radius: 30px;
    background: #fff;
}

.btn:before,
.button-link:before,
input[type="submit"]:before {
    content: attr(data-text);
    min-width: 144px;
    z-index: -1;
    border-radius: 27px;
    color: #f35c00;
}


.btn:hover,
.button-link:hover,
input[type="submit"]:hover {
  color: #1374CF !important;
  background-color: transparent !important;
}

.btn:focus, input[type="submit"]:focus { opacity: 1; outline: none; }

/* FOOTER */

.footer-spacer {
  height: 80px;
}

.footer-container-wrapper {
	display: block;
	position: relative;
	top: 48px;
}

.pre-footer > .row-fluid-wrapper > .row-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  /*background: linear-gradient(245deg,#006bae,#16a8a6);*/
  /*background: #1374CF;*/
  background: #F5F6F6;
  /*border-radius: 15px;*/
  color: #1374CF;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: -100px !important;
  margin-right: -100px !important;
}
.pre-widget h3 { margin-bottom: 0; }
.pre-footer a { color: #21252B; font-family: Lato !important; }
.pre-footer a:hover { color: #000; }

.pre-widget .row-fluid {
  width: 100%;
  margin: 0;
}

.pre-widget .row-fluid .widget-span {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pre-widget .row-fluid ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.pre-widget .row-fluid ul li {
  display: inline-block;
  text-align: center;
  float: left;
  width: 50%;
	font-size: 24px;
  line-height: 1.5em;
}

#footer-widgets>.row-fluid-wrapper {
  padding-left: 100px;
  padding-right: 100px;
  margin-left: -100px;
  margin-right: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
}
#footer-widgets .row-fluid > .widget-span:not(:last-child) { margin-bottom: 50px; }
#footer-widgets * {
  margin-top: 0;
  color: #fff;
}
#footer-widgets a:hover { color: #1374CF; }
#footer-widgets .widget-type-cell:not(:first-child) {
	font-family: Lato !important;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-widgets .widget ul li {
  padding-bottom: 0;
}

.site-footer h3.widget-title {
  font-size: 36px !important;
}

.footer-copy {
	font-family: Lato !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-copy .row-fluid { margin-left: 0; margin-right: 0; }
.footer-copy .row-fluid .span4 { padding: 0; }
.footer-copy .widget-copy:first-child a:not(:last-child):after { content: " -"; }
.footer-copy a { color: #000; display: inline-block; }
.footer-copy a:hover { color: #1374CF; }
.footer-copy p { margin: 0; }

.widget-copy {
  text-align: center;
  line-height: 50px;
  max-height: 50px;
}
.widget-copy:first-child { text-align: left; }
.widget-copy:last-child { text-align: right; }

.widget-copy img {
  margin-left: 25px;
  margin-right: 25px;
  max-height: 50px;
  width: auto;
}

/* RESPONSIVE */

@media only screen and (max-width: 1366px) /* Voor laptops */ {

  .header-container-wrapper .header-container,
  .body-container-wrapper .body-container,
  .footer-container-wrapper .footer-container {
  max-width: 90%;
  padding-right: 30px;
  padding-left: 30px;
  }
  h1, h2 { font-size: 40px; }
  h3 { font-size: 32px; }
  body { font-size: 16px; }
  
  
  /* cards to two per row*/
  .card-cloud, .card-cloud:first-child {
    flex-basis: 40%;
    margin: 24px 0 0 24px !important;
  }
  
 
}

@media (min-width: 1280px) {
.row-fluid [class*=span] {
    /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; */
    display: block;
    float: left;
}

@media only screen and (max-width: 1024px) /* Voor tablets liggend */ {

  .header-container-wrapper .header-container,
  .body-container-wrapper .body-container,
  .footer-container-wrapper .footer-container {
  max-width: 100%;
  }
	.p100 > .row-fluid-wrapper,
  .page-title .row-fluid-wrapper { padding-top: 60px; padding-bottom: 60px; }
	.m100,
  .page-title .row-fluid-wrapper { margin-bottom: 60px; }
	.offtop50 { margin-top: -30px; }
	.offtop100 { margin-top: -80px; }
  .widget-copy img {
  margin-left: 15px;
  margin-right: 15px;
  }
  .footer-copy p { letter-spacing: -0.25px; }
  #footer-widgets>.row-fluid-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  }
  
}



@media only screen and (max-width: 768px) /* Voor tablets staand */ {
 
  .banner-cloud>.row-fluid-wrapper::before {
	  background-image: none !important;
    display:none;
  }  
  
  .vc .row-fluid-wrapper .row-fluid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span12 { width: 100%; }
  
  .header-contents .row-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  }
  .header-contents .row-fluid .span4,
  .header-contents .row-fluid .span8 { width: 50%; }
  .page-contents .row-fluid .widget-span:not(:last-child) { margin-bottom: 50px; }
  .page-contents .podcast .row-fluid .widget-span:not(:last-child) { margin-bottom: 0px; }
  
  .p100>.row-fluid-wrapper,
  .page-title .row-fluid-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  }
  .offset>.row-fluid-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 0;
  }

  .page-title .row-fluid-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  }
  .slim > .row-fluid-wrapper { max-width: 100%; }
  .usps .row-fluid-wrapper:before { width: 100%; }

  #footer-widgets>.row-fluid-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  }
  
  .pre-footer>.row-fluid-wrapper>.row-fluid {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: auto;
  }
  .pre-footer h3 {
  font-size: 24px;
  line-height: 1.5em;
  }
  .pre-widget .row-fluid ul li {
  text-align: left;
  width: 100%;
  }
  
  #footer-widgets>.row-fluid-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  }
  
  .footer-copy {
  padding-top: 15px;
  padding-bottom: 15px;
  }
  .widget-copy,
  .widget-copy:first-child,
  .widget-copy:last-child {
  text-align: center;
  line-height: 1.5em;
  }
  .widget-copy:first-child { margin-bottom: 15px; }
  .widget-copy:last-child { margin-top: 15px; }
  
}
  
	

@media only screen and (max-width: 677px) /* Voor mobiel liggend */ {


  /* cards to one per row*/
  .card-row-cloud .row-fluid {
    flex-direction: column;
  }
  
  .card-cloud, .card-cloud:first-child, .card-cloud:last-child {
    flex-basis: 100%;
    margin: 24px !important;
  }
  
	h1, h2 { font-size: 32px; }
	h3 { font-size: 24px; }
	h4 { font-size: 20px; }
  
}

.mobile_only {
	display: none;
}
	
.mobile_exclusive {
	display: block !important;
}	
	

@media only screen and (max-width: 480px) /* Voor mobiel staand */ {
	
.mobile_exclusive {
	display: none !important;
}
	
.mobile_only {
	display: block;
}

	
.banner>.row-fluid-wrapper::before {
  display: none;
}
.banner>.row-fluid-wrapper::after {
  display: none;
}
.header-container-wrapper .header-container, .body-container-wrapper .body-container, .footer-container-wrapper .footer-container {
    padding-right: 15px;
    padding-left: 15px;
}


}

@media only screen and (max-width: 320px) /* Voor mobiel klein */ {

	

}