html,
body {
padding: 0;
margin: 0 !important;
width: 100%;
height: auto;
min-height: 100%;
overflow-x: hidden !important;
font-family: "Libre Franklin", Sans-serif;
}
* {
box-sizing: border-box;
outline: none;
} a {
transition: all 0.3s ease-out;
}
p {
margin: 0 0 1.5em;
padding: 0;
overflow-wrap: break-word;
}
h1 {
font-size: 2.5rem;
line-height: 2.75rem;
margin-bottom: 0.5em;
font-weight: 700;
font-family: "Libre Franklin", Sans-serif;
}
h2 {
font-size: 2rem;
line-height: 2.2rem;
margin-bottom: 0.5em;
font-weight: 600;
font-family: "Libre Franklin", Sans-serif;
}
h3 {
font-size: 1.75rem;
line-height: 2rem;
margin-bottom: 0.5em;
font-weight: 600;
font-family: "Libre Franklin", Sans-serif;
}
h4 {
font-size: 1.5rem;
line-height: 1.75rem;
margin-bottom: 0.5em;
font-weight: 600;
font-family: "Libre Franklin", Sans-serif;
}
h5 {
font-size: 1.25rem;
line-height: 1.5rem;
margin-bottom: 0.5em;
font-weight: 600;
font-family: "Libre Franklin", Sans-serif;
} .text-korion-main,
.text-korion-main * {
color: #234178;
fill: #234178;
stroke: #234178;
}
.text-korion-accent,
.text-korion-accent * {
color: #cf1043;
fill: #cf1043;
stroke: #cf1043;
}
.bg-korion-accent {
background-color: #cf1043;
}
.bg-korion-main {
background-color: #234178;
}
.container {
padding: 0 20px;
width: 100%;
max-width: 1080px !important;
} #korion-header {
height: 86px;
} #korion_nav ul.menu {
display: block;
list-style-type: none;
text-align: right;
padding: 0;
margin: 0;
}
#korion_nav ul.menu li {
display: inline-block;
list-style-type: none;
text-align: center;
padding: 0;
margin: 0;
position: relative;
}
#korion_nav ul.menu li a {
display: block;
width: 100%;
height: 100%;
min-height: 50px;
padding: 0px 20px;
margin: 0;
color: #234178;
font-weight: 600;
line-height: 50px;
font-family: "Libre Franklin", Sans-serif;
}
#korion_nav ul.menu li a:hover {
color: #cf1043;
}
#korion_nav ul.menu > li:last-child {
margin-left: 12px;
}
#korion_nav ul.menu > li:last-child a {
background: #cf1043;
color: white;
border-radius: 24px;
}
#korion_nav ul.menu > li:last-child a:hover {
background: #234178;
}
#korion_nav ul.menu > li:last-child.current-menu-item a {
background: #234178;
color: #ffffff !important;
} #korion_nav ul.menu li.menu-item-has-children ul.sub-menu {
display: block;
position: absolute;
z-index: 9;
top: 50px;
left: 0;
transition: all 0.4s ease-out 0.3s;
width: auto;
min-width: 240px;
max-height: 0;
overflow: hidden;
opacity: 1;
padding: 0 0 0 0;
background: #ffffff;
}
#korion_nav ul.menu li.menu-item-has-children ul.sub-menu li {
display: block;
width: 100%;
text-align: left;
height: 40px;
}
#korion_nav ul.menu li.menu-item-has-children ul.sub-menu li a {
font-size: 14px;
padding: 0 10px 0 20px;
line-height: 40px !important;
height: 40px;
}
#korion_nav ul.menu li.menu-item-has-children:hover ul.sub-menu {
max-height: 30em;
overflow: hidden;
opacity: 1;
padding: 20px 0 10px 0;
transition: all 0.4s ease-out 0.3s;
box-shadow: 0 10px 20px -15px #000000;
}
.main-nav-wrapper {
display: block;
} @media screen and (max-width: 1024px) {
.main-nav-wrapper {
display: block;
position: fixed;
top: 126px;
right: -280px;
width: 280px;
height: auto;
min-height: 100vh;
background: rgba(255, 255, 255, 0.95);
z-index: 99;
padding: 40px 20px;
transition: all 0.4s ease-in-out;
}
body.navopen .main-nav-wrapper {
right: 0;
}
#korion_nav ul.menu li {
display: block;
text-align: left;
}
#korion_nav ul.menu li.menu-item-has-children > a {
pointer-events: none;
}
#korion_nav ul.sub-menu {
display: block !important;
position: relative !important;
width: 100% !important;
height: auto !important;
background: rgba(255, 255, 255, 0.9) !important;
z-index: 99 !important;
top: 0 !important;
transition: all 0.4s ease-in-out !important;
box-shadow: none !important;
}
#korion_nav ul.menu > li:last-child a {
display: inline-block !important;
width: auto !important;
}
}
@media screen and (max-width: 640px) {
.main-nav-wrapper {
top: 102px !important;
}
} #header-logo img {
height: 50px;
width: auto;
max-width: 100%;
} .parallax-bg {
background-image: url(//korion.sk/wp-content/uploads/2022/06/parallax_bg_rolety.jpg); 
} .footer_content h4 {
font-size: 22px;
font-weight: 600;
color: #234178;
margin-bottom: 1em;
position: relative;
}
.footer_content h4:after {
content: "";
position: absolute;
width: 35px;
height: 3px;
bottom: 0px;
left: 0;
background: #cf1043;
}
.copyright_bar p {
font-size: 14px;
} #menu-footer li {
display: inline-block;
padding: 0;
margin: 0 0 0 25px;
}
#menu-footer li a {
font-size: 14px;
font-weight: 400;
text-transform: lowercase !important;
} footer ul.menu li a {
text-transform: capitalize !important;
font-size: 16px;
color: #111111;
}
footer ul.menu li a:hover {
color: #cf1043;
}
footer ul.menu > li > a {
text-transform: uppercase !important;
font-size: 16px;
font-weight: 500;
}
footer ul.menu li {
display: block;
padding: 0;
margin: 0;
}
footer ul.menu li ul.sub-menu {
padding-left: 1em;
margin-left: 5px;
margin-top: 0.75em;
margin-bottom: 0.75em;
border-left: 2px dotted #dedede;
} .page-slide {
position: relative;
height: 300px;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 10px 20px -15px #000000;
}
.page-slide img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
transition: all 0.3s ease-out;
}
.page-slide:after {
content: "";
width: 100%;
height: 50%;
background-image: linear-gradient(to top, #000000, transparent);
position: absolute;
bottom: 0;
left: 0;
opacity: 0.8;
z-index: 0;
transition: all 0.6s ease-out;
}
.page-slide h3 {
position: absolute;
bottom: 20px;
left: 25px;
color: #ffffff;
font-weight: 600;
font-size: 16px;
z-index: 1;
}
.page-slide:hover img {
transform: scale(1.05);
}
.page-slide:hover:after {
height: 100%;
}
.swiper-container-horizontal,
.swiper-horizontal {
padding-bottom: 0px;
}
.swiper-container-horizontal > .swiper-scrollbar,
.swiper-horizontal > .swiper-scrollbar {
bottom: 55px !important;
height: 2px !important;
width: 100% !important;
left: 0 !important;
}
.swiper-buttons {
height: 50px;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
position: relative;
margin-top: 30px;
padding-top: 10px;
}
.swiper-button-next,
.swiper-button-prev {
position: relative !important;
display: block !important;
top: auto !important;
left: auto !important;
right: auto !important;
width: 20px !important;
height: 20px !important;
margin: 0 0 0 40px !important;
color: #000000 !important;
background: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 20px;
color: #000000 !important;
}
.swiper-scrollbar-drag {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-delay: 0.2s;
}