.header {
    display: flex;
    height: 130vh;
    background-color: transparent;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
}

.header-content {
	background: rgba(var(--color-3), 1);
	padding-left:var(--main-padding);
	width: calc(35% - var(--main-padding));
	padding-top:100px;
	height: calc(100vh - 100px);
}
.header-content h1 {
	font-size: 36px !important;
	padding-bottom: 15px !important;
}

.header-content svg {
	width: 90%;
	height: auto;
	padding-bottom: 50px;
}

.header-image {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	background: rgba(var(--color-3), 1);
	height: 100vh;
}

.header-image img {
    width: 130vh; /* Fixe Größe, um einen perfekten Kreis zu garantieren */
    height: 130vh;
    object-fit: cover;
    clip-path: circle(50%);
    position: absolute; /* Bild aus dem normalen Flow nehmen */
	right:-20vw;
	z-index: 4;
	object-position: left;
}
.header-image .shadow {
    content: "";
    position: absolute;
    width: 130vh; /* Fixe Größe, um einen perfekten Kreis zu garantieren */
    height: 130vh;
    object-fit: cover;
    clip-path: circle(50%);
    position: absolute; /* Bild aus dem normalen Flow nehmen */
	right:-20vw;
	z-index: 5;
	object-position: left;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 57%, rgba(0,0,0,0.6362745781906513) 100%);
}




.header-content .button_line {
    background: rgba(var(--color-1), 1);
    position: absolute;
    bottom: 30vh;
    left: 0;
    width: 100vw;
    padding-left: var(--main-padding);
    z-index: 3;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    gap: 10px; /* Abstand zwischen Text und Pfeil */
    transition: background 0.3s ease; /* Optional für Hintergrundänderung */
}

.header-content .button_line svg {
    fill: rgba(var(--color-2), 1);
    height: 20px;
    width: auto;
    transition: transform 0.3s ease-in-out;
	padding-bottom: 0;
}

.header-content .button_line:hover svg {
    transform: scale(1.3); /* Pfeil wird größer */
}

/*
@media screen and (min-width: 800px) and (max-width: 1400px) and (orientation: portrait) {
	
	.header {
    display: flex;
    height: 75vh;
    background-color: transparent;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
		background: rgba(var(--color-3), 1) !important;
}
	
	
    .header-content {
        width: calc(45% - var(--main-padding)) !important;
        padding-top: 25px !important;
        height: calc(100vh - 100px) !important;
    }

	.header-content h1 {
		font-size: 30px !important;
	}
	
    .header-image {
        width: 55% !important;
    }
	.header-image img {
    width: 85vw;
    height: 55vh;
	aspect-ratio: 1 / 1;
		top:-4vh;
		right: -30vw !important;
}	
	
.header-content {
	height: calc(50vh - 100px) !important;
	font-size: 17px;
}
	.header-image {
		height: 50vh;
	}
	.header-image .shadow {
    content: "";
    position: absolute;
    width: 85vw;
    height: 55vh;
		top:-4vh;
		right: -30vw !important;
	}
	.header-content .button_line {
		bottom:0px;
	}
	

}




@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	
	
		.header-content h1 {
    font-size: 25px !important;
    padding-bottom: 15px !important;
}
	
	.header-image img,
	.header-image .shadow {
    width: 100vh;
    height: 100vh;
}
	.header-content {
        padding-top: 50px !important;
	}
	    .header-image {
        width: 45%;
	}
	    .header-content {
        width: calc(55% - var(--main-padding));
	}
	
}


@media only screen and (max-width: 768px) {
  .header {
    flex-direction: column-reverse;
	          background: rgba(var(--color-3), 1);
	}
	.header-content {
    background: rgba(var(--color-3), 1);
    padding-left: var(--main-padding);
    width: calc(100% - var(--main-padding) * 2);
    padding-top: 100px;
    height: auto;
}
	.header-image {
    width: 100%;
	}
	
.header-image img {
    width: 110vw;
    height: 50vh;
	aspect-ratio: 1 / 1;
}	
	
.header-image .shadow {
    content: "";
    height: 50vh;
	 width: 110vw;

}	
	.header-content svg {
		width: 80%;
    padding-left: 10%;
		padding-bottom: 0px
}
	
	
.header-content .button_line {
    background: rgba(var(--color-1), 1);
    position: relative;
    bottom: 0vh;
	left: calc(-1 * var(--main-padding));
	margin-top:5px;
	}
	
	
}
*/


@media only screen and (min-width: 1400px) and (max-width: 1500px) {
	
	
		.header-content h1 {
    font-size: 25px !important;
    padding-bottom: 15px !important;
}
	
	.header-image img,
	.header-image .shadow {
    width: 100vh;
    height: 100vh;
}
	.header-content {
        padding-top: 50px !important;
	}
	    .header-image {
        width: 45%;
	}
	    .header-content {
        width: calc(55% - var(--main-padding));
	}
	
}


/* Responsive Anpassung für kleinere Bildschirme */
@media (max-width: 1280px) {
    .header {
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
		background: rgba(var(--color-3), 1);
		overflow: visible;
		margin-bottom: 50px;
		padding-bottom: 50px;
    }

    .header-image {
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: stretch;
        position: static;
        padding-top: 0px;
		height: 500px;
		padding-bottom: 0px;
    }

    .header-image img, .header-image .shadow {
        width: 100vw;
        height: calc(100% + 50px);
         clip-path: ellipse(100% 100% at 50% 0%);
        position: relative;
		left:0;
		top: 0;
		        object-position: top;
	
    }
	
	  .header-image .shadow {
		display: none;
    }
	

    .header-content {
        width: calc(100vw - var(--main-padding) * 2);
        padding-top: 50px;
        height: auto;
        text-align: center;
		padding-left: 0px;
		padding-left:var(--main-padding);
		padding-right:var(--main-padding);
		
    }

    .header-content .button_line {
        position: absolute;
        margin-top: 20px;
		bottom: -40px;
        z-index: 999999 !important;
		 width: calc(100vw - var(--main-padding));
    }
	
	.header-content svg {
    width: 50%;
}
	
}


@media only screen and (max-width: 768px) {
	.header-image img, .header-image .shadow {
        width: 100vw;
        height: calc(100% + 150px);
         clip-path: ellipse(100% 70% at 50% 0%);
        position: relative;
		left:0;
		top: 0;
	
    }
	
		.header-content svg {
    width: 80%;
    height: auto;
    padding-bottom: 50px;
}
	
}