/*
Theme Name: Shopping Arena
Author: Portalworks
Version: 1.0.1
Text Domain: shopping-arena
*/
.wpcf7-spinner {
	display: none !important;
}

/***************************************************
                      FONTS
***************************************************/
/* abel-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/abel-v18-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bungee-shade-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bungee Shade';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/bungee-shade-v11-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Outfit';
    font-weight: 300;
    src: url('fonts/Outfit-Light.ttf');
}

@font-face {
    font-family: 'Outfit';
    font-weight: 500;
    src: url('fonts/Outfit-Medium.ttf');
}
/***************************************************
                  BODY AND HTML
***************************************************/
body {
    font-family: var(--font-primary);
}

html {
    scroll-behavior: smooth;
	scroll-padding-top: 55px !important;
} 

.page-id-17 {
    padding-top: 150px;
}
.offcanvas-backdrop.show{
	opacity:0 !important;
}
/***************************************************
                      ROOT
***************************************************/
:root {
    --red: #ad1433;
    --blue: #62799a;
    --light-blue: #5b778d;
    --font-primary: 'Outfit';
    --font-secondary: 'Bungee Shade';
    --brown: #4F2B2D;
}

/***************************************************
                PREDEFINED CLASSES
***************************************************/
body {
    overflow: visible !important;
}
.modal-open {
  padding-right: 0 !important;
  overflow: auto !important;
}
.preview-image {
	width: 100% ;
	height: 100% ;
}
.preview-image img {
	width: 100% ;
	height: 100% ;
	object-fit: contain;
}
.bg-red {
    background: var(--red);
}

.bg-blue {
    background: var(--blue);
}
.custom-container{
	transition: height 0.3s ease;
}
.bg-white {
    background: #ffffff;
}

.layoutArea{
	text-align: right;
}

.bg-gray {
    background: #4c4c4c;
}

.bg-brown {
    background: var(--brown);
}

.legends ul li{
	list-style-type: none;
}

.bg-light-blue {
    background: var(--light-blue);
}

.color-blue {
    color: var(--blue);
}

.color-red {
    color: var(--red);
}

.color-light-blue {
    color: var(--light-blue);
}

.color-white {
    color: #ffffff;
}

.rebeka-traits a{
	color: #000000;
}
.rebeka-traits p {
    font-size: unset;
    margin-bottom: 0px;
}
.rebeka-traits a:hover{
	color: var(--brown);
}
.editor a {
    color: #000000;
    text-decoration: underline;
}
.captcha-div span{
	height: 47px;
	display: inline-block;
}
.editor a:hover {
    color: var(--brown);
}

.btn-custom {
    border: 1px solid var(--red);
    border-radius: 0px;
    position: relative;
    font-size: 34px;
    padding: 0.35rem 1rem;
    z-index: 100;
    transition: 0s all;
    text-decoration: none;
}

.btn-custom:hover {
    color: #fff;
    background: var(--red);
}

.btn-custom:focus {}

.btn-custom:hover::after {
    background: var(--red);
}

.btn-custom:focus-visible::after {
    background: #ffffff;
}

.btn-custom::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 0px solid var(--red);
    border-bottom: 1px solid var(--red);
    border-left: 0px solid var(--red);
    border-right: 1px solid var(--red);
    top: 100%;
    left: 50%;
    margin-left: -15px;
    margin-top: -14px;
    transform: rotate(45deg);
    background: #ffffff;
    z-index: 99;
}

section h2 {
    font-size: 25px;
	color: black;
}

section p, section ul li {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
	color: black;
}

/***************************************************
                    HEADER
***************************************************/
.section-padding {
    padding-top: 45px;
    padding-bottom: 25px;
}

.section-padding-top {
    padding-top: 45px;
}

.captcha-div p{
	font-size: 22px !important;
}
.section-padding-sm {
    padding-top: 45px;
    padding-bottom: 25px;
}

