@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/* Font Faces */
@font-face {
	font-family: Princess;
	src: url("/fonts/princessandthefrog.ttf");
}
@font-face {
	font-family: Wendelin;
	src: url("/fonts/wendelinreduced_regular.ttf");
}

/* Base Styles */
html {
	background: url('/images/bg-lines.jpg');
	background-size: contain;
	background-repeat: repeat-y;
}

body {
	background: url('/images/bg-texture-small-2.png');
	background-size: contain;
	background-repeat: repeat-y;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	color: #363636;
	margin: 0;
	padding: 0;
}

/* Custom Grid System (Bootstrap-like) */
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12 { flex: 0 0 100%; max-width: 100%; }
.col-md-6 { flex: 0 0 100%; max-width: 100%; }
.col-lg-6 { flex: 0 0 100%; max-width: 100%; }
.col-lg-4 { flex: 0 0 100%; max-width: 100%; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 768px) {
	.col-md-6 { flex: 0 0 50%; max-width: 50%; }
}

@media (min-width: 992px) {
	.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
	.col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
	.order-lg-1 { order: 1; }
	.order-lg-2 { order: 2; }
}

[class*="col-"] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

/* Utility Classes */
.me-5 { margin-right: 3rem; }
.mt-5 { margin-top: 3rem; }
.mb-5 { margin-bottom: 3rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.px-3 { padding-left: 1rem; padding-right: 1rem; }
.visually-hidden { display: none; }

/* Navigation */
.navbar.fixed-top {
	position: absolute;
}

.navbar {
	padding: 1em;
	position: relative;
	z-index: 1000;
}

.navbar .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar .home-logo img {
	height: 100px;
	width: auto;
	filter: grayscale(100%);
}

.navbar-collapse {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #D6D4D2;
	z-index: 999;
	padding: 8em 0em;
	clip-path: circle(40px at 106% -6%);
	-webkit-clip-path: circle(40px at 106% -6%);
	transition: all 1s ease;
	overflow: hidden;
}

.navbar-collapse.show {
	clip-path: circle(200% at 108% -8%);
	-webkit-clip-path: circle(200% at 108% -8%);
	transition: all 1s ease;
}

.navbar-collapse .navbar-nav {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar-collapse .navbar-nav .nav-item {
	text-align: center;
	margin-top: 15px;
}

.navbar-collapse .navbar-nav .nav-item a {
	color: #373737;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	transition: all .8s ease;
	opacity: 0;
	padding: 0.5em 1em;
	border-radius: 0.5em;
}

.navbar-collapse.show .navbar-nav .nav-item a {
	opacity: 1;
	transition: all .8s ease .2s;
}

.navbar-collapse .navbar-nav .nav-item a:hover,
.navbar-collapse .navbar-nav .nav-item.aktive a {
	background-color: #363636;
	color: #D6D4D2;
	transition: all .8s ease;
}

.navbar-collapse .nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/images/bg-texture-small-2.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 1;
}

.navbar-lang {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	position: relative;
	display: flex;
	justify-content: space-around;
	margin-top: 1em;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-bottom: 2em;
	background-color: #373737;
}

.navbar-lang a {
	color: #D5D4D2;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #373737;
	border: 1px solid transparent;
	padding: 0.5em;
}

.navbar-lang a:hover,
.navbar-lang .aktive a {
	border-bottom: 1px solid #D5D4D2;
}

/* Banner */
.banner {
	height: 90vh;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 65px 61px -39px rgba(0,0,0,0.42);
	-webkit-box-shadow: 0px 65px 61px -39px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 65px 61px -39px rgba(0,0,0,0.42);
}

.banner > div {
	padding-left: 1em;
	padding-right: 1em;
}

/* Typography */
hr.line {
	opacity: 0.9;
	margin-bottom: 4em;
	color: #363636;
	height: 3px;
	width: 80px;
	border-radius: 40px;
	border: none;
	background-color: currentColor;
}

.serv-slider hr.line {
	margin-bottom: 2em;
}

h1 {
	font-family: Princess, serif;
	padding-bottom: 1em;
	font-size: 2.5rem;
	margin: 0;
}

h2 {
	font-family: Princess, serif;
	padding-bottom: .8em;
	font-size: 2rem;
	margin: 0;
}

hr.underline {
	margin-top: 0;
	margin-bottom: 2em;
	width: 200px;
	height: 2px;
	color: #aaa;
	border: none;
	background-color: currentColor;
}

hr.underline2 {
	margin-top: 0;
	margin-bottom: 2em;
	width: 100%;
	height: 2px;
	color: #aaa;
	border: none;
	background-color: currentColor;
}

/* Neumorphic Buttons */
button.neu,
.navbar button.neu.collapsed {
	background-color: transparent;
	border: 0px;
	padding: .8em 2em;
	margin-top: 3em;
	outline: transparent;
	border-radius: 100px;
	cursor: pointer;
	box-shadow: 10px 10px 20px #888, -10px -10px 20px #c5c5c5;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #363636;
	transition: all .5s linear 0s;
}

button.neu:active,
.navbar button.neu {
	box-shadow: 2px 2px 2px 0 #888 inset, -2px -2px 2px 0 #c5c5c5 inset;
	position: relative;
	top: 1px;
	border: 0px;
	transition: all .5s linear 0s;
}

button.neu:focus {
	border: 0px;
	outline: none;
	transition: all .5s linear 0s;
}

.navbar button.neu,
.navbar button.neu.collapsed {
	border-radius: 100%;
	padding: .9em 1.22em;
	font-size: 1em;
	margin-top: 0px;
	background-color: #D5D4D2;
}

button.neu.round {
	padding: .8em 1.3em;
	margin-top: 0px;
	transition: all .5s linear 0s;
}

/* Layout Sections */
.article {
	padding-top: 5em;
	padding-bottom: 5em;
}

.image,
.text {
	min-height: 10vh;
}

.image {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0em;
	padding-bottom: 5em;
}

.image.image-right {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0em;
	padding-bottom: 5em;
}

.header {
	padding-top: 0em;
	padding-bottom: 5em;
}

.header .text {
	padding-top: 5em;
}

.text {
	padding-left: 1em;
	padding-right: 1em;
}

.image img {
	box-shadow: 0px 65px 61px -39px rgba(0,0,0,0.42);
	-webkit-box-shadow: 0px 65px 61px -39px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 65px 61px -39px rgba(0,0,0,0.42);
	max-width: 100%;
	height: auto;
}

/* Dark Theme */
.article.dark {
	background-color: #363636;
	color: #D5D4D2;
}

.article.dark button {
	color: #D5D4D2;
}

.article.dark button.neu {
	box-shadow: 10px 10px 20px #111, -10px -10px 20px #333;
}

.article.dark button.neu:active {
	box-shadow: 2px 2px 2px 0 #111 inset, -2px -2px 2px 0 #333 inset;
}

.article.dark .image img {
	box-shadow: 0px 65px 61px -39px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 65px 61px -39px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 65px 61px -39px rgba(0,0,0,.8);
}

/* Custom Carousel */
.serv-slider {
	padding: 5em 1em;
	overflow: hidden;
}

.carousel-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.carousel-wrapper {
	overflow: hidden;
	border-radius: 10px;
}

.carousel-track {
	display: flex;
	transition: transform 0.3s ease;
	min-height: 550px;
	align-items: center;
}





.carousel-cell.active {
	height: 450px;
	transition: all .5s linear 0s;
	box-shadow: 10px 10px 20px #888, -10px -10px 20px #c5c5c5;
	color: #D7D6D4;
	position: relative;
}

.carousel-cell.active hr.underline2 {
	color: #D7D6D4;
	transition: all .6s linear 0s;
}

.carousel-cell.active .cell-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	transition: all .6s linear 0s;
	border-radius: 10px;
}

