/*!
 * De Web Developer v1.0.0 (https://getbootstrap.com/)
 * Copyright 2020-2023 De Web Developer Authors
 */

/* --------------------------- General --------------------------- */
body {
	/* background-size: cover; */
	/* background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/onderhoud/assets/de-web-developer-amsterdam.jpg"); */
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/onderhoud/assets/background-dwd.jpg");
	background-repeat: no-repeat !important;
	background-size: cover;
	background-position: center;
	height: unset !important;
	background-attachment: fixed;
	background-color: rgb(0, 0, 0);
	display: block;
}
a {
	color: #EC008D;
}
/* --------------------------- Buttons --------------------------- */
.btn-primary {
	color: #fff;
	background-color: #EC008D;
	border-color: #EC008D;
}
.btn-primary:hover {
	color: #FFF;
	background-color: #EC008D !important;
	border-color: #EC008D !important;
	box-shadow: 1px 1px 21px #EC008D;
}
.btn.btn-primary:focus-visible {
	border-color: transparent !important;
	background-color: transparent;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: transparent !important;
	border-color: #FFF !important;
	box-shadow: navajowhite !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	box-shadow: none !important;
}
.navbar-toggler.collapsed {
	display: none !important;
}
.navbar-toggler {
	display: none !important;
}
.dwd-login {
	background: #EC008D;
	border: 0;
	padding: 5px 18px;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	line-height: 2.3;
}
.dwd-login:hover {
	background: #820046;
	transition: .5s;
	box-shadow: ;
}

/* --------------------------- Header --------------------------- */
.custom-logo {
	max-width: 190px;
	background: #000;
	padding: 10px;
}
.bg-dark.py-5 {
	background: transparent !important;
	background-size: cover !important;
	background-position: center !important;
	max-width: 1280px;
	margin: 0 auto;
	min-height: calc(100vh - 401px) !important;
}
.my-5 {
	margin-top: 3rem !important;
}

.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	background: transparent !important;
}
.container.px-5 {
	padding: 20px 0;
}

/* --------------------------- Content --------------------------- */

.domeinnaam {
	border-left: 4px solid #EC008D;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("");
	box-shadow: none;
	color: #FFF;
	background-color: transparent;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	font-size: 2rem;
	font-weight: 400;
	padding-top: 6px;
	border-radius: 5px;
	max-width: fit-content;
	margin: 0 auto;
	color: #EC008D;
	font-weight: 700;
}
.domeinnaam img {
	max-width: 50px;
	border-radius: 50px;
	margin: 3px;
}
.col-lg-6 {
	width: 80%;
}
.dwd-message {
	color: #BBB;
	font-size: 1.6rem;
	margin-top: 10px;
}

/* -- ADD -- */
/* --advertentie -- */
.banner-adv {
	max-width: 95%;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #ff8800;
	padding: 2px;
	border-radius: 5px;
	max-width: 494px;
	margin-bottom: 45px;
	position: relative;
}
.banner-adv span {
	position: absolute;
	background: #ff8800;
	right: 19px;
	padding: ;
	top: -16px;
	padding: 0 12px;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	font-weight: 700;
	font-size: .67rem;
}
.banner-adv img {
	max-width: 696px;
	max-width: 100%;
}
.ba-container {
	display: inline-block;
	min-height: 89px;
	width: 100%;
}

@media screen and (max-width: 480px) {
	.banner-adv span { top: -17px; font-size: .7rem; }

}

/* --------------------------- Footer --------------------------- */
footer {
	text-align: center;
	color: #BBB;
	padding: 25px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("");
	font-size: .8rem;
}
footer a {
	color: #EC008D;
	text-decoration: none;
}
footer a:hover {
	color: #EC008D;
}

/* ------ MEDIA QUERIES------- */
@media (min-width: 1200px) {
	.display-5 { font-size: 3.58rem; }

}

@media screen and (max-width: 991px) {
	.btn.btn-primary {
		float: right;
		margin-top: 25px;
		right: 3px !important;
		position: sticky;
		transition: .5s;
	}
	.container-sm, .container { max-width: 100% !important; }
	.my-5 { margin-top: 0rem !important; }
	.bg-dark.py-5 { min-height: calc(100vh - 349px) !important; }

}

@media screen and (max-width: 625px) {
	.domeinnaam { font-size: 1.8rem; }
	.row.gx-5.justify-content-center .col-lg-6 { padding: 0; }

@media (min-width: 375px ) and (max-width: 480px) {
	.text-white {
		font-size: 2.7rem;
		margin-top: 25px;
		font-weight: 700 !important;
		text-align: left !important;
	}

	footer { font-size: 0.75rem; }

	.navbar-brand { width: 130px; margin: 0; }
	.custom-logo {
		max-width: 170px;
		padding: 44px 25px;
	}
	.domeinnaam {
		font-size: 1.3rem;
		text-align: left;
		margin-left: 0;
	}

	.dwd-login { font-size: .83rem; padding: 2px 12px; }
	.dwd-message {
		font-size: 1.4rem;
		text-align: left;
	}
	.banner-adv { margin: 20px; }
}

@media screen and (max-width: 374px) {
	.text-white { font-size: 1.5rem; text-align: left; }
	footer { font-size: 0.75rem; padding-bottom: 35px; }
	.bg-dark.py-5 { min-height: calc(100vh - 225px) !important; }
	.navbar-brand { width: 130px; margin: 0 auto; }
	.custom-logo { max-width: 130px; }
	.domeinnaam { font-size: 1.2rem; text-align: left; }
	.dwd-login { font-size: .83rem; padding: 2px 12px; }
	.dwd-message { font-size: 1rem; text-align: left; }
	.banner-adv { margin: 20px; }

}
