/* Standard css Designs fuer den Shop */

/* istok-web-regular - latin */
@font-face {
	font-family: "Istok Web";
	font-style: normal;
	font-weight: 400;
	src: url("/font/istok-web-v20-latin-regular.eot"); /* IE9 Compat Modes */
	src: local(""),
		url("/font/istok-web-v20-latin-regular.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("/font/istok-web-v20-latin-regular.woff2")
			format("woff2"),
		/* Super Modern Browsers */
			url("/font/istok-web-v20-latin-regular.woff") format("woff"),
		/* Modern Browsers */ url("/font/istok-web-v20-latin-regular.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("/font/istok-web-v20-latin-regular.svg#IstokWeb") format("svg"); /* Legacy iOS */
}

/* istok-web-700 - latin */
@font-face {
	font-family: "Istok Web";
	font-style: bold;
	font-weight: 700;
	src: url("/font/istok-web-v20-latin-700.eot"); /* IE9 Compat Modes */
	src: local(""),
		url("/font/istok-web-v20-latin-700.eot?#iefix")
			format("embedded-opentype"),
		/* IE6-IE8 */ url("/font/istok-web-v20-latin-700.woff2") format("woff2"),
		/* Super Modern Browsers */ url("/font/istok-web-v20-latin-700.woff")
			format("woff"),
		/* Modern Browsers */ url("/font/istok-web-v20-latin-700.ttf")
			format("truetype"),
		/* Safari, Android, iOS */
			url("/font/istok-web-v20-latin-700.svg#IstokWeb") format("svg"); /* Legacy iOS */
}

@font-face {
	font-family: FontAwesome;
	src: url("/font/fa-solid-900.woff2");
	src: url("/font/fa-solid-900.ttf");
	src: url("/font/fa-solid-900.woff");
}

.fa-solid {
	font-family: FontAwesome;
}
i {
	font-family: FontAwesome;
}

.product-inner picture {
	height: 200px;
	/* set the desired height here */
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-inner picture img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.dropdown-toggle::after {
	border: none !important;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f107" !important; /* the desired FontAwesome icon */
	vertical-align: middle !important; /* to center vertically */
	font-size: 10px;
	margin-left: 0.5em !important;
}

li.menu-item.show a.dropdown-toggle::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f106" !important; /* the different icon */
}

/* allgemein */

h1 {
	color: #000;
	font-size: 41px;
	font-weight: normal;
	font-family: "Istok Web";
	letter-spacing: 1px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.span-title {
	color: #777777;
}

.strong-title {
	font-weight: 900 !important;
	color: #777777;
}

.card-title span {
	font-size: 32px;
	font-family: "Istok Web";
}
.h1-second-title {
	font-family: "Istok Web";
	color: #444;
	font-weight: normal !important;
	font-size: 32px !important;
}

h2 {
	font-family: "Istok Web";
	color: #444;
	font-weight: normal !important;
	font-size: 34px !important;
	margin-bottom: 7px !important;
}

h3 {
	font-family: "Istok Web";
	color: #444 !important;
	font-weight: normal !important;
	font-size: 24px !important;
	margin-bottom: 8px;
}

h4 {
	font-family: "Istok Web";

	line-height: 32px !important;
	margin-bottom: 8px !important;
	font-size: 18px !important;
	color: #444;
}

h6 {
	font-family: "Istok Web";
	line-height: 24px !important;
	font-size: 14px !important;
	color: #000000;
}

a.shop-item-card {
	text-decoration: none !important;
}

p {
	font-family: "Istok Web";
	font-size: 14px;
	line-height: auto;
	margin: 0px;
}

header {
	padding-bottom: 150px;
}

body {
	color: #676767;
}

.textbody {
	font-size: 14pt;
	color: #676767;
}

.shad {
	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	padding: 15px;
}

.copyright {
	padding-top: 40px;
	padding-bottom: 40px;
	top: 0;
}

slick-prev::before,
.slick-next::before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #2c2b2b !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-next {
	background: transparent !important;
	border-radius: 15px;
	border-color: transparent;
}

.slick-prev {
	background: transparent !important;
	border-radius: 15px;
	border-color: transparent;
}

.slick-prev::before,
.slick-next::before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: #2c2b2b !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0 !important;
	/* Position von links anpassen */
	z-index: 10;
	/* Damit die Pfeile über den Bildern erscheinen */
}

.slick-next {
	right: 0 !important;
	/* Position von rechts anpassen */
	z-index: 10;
	/* Damit die Pfeile über den Bildern erscheinen */
}

h2.slide-heading {
	font-size: 60px !important;
	line-height: 80px;
	letter-spacing: -1px !important;
	display: block;
	color: #000;
	font-weight: 300;
}

.navbar {
	--bs-navbar-toggler-focus-width: 0 !important;
}

.bg-hyla {
	background-color: #cce0e0;
	border-color: transparent !important;
}

.bg-hyla-single {
	background-color: #c5e1e0;
	border-color: transparent !important;
}

.bg-grey {
	background-color: #f8f8f8;
}

.bg-hg {
	background-color: #737373;
}

.slickslide:before,
.slickslide:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 220px;
	top: 0;
	height: 100%;
	pointer-events: none; /*makes the linkes behind clickable.*/
}
.slickslide:before {
	left: 0px;
	background: none;
}
.slickslide:after {
	right: 0px;
	background: none;
}

