/*
Theme Name: Mueller
Description: Child theme for marius-mueller.com
Author: Mraius Mueller
Author URI: http://www.marius-mueller.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*

Accent blue: #0055ff
Green: #36b37e

*/


/****************************** Typo ******************************/

/*
	https://fluidtypography.com/
*/



/****************************** Helper Classes******************************/

@media (min-width: 960px) {
	span.forced-break{
		display: table;
	}
}


.box-glow .uncell{
	-webkit-box-shadow: 0px 0px 20px 0px rgba(82, 96, 108, 0.15); 
	box-shadow: 0px 0px 20px 0px rgba(82, 96, 108, 0.15);
}

.pixel-corner{
  background-image: url("https://marius-mueller.com/wp-content/uploads/2023/10/button-pixel.png");
  background-repeat: no-repeat;
  background-attachment: unset;
  background-position: 3px 3px;
  background-size: 24px;
}



/****************************** MainMenu ******************************/

.menu_contact-item a{
	text-transform: uppercase;
	color: #0055ff !important;
}

.menu_contact-item{
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}

.menu_contact-item::before {
	content: '';
	width: 30px;
	height: 30px;
	margin-top: 4px;
	margin-right: 8px;
	background-image: url("https://marius-mueller.com/wp-content/uploads/2023/10/profil-foto.png");
	background-repeat: no-repeat;
	background-attachment: unset;
	background-position: 0px 0px;
	background-size: 30px;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}

.menu_contact-item:hover::before{
	opacity: 0.5;
}




/****************************** Portfolio Startseite ******************************/



.portfolio-startseite-headline{
	padding-top: 40px !important;
}

.portfolio-startseite-headline .heading-text div{
	padding-left: 130px;
}

.portfolio-startseite-headline .heading-text a{
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-startseite-headline .heading-text a:hover{
	color: #ffffff;
	opacity: 0.5;
}

@media (max-width: 960px) {
	.portfolio-startseite-headline{
		padding-top: 0px !important;
	}
	.portfolio-startseite-headline .heading-text div{
		padding-left: 0px;
	}
}

/****************************** Portfolio Archive ******************************/

/*** Filter ***/
/* .isotope-filters a.isotope-nav-link{
	padding: 15px 20px;
	text-transform: uppercase !important;
}

.isotope-filters a.active{
	background-color: #36b37e;
	color: #ffffff !important;
} */

.isotope-filters a.active{
	text-decoration: underline;
}


/****************************** Ninja Forms ******************************/

.nf-form-fields-required{
	display: none;
}

.nf-form-content label, .nf-error-wrap {
	font-size: 14px !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

.field-wrap>div input[type=checkbox]{
	width: auto;
	height: 14px;
}

.field-wrap input[type=button], .field-wrap input[type=submit] {
	width: 100% !important;
}

