/*
Theme Name: SFP template
Author: Djordje & Bojan
Version: 1.1

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');


@font-face {
  font-family: MuseoSans;
  src: url('/wp-content/themes/shopping-center/fonts/MuseoSans_500.otf');
  font-weight: 500;
}
@font-face {
  font-family: MuseoSans;
  src: url('/wp-content/themes/shopping-center/fonts/MuseoSans-100.otf');
  font-weight: 100;
}

:root {
    --primary-color: #00A651;
    --secondary-color: #ED1C24;
    --buttom-2-color: #262626;
    --box-1-color: #00A651;
    --box-2-color: #262626;
    --box-3-color: #00A651;
    --box-1-text-color: #ffff;
    --box-2-text-color: #ffff;
    --box-3-text-color: #ffff;
    --table-mobile-background: #474749;
    --freie-mietflachen-box: #F1F3F4;
    --shop-button-1-background-color: #262626;
    --shop-button-2-background-color: #00A651;
    --shop-button-3-background-color: #262626;
    --shop-button-1-color: #ffffff;
    --shop-button-2-color: #ffffff;
    --shop-button-3-color: #ffffff;
}


li {
    font-size: 20px;
}

.center-management-holder a {
    letter-spacing: 0.48px;
    color: white;
    text-decoration: underline;
}

.services {
    padding: 100px 0;
}

.services p a {
    color: #00A651;
}

.center-management-holder a:hover {
    color: white;
    text-decoration: none;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 0.7 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: brightness(0);
}


.link {
    text-decoration: underline !important;
}

.link:hover {
    text-decoration: none !important;
}

.modal-spaces .carousel-inner {
    height: 70vh;
    display: flex;
    align-items: center;
}

.modal-spaces .carousel-item {
    height: auto;
}

.navbar-brand img {
    height: 60px;
    max-width: 100%;
}

html, body {
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
}

p {
    letter-spacing: 0.48px;
    color: #474749;
    font-size: 20px;
}

.footer-logo img {
    max-width: 300px;
}

.footer-logo-1 img {
    width: 270px;
}

/*****************NAVABR**********************/

.navbar-brand {

}

.navbar-toggler {
    position: absolute;
    top: -45px;
    border: 0;
    height: 35px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #262626;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-light .navbar-nav .nav-link {
    letter-spacing: 0.48px;
    color: #474749;
    font-size: 20px;
}

.navbar-nav li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    letter-spacing: 0.48px;
    color: #474749;
    font-size: 20px;
}

.current-menu-item a {
    color: #474749 !important;
}

.navbar-nav li a:hover {
    text-decoration: none;
}

.time {
    background: var(--secondary-color);
    padding: 20px 40px;
    letter-spacing: 0.72px;
    color: #FFFFFF;
    font-size: 30px;
    display: block;
}

.time:hover {
    color: #fff;
    text-decoration: none;
}

.carousel-image {
    object-fit: cover;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: start !important;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 10% !important;
    list-style: none;
    margin-bottom: 2% !important;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: content-box !important;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100% !important;
}

.carousel-caption {
    bottom: 30% !important;
    max-width: 800px;
    right: 10% !important;
    left: 10% !important;
}

.carousel-title {
    font-size: 40px;
}

.carousel-title-1 {
    padding: 20px;
    letter-spacing: 1.92px;
    background: var(--primary-color);
    font-size: 60px;
}


.flip-card {
    background-color: transparent;
    height: 200px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: black;
    overflow: hidden;
}

.flip-card-front img {
    max-width: 110%;
    height: 110%;
    object-fit: contain;
}

.flip-card-back {
    background: var(--primary-color);
    transform: rotateY(180deg);
    color: #fff !important;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.flip-card-back a {
    color: #fff !important;
    text-decoration: underline;
}

.flip-card-back a:hover {
    color: #fff !important;
    text-decoration: none;
}

main h1 {
    letter-spacing: 1.44px;
    color: #262626;
    font-size: 60px;
    font-weight: 600;
}


.line {
    width: 50px;
    height: 2px;
    background: #fff;
}


