﻿section:not(:last-child) {
	margin-bottom: 0px;
}

section, footer {
	background-size: cover;
	background-position: center center;
}

section.intro > div, section.service > div {
	min-height: 100vh;
}

section.contact > div {
	min-height: 75vh;
}

/* Header */

div[data-page="index"] header {
	display: none;
}

header {
	margin-top: 50px;
	margin-bottom: 50px;
}

header img {
	margin: 0 auto;
	height: 50px;
	width: auto;
}

/* Intro */

section.intro {
	display: flex;
	flex-direction: column;
}

section.intro h1, section.intro h2 {
	color: #ffffff;
	text-shadow: 0px 0px 50px rgba(0,0,0,1);
}

section.intro h1 {
	font-size: 8vw;
	line-height: .75;
	text-transform: uppercase;
	letter-spacing: -5px
}

section.intro h2 {
	font-size: 4vw;
}

/* Main */

section .box {
	display: flex;
	backdrop-filter: blur(25px) saturate(2);
	-webkit-backdrop-filter: blur(25px) saturate(2);
	/* background: radial-gradient(circle, #074a8150, #1970b750, #299fff50); */
	background-size: 400% 400% !important;
	animation: backgroundgradient 30s ease infinite;
}

span.context {
	font-size: 16px;
	border-radius: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
	display: inline-block;
}

div[data-page="imprint"] h2, div[data-page="privacy"] h2 {
	font-size: 24px;
}

div[data-page="imprint"] h3, div[data-page="privacy"] h3 {
	font-size: 18px;
}

div[data-page="imprint"] h2, div[data-page="privacy"] h2, div[data-page="imprint"] h3, div[data-page="privacy"] h3, div[data-page="privacy"] h1:not(:first-child) {
	margin-top: 40px;
}

/* Blockquote */

section.blockquote > div  {
	position: relative;
	padding: 100px 50px;
}

section.blockquote > div > div p:nth-child(2) {
	border-bottom: solid 1px rgba(0, 0, 0, .1);
}

section.blockquote > div > div p:nth-child(2):after {
	position: absolute;
	content: "\f075";
	font-family: "Font Awesome 6 Pro";
	color: rgba(0, 0, 0, .1);
	font-size: 250px;
	line-height: 0;
	bottom: 50%;
	right: 15px;
}

section.blockquote p {
	font-style: italic;
}

/* Footer */

footer {
	margin-top: 50px;
}

footer .container-fluid {
	color: #ffffff;
}

footer nav a {
	display: block;
}

/* Forms */

.button {
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
}

.button[class*="style"] {
	border: 1px solid transparent;
}

.button[class*="style"]:hover {
	background-color: #ffffff;
	color: #000000 !important;
	border-color: #000000;
}

/* In Boxen verwenden wir ein geänderten Hover-Effekt */
.box .button[class*="style"]:hover {
	border-color: #ffffff !important;
	color: #ffffff !important;
	border-color: #ffffff;
	background-color: #074a8175;
}

input, input:focus, button, button:focus, div, div:focus, .form-control:focus, .accordion-button:focus {
	outline: none;
	box-shadow: none;
}

button[type=submit]:before {
	content: "\f110";
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 6 Pro";
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	animation: fa-spin 2s linear infinite;
	opacity: 0;
	width: 0;
}

button[type=submit]:disabled:before {
	opacity: 1;
	width: auto;
	margin: .1em .4em .2em 0;
}

.form-floating {
	margin-bottom: 15px;
}

.form-floating label {
	color: #000000;
	font-size: 16px;
}

.form-floating #senderphone {
	display: none
}

.form-floating textarea {
	height: 300px !important;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	opacity: .65;
	/*	ransform: scale(.65) translateY(-0.5rem) translateX(0.15rem); */
}

main .button {
	margin-bottom: 5px;
}

main .button i {
	margin-right: 3px;
	padding-left: 0.5rem;
}