a {
	color: #055160;
	text-decoration: underline;
}

a:hover {
	color: #cce0e0;
}

.btn-hyla {
	background-color: #cce0e0;
	color: #055160;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: inherit;
	border-radius: 5px;
}

.btn-hyla-dark {
	background-color: #767578;
	color: white;
}

.btn-hyla-dark:hover {
	background-color: #767578;
	color: white !important;
}

.btn-lg {
	font-size: 14px !important;
}

.ls0 {
	letter-spacing: 0px !important;
}

.btn-hyla:hover {
	background-color: #b7c9c9 !important;
	color: #055160;
}

.shoppingcard-text {
	font-size: 20px !important;
	color: black !important;
	font-weight: 700 !important;
	min-height: 30px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px !important;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slickslide li {
	margin: 0 10px;
	margin-top: 5px;
}

.slick-slide {
	margin: 0 10px;
	transition: all 1s;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.footer-copyright {
	background-color: #dbdbdb;
}

.card-h {
	border: 1px solid transparent;
}

.fa .fa-shopping-cart {
	font-size: 1.6em;
}

.footer-widgets p {
	font-size: 12px !important;
}

.text-link {
	color: #cce0e0 !important;
	text-decoration: none !important;
}

.dropdown-menu {
	background-color: black !important;
	border-radius: unset !important;
	top: 100px;
	padding: 10px;
	transition: all 1s;
}

.hoverable {
	scale: 1;
	transition: all 0.5s ease-in-out;
	cursor: pointer !important;
}

.hoverable:hover {
	scale: 1.05;
	transition: all 0.5s ease-in-out;
	box-shadow: 4px 4px 15px;
	cursor: pointer !important;
}

.nav-item .nav-link:not(.dropdown-item) {
	/* top:63px!important; */
	color: #888888 !important;
}

.nav-link:hover {
	color: #055160 !important;
}

.dropdown-item {
	color: #ddd;
}

.dropdown-item:hover {
	background-color: rgba(129, 126, 126, 0.24) !important;
	color: rgb(204, 224, 224);
}

/* footer */
#footer-widgets h4 {
	color: #777777 !important;
	letter-spacing: 1px !important;
	font-weight: 400;
	font-size: 20px !important;
	line-height: 26px !important;
	text-transform: uppercase;
}

.font-weight-bold {
	font-weight: 700 !important;
}

#footer-outer {
	background-color: #e2e2e2 !important;
	margin-top: 97.19px;
}