.hero2 {
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}

.hero2 img {
    width: 60px;
    height: 60px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 0, 0, 0.35);
}

.hero2 .container {
    position: relative;
}

.hero2 h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    letter-spacing: 0.72px;
}

.hero2 p {
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    color: white;
    font-weight: 500;
}

.main-title-block {
    padding-top: 145px;
    padding-bottom: 145px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-y: center;
    background-position-x: center;
}

.main-title-block h1 {
    color: white;
    letter-spacing: 1.92px;
    font-size: 80px;
    font-weight: 600;
    background: var(--primary-color);
    max-width: 797px;
}

.button-1 {
    background: var(--shop-button-1-background-color);
    color: var(--shop-button-1-color) !important;
}

.button-2 {
    background: var(--shop-button-2-background-color);
    color: var(--shop-button-2-color) !important;
}

.button-3 {
    background: var(--shop-button-3-background-color);
    color: var(--shop-button-3-color) !important;
}

.button-1 img {
    filter: brightness(1);
}

.button-2 img {
    filter: brightness(1);
}

.button-3 img {
    filter: brightness(1);
}

.post-buttoms a {
    text-decoration: none;
    width: 338px;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    font-size: 20px;

}

.home-page-content {
    line-height: 34px;
}

.post-buttoms a:hover {
    color: #fff;
    text-decoration: none;
}

.content-image img {
    width: 100%;
}

.content-text h2 {
    letter-spacing: 1.44px;
    color: #474749;
    font-weight: 600;
    font-size: 60px;
}

.box {
    padding: 70px 10px;
    width: 547px;
    min-height: 490px;
}

.box h2 {
    letter-spacing: 0.72px;
    font-size: 30px;
    font-weight: 600;
}

.box-1 {
    background: var(--box-1-color);
    color: var(--box-1-text-color);
}

.box-2 {
    background: var(--box-2-color);
    color: var(--box-2-text-color);
}

.box-3 {
    background: var(--box-3-color);
    color: var(--box-3-text-color);
}

.box-1 p {
    color: var(--box-1-text-color);
    margin: 2px;
}

.box-2 p {
    color: var(--box-2-text-color);
    margin: 2px;
}

.box-3 p {
    color: var(--box-3-text-color);
    margin: 2px;
}

.box-1 img {
    filter: brightness(1);
}

.box-2 img {
    filter: brightness(1);
}

.box-3 img {
    filter: brightness(1);
}

.shopping-center-work-time {
    max-width: 1121px;
}

.shopping-center-work-time h2 {
    letter-spacing: 1.44px;
    color: #474749;
    font-weight: 600;
    font-size: 60px;
    overflow-wrap: break-word;
}

.shopping-center-work-time p {
    letter-spacing: 0.48px;
    color: #474749;
    font-weight: 600;
    min-width: 210px;
}

.work-time {
    max-width: 1179px;
}

.work-time h1 {
    letter-spacing: 1.44px;
    color: #474749;
    font-weight: 600;
    font-size: 60px;
}

.shops {
    background: #F1F3F4;
}

.shop {
    cursor: pointer;
    letter-spacing: 0.48px;
    color: #474749;
    font-size: 20px;
    font-weight: 600;
}

.shop-active {
    background: #ED1C24;
    color: #fff !important;
}

.shops-work-time {
    display: none;
}

.shop-work-time {
    border-bottom: 2px solid #707070;
}

.active {
    display: block !important;
}

.shop-work-time p {
    letter-spacing: 0.48px;
    color: #474749;
    font-weight: 600;
}

/**************FOOTER***********/
.footer {
    padding: 50px;
    background: #F1F3F4B0;
}

.footer-links {
    display: inline-block !important;
}

.copyright-text p {
    letter-spacing: 0.48px;
    color: #262626;
}

.copyright-text a {
    letter-spacing: 0.48px;
    color: #262626;
    text-decoration: underline;
}

.social-media a:hover {
    text-decoration: none;
}

