@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//quadrat360.de/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #00eae9;
	--wd-alternative-color: #00396b;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(221,51,51);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(0,57,107);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(242,242,242);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wrapper__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-direction: column;
    position: relative;
		padding-top: 50px;
	  font-size: 19px;
    font-weight: 600;
    color: white;
    text-align: center;
}
.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
  	background-color: #FFF;
}

.circle_1 {
    background: url('/wp-content/uploads/2025/10/ezgif1-2.mp4') center/cover;
}

.circle_2 {
    background: url('/wp-content/uploads/2025/08/ezgif22.gif') center/cover;
}

.circle_3 {
    background: url('/wp-content/uploads/2025/08/ezgif33.gif') center/cover;
}

.circle_4 {
    background: url('/wp-content/uploads/2025/08/ezgif44.gif') center/cover;
}

.svg_circle {
    display: block;
		overflow: visible !important;
    width: 219px;
    font-size: 17px;
    position: absolute;
    font-weight: 600;
		fill: white;
}


.wd-content-layout {
    padding-block: 0px;
}

.wd-price-table.price-style-alt :is(.wd-price-currency,.wd-price-value) {
    color: #00396b !important;
}


.wd-accordion-title:is(.wd-active,:hover)>.wd-accordion-title-text {
    color: #00396b !important;
}


.whb-p7v3l9751uxi6rpvd8ao a:is(.btn-style-bordered, .btn-style-default, .btn-style-3d) {
    border-radius: 25px;
}
.whb-p7v3l9751uxi6rpvd8ao a:is(.btn-style-bordered, .btn-style-default, .btn-style-3d):hover {
    border-radius: 25px;
}

.whb-sticky-shadow.whb-sticked .whb-main-header {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4) !important;
}





    .image-btn-360 {
        cursor: pointer;
        border: none;
        background: none;
        padding: 0;
        margin: 20px;
        position: relative;
        display: inline-block;
    }
    
    .image-btn-360 img {
        display: block;
        transition: all 0.3s ease;
    }
    
    .image-btn-360:hover img {
        opacity: 0.3;
    }
    
		.hover-text {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				color: black;
				font-size: 20px;
				font-weight: bold;
				opacity: 0;
				transition: opacity 0.3s ease;
				text-shadow: 1px 1px 3px rgb(255 255 255 / 80%);
				pointer-events: none;
			  width: 100%;
		}
    
    .image-btn-360:hover .hover-text {
          opacity: 1;
    }

		.image-btn-360:hover {
        background-color: color(srgb 1 1 1 / 0);
    }
    
    .popup-360 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 90%;
        background-color: white;
        border: 2px solid #ccc;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        z-index: 1000;
        padding: 0px;
        box-sizing: border-box;
			  border-radius: 15px;
    }
    
    .close-btn-360 {
  	  position: absolute;
  	  top: 10px;
  	  right: 10px;
  	  cursor: pointer;
  	  font-size: 40px;
  	  background: none;
  	  border: none;
 	  	padding: 0px 8px;
 	   }
    
    .overlay-360 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
    }
    
    .popup-content {
        height: calc(100% - 0px);
        overflow: auto;
    }

.popup-content p {
		height: 98%;
		margin: 0;
}


.beispiel__title {
	  font-size: 18px;
    text-align: center;
    color: black;
  	margin: 0;
}

.beispiel__subtitle {
	  text-align: center;
    color: #00396b;
    margin: 0;
    font-size: 15px;
}


.widgettitle, .widget-title {
    color: #00396b !important;
}

.wd-sticky-nav-title {
    background: #153867 !important;
}

#no-pointer {
    cursor: auto;
}

@media (max-width: 1025px) {
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #00396b;
}
}

@media (min-width: 1925px) {
.q360-overlay--active {
    opacity: 1;
    visibility: visible;
    display: none;
}
}


/* Стили для меню */
.q360-menu-btn {
    background: #00396b;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
}
  
  .q360-side-panel {
    position: fixed;
    top: 0;
    left: -400px;
    width: 380px;
    height: 100%;
    background: #f8f9fa;
    box-shadow: 10px -1px 12px rgb(0 0 0 / 21%);
    transition: left 0.3s ease, visibility 0.3s;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
    visibility: hidden;
  }
  
  .q360-side-panel--open {
    left: 0;
    visibility: visible;
  }
  
  .q360-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
  }
  
  .q360-overlay--active {
    opacity: 1;
    visibility: visible;
  }
  
  .q360-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 40px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
  }

  .q360-close-btn:hover {
    background: none;
		transform: rotateZ(180deg);
  }

.ul-menu-360 {
	  list-style: none;
    padding: 0;
    margin-top: 30px;
    font-size: 21px;
}

.ul-menu-360 a:hover {
	  font-weight: 600;
}

.q360-menu-btn:hover {
		background: #00eae9;
    border: 1px solid black;
}

.ul-menu-360 li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding: 10px 0 10px;
}


.checkbox-cover label {
	  display: flex !important;
}


.elementor-26 .elementor-element.elementor-element-00461a8 {
    margin: 0;
}

.angebot_btn a {
	  border-radius: 5px;
}

.angebot_btn a:hover {
	  background: #00eae9;
    color: black;
}

.form_button_360 {
    color: white !important;
    background: #00396B;
}

html .formcraft-css .fc-form .form-element.is-required-true .field-cover .main-label>span::after {
    top: auto !important;
    right: -10px !important;
}

