/*
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



body {
	text-rendering : optimizeLegibility;
	-webkit-font-smoothing : antialiased;
}

a:hover {
	text-decoration: none;
}

.navbar-light .navbar-nav .nav-link ,
.nav-item a {
	font-weight: bold;
	color: #000000 !important;
}

#lang-toggle {
	background-color: #E8E8E8;
	padding: 8px 12px !important;
	border-radius: 20px;
	margin-left: 15px;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 600;
	float: right;
}

#lang-toggle:hover {
	background-color: #D0D0D0;
	transform: scale(1.05);
}

.container-fluid {
	background-color: #FCFAFA;
}

#header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #FCFAFA;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#hero {
	padding: 80px 0;
	min-height: 700px;
	position: relative;
}



.hero-img-container {
	position: absolute;
	left: 0px;
	padding: 0;
}

.hero-img {
	max-width: 540px !important;
	height: 540px;
	overflow: hidden;
	border-radius: 100%;
}

.hero-img img {
	width: 100%;
	height: auto;
}

.hero-title {
	background-color: #EDEDED;
	border-radius: 150px;
	padding: 15px 50px;
	padding-right: 10px;
	/*margin-top: 95px;*/
	font-family: 'Playfair display'
}

.hero-title h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 70px;
	color: #000;
	text-decoration: none;
	transition: 500ms;

}
.hero-title a h1:hover {
	transform: scale(1.01);
}

.hero-meta p {
	font-size: 22px;
	line-height: 30px;
	color: #404040;
}

.author-img , .author-meta{
	display: inline-block;
	vertical-align: top;
}
.author-img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	overflow: hidden;
}

.author-img img{
	max-width: 100%;
	height: auto;
}

.author-meta span{ 
	display: block;
}

.author-name {
	font-size: 18px;
	margin-top: 5px;
	font-weight: bold;
}

.author-tag {
	font-size: 14px;
	color: #818181;
}





.btn-light {
	border-radius: 50px;
	font-weight: bold;
	background-color: #FCFAFA;
	border: none;
}

.btn-light:hover , footer .btn-light {
		background-color: #EDEDED !important;
		border: none;
}

footer .btn-light {
	width : 40px;
	height: 40px;
	text-align: center;
	padding: 0;
	padding-top: 8px;
	margin: 0 5px;
}

footer a {
	color: #000;
}



/* Media Queries */

@media(max-width: 1200px) {



	.hero-img {
		width: 500px;
		height: 500px;
	}



	footer {
		text-align: center;
	}

	footer .justify-content-end {
		justify-content: center!important;
	}
}


@media(max-width: 992px) 
{
	
	 
	
	#hero {
		padding: 30px 0 60px;
	}

	.hero-img-container {
		position: static;
		margin: 10px auto;
		text-align: center;
	}

	.hero-img-container .hero-img {
		display: inline-block;
	}

	.hero-title {
		padding: 0;
		margin: 0;
	}
		#hero {
		text-align: center !important;
	}
}

@media(max-width: 585px){
	



	.hero-img {
		width: 350px;
		height: 350px;
	}
	.hero-title h1 {
	font-size: 40px;
	line-height: 50px;
	}
}

@media(max-width: 320px){
	.hero-img {
		width: 300px;
		height: 300px;
	}

		
}


/* One-Page Site Styles */
.section-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.section-hr {
	width: 60px;
	height: 4px;
	background: linear-gradient(to right, #dd8741, #ff9f6f);
	border: none;
	margin: 20px auto;
	border-radius: 2px;
}

/* About Section */
#about {
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.about-image {
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.about-text {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
	text-align: justify;
}

.skills-section {
	margin-top: 40px;
}

.skills-section h4 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	color: #333;
}

.skill-item {
	margin-bottom: 20px;
}

.skill-item span {
	display: block;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
}

.skill-item .progress {
	height: 8px;
	background-color: #e9ecef;
	border-radius: 4px;
	overflow: hidden;
}

.skill-item .progress-bar {
	background: linear-gradient(to right, #dd8741, #ff9f6f);
	height: 100%;
	transition: width 0.6s ease;
}

/* Services Section */
#services {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ededed;
}

.service-card {
	background: white;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	height: 100%;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-icon {
	font-size: 3rem;
	color: #dd8741;
	margin-bottom: 20px;
}

.service-card h4 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.service-card p {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
}



.portfolio-card {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.portfolio-card:hover {
	box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.portfolio-img {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.portfolio-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.portfolio-card:hover .portfolio-img img {
	transform: scale(1.05);
}

.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
	opacity: 1;
}

.portfolio-meta {
	padding: 25px;
	background: #f9f9f9;
}

.portfolio-meta h4 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.portfolio-meta p {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 15px;
}

.portfolio-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.portfolio-tags .badge {
	font-size: 0.8rem;
	padding: 5px 10px;
	background-color: orange;
}

/* Contact Section */
#contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-section {
	max-width: 600px;
	margin: 0 auto;
	padding: 45px;
}

.contact-section form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-section input,
.contact-section textarea {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-family: inherit;
	font-size: 16px;
	transition: border-color 0.3s;
}

.contact-section input:focus,
.contact-section textarea:focus {
	outline: none;
	border-color: #dd8741;
	box-shadow: 0 0 0 3px rgba(221, 135, 65, 0.1);
}

.contact-section button {
	padding: 12px;
	background: #dd8741;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	transition: background 0.3s;
}

.contact-section button:hover {
	background: #ae6d37;
}

/* Scroll link animations */
html {
	scroll-behavior: smooth;
}

/* Responsive */
@media (max-width: 768px) {
	.section-title {
		font-size: 2rem;
	}

	.about-image {
		margin-bottom: 20px;
	}

	.about-text {
		text-align: left;
	}

	.skills-section h4 {
		font-size: 1.2rem;
	}

	.service-card {
		margin-bottom: 20px;
	}

	.portfolio-img {
		height: 200px;
	}

	.contact-section {
		padding: 25px;
	}
}

#blog {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ededed;
}

#projekte {
	padding-top: 80px;
	padding-bottom: 80px;
}