.carousel-cell .cell-bg .content {
	z-index: 99;
	position: relative;
	font-size: .8em;
	transition: all .6s linear 0s;
}

.carousel-cell:not(.active) .cell-bg {
	background-image: none !important;
	transition: all .6s linear 0s;
}

.carousel-btn {
	position: absolute;
	top: 0;
	z-index: 99;
	background-color: transparent;
	border: 0px;
	padding: .7em .8em;
	outline: transparent;
	border-radius: 100px;
	cursor: pointer;
	box-shadow: 10px 10px 20px #888, -10px -10px 20px #c5c5c5;
	font-size: 1em;
	color: #363636;
	transition: all .5s linear 0s;
}

.carousel-prev {
	right: 60px;
}

.carousel-next {
	right: 0;
}

.carousel-btn:hover,
.carousel-btn:focus,
.carousel-btn:active {
	color: #363636;
	outline: transparent;
	background: transparent;
	top: 0;
	position: absolute;
	transition: all .5s linear 0s;
}

.carousel-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 2em;
}

.carousel-dot {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	background-color: #ddd;
	cursor: pointer;
	transition: all .5s linear 0s;
}

.carousel-dot.active {
	box-shadow: 2px 2px 5px #888, -2px -2px 5px #c5c5c5;
	transition: all .5s linear 0s;
}

