@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,400i,600,600i,700&display=swap');

/*              */
/* kleur-fixes  */
/*              */
.commonStyle__zt3Brand, .Icon__brand {
	color: #f22f2f;
}
.commonStyle__zt3BrandBg, .Button__footerBtn:hover {
  background-color: #f22f2f;
}

/*                */
/* Header changes */
/*                */
.Header__container {
    flex-direction: column;
}
.Header__tabsTab, .LoginDetail__active {
	line-height: 2rem;
}

.Header__logo img, .klantLogo {
    width: auto;
   	max-width: 40rem;
    min-height: 4rem;
 	margin-top: 6rem;
}

.pbfk {
  	color: #fff;
  	font-size: 15px;
  	margin-top: 20px;
}

.fleetkennisLogo {
    float: right;
  	height: 20px;
  top: 5px;
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
  	background: #000 !important;
  	padding: 10px;
}

.globalfixednav div.Header__logo {
	display: none !important;
}

.fleetkennisLogo {
  	margin-top: 20px;
	margin-bottom: 10px;
}

.globalfixednav .fleetkennisLogo {
    margin-top: 0px;
}

.Header__name {
	display: none;
}

.Header__tabsTab::after {
            bottom: 10px !important;
}

/*                */
/* Footer changes */
/*                */

#footerContainer > div.Footer__footerBg {
	display: none;
}

/*                */
/*  font changes  */
/*                */
.html {
  font-family:  'Source Sans Pro', sans-serif;
}
.Signin__loginTitle {
  font-weight:800;
}

/*                       */
/*  Verstoppen Accounts  */
/*                       */
#layoutContainer > div > div > ul > li:nth-child(1),
#portal_tabCases,
#logoutDetails {
	display: none;
}

#headerContent > div > p {
	display: none;
}
