/**
 * Theme Name: Julia L. Modenbach
 * Template:   astra
 */

html, body{
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	}



div.trp-ls-shortcode-current-language{
	transform: translate(100px, 18px);
	border: none;
	background-color: transparent;
}

div.trp-ls-shortcode-language{
	transform: translate(100px, 18px);
	border: none;
	background-color: transparent;
}

/* HIDE DATE, AUTHOR INFO, AND POST NAVIGATION */

header.entry-header, 
div.entry-meta{
	display: none;
}
nav.navigation{
	display: none;
}

/* KONTAKT FORM, PLACEHOLDER TEXT STYLING */
input#form-field-field_f80aa5e::placeholder{
		font-size: 14px;
	}

input#form-field-name::placeholder{
		font-size: 14px;
	}
input#form-field-email::placeholder{
		font-size: 14px;
	}

input#form-field-field_6c6070d::placeholder{
		font-size: 14px;
	}
textarea#form-field-message::placeholder{
		font-size: 14px;
		transform: translateY(-25px);
	}

/* HEADER ICON */

.hfe-site-logo-img {
 position: -webkit-sticky;
	position: sticky;
	top:0;
}
/* Menu Buttons */
@media only screen and (max-width: 600px) {
	
	a{
		padding: 10px;
	}

	.uc-list-menu{
		transform: translate(-10%);
}
	
	#menu-item-261{
		width: 100%;
		margin: 18px;
	border: solid 2px      #1C4F4F;
	border-radius: 40px;
}

/* Portfolio 

#menu-item-476{
	width: 100%;
	margin: 18px;
	border: solid 2px #1C4F4F;
	border-radius: 40px;
}

	Kontakt 

#menu-item-259{
	width: 100%;
	margin: 18px;
	border: solid 2px #1C4F4F;
	border-radius: 40px;
}

}

@media only screen and (min-width: 601px) {
	
		 Uber Mich 

#menu-item-261{
	border: solid 1.5px #1C4F4F;
	border-radius: 30px;
}

Portfolio 

#menu-item-476{
	border: solid 1.5px #1C4F4F;
	border-radius: 30px;
}

 Kontakt 

#menu-item-259{
	border: solid 1.5px #1C4F4F;
	border-radius: 30px;
}

	
}




/* Highlighted Body Text */
.alt-color {
	color: #ECE5D8
}



/*
 * #uuid-0a04c685-895c-4425-903a-b7b8a9328157{
	transform: translate(1.5em, 0.7em) scale(1.2)
}
*/


