@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
*{
	font-family: "Titillium Web";
}

body {
    padding: 2em;
    max-width: 1200px;
    margin: 0 auto;
}

.dealer-block {
    height: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.dealer-block a {
    display: block;
    height: 100%;
    padding: 20px;
    text-decoration: none;
    color: #000;
}

.dealer-block a:hover {
    color: #000;
}

textarea,input[type="file"],select,input[type="text"],input[type="search"],input[type="email"],input[type="password"],input[type="number"]{
	background: #ECECEC;
	border: none;
	padding: 0.375em 1.000em;
	margin: 0.500em 0;
	box-sizing: border-box;
    width: 100%;
	font-size: 1.200em;
	line-height: normal;
}

.button.blue {
    background: #00A6EB;
    border: 1px solid transparent;
    color: #FFF;
}
.button {
    display: inline-block;
    padding: 0.500em 1.000em;
    margin: 1.000em 0 0 0;
	font-size: 1.500em;
}

.hersteller h3{
	position: absolute;
    top: 7em;
    background: grey;
    width: 150px;
    text-align: center;
}
.hersteller{
	float: left;
	margin: 1em;
}
.info{
	clear:both;
}
#main p {
    color: #878787;
    padding: 0 0 1.000em 0;
    line-height: 1.250em;
	font-size: 1.300em;
}
#main li{
	color: #878787 !important;
    padding: 0 0 1.000em 0 !important;
    line-height: 1.250em !important;
	font-size: 1.300em !important;
}

#main h3 {
    font-size: 1.350em;
}
#main input[type="checkbox"] {
    float: left;
    position: relative;
    margin: 0 0.250em 0 0;
    display: inline-block;
    top: 0.125em;
	font-size: 1.200em;
}

#main label {
    display: block;
    color: #878787;
    margin: 0.500em 0;
	font-size: 1.500em;
}

.logo{
	display: inline-flex;
	max-width: 15em;
}

.hasCol25 .col {
    height: 7em;
    width: 12%;
	background-repeat: no-repeat;
    background-position: center;
	background-size: 50% auto;
	padding-bottom: 1.5em;
}

.hasCol25 .col.active{
	/*border: 3px solid #00a6eb;*/
	/* box-shadow: inset 0px -0.5em 0px 0px #F0F0F0;*/
	background-size: 75% auto;
}

.noImg p {
    color: black !important;
	display: block !important;
	font-size: 13px!important;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom:0em;
	padding-bottom:0 !important;
	z-index: 1;
	
}

.row{
	 margin-bottom: 1em;
}
.informations{
	box-sizing: border-box;
	padding:1.000em;
	background:#F0F0F0;
	display:none;
}

@media only screen and (max-width: 767px){
	.hasCol25 .col {
		height: 4em;
		width: 100%;
	}
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

#map-result ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#map-result li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#map-result li a {
    text-decoration: none;
    color: #000;
}

#map-result li a:hover {
    color: #000;
}