.navbar-brand {
    max-width: 150px;
	width: 150px;
}

.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar.scrolled {
    background-color: #4c4c4ccc;
}

.navbar-brand{
	padding-left: 12px;
}


.navbar-brand img {
    max-width: 200px;
    transition: max-width 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
    max-width: 150px;
}

.navbar-toggler-icon {
    background-image: url(images/burger.svg);
}

.navbar .btn-close {
	background-image: url(images/close-white.svg)
}

.offcanvas {
    background-color: #4c4c4ccc;
}

.menu-item {
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 100;
}
.menu-item a.active,
.menu-item a.current {
	font-weight: 900;
}

.logo img {
    width: 100%;
    height: auto;
}

.carousel-section .carousel-item {
    max-height: 355px;
    width: 100%;
}

.carousel-section .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.carousel-section .adress-slide {
    font-size: 24px;
    font-weight: 400;
    padding: 0px 10px;
}

.scroll {
    margin-bottom: 30px;
}

.menu-item a {
    font-size: 22px;
    padding: 10px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.red-overlay::after {
    content: "";
    right: -6.5px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.red-overlay::before {
    content: "";
    left: 3px;
    top: -6.5px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

/***************************************************
                    HAUS 1
***************************************************/
.haus-1-box {
    /*padding: 20px 20px 50px 20px;*/
    border: 2px solid var(--light-blue);
    position: relative;
    z-index: 2;
}

.haus-1-box .text-box h3 {
    font-size: 36px;
    font-family: var(--font-secondary);
}

.haus-1-box .img-wrap {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.under-haus {
    font-size: 28px;
}

.haus-1-box .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.blue-overlay::after {
    content: "";
    right: -6.5px;
    bottom: 3px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--light-blue);
    transform: rotate(45deg);
}

.blue-overlay::before {
    content: "";
    left: 3px;
    top: -7px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--light-blue);
    transform: rotate(45deg);
}

.side-img-wrap {
    width: 100%;
    height: 250px;
    border-top: 1px solid var(--light-blue);
    border-right: 1px solid var(--light-blue);
    position: relative;
}

.side-img-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}
.side-img-wrap::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    z-index: 3;
}
.side-img-wrap::before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--red);
    z-index: 3;
}
.text-box-under {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
}

/***************************************************
                    HAUS 2
***************************************************/


.side-wrap-2 {
    position: relative;
    top: -1px;
}
.blueimage .side-img-wrap::before,
.blueimage .side-img-wrap::after{
	background: var(--light-blue);
}
.blueimage .side-img-wrap::before{
	width: 2px;
}
.blueimage .side-img-wrap::after{
	height: 2px;
}
.side-wrap-2 .side-img-wrap {
    border-top: none;
    border-right: none;
}
.side-wrap-2 .red-overlay::before {
    content: "";
    left: 4px;
    top: -8px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.wpcf7-list-item input {
    appearance: none;
    -webkit-appearance: none;
}

.side-wrap-2 .red-overlay::after {
    content: "";
    right: -7.5px;
    bottom: 3.5px;
    width: 15px;
    height: 15px;
    position: absolute;
    background: var(--red);
    transform: rotate(45deg);
}

.move-up {
    padding-bottom: 30px;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 21px;
}

.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}

section:not(#angebot) input[type="checkbox"] {
    background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid var(--brown);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

section:not(#angebot) input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--brown);
    display: block;
}

section:not(#angebot) input[type="checkbox"]:checked::before {
    transform: scale(1);
}

section:not(#angebot) input[type="checkbox"]::before {
    background-color: var(--brown);
}

.wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


section input[type="radio"] {
    background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid var(--brown);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.wpcf7-radio {
    display: flex;
    gap: 20px;
    font-size: 22px;
}

section input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--brown);
    display: block;
}

.wpcf7-radio .wpcf7-list-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

section input[type="radio"]:checked::before {
    transform: scale(1);
}

