h1,h2,h3,h4 {
	color:var(--accent);
}

.wp-block-button__link {
	border-radius:2px;
}

/* Menu */
.main-navigation a {
	font-size:17px;
	text-transform: uppercase;
	font-weight:700;
}
.main-navigation a:hover {
	color:var(--accentred) !important;
}


/* Slider */
.startslider {
	width: 100vw;    
  	margin-left: calc(-50vw + 50%);
  	position:relative; 
}
.startslider figure {
	height:600px;
	overflow:hidden;
}	
.startslider img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;   /* Bild füllt Container und wird ggf. zugeschnitten */
  	object-position: center center; /* zentriert das Bild */
}
.startslider h1 {
	position:absolute;
	top:calc(50% - 35px);
	left:calc(50% - 302px);
	font-size:58px;
	line-height:70px;
	padding:0 20px;
	
	background-color:rgba(255,255,255,0.9);
	color:var(--accentred);
}

@media (max-width: 1200px) {
	.startslider {    
		margin-left: -40px;
	}
	.startslider figure {
		height:550px;
	}
	.startslider h1 {
		left:40px;
	}
}
@media (max-width: 768px) {
	.startslider {    
		margin-left: -30px;
	}
	.startslider figure {
		height:500px;
	}
	.startslider h1 {
		left:30px;
		font-size:48px;
		line-height:56px;
	}
}
@media (max-width: 560px) {
	.startslider figure {
		height:400px;
	}
	.startslider h1 {
		left:20px;
		right:20px;
		font-size:40px;
		line-height:50px;
	}

}
@media (max-width: 460px) {
	.startslider h1 {
		top:calc(50% - 50px);
	}
}


/* Zeile Billiant */

.brilliant img {
	transform:rotate(-25deg);
	transform-origin:center;
	width:240px;
}
.brilliant h2 {
	font-size:50px;
	color:var(--accent);
}

@media (max-width: 800px) {
	.brilliant figure {
			margin-bottom:-60px;
	}
	.brilliant h2 {
		text-align:center;
	}
}

/* Paralax */

.karriere  {
    position: relative;
    width: 100vw;                /* volle Breite */
    margin-left: calc(50% - 50vw); /* aus dem Wrapper herausziehen */
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    min-height: 500px;
    --parallax-offset: 0px;
}

.karriere::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: url('/wp-content/uploads/2025/12/AdobeStock_258995471_2400px.jpg');
    background-size: cover;
    background-position: center;
    transform: translateY(var(--parallax-offset));
    z-index: 0;
}
.karriere > .wp-block-column {
    position: relative;
    padding: 80px 40px 40px 40px;
    text-align: center;
    margin:200px auto;
  	max-width: 1200px;
  	background-color:rgba(255,255,255,0.9);
}

/* Footer */
.site-footer {
	margin-top:80px;
}
.inside-footer-widgets {
	align-items:flex-end;
}
.inside-footer-widgets .widget ul li {
	margin-bottom:0;
}

@media (max-width: 860px) {
	.inside-footer-widgets {
		flex-wrap: wrap;
	}
	.inside-footer-widgets > div {
	  	flex: initial;
	}
	.inside-footer-widgets .footer-widget-1 { 
		width:35%;
	}
	.inside-footer-widgets .footer-widget-2 { 
		width:45%;
	}
	.inside-footer-widgets .footer-widget-3 {
		width:20%;
	}

}
@media (max-width: 768px) {
	.inside-footer-widgets {
		flex-wrap: wrap;
		flex-direction: initial;
	}
	.inside-footer-widgets > div {
	  	flex: initial;
	}
	.inside-footer-widgets .footer-widget-1 { 
		width:35%;
	}
	.inside-footer-widgets .footer-widget-2 { 
		width:40%;
	}
	.inside-footer-widgets .footer-widget-3 {
		width:25%;
	}
	.inside-footer-widgets > div:not(:last-child) {
		margin-bottom: 0;
	}
}
@media (max-width: 640px) {
	.inside-footer-widgets {

		flex-direction: column;
	}
	.inside-footer-widgets .footer-widget-1 { 
		width:100%;
		margin-bottom:20px !important;
	}
	.inside-footer-widgets .footer-widget-2 { 
		width:100%;
		margin-bottom:20px !important;
	}
	.inside-footer-widgets .footer-widget-3 {
		width:100%;
	}
}


/* divers */

@media (max-width: 460px) {
	#mobile-menu-control-wrapper {
		margin-top:10px;
	}
	.has-inline-mobile-toggle .inside-header {
		flex-direction: column;
	}
	.mobile-menu-control-wrapper {
	  margin-left: initial;
	}
	.inside-header {
		padding-bottom:0;
	}
}

