/* 
 Theme Name:   ALLINFRA BOX Theme
 Theme URI:    
 Description:  
 Author:       spectory
 Author URI:   spectory.at
 Template:     hello-biz
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

p {
	margin-bottom: 0 !important;
}

body {
  overscroll-behavior: none;
}


.sp-swiper-pagination {
	position: absolute !important;
	top: 36px;
	left: 36px !important;
	right: auto;
	width: auto !important;
	bottom: auto !important;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 0;
	background-color: rgba(255, 255, 255, 0.2);
}

.sp-swiper-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	height: 12px !important;
	width: 3px;
}
html {
	background-color: black !important;
}

.pflichtfelder-note {
	color: #D92924;
	font-size: 1.25rem;
}
.header-logo img {
    transition: width 300ms ease;
    width: 135px;
}

.header-logo.smaller img {
    width: 75px !important;
}

@media only screen and (max-width: 767px) {
	.header-logo.smaller img {
		width: 70px !important;
	}
}

.burger-wrapper {	
	width: 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
}
/*
.burger-wrapper .line {
	transition: all 250ms ease-in-out;
	opacity: 1;
}

.burger-wrapper .line:first-of-type {
	transform-origin: right;
}
	
.burger-wrapper.open .line:first-of-type {
	transform: rotate(45deg);
}

.burger-wrapper.open .line:last-of-type {
	transform: rotate(-45deg);
}

.burger-wrapper.open .line.2 {
	opacity: 0;
}
	*/
.burger-wrapper .line {
	height: 3px;
	width: 100%;
	background: white;
}

.img-slider-wrapper .twentytwenty-overlay {
	border-radius: 20px !important;
}

.darkened .twentytwenty-overlay {
	background: rgba(0,0,0,0.8);
}

@media only screen and (min-width: 768px) {
	.darkened:not(:has(.twentytwenty-handle:hover)) .darkened-label span {
		color: white !important;
	}
}

.darkened:has(.twentytwenty-handle:hover) .twentytwenty-overlay {
	background: rgba(0,0,0,0) !important;
}

.sticky-bar a.active {
  text-decoration: underline !important;
}

.info-box * {
	color: white !important;
}

.hover-cards .hover-card::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 20px;
	transform: scale(1.01);
	content: '';
	background-color: #F5F5F5;
	opacity: 1;
	transition: all 300ms ease;
}

.hover-cards .hover-card.active::before {
	opacity: 0.15 !important;
	background-color: #000000;
}

.hover-cards .hover-card:not(.active) h3, .hover-cards .hover-card:not(.active) span, .hover-cards .hover-card:not(.active) p {
	color: #000000 !important;
}

.hover-cards .hover-card.active h3, .hover-cards .hover-card.active span, .hover-cards .hover-card.active p {
	color: white !important;
}

.hover-cards .hover-card.active .badge {
	border-color: white !important;
}

.produkte-tabelle {
	border-collapse: separate !important;
	border-spacing: 20px 0 !important;
	
}

.produkte-tabelle thead tr > td, .produkte-tabelle tbody tr .column-1, .produkte-tabelle tbody tr:hover .column-1{
	background-color: transparent;
}

.produkte-tabelle thead tr > th {
	background-color: #F0F0F0B2;
	border-radius: 20px 20px 0 0;
	text-align: center;
	font-size: 1.75rem;
	line-height: 128%;
	font-weight: 500;
	padding: 50px 0;
}

.produkte-tabelle tbody tr .column-2, .produkte-tabelle tbody tr .column-3,
.produkte-tabelle tbody tr:hover .column-2, .produkte-tabelle tbody tr:hover .column-3 {
	background-color: #F0F0F0B2;
	text-align: center;
}

.produkte-tabelle td, .produkte-tabelle th {
	border: none !important;
}

.produkte-tabelle tbody tr:last-child .column-2, .produkte-tabelle tbody tr:last-child .column-3 {
	border-radius: 0 0 20px 20px;
}

.produkte-tabelle tbody td {
	padding: 35px 0;
	font-size: 1.75rem;
}

.produkte-tabelle tbody .column-2, .produkte-tabelle tbody .column-3 {
	font-weight: 700;
}

.produkte-tabelle tbody tr:not(:last-child) td, .produkte-tabelle tbody tr:not(:last-child) th {
    border-bottom: 2px solid #cfcfcf !important;
	position: relative;
  }

.produkte-tabelle tbody tr:not(:last-child) td:not(:last-child)::after, .produkte-tabelle tbody tr:not(:last-child) th:not(:last-child)::after {
	position: absolute;
	content: '';
	bottom: -2px;
	right: -20px;
	width: 20px;
	background-color: #cfcfcf;
	height: 2px;
}

.produkte-tabelle tbody td button {
	background-color: #0F0F0F;
	border: 1px solid #0F0F0F;
	color: white;
	border-radius: 50px;
	font-weight: 500;
	width: 230px;
	margin-top: 35px;
}

.produkte-tabelle tbody td button:hover {
	color: #0F0F0F;
	background-color: transparent;
}

.it-a-box {
	display: inline-flex;
	flex-direction: column;
	font-size: 1.125rem;
	line-height: 1em;
	border: 4px solid #0F0F0F;
	border-radius: 10px;
	padding: 15px;
	gap: 6px;
	font-weight: 700;
	text-align: center;
	width: 100px;
	aspect-ratio: 1 / 1;
}

