/*
Theme Name: Zihlmattweg
Author: Portalworks
Version: 1.0.0

/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: sans-serif;
    --blue: #1C4777;
    --blue-light: #496c92;
    --blue-sky: #76AFC8;
    --text-color: #fff;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/*************************
        BODY
**************************/
body {
    font-family: var(--font-primary);
    color: var(--text-color);
    background-color: var(--blue);
    padding: 0;
    margin: 0;
    width: 3840px;
    height: 2160px;
    display: flex;
	overflow: hidden !important;
}
.page-template-page-screen-preview,
.page-template-page-elevator-preview {
	width: 100svw;
	height: 100svh;
	overflow: hidden;
	
}
/* ol, ul {
	list-style-type: none !important;
} */
ol, ul {
	padding-left: 100px;
}

#wp-admin-bar-new-content, #wp-admin-bar-wp-logo{
	display: none !important;
}

html {
	margin-top: 0 !important;
}
html :where(.wp-block) {
    max-width: 100%;
    margin: 0 !important;
}
.tooltip-image {
	width: 100%;
	height: auto;
}
.main-part .main-part-content .main-text p, 
.main-part .main-part-content .main-text span,
.main-part .main-part-content .main-text div strong,
.main-part .main-part-content .main-text div u,
.main-part .main-part-content .main-text div a,
.second-part .main-part-content .main-text p,
.second-part .main-part-content .main-text span, 
.second-part .main-part-content .main-text div strong, 
.second-part .main-part-content .main-text div u,
.second-part .main-part-content .main-text div a {
   color: white !important;
   background-color: transparent !important;
	
}


/*******************************
        PREVIEW CSS
********************************/
body.page-template-page-screen-preview,
body.page-template-page-elevator-preview  {
/* 	transform: scale(0.5) translate(-50%, -50%); */
	background-color: #e2f6ff;
	& .main-part {
		background-color: var(--blue);
	}
	& .center-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transform-origin: center;
	}
	& .preview-box {
		transform: scale(0.4); 
		transform-origin: center;
		background: rgb(0,0,0);
		background: linear-gradient(120deg, rgba(0,0,0,1) 0%, rgba(72,72,72,1) 47.8%, rgba(130,130,130,1) 48%, rgba(0,0,0,1) 70%); 
		padding: 60px 50px;
		border-radius: 20px;
		-webkit-box-shadow: 30px 30px 60px -15px rgba(0,0,0,0.6);
		-moz-box-shadow: 30px 30px 60px -15px rgba(0,0,0,0.6);
		box-shadow: 30px 30px 60px -15px rgba(0,0,0,0.6);
		position: relative;
	}
	& .preview-box:before {
		width: 30px;
		height: 30px;
		content: '';
		background: #000;
		border-radius: 50%;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		-webkit-box-shadow: inset 3px 3px 5px 0px rgba(255,255,255,0.41);
		-moz-box-shadow: inset 3px 3px 5px 0px rgba(255,255,255,0.41);
		box-shadow: inset 3px 3px 5px 0px rgba(255,255,255,0.41);
	}
	& #wpadminbar {
		display: none;
	}
}
/*******************************
        PRE-DEFINED CLASSES
********************************/
.wrapp {
    max-width: 1500px;
}
.box p span {
    color: green;
}
.box .child {
    border: 1px solid red;
    padding: 5px;
}
.box .child span {
    color: red;
}
.bg-sky {
    background-color: var(--blue-sky);
}
.color-blue {
    color: var(--blue);
}
.main-part {
    width: 2952px;
    padding: 147px;
}
.header-wrap {
    margin-bottom: 147px;
    gap: 50px;
}
.header {
    padding: 30px;
    font-size: 94px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.header p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 201px;
    margin-bottom: 0;
}

.second-part-bottom .main-part-content {
    min-height: unset;
}
.second-part .main-text {
	max-height: 1329px;
	overflow-y: auto;
	scrollbar-width: none;
}
.second-part .main-text::-webkit-scrollbar,
.main-part .main-text::-webkit-scrollbar {
  display: none;  /* za Chrome, Safari i Tizen */
	width: 0px;
  background: transparent;
}
.second-part .main-text.with-image {
	max-height: 715px;
}
.second-part .main-text.with-image.with-second-title {
	max-height: 600px;
}

.main-part .main-text {
	max-height: 1490px;
	overflow-y: auto;
	scrollbar-width: none;
}
.main-part .main-text.main-text-with-image {
	max-height: 1339px;
}
.second-part-bottom .main-text p,
.second-part-bottom .main-text div,
.second-part-bottom .main-text ul,
.second-part-bottom .main-text ol{
/*     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
    margin-bottom: 0; */
    font-size: 57px;
}
.header img {
    margin-right: 60px;
}
.main-part-content {
    display: flex;
    gap: 51px;
    min-height: 1508px;
}
.main-part-content video {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-text h1 {
    font-size: 94px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 70px;
}
.swiper-slide {
	overflow: hidden;
	/* transition: none !important;
	background-color: var(--blue); */
	padding: 3px; 
/*   padding: 147px; */
}
.main-text p,
.main-text div,
.main-text ul,
.main-text ol{
    font-size: 72px;
    line-height: 1.14;
}
.main-image {
    width: 1126px;
    height: 100%;
    flex-shrink: 0;
	min-height: 1500px;
}
.preview-box .main-image {
	max-height: 1500px;
	height: auto;
}
.preview-box .image-layout .main-image {
	max-height: unset;
}
.main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-part {
    width: 888px;
    height: 2160px;
    background-color: var(--blue-sky);
}
.second-part-clock {
    background-color: var(--blue-light);
    padding: 136px 50px 103px; 50px;
    text-align: center;
}
.clock {
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
}
.second-part-clock .date {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
}

.second-part-bottom {
    padding: 70px;
    height: calc(100% - 491px);
}
.second-part-bottom .carousel {
    height: 100%;
}
.second-part-bottom .carousel-indicators {
    bottom: 15px;
}
.temperature {
    font-size: 240px;
    line-height: 1;
}
.temperature span {
    font-size: 60px;
}
.condition-icon {
    height: 96px;
    width: auto;
    display: flex;
    margin-left: 24px;
    flex-shrink: 0;
}
.condition-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.condition-text {
    font-size: 64px;
    line-height: 1.12;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
}
.other-icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.other-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main-weather-box {
	margin-top: 40px;
}
.other-conditions {
    margin-top: 40px;
    font-size: 48px;
    justify-content: space-between;
	margin-top: 222px;
}
.other-text {
    margin-left: 15px;
}

.days-weather-wrap {
    gap: 52px;
    margin-top: 222px;
}
.days-weather-box {
    font-size: 48px;
    line-height: 1.2;
}
.days-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 35px;
}
.days-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.days-text {
    text-transform: capitalize;
}
.days-temp {
    font-size: 50px;
    flex-shrink: 0;
}

/****/
.second-image {
    max-height: 475px;
    width: auto;
    margin-bottom: 43px;
}
.second-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-title {
    margin-bottom: 43px;
    font-size: 45px;
}
#carouselExampleIndicators,
#carouselExampleIndicators .carousel-inner {
    height: 100%;
}
.swiper-pagination {
    bottom: 52px !important
}
.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
	margin: 0 10px !important;
	background: #fff;
}