section input[type="radio"]::before {
    background-color: var(--brown);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--brown);
}

.form-check-input:checked {
    border-color: var(--brown);
}

.checkbox-wrap {
    gap: 20px;
}

.wpcf7-checkbox {
    font-size: 22px;
}

.form-check-input[type="checkbox"] {
    border-radius: 0px;
}

.checkbox-item {
    font-size: 22px;
}

.form-check-input {
    margin-top: 0px;
    margin-right: 10px;
}

.col-lg-6 .input-wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-for-check p {
    font-size: 22px;
    margin-bottom: 20px;
}

.checkbox-wrap2 {
    margin-top: 40px;
}

section input[type="text"],
section input[type="email"],
section input[type="tel"],
.wpcf7-textarea {
    z-index: 2;
    position: relative;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 300;
    border: 1px solid var(--brown);
    color: #000000 !important;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 80%;
}
.input-group p {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.input-group {
/*     margin-bottom: 13px; */
}

.wpcf7-not-valid-tip {
	font-size: 1rem;	
}

.input-group .wpcf7-not-valid-tip {
    font-size: 16px;
    width: 300px;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
.wpcf7-textarea::placeholder {
    color: #000000;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brown);
}

.wrap-row .row .col-12:nth-child(2) .input-group .wpcf7-not-valid-tip,
.wrap-row .row .col-12:nth-child(4) .input-group .wpcf7-not-valid-tip,
.wrap-row .row .col-12:nth-child(6) .input-group .wpcf7-not-valid-tip {
    bottom: -27px;
}

.wrap-row {
    /*margin-left: 10px;*/
    margin-top: 20px;
}

.btn-accept-custom {
    background: var(--brown);
    text-decoration: none;
    width: auto;
    min-width: 290px;
    padding: 10px 10px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #d2c79a;
    border: 2px solid var(--brown);
}

.btn-accept-custom:hover {
    color: var(--brown);
    background: #ffffff;
}

.text-for-check a {
    color: #000000;
}

.text-for-check a:hover {
    color: var(--brown);
}

.input-wrap .text-for-check {
    font-size: 15px;
}

form .row .col-lg-10:nth-child(2) .row .col-lg-5:first-child {
    margin-top: 30px;
}

/***************************************************
                    WOMAN
***************************************************/
.wrap-woman .image-box {
    width: 160px;
    height: 170px;
}

.wrap-woman .image-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rebeka-text {
    min-height: 170px;
    font-size: 18px;
}

.name-rebeka {
    margin-top: 10px;
}

.livit-image-wrap {
    width: 200px;
    height: auto;
}

.livit-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/***************************************************
                    FOOTER
***************************************************/
footer ul {
    list-style-type: none;
    gap: 15px;
}

footer li {
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 22px;

}

footer li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -12.5px;
    /* Adjust the position of the slash as needed */
}

footer a {
    text-decoration: none;
    color: #d2c79a;
    font-weight: 300;
}

footer a:hover {
    color: #000000;
}

.footer-info p, .footer-info a {
    font-size: 16px;
    color: black;
    text-decoration: none;
	margin-bottom: 0;
}

.footer-info a:hover {
	color: var(--brown);
}

.modal-img {
	width: 100%;
	max-width: 325px;
}
.modal-img img {
	height: auto;
	width: 100%;
}
.modal-dialog {
	max-width: 900px;
}
.editor-post-panel__row-label {
	word-break: break-all;
}
.table-filter .text{
	font-size: 14px;
}
.table-filter p {
	margin-bottom: 5px;
}
.table-filter .select-box {
	padding: 5px;
}
.ui-state-default, 
.ui-widget-content .ui-state-default {
	width: 25px;
	height: 25px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
}
.preview-image {
	width: 100%;
	height: 100%;
}
.preview-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
html :where(.wp-block) {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
:root :where(.editor-styles-wrapper)::after {
    display: none !important;
}
.svg-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/***************************************************
                    RESPONSIVE
***************************************************/
/***************************************************
                   RESPONSIVE SM
***************************************************/
@media (min-width: 576px) {

    /**************************
     Form
**************************/
    .input-wrap .text-for-check {
        font-size: 22px;
    }
}

/***************************************************
                   RESPONSIVE MD
***************************************************/
@media (min-width: 768px) {

    /**************************
    Pre-Defined Classes
**************************/
    section h2 {
        font-size: 35px;
    }

    section ol {
		padding: 30px 10px 50px 10px;
		/*column-count: 2;*/
	}

    .navbar-brand img, .navbar-brand {
        max-width: 300px;
        width: 300px;
    }
    /**************************
    Haus 1
**************************/
    .haus-1-box .text-box h3 {
        font-size: 46px;
    }

    .text-box-under {
        font-size: 18px;
    }
	.rebeka-text {
		font-size: 22px;
	}

}

/***************************************************
                   RESPONSIVE LG
***************************************************/
@media (min-width: 992px) {

    /**************************
    Pre-Defined Classes
**************************/
    section h2 {
        font-size: 45px;
    }

    section p, section ul li {
        font-size: 30px;
    }
	.carousel-section .adress-slide {
		font-size: 30px;
		padding: 0px 20px;
	}
    .section-padding {
        padding-top: 95px;
        padding-bottom: 65px;
    }

    .section-padding-top {
        padding-top: 95px;
    }

    .move-up {
        position: relative;
        padding-bottom: 0px;
		margin-top: -150px;
    }

    .section-padding-sm {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .menu-item a {
        padding: 10px 20px;
        color: white;
        font-size: 16px;
    }

    .navbar.scrolled .menu-item a {
        font-size: 16px;
    }
	
	.menu-item {
		padding-top: unset;
		padding-bottom: unset;
	}

        /**************************
         Map
    **************************/

    /**************************
     Haus 1
**************************/
    .haus-1-box {
        /*padding: 50px 50px 100px 50px;*/
    }

    .haus-1-box .text-box h3 {
        font-size: 60px;
    }

    .side-img-wrap {
        height: 310px;
    }

    .text-box-under {
        font-size: 22px;
    }

    /**************************
     Haus 2
**************************/
    .side-wrap-2 {
        top: 10px;
    }

    /**************************
     Form
**************************/
    .checkbox-wrap2 {
        margin-top: 60px;
    }

    form .row .col-lg-10:nth-child(2) .row .col-lg-5:first-child {
        margin-top: 0px;
    }
	
	.footer-info p, .footer-info a {
		font-size: 22px;
	}
	
	.modal-img {
		width: 50%;
		max-width: unset;
	}
}

/***************************************************
                   RESPONSIVE XL
***************************************************/
@media (min-width: 1200px) {
	html {
		scroll-padding-top: 25px !important;
	}
    .menu-item a {
        /* padding: 10px 40px; */
        font-size: 18px;
    }
    
    .navbar.scrolled .menu-item a {
        font-size: 18px;
    }

	html{
		scroll-padding-top: 183px;
	}

    /**************************
     Form
**************************/
    .row .col-lg-5:nth-child(2) .checkbox-item2 {
        margin-left: 10px;
    }

    .carousel-section .adress-slide {
        font-size: 36px;
    }
	
	.title-text-box {
		width: calc(100% - 300px);
	}
	.title-image {
		position: absolute;
		top:-95px;
		right: -20px;
		width: 300px;
		height: auto;
	}
}

/***************************************************
                   RESPONSIVE XXL
***************************************************/
@media (min-width: 1400px) {
	.custom-container{
		max-width: 1710px;
	}
	.navbar .custom-container{
		max-width: 100%;
	}
    .menu-item a {
        font-size: 22px;
    }
    
    .navbar.scrolled .menu-item a {
        font-size: 18px;
    }

}