.it-a-box .bigger {
	font-size: 2em;
	line-height: 1em;
}

.hover-blog-card.active .elementor-icon {
    border-color: white !important;
	background-color: transparent !important;
}

.hover-blog-card.active .branche-tag {
    border-color: white !important;
}

.hover-blog-card.active .branche-tag .elementor-icon-list-text, .hover-blog-card.active .elementor-widget-theme-post-excerpt, .hover-blog-card.active h2 {
    color: white !important;
}

.hover-blog-cards .hover-blog-card::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '';
	background-color: #F5F5F5;
	opacity: 1;
	transition: all 300ms ease;
}

.hover-blog-card.active::before {
	opacity: 0.6 !important;
	background-color: #000000;

}

.elementor-widget-wb-before-after-image-slider-elementor .wb_ebais_twentytwenty_container {
	border-radius: 20px;
}

.konfigurator a[role="button"] {
	transition: all 0ms linear !important;
}

.konfigurator a[role="button"]:not(.active) {
	cursor: pointer;
}

.konfigurator a.elementor-button.active[role="button"] {
	border: 2px solid #0181D1;
	pointer-events: none !important;
	border-color: #0181D1 !important;
}

.konfigurator .info-box ul {
	padding-left: 18px;
}

.konfigurator .info-box {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.konfigurator .info-box::after {
	position: absolute;
    content: '';
    top: 25px;
    left: 100%;
    transform: scale(0.4, 0.6);
    transform-origin: left;
    background: inherit;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 15px;
    height: 20px;
clip-path: polygon(0 0, 13px 7px, 15px 10px, 13px 13px, 0 20px);	
}

.konfigurator .mehr-infos > a svg {
	padding-bottom: 2px !important;
}

.konfigurator .mehr-infos > a.opened svg {
	transform: rotate(180deg) !important;
}

.konfigurator .disabled {
	opacity: 0.4 !important;
	cursor: default;
}

#la_ohne.hush, #la_mit.hush {
	opacity: 0.4 !important;
}

.konfigurator .disabled a {
	pointer-events: none !important;
}

#bundesland-select .hush .e-n-accordion-item-title-text, #bundesland-select .hush .e-n-accordion-item-title-icon {
	color: #0F0F0F80 !important;
}

#bundesland-select.selected .e-n-accordion-item-title-text,
#bundesland-select.selected .e-n-accordion-item-title-icon{
	color: black !important;
}

.faq-wrapper:has(.e-n-accordion-item-title[aria-expanded="true"]) {
	background-color: rgba(240, 240, 240, 0.7) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px);
}

.elementor-field-required:has(.elementor-message-danger) input,
.elementor-field-required:has(.elementor-message-danger) textarea,
.elementor-field-required:has(.elementor-message-danger) .elementor-field-option label {
	border-color: #DB2C2B !important;
	color: #DB2C2B !important;
}

.elementor-field-required .elementor-message-danger {
	display: none;
}

.elementor-form input[type="checkbox"] {
    width: 24px;
    height: 24px;
}

.elementor-form .elementor-field-type-acceptance label {
	padding-left: 18px !important;
}

.elementor-form .elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	align-items: center;
}

.elementor-form .elementor-field-type-acceptance label a {
	text-decoration: underline !important;
	font-size: 1em !important;
	font-weight: 600 !important;
}

.elementor-form .elementor-button[type="submit"] svg * {
	fill: transparent !important;
}

.elementor-form .elementor-button[type="submit"] svg {
	transition: filter 300ms;
}

.elementor-form .elementor-button[type="submit"]:hover svg * {
	filter: brightness(-100%);
}

.twentytwenty-before, .twentytwenty-after {
	object-fit: cover !important;
}

#ga_confirm {
	cursor: pointer;
}

.elementor-field-type-acceptance .elementor-error > label {
	color: black !important;
}

.elementor-field-type-acceptance .elementor-error label a {
	color: red !important;
}

.zum-konfigurator-plus, .zum-konfigurator-smart {
	width: 100%;
	background-color: #0f0f0f;
	color: white;
	border-radius: 50px;
	border: 1px solid #0f0f0f;
}

.zum-konfigurator-plus:hover, .zum-konfigurator-smart:hover,
.zum-konfigurator-plus:focus, .zum-konfigurator-smart:focus {
	background: white !important;
	color: #0f0f0f !important;
}

.dr-cookietext .dr-descriptiontext a {
	font-size: inherit !important;
}

.dr-cookietext .dr-descriptiontext {
	padding-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
	
	.hover-cards .hover-card::before, .hover-cards .hover-card.active::before, .hover-blog-cards .hover-blog-card::before, .hover-blog-cards .hover-blog-card.active::before {
		opacity: 0.15 !important;
		background-color: #000000 !important;
	}
	
	.konfigurator .info-box::after {
    	transform: scaleY(0.5);
		transform-origin: bottom;
		clip-path: polygon(0 20px, 5px 7px, 7.5px 5px, 10px 7px, 15px 20px);
		width: 20px;
		height: 15px;
		bottom: 100%;
		top: auto;
		left: 5px;
		z-index: -1;
	}
	
	.konfigurator .mehr-infos > a.opened svg {
	transform: rotate(90deg) !important;
}
}

@media only screen and (min-width: 1800px) {
	.gradient-header {
		background-size: 100% 100% !important;
	}
	
	.gradient-header-fixed {
		background-size: 100% 1000px !important;
	}
}