/*
 Theme Name:   Impreza Child
 Description:  Impreza Child Theme
 Author:       Raphael Posch
 Template:     Impreza
 Version:      1.0.0
*/

#lebenslauf ul {
  list-style: none;
	list-style-type: none;
}

#lebenslauf ul li::before {
  content: "\266A";
  color: #FFAD1E;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

#footer .privacy-links a {
	color: inherit;
}

#footer .privacy-links a:hover { 
color: var(--color-content-link-hover);
}

.featured-image img{
	object-position: center 30%;
}

.featured-image2 img{
	object-position: center 20%;
}


	.featured-grid-1 .w-grid-item-h{
		max-height: 300px;
	}


#more-projects .w-tabs-section-header h3{
text-transform: uppercase;
	font-weight: 600 !important;

}


.news-image img{
	object-position: 50% 20%;
}

#copyright-section a{
	color: var(--color-content-primary);
}

#copyright-section a:hover { 
	text-decoration: underline;
	color: var(--color-content-faded);
}


@media only screen and (max-width: 600px) {
	
	.project-buttons .w-socials-list {
		flex-grow: 1;
		text-align: center;
	} 
	.project-buttons .w-socials{
		width: 100%;
		margin-right: 0;
	}
	
	.project-buttons .w-btn-wrapper {
		flex-grow: 1;
		text-align: center;
		margin-bottom: 1.5em;
		margin-right: 0;
	}
	
	.project-buttons .w-btn-wrapper a.w-btn {
		min-width: 70vw;
		margin-left: auto;
		margin-right: auto;
		
	}
}