@import "//fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600";

/* Custom CSS voor EHBO-Eersel.nl website*/

/**********************************/
/* Menu gerelateerde aanpassingen */

/* Aanpassing voor presentatie van menu */
/* Obsolete?                            */
.moduletable {
	border: none;
}

/*************************************/
/* Mainnav gerelateerde aanpassingen */

/****************************/
/* Achtergrondkleur Mainnav */
.t4-mainnav
{
	background-color: #663300;
}

.t4-mainnav .t4-row .row {
	margin-bottom: 0px;
}

#t4-mainnav .t4-col.logo.col.col-md-2
{
    display: flex;
	align-items: center;
}




/*******************************************/
/* Footer sectie gerelateerde aanpassingen */

/* Achtergrond en tekst kleur */
.t4-footer {
  /* background-color: rgb(103, 184, 222); */
  background-color: #663300;
  color: #ffffff;
}

/* Verberg tekst voor class footer2 */
.footer2 {
  display: none;
}

/*******************************************/
/* Footnav sectie gerelateerde aanpassingen */

/* Footnav sectie: minder loze ruimte boven in de container */
/* Standaard: 5rem; mag eventueel 0rem worden.              */
.t4-footnav .container {
  padding-top: 1rem;
}

/* Footnav sectie: ruimte tussen titel van menu en menu items */
/* Komt in aanmerking voor verwijdering.                      */
.t4-footnav .container .module-title {
  margin: 0 0 0.25rem 0;
}

/* Oppimpen footnav */

.widget {
	padding: 0.5rem 0rem 1rem 0rem;
}
.fr_top_widgets,
.fr_widgets_cta,
.fr_widgets_insettop,
.fr_widget_inset_bottom,
.fr_widget_content_bottom,
.t4-footnav,
.flat_responsive_footer
{
	padding: 1rem 0rem;
}

.fr-contents{
	padding:1rem 0rem 2rem 0rem;
	background-color: #FAFAFA;
	min-height: 550px;
}
.fr_widgets_cta {
	background-color:#EFEFEF;
}
.fr_widgets_insettop {
	background-color:#5cb8e7;
}
.fr_widgets_insetfull {
	overflow:hidden;
}
.t4-footnav {
	background-color:#3A3A3A;
}
.t4-footnav p,
.t4-footnav div,
.t4-footnav span,
.t4-footnav a {
	color:#EAEAEA;
}
.t4-footnav a {
	display:block;
	transition: All ease-in-out 0.3s;
	-webkit-transition: All ease-in-out 0.3s;
	-moz-transition: All ease-in-out 0.3s;
	-o-transition: All ease-in-out 0.3s;
}
.t4-footnav a:hover,
.t4-footnav a:focus,
.t4-footnav a:visited {
	text-decoration:none;
	margin-left:15px;
	outline:none;
}
/* Display yellow color when hovering over link or menu item in footer */
.f4-footnav .t4-module .navbar .nav ul li a:hover { color:yellow; }

.t4-footnav h1,
.t4-footnav h2,
.t4-footnav h3,
.t4-footnav h4,
.t4-footnav h5,
.t4-footnav h6 {
	margin-bottom:0.50em;
	color:#EAEAEA;
}
.t4-footnav ul {
	margin:0px;
	padding:0px;
}
.t4-footnav ul li {
	list-style:none;
	margin: 0px;
	padding: 0.05em;
	border-bottom: 1px solid #6D6D6D;
}
.t4-footnav ul li a:before {
	content:"\f105";
	font-family:FontAwesome;
	margin-right:5px;
}
.t4-footnav .dotlinebox {
	border-bottom: 1px solid #5F5F5F;
	margin: 1em 0em 1em 0em;
}



/* Shack Forms Pro Contact forms */
.contact-color {
  color: #000000;
}


/* Kleur voor links */
a { color: #22cc99; }

/* Prevent white block between header and language selector part */
/* May show up when screen is small */
#t4-language {
  top: 0px !important;
}

/* Hide the 'Off Canvas' text
.t4-offcanvas .t4-off-canvas-header a {
    display: none;
}
*/
/* Background and text color 'Off Canvas' */
.t4-offcanvas .t4-off-canvas-header {
  color: #ffffff;
  background-color: #3f96e8;
  display: flex;		/* laatste wijziging */
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
/*  max-height: 100px;	/* laatste wijziging */
}

.t4-offcanvas .logo-img,
.t4-offcanvas .logo-img-sm
{
	max-height: 50px;
    align-items: center;
}

.t4-offcanvas .t4-off-canvas-header .close {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  outline: none;
  margin-left: auto;
  padding: 0;
  color: #666;
  display: block;
  height: 32px;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 32px;
}
.t4-offcanvas .t4-off-canvas-header .close span {
  color: #666;
  display: block;
  height: 32px;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 32px;
}