html .formcraft-css .fc-form .form-element .checkbox-cover>div label>span {
    width: 100%;
}

.int__360 {
		display: flex;
    flex-direction: column;
    align-items: center;
}

.int__360 img {
		max-width: 150px;
}

.wd-price-table .wd-plan-feature {
    color: black;
}


.wd-price-table .wd-plan-footer>a {
    color: #ffff !important;
    background-color: #00396b !important;
    border-radius: 5px !important;
}

.wd-price-table .wd-plan-footer>a:hover {
		background-color: #00eae9 !important;
    color: black !important;
}

.wd-price-table .wd-plan-features {
    padding: 0 25px 25px 25px !important;
}

.iframe__3d {
    width: 100% !important;
}

.scrollToTop {
	box-shadow: 0 0 2px 3px rgb(21 56 103);
}

@media (max-width: 768px) {
  .circle {
    width: 150px;
    height: 150px;
	}
	
	.wrapper__circle {
    padding-top: 0px;
		font-size: 14px;
	}
	
	.wd-tools-element:hover>a {
		color: black;
	}
	
	.menu-item-81 span {
		background-color: rgba(0, 57, 107, 1);
    color: #fff;
    border-radius: 25px;
    padding: 8px;
	}
	
	.image-btn-360 img {
    opacity: 0.3;
	}
	
	.hover-text {
    opacity: 1;
	}
	.wd-page-title .title {
    font-size: 22px !important;
	}
	
	.popup-360 {
   	width: 100%;
   }
	
	 .form-live .form-cover {
   	 padding: 0 10px;
		}
	
}



@media (min-width: 1025px) {
    .title-size-default {
        --wd-title-sp: 60px;
        --wd-title-font-s: 60px !important;
    }
}



a:focus-visible, button:focus-visible {
  outline: 3px solid red !important; 
  outline-offset: 2px !important;
}

.men_item {
	display: block;
}


.header-banner {
    position: fixed !important;
}


html .formcraft-css a[data-toggle] {
    background-color: rgba(0, 57, 107, 1);
    COLOR: #fff;
    padding: 13px;
    border-radius: 25px;
    font-weight: 500;
}


.button__menu, .button__menu:hover {
    border: 1px solid black;
}


#noclick, #noclick2 {
    pointer-events: none;
    cursor: not-allowed;
}


.back-button {
    padding: 10px 20px;
    background-color: #6be7e7;
    color: #000000;
    border: none;
    border-radius: 36px;
    cursor: pointer;
    font-size: 16px;
    display: none;
}

.back-button.visible {
    display: inline-block;
}

.back-button:hover {
    background-color: #00396b;
		color: #fff;
}


.popup-container {
    position: relative;
}

.popup-container::before, .popup-3d-v2-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url('https://quadrat360.de/wp-content/uploads/2025/10/360-black.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; 
}


.circle_1 video {
    border-radius: 50%;
}

.close-btn-360:hover {
    background-color: #fff;
    transform: rotate(180deg);
}


.image-btn-3d-v2 {
        cursor: pointer;
        border: none;
        background: none;
        padding: 0;
        margin: 20px;
        position: relative;
        display: inline-block;
    }
    
    .image-btn-3d-v2 img {
        display: block;
        transition: all 0.3s ease;
    }
    
    .image-btn-3d-v2:hover img {
        opacity: 0.3;
    }
    
    .hover-text-3d-v2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: black;
        font-size: 20px;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.3s ease;
        text-shadow: 1px 1px 3px rgb(255 255 255 / 80%);
        pointer-events: none;
        width: 100%;
        text-align: center;
    }
    
    .image-btn-3d-v2:hover .hover-text-3d-v2 {
        opacity: 1;
    }

    .image-btn-3d-v2:hover {
			background-color: color(srgb 1 1 1 / 0);
    }

.image-btn-3d-v2 {
	max-width: 270px;
	background: none;
}

.image-btn-3d-v2_h {
	max-width: 100% !important;
}

.hover-text-3d-v2 {
	font-size: 50px;
}

.popup-3d-v2-container {
	    position: relative;
}

.popup-content-3d-v2 {
	    border-radius: 30px;
}


/* Анимация для кнопки копирования */
.copy-link-btn-3d-v2:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.copy-link-btn-3d-v2:active {
    transform: scale(0.95);
}



.popup-3d-v2-container {
    position: relative;
    display: inline-block;
}

.popup-3d-v2-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(https://quadrat360.de/wp-content/uploads/2025/10/360-black.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    pointer-events: none; /* важно для hover */
}

.popup-3d-v2-container:hover::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	  width: 100px;
    height: 100px;
}

.popup-3dV2:hover::before {
	  top: 0!important;
    left: 0!important;
    width: 50px!important;
    height: 50px!important;
	  transform: none !important;
}

.popup-3d-v2 {
	  width: 100% !important;
    height: 100% !important;
}
@media (min-width: 1025px) {
	.iframe-wrapper {
  position: relative;
  display: block; /* Изменили на block для центрирования */
  margin: 0 auto; /* Центрируем блок */
}

.preloader-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-align: center;
}

.preloader-img {
  width: 200px; /* Немного увеличим картинку */
  height: 200px;
  object-fit: contain;
  margin-bottom: 15px;
}

.preloader-content p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #666;
  margin: 0;
}



.preloader-hidden {
  display: none !important;
}
}