.copyright-text a:hover {
    letter-spacing: 0.48px;
    color: #262626;
    text-decoration: none;
}

.iframe-map {
    width: 100% !important;
    height: 100%;
}

.map-information {
    padding-top: 70px;
    padding-left: 100px;
}

.information h2 {
    letter-spacing: 0.72px;
    color: #474749;
    font-weight: 600;
    font-size: 30px;
}

.information p {
    letter-spacing: 0.48px;
    color: #474749;
}

.information img {
    width: 60px;
    height: 60px;
}

.parking .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

.supertitle {
    letter-spacing: 0.72px;
    color: #474749;
    font-size: 30px;
    font-weight: 600;
}

.green-box {
    width: 570px;
    height: 320px;
    border: 2px solid var(--freie-mietflachen-box);
}

.green-box-content {
    /*     max-width: 270px; */
}

.green-box-content span {
    display: block;
}

.text-box {
    color: #212529;
}

.green-box-content h3 a {
    color: #212529;
    text-decoration: underline;
}

.green-box-content h3 a:hover {
    color: #212529;
    text-decoration: none;
}

.green-box-content h3 {
    letter-spacing: 0.72px;
    color: #212529;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.business-space-table table thead {
    background: var(--box-2-color);
}

.business-space-table table thead th {
    letter-spacing: 0.48px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    padding: 25px 35px;
}

table a {
    text-decoration: none !important;
}

.business-space-table table tbody tr td {
    letter-spacing: 0.43px;
    color: #474749;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0px;
}

.business-space-table table tbody tr {
    border-bottom: 2px solid #47474933;
}

.business-space-table table tbody tr td a {
    color: #37AA32;
    text-decoration: underline;
}

#businessSpaceSwiper {
    display: none;
}

.swiper-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 25px;
}

.swiper-slide {
    border: solid 1px #dee2e6;
    width: 360px;
    background: #ffffff;
    overflow: hidden;
    margin-right: 30px;
}

#businessSpaceSwiper img {
    width: auto;
}

#businessSpaceSwiper {
    box-shadow: none !important;
}

.black-background {
    background: var(--table-mobile-background);
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.48px;
    border-bottom: 1px solid #8d8d8e;
}

.white-background {
    color: #474749;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.43px;
    border-bottom: 1px solid #8d8d8e;
}

.white-background a {
    color: #37AA32;
    text-decoration: underline;
}

#businessSpaceSwiper ::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frei-miet .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

.text-swipe {
    letter-spacing: 1.8px;
    color: #474749;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.shops .swiper-wrapper {
    padding-left: 0px;
}

.shops ::-webkit-scrollbar {
    display: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
}

@media only screen and (max-width: 1373px) and (min-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    .time {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .business-space-table {
        display: none;
    }

    #businessSpaceSwiper {
        display: block;
    }
}

@media (min-width: 1200px) {

    .navbar .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }

    .parking .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }

    .services .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    main .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }

    .footer .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }

    .frei-miet .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }

    .py-5 .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }

}

@media (max-width: 1200px ) {
    .map-information {
        padding-left: 20px;
    }

    .business-space-table table thead th {
        padding: 25px 25px;
    }

    .box {
        height: auto;
    }
}

@media (max-width: 991px) {
    .iframe-map {
        height: 671px;
    }
}

@media (max-width: 808px) {
    .carousel-title {
        font-size: 30px;
    }

    .carousel-title-1 {
        font-size: 40px;
    }

    .carousel-image {
    }

    .carousel-caption {
        bottom: 20% !important;
    }

}

@media (max-width: 756px) {
    .main-title-block h1 {
        font-size: 50px;
        max-width: 360px;
    }

    .supertitle {
        font-size: 20px;
    }

    .frei-miet .content-text h2 {
        font-size: 30px;
    }

    .carousel-indicators {
        display: none;
    }


}

@media (max-width: 595px) {
    .box {
        width: 360px;
    }

    .map-information {
        padding-left: 20px;
    }

    .green-box {
        width: 100%;

    }

    .green-box-content h3 {
        font-size: 21px;
        line-height: 32px;
    }
}

