body {
  background: #e5e5e5;
  padding: 50px;
  height: 100%;
    min-height: 100vh;
    background-image: url(https://reedijkgroup.eu/assets/images/snow.webp);
    background-size: 10%;
    
}

h1 {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 50px;
}

a, .rit-2020-project-button-links {
  background: white;
  color: black;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid black;
}

a:hover {
  background: black;
  text-decoration: none;
  color: white;
}

.contaienr {
  max-width: 1140px;
  margin: 0 auto;
}

.rit-2020-logo {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rit-2020-logo img {
    margin: 0;
    height: 15px;
    width: 100%;
}

.rit-2020-tabs .nav.nav-tabs{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}
.rit-2020-tabs .nav.nav-tabs .nav-item a{
    background-color: #fff;
    border-radius: 20px;
    border: none;
    margin: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0;
    background-position-x: 10px;
    padding: 0 15px;
    font-size: 15px;
    text-transform: none;
    height: 35px;
    display: flex;
    align-items: center;
}



.rit-2020-tabs .nav.nav-tabs .nav-item:hover a,
.rit-2020-tabs .nav.nav-tabs .nav-item .active{
  background-color: black;
  color: white;
}

.rit-2020-project-list .rit-2020-project{
  margin-bottom: 25px;
}

.rit-2020-project{
    width: 100%;
    height: 100%;
    max-height: -webkit-fill-available;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.rit-2020-project:hover{
  transform: scale(1.07);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0/7%);
}

.rit-2020-project .rit-2020-project-logo{
	width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.rit-2020-project .rit-2020-project-logo img{
    height: auto;
    max-width: 90%;
    max-height: 50px;
}

.rit-2020-project .rit-2020-project-links{
  display: flex;
  flex-flow: column;
}

.rit-2020-project .rit-2020-project-links a{
  margin-bottom: 10px;
}
.rit-2020-project .rit-2020-project-links a:last-child{
	margin: 0;
}
.rit-2020-disabled-button{
  background-color: #ccc;
  border: 1px solid #cecece;
  opacity: .3;
  cursor: not-allowed;
}

.rit-2020-login .rit-2020-login-form{
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.rit-2020-login .rit-2020-login-form .btn{
  border-radius: 20px;
  background-color: black;
  color: white;
  border: none;
  font-weight: 300;
  font-size: 15px;
}

.rit-2020-login .rit-2020-login-form .btn:hover{
transform: scale(1.07);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0/7%);
}
.rit-2020-login .rit-2020-login-form input{
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: 8px;
  background-position-y: 12px;
  padding: 9px 10px 9px 33px;
}

.rit-2020-login .rit-2020-login-form input:hover,
.rit-2020-login .rit-2020-login-form input:focus{
  outline: none;
}

.rit-2020-login .rit-2020-login-form input[type="text"]{
  background-image: url(../images/login-user.svg);
}
.rit-2020-login .rit-2020-login-form input[type="password"]{
  background-image: url(../images/login-password.svg);
}

.rit-2020-test-accountslist{
	padding: 10px 15px;
    background-color: black;
    border-radius: 20px;
    color: white;
    height: auto;
}

.rit-2020-project-list .rit-2020-project .rit-2020-test-accountslist:nth-child(1n){
	margin: 10px 0 0 0;
}

.rit-2020-test-accountslist p{
	margin: 0;
	font-size: 10px;
}

.rit-2020-test-accountslist h3{
    font-size: 13px;
    border-bottom: 1px solid white;
    padding: 5px 0 5px 0;
}

.rit-2020-project-list .rit-2020-project.car-brand{
	min-height: auto;
	height: auto;
}
.rit-2020-project-list .rit-2020-project.car-brand .rit-2020-project-logo img{
	max-height: 30px;
}

.rit-2020-project .rit-2020-project-logo h1{
	font-size: 20px;
	font-weight: bold;
}


.rit-2020-project-button-links {
	display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.rit-2020-project-button-links:hover {
	background: black;
	color: white;
}

.rit-2020-project .rit-2020-project-button-links:last-child {
	margin: 0;
}

.rit-2020-project-button-links .rit-2020-project-button-links-list{
	display: flex;
    gap: 5px;	
}

.rit-2020-project-button-links:hover .rit-2020-project-button-links-list a {
		border: 1.5px solid black;
}

.rit-2020-project-button-links:hover .rit-2020-project-button-links-list a:hover {
			border: 1.5px solid white;
}

.rit-2020-project-button-links .rit-2020-project-button-links-list a{
	padding: 0;
	margin: 0;
	border-radius: 50%;
	border: 1.5px solid white;
	display: block;
}

.leveranciers-link span img{
	max-width: 100px;
}

.rit-2020-tabs .nav.nav-tabs .nav-item.nav-item-leveranciers:hover 
.leveranciers-link{
	background-color: white;
	color: black;
}


.rit-2020-tabs .nav.nav-tabs .nav-item.nav-item-leveranciers
.leveranciers-link.active{
	background-color: transparent;
    border: 1px solid black;
    height: 40px;
	color: black;
}
    
    
.leveranciers-link{
	display: flex;
	align-items: center;
	gap:10px;.    
}

.nav-item-leveranciers .nav-link.leveranciers-link{
	background-color: transparent !important;
    border: 1px solid black !important;
    height: 47px !important;
	color: black;
}

.leverancier-tab{
	margin: 0 !important;
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
}