.sonderkonditionen .centered-wrapper-inner {
  min-height: 620px !important;
}


.no-comments .form {
	display: none;
}

.no-comments h3:nth-of-type(2n) {
	display: none;
}

.kopfzeile .button.registrieren-open {
		background-color: var(--color-primary-green);
		color: var(--color-primary-white);
		border-color: var(--color-primary-green);
	}
	
.kopfzeile a.button.registrieren-open:hover {
		background-color: var(--color-primary-blue) !important;
		border-color: var(--color-primary-blue) !important;
		color: var(--color-primary-white) !important;
}

@media (max-width: 599px) {
  .mobicar #registrieren.mobiles-bild .centered-wrapper-inner .button-box {
    margin-bottom: 0.8em !important;
  }
  
  .mobicar #registrieren.mobiles-bild .centered-wrapper-inner h2 {
  	margin-top: 30px !important;
  }
}