.row.no-gutters.gallery-grid {
	margin-bottom: 7rem;
}

.desc.w-100.px-4 {
	background-color: darkslategray !important;
}

.anfrage {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-custom {
	margin: 10px;
}


#why-section,
#package-section,
#shooting-section,
#formular-section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 80px 20px;
}

.container.text.text-center h1 {
	font-size: 2rem;
	letter-spacing: 1px;
	margin-bottom: 50px;
	position: relative;
}

.container.text.text-center h1::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: darkslategray;
	border-radius: 2px;
}

.up {
	background-color: darkslategray;
	width: 40px;
	height: 40px;
	padding: 6px 5px 5px 12px;
	position: fixed;
	z-index: 9;
	right: 25px;
	bottom: 58px;
	color: white;
	opacity: 0;
}

.up.show {
	opacity: 0.5;
	pointer-events: auto;
}

.up.show:hover {
	opacity: 1;
}

.why-div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 6rem 0rem;
}

.why-div-box img {
	width: 65px;
	margin: 22px auto;
}

.why-div-box {
	display: grid;
	min-width: 200px;
	margin: 22px 2px;
	border-radius: 4px;
}

.why-div-box:hover {
	transform: scale(1.04);
}

.why-div-box span {
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.why-div-box p {
	font-size: 12px;
	margin-top: 8px;
	padding: 2px;
}


.shooting-div,
.package-div {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 7rem;
}

.border h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: white;
	margin: 20px;
	transform: scale(1);
	transition: transform 0.6s ease, text-shadow 0.6s ease;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 2;
	position: relative;
}

.border {
	border: 1px solid black !important;
}

.border::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.8s ease;
	border-radius: 10px;
	z-index: 1;
}

.border {
	height: 590px;
	width: 97%;
	background: transparent;
	border-radius: 10px;
	transition: border 1s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.border:hover {
	border: 1px solid dimgray;
}

.card {
	height: 600px;
	width: 400px;
	background: black;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 70px 63px -60px #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
	transition: background 0.8s ease;
}

.card:hover h2 {
	transform: scale(1.2);
	text-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
}

.card:hover .border::before {
	opacity: 1;
}


.card0 {
	background: url('../img/0.jpg') center center no-repeat;
	background-size: 400px;
}

.card0:hover {
	background: url('../img/0.jpg') left center no-repeat;
	background-size: 600px;
}


.card1 {
	background: url('../img/1.jpg') center center no-repeat;
	background-size: 400px;
}

.card1:hover {
	background: url('../img/1.jpg') left center no-repeat;
	background-size: 600px;
}


.card2 {
	background: url('../img/2.jpg') center center no-repeat;
	background-size: 400px;
}

.card2:hover {
	background: url('../img/2.jpg') left center no-repeat;
	background-size: 600px;
}

.card3 {
	background: url('../img/3.jpg') center center no-repeat;
	background-size: 450px;
}

.card3:hover {
	background: url('../img/3.jpg') left center no-repeat;
	background-size: 600px;
}

.card4 {
	background: url('../img/4.jpg') center center no-repeat;
	background-size: 400px;
}

.card4:hover {
	background: url('../img/4.jpg') left center no-repeat;
	background-size: 600px;
}


.package-div {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;

}

.package-card div:hover {
	background-color: teal;
}

.package-card {
	min-width: 350px;
	min-height: 600px;
	margin-bottom: 4rem;
}


.package-card div {
	position: relative;
	max-width: 350px;
	min-height: 600px;
	margin: 4px;
	border-right: 2px solid darkslategray;
	background-color: black;
	background: linear-gradient(to top, #000, #625e5ec7);
	border-radius: 22px;
}

.package-card div h4 {
	width: initial;
	margin: 14px auto 22px;
	padding: 30px 22px 16px;
	color: white;
	border-bottom: 1px solid #5b5b5b;
	font-family: "Style Script", cursive;
	font-size: 50px;
	font-weight: lighter;
	font-style: italic;
}


.package-card div ul {
	list-style: none;
	text-align: left;
	margin-left: -30px;
}

.package-card div ul li {
	word-wrap: break-word;
	font-size: 14px;
	position: relative;
	padding-left: 40px;
	text-indent: -30px;
	padding-right: 4px;
}

.package-card div ul li:before {
	content: '✓';
	color: white;
	font-size: 22px;
	font-weight: bold;
	margin-right: 12px;
}

.package-card div span {
	font-size: 36px;
	font-weight: bold;
	color: wheat;
	font-family: "Style Script", cursive;
}

.package-card a {
	padding: 12px;
	background-color: darkslategray;
	color: white;
	border-radius: 10px;
	position: absolute;
	bottom: 60px;
	left: 114px;
}

#blinkingDiv {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: darkslategray;
	padding: 8px;
	border-radius: 6px;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid white;
	animation: blinkBorder 1s infinite;
}

@keyframes blinkBorder {
	0% {
		border-color: white;
	}

	50% {
		border-color: transparent;
	}

	100% {
		border-color: white;
	}
}

#work {
	padding: 0rem !important;
}

.contact-form.p-4.p-md-5.py-md-5 {
	background-color: #2f4f4f80;
	margin-top: 46px;
	border-radius: 4px;
}

.form-group label {
	text-align: left;
	width: 100%;
}

.btn.btn-primary.py-3.px-5 {
	background-color: darkslategray;
}

.alert.alert-success.text-center,
.alert.alert-danger.text-center {
	margin-top: 20px !important;
	margin-bottom: -25px !important;
}