.partnerbtnga {
	width: 620px;
	height: 220px;
	font-family: geosans;
    font-weight: bold;
	font-size: 60px;
    color: white;
    border: none;
    background-color: #000000;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.partnerbtnga:hover{
    background-image: url(img/kfzgutachterlogo.png);
    color: transparent;
    cursor: pointer;
}

.partnerbtnav {
	width: 620px;
	height: 220px;
	font-family: geosans;
    font-weight: bold;
	font-size: 60px;
    color: white;
    border: none;
    background-color: #000000;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.partnerbtnav:hover{
    background-image: url(img/carlux7.png);
    color: transparent;
    cursor: pointer;
}

.ebayshop {
	width: 620px;
	height: 220px;
	font-family: geosans;
    font-weight: bold;
	font-size: 60px;
    color: white;
    border: none;
    background-color: #000000;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.ebayshop:hover{
    background-image: url(img/ebay.png);
    color: transparent;
    cursor: pointer;
}

.amazon {
	width: 620px;
	height: 220px;
	font-family: geosans;
    font-weight: bold;
	font-size: 60px;
    color: white;
    border: none;
    background-color: #000000;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.amazon:hover{
    background-image: url(img/amazon.png);
    color: transparent;
    cursor: default;
}

.mobile {
	width: 620px;
	height: 220px;
	font-family: geosans;
    font-weight: bold;
	font-size: 60px;
    color: white;
    border: none;
    background-color: #000000;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.mobile:hover{
    background-image: url(img/mobile.png);
    color: transparent;
    cursor: pointer;
}

.autoscout {
	width: 620px;
	height: 220px;
	font-family: geosans;
    font-weight: bold;
	font-size: 60px;
    color: white;
    border: none;
    background-color: #000000;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
	border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.autoscout:hover{
    background-image: url(img/autoscout.png);
    color: transparent;
    cursor: pointer;
}