ul .nav-item.active {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.widget.widget_nav_menu ul ul,
#sidebar .widget.widget_pages ul ul {
	margin: 0 !important;
	padding: 0 0 0 20px;
}

.widget.widget_nav_menu li,
#sidebar .widget.widget_pages li {
	border-bottom: 0 !important;
	padding: 0 !important;
}

.widget.widget_nav_menu li a,
#sidebar .widget.widget_pages li a {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

#menu-footer-1 {
	padding: 0;
}

#menu-footer-1 li {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	border-bottom: 0.5px solid rgba(185, 185, 185, 0.788) !important;
	color: #777777 !important;
}

#menu-footer-1 li a {
	text-decoration: none !important;
	color: #777777 !important;
	font-size: 14px !important;
}

.textwidget p {
	font-size: 14px !important;
	line-height: 26px !important;
}

#copyright {
	background-color: #dbdbdb !important;
}

#copyright p {
	font-size: 12px !important;
}

/* accordion */

/* Accordion History */
.toggle-heading {
	padding: 14px 14px 16px 43px;
	background-color: #f6f6f6;
	color: rgba(0, 0, 0, 0.65) !important;
	text-decoration: none !important;
}

.history-card {
	shadow: 0 !important;
}

.active-expanded {
	background-color: #ccdfe0 !important;
}

.active-expanded.collapsed {
	background-color: #f6f6f6 !important;
}

.active-expanded.collapsed:before {
	content: "\f055";
	font-family: "FontAwesome";
	float: left;
	margin-left: -1.5em;
	top: 5px;
	color: rgb(173, 173, 173);
}

.active-expanded:before {
	content: "\f056";
	font-family: "FontAwesome";
	float: left;
	margin-left: -1.5em;
	top: 5px;
	color: rgb(252, 252, 252);
}

.unactive-icon:before {
	content: "\f055";
	font-family: "FontAwesome";
	float: left;
	margin-left: -1.5em;
	top: 5px;
	color: rgb(173, 173, 173);
}

.toggle-heading p {
	padding: 0 !important;
	margin: 0 !important;
}

.card-border {
	border-right: 1px solid rgba(212, 212, 212, 0.253);
	border-bottom: 1px solid rgba(212, 212, 212, 0.253);
	border-left: 1px solid rgba(212, 212, 212, 0.253);
}

/* Accordion FAQ */
.faq-card {
	border-bottom: 1px solid #aaa !important;
}

.active-expanded-faq:before {
	content: "\f146";
	font-family: "FontAwesome";
	float: left;
	font-size: 22px;
	/* top:5px; */
	margin-top: 5px;
	color: #ccdfe0;
}

.unactive-icon-faq:before {
	content: "\f0fe";
	font-family: "FontAwesome";
	float: left;
	font-size: 22px;
	/* top:5px; */
	margin-top: 5px;
	color: #ccdfe0;
}

.dropdown:hover .dropdown-menu {
	display: none !important;
}

.dropdown:focus .dropdown-menu {
	display: none !important;
}

.dropdown .dropdown-menu.show {
	display: inherit !important;
}

@media screen and (min-width: 993px) {
	.dropdown:hover .dropdown-menu {
		display: block !important;
	}

	.dropdown:focus .dropdown-menu {
		display: block !important;
	}

	.dropdown .dropdown-menu.show {
		display: none !important;
	}
}

li.active span a::after {
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0;
	width: 100%;
	border-top: 2px solid #cce0e0;
	content: "";
	padding-bottom: inherit;
}

li:not(.active).hc span a::after {
	-webkit-transition: -webkit-transform 0.3s ease-out,
		border-color 0.3s ease-out;
	transition: transform 0.3s ease-out, border-color 0.3s ease-out;
	position: absolute;
	display: block;
	bottom: -6px;
	left: 0;
	width: 100%;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-top: 2px solid #000;
	border-top-color: rgb(0, 0, 0);
	border-color: #cce0e0;
	content: "";
	padding-bottom: inherit;
}