.label {
	font-size: .7em;
	text-transform: uppercase;
	padding-bottom: 6em;
}

.label span {
	float: right;
}

/* Brands Animation */
.brands {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 3em;
	padding-bottom: 10em;
}

@-webkit-keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 8)); }
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 8)); }
}

.slider {
	background: transparent;
	height: 100px;
	margin: auto;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, #D5D4D2 0%, rgba(213, 212, 210, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 5em;
	z-index: 2;
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	-webkit-animation: scroll 30s linear infinite;
	animation: scroll 30s linear infinite;
	display: flex;
}

.slider .slide {
	height: 100px;
	width: 250px;
	flex-shrink: 0;
}

.slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Forms */
form {
	padding-top: 4em;
}

form .item {
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
}

form .item label {
	margin-bottom: .8em;
	text-transform: uppercase;
	display: block;
}

form .item input,
form .item textarea {
	background-color: transparent;
	border: 0px;
	padding: 1em 2em;
	outline: transparent;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 10px 10px 20px #888, -10px -10px 20px #c5c5c5;
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	color: #363636;
	transition: all .5s linear 0s;
	width: 100%;
	box-sizing: border-box;
}

form .item #copy {
	margin: 0px;
	padding: 0px;
	margin-bottom: .5em;
	margin-right: 2.5em;
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
	background-color: transparent;
	border: 0px;
	padding: .1em .6em;
	outline: transparent;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 10px 10px 20px #888, -10px -10px 20px #c5c5c5;
	font-size: 1em;
	color: #363636;
	transition: all .5s linear 0s;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: transparent;
	border-radius: 5px;
	border: 0px;
	content: "";
	display: inline-block;
	font-size: .8em;
	height: 2.0625em;
	line-height: 2.0625em;
	text-align: center;
	width: 2.0625em;
	position: absolute;
	top: 1.2em;
	left: 1em;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
	background: #373737;
	content: "\f00c";
	color: #d5d4d2;
}

button#contact-submit {
	text-transform: uppercase;
}

