.ps-automobile-essen-header {
    background-color: #00009b;
    background: linear-gradient(266deg, #141463, #00009b);
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: space-between;
    animation: rotateGradient 10s linear infinite;
}

@keyframes rotateGradient {
    0% {
        --gradient-angle: 266deg;
    }
    100% {
        --gradient-angle: 626deg;
    }
}

.ps-automobile-essen-header .company-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 24px;
	text-align: center;
	font-family: ui-rounded, 'Hiragino Maru Gothic ProN', Quicksand, Comfortaa, Manjari, 'Arial Rounded MT', 'Arial Rounded MT Bold', Calibri, source-sans-pro, sans-serif;
}

.ps-automobile-essen-header .title {
	font-weight: bold;
	font-size: 120%;
}

.ps-automobile-essen-header .subtitle {
	font-size: 80%;
}

.ps-logo {
	display: inline-block;
	width: 100px;
}

.ps-automobile-essen-header .contact-social {
	margin-right: 24px;
	display: flex;
	gap: 12px;
}

.ps-automobile-essen-header .contact-social svg {
	display: block;
	fill: white;
	width: 24px;
	height: 24px;
	border: solid 2px white;
	border-radius: 8px;
	padding: 8px;
	cursor: pointer;
}

.ps-auto-steps svg {
	fill: #00009b;
	width: 80px;
}

.ps-auto-steps h2 {
    color: #00009b;
    font-size: 20px;
}
	
.ps-auto-steps div {
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    padding: 24px;
    height: 300px;
    border-radius: 8px;
    background-color: #ffffff00;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .ps-automobile-essen-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ps-automobile-essen-header .company-title {
    margin-left: 0;
    margin-bottom: 12px;
  }

  .ps-automobile-essen-header .contact-social {
    margin-right: 0;
    flex-wrap: wrap; /* allows wrapping to multiple rows */
    justify-content: center;
    gap: 8px;
  }

  .ps-automobile-essen-header .contact-social svg {
    width: 18px;
    height: 18px;
    padding: 6px;
    border-width: 1px; /* thinner border for small icons */
    border-radius: 6px;
  }
}

@media (max-width: 768px) {
	.form-frame {
		display: none;
	}
	.cta-buttons {
		font-size: 80%;
	}
}

.service-vorteile {
	background-color: #0c0c7a;
    color: white;
}

.service-vorteile ul {
	list-style-type: none;
}

.service-vorteile h2 {
    font-size: 20px;
    color: #eaeaea;
    font-weight: bold;
}