li:not(.active).hc span a:hover::after {
	-webkit-transition: -webkit-transform 0.3s ease-out,
		border-color 0.3s ease-out;
	transition: transform 0.3s ease-out, border-color 0.3s ease-out;
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.fixed-top {
	z-index: 3310 !important;
}

.h-150 {
	min-height: 20px;
}

.mhm {
	max-height: 900px;
}

.mhm2 {
	background-color: #1f1f1f;
}

@media screen and (min-width: 1200px) {
	.mhm {
		max-height: 150px;
	}

	.mhm2 {
		background-color: rgba(255, 255, 255, 1);
	}

	.h-150 {
		min-height: 150px;
	}
}

.rum_sst_contents {
	position: fixed;
	margin: 0;
	padding: 6px 13px 8px 13px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-style: solid;
	display: block;
	z-index: 100000;
}

#rum_sst_tab {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	top: 87vh;
	background-color: #cce0e0;
	color: #000000;
	border-style: solid;
	border-width: 0px;
}

.rum_sst_right {
	right: -1px;
	top: 50vh !important;
	cursor: pointer;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.rum_sst_left {
	left: -2px;
	cursor: pointer;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.toggle-heading-faq {
	text-decoration: none !important;
	cursor: pointer;
}

.form-control {
	background-color: #f1f1f1;
	padding: 10px;
	border-radius: 5px;
	border: 0px !important;
}

.form-control:focus {
	color: #212529;
	background-color: #f2f2f2;
	border-color: #cce0e0 !important;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.font-weight-bold {
	font-weight: 700 !important;
}

.modal-content {
	top: 2rem;
}

.btn-black {
	position: absolute;
	top: 50%;
	opacity: 0;
	transition: opacity 0.35s ease;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #555;
	color: white;
	font-size: 16px;
	padding: 12px 24px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.hyla-prod:hover .btn-black {
	opacity: 1;
}

.btn-black:hover {
	background-color: #555;
	color: white;
}

.info {
	background-color: #cce0e0 !important;
}

.alert {
	padding-left: 48px;
}

.navbar-brand img {
	width: 60px;
}

@media screen and (min-width: 576px) {
	.navbar-brand img {
		width: 100px;
	}
}

ul .nav-item.active {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.h-50 {
	height: 100% !important;
}

.border-right {
	border-right: 1px solid;
}

.slick-slide {
	margin: 0 10px;
	transition: all 1s;
}

.slick img {
	height: 400px;
	object-fit: cover;
}

.slick .position-relative {
	height: 400px;
}

.modal {
	z-index: 999999999 !important;
}

.height {
	min-height: 80px;
}

@media (min-width: 576px) {
	.height {
		min-height: 80px;
	}
}

@media (min-width: 768px) {
	.height {
		min-height: 100px;
	}
}

@media (min-width: 992px) {
	.height {
		min-height: 80px;
	}

	.slickslide:before {
		left: 0px;
		background: linear-gradient(
			to right,
			rgba(255, 255, 255, 1),
			rgba(255, 255, 255, 0)
		);
	}
	.slickslide:after {
		right: 0px;
		background: linear-gradient(
			to left,
			rgba(255, 255, 255, 1),
			rgba(0, 0, 0, 0)
		);
	}

	.h-50 {
		height: 60% !important;
	}
}

@media (min-width: 1200px) {
	.height {
		min-height: 100px;
	}
}

@media (min-width: 1400px) {
	.height {
		min-height: 80px;
	}
}

.fa-trash-alt:hover {
	color: red;
}

#blockingOverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.lds-ring {
	position: absolute !important;
	left: 50%;
	top: 50%;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.bottom-left-right {
	bottom: 0;
	left: 0;
	right: 0;
}

.ratio-9x16 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	max-height: 60vh;
	overflow: hidden;
}

.ratio-9x16 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