.alert {
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/* Footer */
footer {
	background-color: #343434;
	padding: 4em 0em;
	color: #D5D4D2;
	margin-top: 4em;
}

footer .logo {
	padding-bottom: 2.5em;
}

footer .home-logo img {
	height: 80px;
	filter: grayscale(100%);
}

footer .menu {
	padding-top: 2.5em;
	border-top: 1px solid #555;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #555;
}

footer .subnote {
	font-size: .6em;
	padding: 3em 0em;
	padding-bottom: 0;
	color: #999;
	text-align: center;
}

footer .subnote img {
	filter: grayscale(100%);
}

footer .menu .menu-list {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

footer .menu a {
	color: #D5D4D2;
	text-decoration: none;
	padding: 0.5em;
}

footer .social {
	padding-top: 2em;
	padding-bottom: 1em;
	display: flex;
	justify-content: center;
	gap: 1em;
}

footer .social a {
	background-color: transparent;
	border: 0px;
	padding: .5em .8em;
	outline: transparent;
	border-radius: 100px;
	cursor: pointer;
	box-shadow: 10px 10px 20px #111, -10px -10px 20px #333;
	font-size: 1em;
	color: #D5D4D2;
	transition: all .5s linear 0s;
	height: 45px;
	width: 45px;
	text-align: center;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

footer .social a:active,
footer .social a:focus {
	box-shadow: 2px 2px 2px 0 #111 inset, -2px -2px 2px 0 #333 inset;
}

/* Services Page */
.services {
	margin-bottom: 10em;
	margin-top: 10em;
}

.services .carousel-cell {
	height: auto;
	background-color: transparent;
	box-shadow: 10px 10px 20px #888, -10px -10px 20px #c5c5c5;
	margin-bottom: 2em;
}

.services .carousel-cell img {
	max-width: 100%;
	margin-bottom: 2em;
}

/* Leaflet Map */
.leaflet-container {
	height: 400px;
	width: 100%;
}

/* Responsive Design */
@media (min-width: 540px) {
	.image {
		padding-left: 2em;
		padding-right: 2em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.image.image-right {
		padding-left: 3em;
		padding-right: 3em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.text {
		padding-left: 2em;
		padding-right: 2em;
	}
	.article {
		padding-top: 6.5em;
		padding-bottom: 6.5em;
	}
	.serv-slider {
		padding: 6.5em 2em;
	}
	.slider::before,
	.slider::after {
		width: 10em;
	}
}

@media (min-width: 768px) {
	.navbar {
		padding: 1em 2em;
	}
	.image {
		padding-left: 3em;
		padding-right: 3em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.image.image-right {
		padding-left: 3em;
		padding-right: 3em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.text {
		padding-left: 3em;
		padding-right: 3em;
	}
	.carousel-track {
		min-height: 600px;
	}
	.serv-slider hr.line {
		margin-bottom: 3em;
	}
	.article {
		padding-top: 8em;
		padding-bottom: 8em;
	}
	.carousel-cell.active {
		height: 500px;
	}
	
	.serv-slider {
		padding: 8em 3em;
	}
	.slider::before,
	.slider::after {
		width: 12em;
	}
}

@media (min-width: 960px) {
	footer .menu .menu-list {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	body {
		background: url('/images/bg-texture-2.png');
		background-size: contain;
		background-repeat: repeat-y;
	}
	.navbar {
		padding: 1em 2em;
	}
	.image {
		padding-left: 3em;
		padding-right: 0em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.image.image-right {
		padding-left: 0em;
		padding-right: 3em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.article {
		padding-top: 8em;
		padding-bottom: 8em;
	}
	.carousel-track {
		min-height: 650px;
	}
	.serv-slider hr.line {
		margin-bottom: 4em;
	}
	.carousel-cell.active {
		height: 500px;
	}
	.carousel-cell {
		height: 450px;
	}
	.serv-slider {
		padding: 8em 3em;
	}
	.slider::before,
	.slider::after {
		width: 14em;
	}
	.navbar-collapse .nav-overlay {
		background: url('/images/bg-texture-2.png');
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1400px) {
	.navbar {
		padding: 2em 3em;
	}
	.image {
		padding-left: 5em;
		padding-right: 0em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.image.image-right {
		padding-left: 0em;
		padding-right: 5em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.article {
		padding-top: 10em;
		padding-bottom: 10em;
	}
	.carousel-track {
		min-height: 750px;
	}
	.serv-slider hr.line {
		margin-bottom: 4em;
	}
	.carousel-cell.active {
		height: 600px;
	}
	.serv-slider {
		padding: 10em 8em;
	}
	.navbar-collapse {
		padding: 10em 0em;
	}
	.slider::before,
	.slider::after {
		width: 16em;
	}
}

@media (min-width: 1920px) {
	.navbar {
		padding: 3em 4em;
	}
	.image {
		padding-left: 8em;
		padding-right: 0em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.image.image-right {
		padding-left: 0em;
		padding-right: 8em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.article {
		padding-top: 10em;
		padding-bottom: 10em;
	}
	.carousel-track {
		min-height: 812px;
	}
	.serv-slider hr.line {
		margin-bottom: 4em;
	}
	.text {
		padding-left: 8em;
		padding-right: 8em;
	}
	.carousel-cell.active {
		height: 600px;
	}
	.serv-slider {
		padding: 10em 8em;
	}
	.navbar-collapse {
		padding: 12em 0em;
	}
	.slider::before,
	.slider::after {
		width: 18em;
	}
}

@media (min-width: 2120px) {
	.navbar {
		padding: 4em 5em;
	}
	.banner > div {
		padding-left: 5em;
		padding-right: 5em;
	}
	.article {
		padding-top: 10em;
		padding-bottom: 10em;
	}
	.header {
		padding-top: 0em;
		padding-bottom: 0em;
	}
	.header .text {
		padding-top: 0em;
	}
	.text {
		padding-left: 16.5em;
		padding-right: 16.5em;
	}
	.serv-slider hr.line {
		margin-bottom: 4em;
	}
	.serv-slider {
		padding: 10em 12em;
	}
	.carousel-cell .cell-bg .content {
		font-size: 1em;
	}
	.carousel-cell.active {
		height: 600px;
	}
	.carousel-track {
		min-height: 882px;
	}
	.image,
	.text {
		min-height: 50vh;
	}
	.image {
		padding-left: 12em;
		padding-right: 0em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.image.image-right {
		padding-left: 0em;
		padding-right: 12em;
		padding-top: 0em;
		padding-bottom: 5em;
	}
	.navbar-collapse {
		padding: 14em 0em;
	}
}