
/*
------------------------------------------------------------------------------
FARBEN
------------------------------------------------------------------------------
*/

:root {
	--ilwia-color-contrast: #B9376A;
  }

/*
------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------
*/

#site-title a {
	width: 143px;
	height: 98px;
	display: inline-block;
	background: url("../images/ilwia-projekt-logo.svg") center / cover no-repeat;
}

header #menu-header-menue .phone a {
	padding: 7px 0 7px 35px;
	background: url("../images/ilwia-icon-phone-projekt.svg") left center / contain no-repeat;
}

header #menu-header-menue .email a {
	padding: 7px 0 7px 35px;
	background: url("../images/ilwia-icon-email-projekt.svg") left center / contain no-repeat;
}

header #menu-header-menue .btn-menu a {
	background: url("../images/ilwia-icon-menu-projekt.svg") center / contain no-repeat;
}

@media (max-width: 767px) {
    header #menu-header-menue .login a {
        padding: 0;
        border-radius: 0;
        width: 44px;
        height: 44px;
        background: transparent url("../images/ilwia-icon-login-projekt.svg") center / contain no-repeat;
    }
}

/*
------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------
*/

footer .footertop .adress-box {
	background: url("../images/ilwia-projekt-logo-weiss.svg") left bottom 5px / 145px no-repeat;
}

@media (max-width: 767px) { 
	footer .footertop .adress-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 150px 0 0 0;
		margin-top: 25px;
		margin-bottom: 45px;
		text-align: center;
		background: url("../images/ilwia-projekt-logo-weiss.svg") center top 5px / 145px no-repeat;
	}
}