/* Link color 'Off Canvas'*/
.t4-offcanvas .t4-off-canvas-header a {
  color: #ffffff;
}

/* Niet meer nodig?
h1, h2, h3, h4, h5, h5 {
  font-family: "PT Sans";
}
*/

/* Verwijderde (inline) css code uit Home pagina (T4):
.row{
  padding:8px;
  margin-bottom:8px;
  min-height:50px;
}
Hiermee is de witte ruimte tussen navigatie balk en main body verwijderd.
*/

/* Restrict size of slideshow */
.t4b-section .container .jss-slider
{
  margin: auto;
  max-width: 600px;
}

/* Background color of rectangle displayed around menu item when hovering */
#t4-mainnav .navbar-expand-lg .navbar-nav .nav-link:hover {
  /* background: rgba(0,0,0,0.1); */
  background: rgba(255,255,255,0.3);
  /* color: #1a61ab; */
  color: #ffffff;
}

/* Background color of rectangle displayed around active menu item */
#t4-mainnav .navbar-expand-lg .navbar-nav .active > .nav-link {
  /* background: rgba(0,0,0,0.2); */
  background: rgba(255,255,255,0.5);
  /* color: #1a61ab;
     color: #5cb8e7; */
  color: #ffffff;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  /* color: rgba(0, 0, 0, 0.7); */
  color: #ffc107;
}


#t4-mainnav .navbar {
  float: right;
}

@media (min-width: 992px) {
  .t4-mainnav .mainnav .t4-navbar .navbar-expand-lg {
    flex: 0,0,85%;
    max-width: 85%;
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: row-reverse;
  }
  .t4-mainnav .t4-row {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 400px) {
.t4-mainnav .t4-row {
    display: flex;
    align-items: center;
  flex-wrap: nowrap;
  }
}

@media (min-width: 400px) {
  .t4-mainnav .col-sm.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667% !important;
  }
}
@media (min-width: 400px) {
  .navbar-brand.logo-text .site-name { 
    font-size: 1rem;
  }
.navbar-brand.logo-text .site-slogan { 
    font-size: 0.75rem;
  }
.navbar-brand {
  margin-right: 1em;
  }
.navbar-brand.logo-image {
  width: 50px;
  }
}

@media (min-width: 576px) {
  .navbar-brand.logo-text .site-name { 
    font-size: 1rem;
  }
  .navbar-brand.logo-text .site-slogan { 
    font-size: 0.75rem;
  }
  .navbar-brand {
    margin-right: 1em;
  }
  .navbar-brand.logo-image {
    width: 70px;
  }
}

@media (min-width: 768px) {
  .navbar-brand.logo-text .site-name { 
    font-size: 1rem;
  }
  .navbar-brand.logo-text .site-slogan { 
    font-size: 0.75rem;
  }
  .navbar-brand {
    margin-right: 1em;
  }
  .navbar-brand.logo-image {
  width: 96px;
  }
}

@media (min-width: 992px) {
  .navbar-brand.logo-text .site-name { 
    font-size: 1rem;
  }
  .navbar-brand.logo-text .site-slogan { 
    font-size: 0.75rem;
  }
  .navbar-brand {
    margin-right: 1em;
  }
  .navbar-brand.logo-image {
  width: 120px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand.logo-text .site-name { 
    font-size: 1.5rem;
  }
.navbar-brand.logo-text .site-slogan { 
    font-size: 1rem;
  }
.navbar-brand {
  margin-right: 1.25em;
  }
.navbar-brand.logo-image {
  width: 150px;
  }
}


p {
  margin-bottom: 24px;
}

body {
  background-color: #f5f6f7;
}

.com_t4pagebuilder .t4-main-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* Custom system message */
.com_t4pagebuilder #system-message-container {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 1024px;
  width: 50%;
  z-index: 2000;
}

.com_t4pagebuilder #system-message-container .alert {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.site-default {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

#t4-header .container {
  padding-top: 0;
  padding-bottom: 0;
}

#t4-header .navbar-nav > li {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-right: 8px;
  padding-left: 8px;
}

#t4-header .navbar-nav > li > a {
  line-height: 25px;
  margin-left: 0;
  font-weight: 700;
}

#t4-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 10px;
  border-radius: 4px;
}

#t4-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  background: rgba(0,0,0,0.1);
}

#t4-header .navbar-expand-lg .navbar-nav .active > .nav-link {
  background: rgba(0,0,0,0.2);
}

#t4-header #triggerButton {
  position: fixed;
  top: 32px;
  right: 32px;
  transition: all 350ms;
}