@media (max-width: 565px) {
    .content-text h2 {
        font-size: 40px;
    }

    .green-box {
        height: 320px;
    }

    .shopping-center-work-time h2 {
        font-size: 40px;
    }
}

@media (max-width: 400px) {
    .carousel-title {
        font-size: 25px;
    }

    .carousel-title-1 {
        font-size: 35px;
    }
}


body, main {
    margin: 0;
    width: 3840px;
    height: 2160px;
    position: relative;
    background-image: url("/wp-content/themes/shopping-center/images/background-image.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.content {
    display: flex;
}

.store-tab {
    display: none;
    row-gap: 290px;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block !important;
}

.d-none{
    display: none;
}

.store-tab-pickers {
    display: flex;
}

.store-tabs{
    min-height: 1200px;
}

.tab-picker {
	line-height:210px;
    text-transform: uppercase;
    width: 446px;
    height: 200px;
    margin-top: 160px;
    text-align: center;
    margin-left: 50px;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 15px;
	font-family: MuseoSans;
	
}

.tab-picker:first-child{
    margin-left: 0;
}

.tab-picker.active {
    border-bottom: 10px solid #760306;
}

.footer {
    display: flex;
    width: 3640px;;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    height: 250px;
    padding: 0 100px;
}

.home-btn img {
    height: 165px;

}

.footer-qr-code img {
    height: 165px;
}

.clock {
    width: 400px;
    height: 400px;
    margin: auto;
    margin-top: 290px;
	position: relative;
}
.clock .hide-clock-text {
	position: absolute;
	width: 100%;
	height: 44px;
	bottom: -10px;
	right: 0;
	z-index: 111;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(253, 253, 253) 100%);
}
#box{
	width:400px;
	height:360px;
}

.clock iframe{
	width:400px;
	height:400px;
	border:none;
}

.clock body{
	overflow:hidden;
}
.clock .text {
	display: none !important;
}
.isometry{
    height: 843px;
}

.isometry img{
    width: 1242px;
    height: 100%;
}

.infobild{
	margin-top:50px;
	height:1115px;
}

.isometry-infobild{
	
    width: 1242px;
}
.infobild img{
	width: auto;
	max-width:100%;
    height: 100%;
    margin: auto;
    display: block;
}

.stores {
    width: 2430px;
    margin-top: 290px;

    margin-left: 50px;
    margin-right: 60px;
}

.store-logo {
    width: 810px;
    height: 455px;
}

.store-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer p{
    font-family: MuseoSans;
    font-weight: 500;
    font-size: 80px;
    color: black;
}

.text-row{
    display: none;
}
.active-text-row{
    display: block!important;
}
/*************MODAL**************/

.modal {
    display: none;
    position: absolute;
    width: 3840px;
    height: 2160px;
    top: 0;
    left: 0;
}

.stock-and-sector{
    width: 590px;
	margin-top:28px;
}

.stock-and-sector p{
	font-family:MuseoSans;
	font-weight:500;
	font-size:63px!important;
}

.modal-body {
    width: 2330px;
    height: 1380px;
    margin-top: 282px;
    margin-left: 50px;
    background-color: #f8f8f8;
    padding: 200px 0 4px 100px;
}

.store-modal-logo{
    width: 810px;
    height: 346px;
}

.store-modal-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-border-bottom p{
	font-family:MuseoSans;
	font-weight:100;
	font-size:49px!important;
}

.store-modal-info p{
    font-size: 30px;
}



#modalStoreQR{
      border: 7px solid black;
    border-radius: 10px;
    margin-top: 283px;
    width: 230px;
    margin-left: 33px;
}

.store-modal-qr img{
    width: 250px;

}

.modal-title{
	font-family: MuseoSans;
	font-weight:100;
    font-size: 63px;
    letter-spacing: 0.2px;
	
}
.store-modal-info{
    margin-left: 442px;
    margin-top: 187px;
}

.modal-border-bottom {
    border-bottom: 7px solid black;
    padding-bottom: 69px;
}

