body {
	background-color: #e5f3f2;
	transition: 0.5s;
}


.headline {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #00867c;

}

.sideHeadline {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    position: relative;
}

.dealerHeadline {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #999999;
    position: relative;
    top: 8px;
	transition: 0.2s;
}

.dsv-link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
	transition: 0.2s
}

.dsv-link:hover {
    color: #00867c;
	transition: 0.2s
}

.dsv-link-big {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
	transition: 0.2s
}

.dsv-link-big:hover {
    color: #00867c;
	transition: 0.2s
}

.dsv-logo {
	 width: 60px;
}

.closeIcon {
	height: 20px;
	width: 20px;
	filter: grayscale(1);
	transition: 0.2s;
}

.closeIcon:hover {
	filter: grayscale(0);
	transition: 0.2s;
}

.spacer {
	background-color: #e5f3f2;
}

.brandlogo {
	max-width: 100px;
	padding-bottom: 20px;
}


.brandlogoDeselected{
	max-width: 100px;
	padding-bottom: 20px;
	filter: grayscale(1);
	transition: 0.2s;
	
}

.brandlogoDeselected:hover {
	max-width: 100px;
	filter: grayscale(0.6);
	transition: 0.2s;
	cursor: pointer;
	
}


.pin {
	transition: 0.2s
}

.pin:hover {
	filter: drop-shadow(0 0.2rem 0.25rem rgba(240, 240, 240, 1.0));
	transition: 0.2s
}




.graybackground {
	background-color: #efefef;
}


@media (max-width: 767px) {
	.dealerHeadline {
		font-size: 18px;
		transition: 0.5s;
	}

}

@media (max-width: 400px) {
	.dealerHeadline {
		font-size: 14px;
		transition: 0.5s;
	}

}