.is-open #t4-header #triggerButton {
  display: none;
}

.t4-footnav .t4-module .nav li a,
.t4-footnav .t4-card .nav li a,
.t4-footnav .moduletable .nav li a,
.t4-footnav .module_menu .nav li a {
  margin-left: 0;
  font-weight: normal;
}

.t4-footnav.t4-palette-dark .t4-module .module-title {
  border-bottom: 0;
  text-transform: none;
  font-weight: normal;
}

.t4-footnav.t4-palette-dark .t4-module .module-title span {
  padding-bottom: 0;
  color: #fff;
  border-bottom: 0;
}

.t4-footnav .container {
  padding-bottom: 0;
}

.t4-footnav .t4-module .list-info {
  border: 0;
}
.t4-footnav .t4-module .list-info > li {
  border: 0;
  margin-right: 5px;
}
.t4-footnav .t4-module .list-info > li > a {
  background: #d93030;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.t4-footnav .t4-module .list-info {
  margin: 0;
  padding: 0;
}
.t4-footnav .t4-module .list-info > li > a:hover,
.t4-footnav .t4-module .list-info > li > a:focus,
.t4-footnav .t4-module .list-info > li > a:active {
  background: #ca2525;
}
.t4-footnav .t4-module .list-info > li > a.facebook {
  background: #3b5999;
}
.t4-footnav .t4-module .list-info > li > a.facebook:hover,
.t4-footnav .t4-module .list-info > li > a.facebook:focus,
.t4-footnav .t4-module .list-info > li > a.facebook:active {
  background: #344e87;
}
.t4-footnav .t4-module .list-info > li > a.twitter {
  background: #55acee;
}
.t4-footnav .t4-module .list-info > li > a.twitter:hover,
.t4-footnav .t4-module .list-info > li > a.twitter:focus,
.t4-footnav .t4-module .list-info > li > a.twitter:active {
  background: #3ea1ec;
}
.t4-footnav .t4-module .list-info > li > a.instagram {
  background: #e4405f;
}
.t4-footnav .t4-module .list-info > li > a.instagram:hover,
.t4-footnav .t4-module .list-info > li > a.instagram:focus,
.t4-footnav .t4-module .list-info > li > a.instagram:active {
  background: #e12a4c;
}

@media (max-width: 991px) {
  #t4-header .navbar-expand-lg .navbar-nav > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Site Default */
.site-default #t4-header #triggerButton {
  right: 20px;
  top: 17px;
  color: #fff;
}

@media (max-width: 991px) {
  .site-default .t4-topbar {
    display: none;
  }

  .site-default #t4-header #triggerButton {
    right: auto;
    top: auto;
    position: relative;
    z-index: 2;
  }

  .site-default .header-wrap .navbar-brand {
    top: 7px;
  }

  .site-default .t4-navbar .navbar.navbar-expand-lg {
    padding-right: 30px;
  }

  .site-default .navbar .navbar-toggler {
    color: #000; /* was #fff; */
  }

  .site-default #t4-header .navbar-expand-lg .navbar-nav > .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}



/* --------------------------------------
  CUSTOM STYLE FOR LAW BUNDLE
----------------------------------------- */

/* Custom style for blog page */
@media screen and (max-width: 768px) {
  .blog .item .item-image {
    float: none;
    width: 100%;
  }

  .blog .item .item-image img {
    width: 100%;
  }
}


/* Custom for quick contact */
#ja_quicks_contact input,
#ja_quicks_contact textarea {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 14px;
  height: auto;
  line-height: 28px;
}

#ja_quicks_contact textarea {
  max-height: 200px;
}

#ja_quicks_contact #row_term_condition input {
  display: inline-block;
}

#ja_quicks_contact #row_term_condition label {
  display: inline-block;
}

ul.form-list #ac-submit,
#ja_quicks_contact button.g-recaptcha {
  background-color: #c96d50;
  border-radius: 0;
  border: 0;
  color: #fff;
  font-family: IBM Plex Sans;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding: 20px 32px;
  text-transform: uppercase;
}

ul.form-list #ac-submit:hover,
ul.form-list #ac-submit:focus,
ul.form-list #ac-submit:active {
  background-color: #b16047;
}

.t4-offcanvas .t4-off-canvas-body {
  height: calc(100% - 54px);
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active > .separator {
  color: var(--body-link-hover-color);
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
  color: var(--body-text-color);
  padding: 0.75rem 0;
}

.t4-module .nav > li.active > a,
.t4-card .nav > li.active > a,
.moduletable .nav > li.active > a,
.module_menu .nav > li.active > a {
  font-weight: 600;
}



