﻿/* GENERAL */

:root {
	--main: #50a1d7;
	--grey: #0a0a0a;
	--blue: #0974c7;
	--darkgrey: #252525;
}

body {
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

article {
	position: relative;
	z-index: 2;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a:hover {
    color: inherit;
}

h1, h2, h3, h4 {
    padding: 20px 0;
    line-height: 1.5;
}

p, ul li, ol li {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 300;
}

.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn {
    text-decoration: none !important;
}
.btn:focus, button:focus {
    outline: none;
}

.btn.btn-edit-post-link {
    position: fixed;
    width: 30px;
    height: 20px;
    top: -40px;
    right: 10px;
    z-index: 11111111111;
    padding: 0;
    border-radius: 10px;
    line-height: 1.1em;
    font-family: monospace;
    font-size: 18px !important;
    background: green;
}

[class*=col-] img {
    max-width: 100%;
}

.lazy {
    background-image: unset !important;
}

.grecaptcha-badge {
	width: 70px !important;
	left: -2px !important;
	border-radius: 0 !important;
	box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px !important;
	overflow: hidden !important;
	transition: all .3s !important;
    z-index: 9999;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
.grecaptcha-badge .rc-anchor {
    border-radius: 0 !important;
}

/* NAVBAR */

.navbar {
    padding: 0;
    margin: 3px 21px 0 0;
}
.navbar .navbar-nav > li {
    margin: 0 15px;
    transition: all .5s;
}
.navbar .navbar-nav .nav-link {
	/* color: white; */
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.2px;
    padding: 0 0 3px 0;
    margin: 0;
	text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
#header.sticky .navbar .navbar-nav .nav-link {
    color: var(--grey);
}

.navbar .navbar-nav .menu-item.active .nav-link,
.navbar .navbar-nav .menu-item:hover .nav-link {
    border-color: white;
}
#header.sticky .navbar .navbar-nav .menu-item.active .nav-link, 
#header.sticky .navbar .navbar-nav .menu-item:hover .nav-link {
    border-color: var(--grey);
}

.navbar .navbar-nav .dropdown a {
    padding-right: 15px;
}
.navbar .navbar-nav .dropdown .nav-link::after,
.navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
    content: "\f107";
    color: white;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 700;
    border: 0;
    position: absolute;
    top: 2px;
    right: 0;
}
#header.sticky .navbar .navbar-nav .dropdown .nav-link::after,
#header.sticky .navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
    color: var(--darkgrey);
}

.navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
    content: "\f105";
    color: white;
    font-size: 10px;
    top: initial;
    right: 20px;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    display: block;
    width: 240px;
    top: 35px;
    left: -20px;
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: -1111;
}
.navbar .navbar-nav .dropdown .dropdown-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    color: var(--darkgrey);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 20px;
    margin: 0;
    white-space: unset;
}
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown .dropdown-menu [class*="current"] > .dropdown-item {
    color: var(--main);
    background: transparent;
}
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    top: 0;
    left: 85%;
}

/* NAVBAR TOGGLER */

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: white;
	display: block;
	transition: all 0.2s;
	margin: 4px 0;
}

.navbar-toggler {
    padding: 9px 11px;
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

@media (max-width: 1199px) {
    .navbar-collapse #main-menu li ul.dropdown-menu.active-child {
        display: block;
        z-index: 1000;
    }
}

@media (min-width: 1199px) {
    .navbar .navbar-nav .dropdown:hover > .dropdown-menu,
    .navbar .navbar-nav .dropdown > .dropdown-menu:hover {
        visibility: visible;
        opacity: 1;
        z-index: 1000;
    }
}

/* PAGINATION */

.pagination,
.sitemap-by-click5_pagination {
    width: 100%;
    justify-content: center;
    margin: 55px auto 0;
}
.pagination .page-item .page-link,
.sitemap-by-click5_pagination .pagination-item,
.sitemap-by-click5_pagination strong {
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
    padding: 23px 17px;
    background-color: transparent;
    border: 0;
    border-radius: 3px !important;
}
.pagination .page-item .page-link:focus,
.sitemap-by-click5_pagination .pagination-item:focus,
.sitemap-by-click5_pagination strong:focus {
    box-shadow: 0 0 0;
}
.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev {
    height: 42px;
    color: var(--main);
    font-family: "Arial";
    font-size: 21px;
    line-height: 38px;
    padding: 0 32px;
    margin-top: 11px;
    background-color: transparent;
    border: 1px solid var(--main);
    border-radius: 3px !important;
}
.pagination .page-item .page-link.next {
	margin-left: 20px;
}
.pagination .page-item .page-link.prev {
    margin-right: 20px;
}

.pagination .page-item.active .page-link,
.sitemap-by-click5_pagination strong {
    color: white;
    background-color: var(--main);
}

/* INDEX */

#index-wrapper .news:nth-child(n+4) {
    margin-top: 30px;
}

#index-wrapper.wrapper {
	padding-top: 80px;
	padding-bottom: 60px;
    margin-top: -80px;
	margin-bottom: 60px;
    background-color: #f3f5f9;
}

.news > a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: white;
    border-radius: 3px;
}
.news > a:hover {
    text-decoration: none;
	box-shadow: none;
}

.news .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
    margin-bottom: 25px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.news > a .photo {
    height: 270px;
    margin-bottom: 0;
}

.news .content {
    flex: 1;
    position: relative;
    padding: 40px 45px 140px 45px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.news .content .time-cat {
    margin-bottom: 15px;
}
.news .content time {
    display: inline-block;
    color: #8b909e;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.news .category {
    display: inline-block;
    color: white;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    padding: 5px 15px 6px 15px;
    margin: 0;
    background-color: var(--darkgrey);
    border-radius: 3px;
}
.news .content h2,
.news .content h3 {
	color: var(--darkgrey);
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.81px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.news .content h2::after,
.news .content h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 20px 0 18px 0;
    background-color: var(--main);
    border-radius: 2px;
}
.news .content p {
    color: #2c2c2c;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 0;
}

.news .content .more {
    width: calc(100% - 90px);
    position: absolute;
    bottom: 40px;
    left: 45px;
}
.news .content .more::before {
    content: "";
    display: block;
    width: calc(100% - 185px);
    height: 2px;
    background-color: var(--main);
    position: absolute;
    bottom: calc(50% - 1px); right: 0;
}
.news .content .more span {
    position: relative;
    display: inline-block;
    height: 48px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0;
    padding: 0 40px;
    margin: 0;
    background-color: var(--main);
    border: 1px solid var(--main);
    border-radius: 3px;
    transition: all .3s;
    z-index: 2;
}
.news a:hover .content .more span {
    color: black;
    background-color: transparent;
}

/* SINGLE POST */

#single-wrapper .post-title {
    padding-bottom: 0;
}

#single-wrapper .read-time {
    color: var(--main);
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    padding: 5px 7px 4px 7px;
    margin: 0;
    background-color: white;
    border: 1px solid var(--main);
    border-radius: 3px;
}
#single-wrapper .read-time i {
    font-size: 10px;
    padding-right: 8px;
}

#single-wrapper .news .author {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 25px;
    border: 0;
}
#single-wrapper .news .author p {
    font-size: 13px;
    letter-spacing: 0.13px;
    margin: 0;
}
#single-wrapper .news .author time {
    font-size: 13px;
    letter-spacing: 0.13px;
}

#single-wrapper .back {
	position: relative;
    display: block;
    color: var(--darkgrey);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.14px;
    padding: 0;
    margin: 50px 0 0 0px;
    transition: all .3s;
}
#single-wrapper .back::before {
    content: "→";
	color: var(--darkgrey);
    font-family: "Arial";
    font-size: 19px;
    position: relative;
    padding-right: 10px;
    transition: all .3s;
    z-index: 9;
}
#single-wrapper .back:hover {
    text-decoration: underline;
	text-underline-offset: 2px;
	color: var(--main);
}
#single-wrapper .back:hover::before {
    color: var(--main);
	display: inline-block;
}
#single-wrapper .back span {
    position: relative;
    z-index: 9;
}

.single-product #single-wrapper .back {
	display: none;
}

#recent-posts {
    background-color: #f3f5f9;
    position: relative;
	margin-bottom: 30px;
	padding-top: 50px;
}
#recent-posts .home-headline {
    margin-bottom: 30px;
}

#recent-posts .headline h2 {
	color: var(--darkgrey);
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.8px;
	text-transform: none;
    margin: 0;
    padding: 0 0 50px;
	opacity: 1;
}

/* FAQ */

#faq-wrapper {
    position: relative;
}

#faq-wrapper .content {
    padding: 35px 90px;
    margin-bottom: 0;
    background-color: white;
    border-radius: 5px;
}

#faq-wrapper .accordion-item {
    position: relative;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
#faq-wrapper .accordion-item::after {
    content: "";
    display: block;
    width: calc(100% - 50px);
    height: 1px;
    background-color: #e8e8e8;
    position: absolute;
    bottom: 0;
    right: 0;
}
#faq-wrapper .accordion-item:last-of-type::after {
    display: none;
}

#faq-wrapper .accordion-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}
#faq-wrapper .accordion-header h3 {
    position: relative;
    color: var(--darkgrey);
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.22px;
    padding: 31px 15px 34px 15px;
    margin: 0 0 0 37px;
    cursor: pointer;
    transition: all .3s;
}
#faq-wrapper .accordion-item.active .accordion-header h3,
#faq-wrapper .accordion-header h3:hover {
    color: var(--main);
}
#faq-wrapper .accordion-item.active .accordion-header h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 25px;
}
#faq-wrapper .accordion-header h3::before {
    content: "\f105";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 33px;
    left: -35px;
}
#faq-wrapper .accordion-header h3[aria-expanded="true"]::before {
    content: "\f107";
    font-size: 20px;
    top: 35px;
    left: -35px;
}

#faq-wrapper .accordion-body {
    padding: 0 20px 40px 52px;
}
#faq-wrapper .accordion-body p:last-of-type {
    margin-bottom: 0;
}

/* REVIEWS */

.review-item .review {
    padding: 40px 25px;
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.review-item:first-of-type .review {
    padding-top: 0;
}
.review-item:last-of-type .review {
    padding-bottom: 0;
    border-bottom: 0;
}
.review-item .review p {
    position: relative;
    font-style: italic;
    font-weight: 500;
}
.review-item .review p:first-of-type:before {
    content: '„';
    color: rgba(0, 0, 0, .05);
    font-family: "Montserrat";
    font-size: 140px;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: -50px; left: -30px;
}
.review-item .review p:last-child {
    margin-bottom: 0;
}
.review-item .overview {
    display: block;
    color: rgba(0, 0, 0, .55);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 25px 0 0 0;
    margin: 0;
}

/* GALLERY */

.entry-content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.entry-content .gallery.gallery-columns-2 .gallery-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-3 .gallery-item {
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.33333% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-4 .gallery-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    text-align: center;
    margin: 5px;
}

.entry-content .gallery .gallery-item a {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.entry-content .gallery .gallery-item a:hover {
    text-decoration: none;
}
.entry-content .gallery .gallery-item a img {
    height: auto;
}

/* VIDEO */

.entry-content .js-video-button.video {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
}
.entry-content .js-video-button.video.left,
.entry-content .js-video-button.video.right {
    width: 400px;
    height: 260px;
    padding-bottom: 0;
}
.entry-content .js-video-button.video.left {
    float: left;
    margin-right: 2rem;
}
.entry-content .js-video-button.video.right {
    float: right;
    margin-left: 2rem;
}

/* SIDEBAR */

#sidebar-area .item {
    padding-bottom: 35px;
}

#sidebar-area .item img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

#sidebar-area .item .txt {
    padding-top: 15px;
}
#sidebar-area .item .txt p {
    font-size: 14px;
    text-align: left;
}

#widget-area h3 {
    padding-top: 0;
    margin-top: 0;
}
#widget-area ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
#widget-area ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
#widget-area ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    left: 0;
}

/* FOOTER */

#footer {
    color: var(--darkgrey);
    background-color: white;
}
#footer .row {
    position: relative;
}
#footer .row.wrapper {
    padding-top: 50px;
	padding-bottom: 50px;
}
#footer .row.row-2 {
    padding-top: 45px;
    padding-bottom: 45px;
	border-top: 2px solid #e0e6f2;
}
#footer .row.row-2::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, .25);
    position: absolute;
    top: 0; left: 15px;
}

#footer h4 {
    color: var(--darkgrey);
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 20px 0;
    margin: 0;
	text-transform: uppercase;
}
#footer small {
    display: block;
    padding-top: 3px;
    font-size: 12px;
}
#footer a {
	color: var(--blue);
    padding: 0;
}
#footer .logo a img {
	max-width: 200px;
}
#footer a img {
	position: relative;
    bottom: 1px;
    margin-right: 4px;
}
#footer a:hover img {
	filter: invert(0.8);
}

#footer a.directions {
	text-decoration: underline;
	text-underline-offset: 1.5px;
}
#footer a.directions:hover {
	text-decoration: none;
}

#footer .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .links ul li, #footer ul li.menu-item {
    color: white;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0;
    padding: 0;
    /* margin: 0; */
}
#footer .links ul li a, #footer ul li.menu-item a {
    color: var(--darkgrey);
}
#footer .links ul li a:hover, #footer ul li.menu-item a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

#footer .contact address {
    color: var(--darkgrey);
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.34px;
    padding: 0 0 10px 0;
    margin: 0;
	opacity: .75;
}

#footer .contact .phone {
    display: block;
    color: var(--darkgrey);
    font-size: 43px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.86px;
    padding: 0;
    margin: 0;
}
#footer .contact .phone:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
}
#footer .contact .email {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.34px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin: 15px 0 0 0;
}
#footer .contact .email:hover {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

#footer .menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .menu ul li {
    position: relative;
    padding: 0 16px 0 15px;
}
#footer .menu ul li:before {
    display: none;
}
#footer .menu ul li:after {
    content: '|';
    color: rgb(0 0 0 / 75%);
    position: absolute;
    right: -1px;
    top: 0;
}
#footer .menu ul li:first-child {
    padding-left: 0;
}
#footer .menu ul li:last-child {
    padding-right: 0;
}
#footer .menu ul li:last-child:after {
    display: none;
}
#footer .menu ul li a {
    color: rgb(0 0 0 / 75%);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#footer .menu ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.copy p {
    color: rgb(0 0 0 / 33%);
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.15px;
    padding: 0;
    margin: 15px 0 0 0;
}
.copy a:hover span {
    background: rgb(255,255,255);
    /* background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(66,167,224,1) 55%, rgba(66,167,224,1) 60%, rgba(153,153,153,1) 60%, rgba(153,153,153,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(66,167,224,1) 55%, rgba(66,167,224,1) 60%, rgba(153,153,153,1) 60%, rgba(153,153,153,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(66,167,224,1) 26%, rgba(66,167,224,1) 37%, rgba(153,153,153,1) 37%, rgba(153,153,153,1) 100%); */
	background: linear-gradient(90deg, rgb(0 88 255) 0%, rgb(117 121 255) 26%, rgb(91 178 255) 26%, rgb(20 75 107) 37%, rgb(40 194 211) 37%, rgb(124 115 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="whiteFFF",endColorstr="#999999",GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.social-media ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.social-media ul li {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 0 8px;
}
.social-media ul li::after {
    display: none !important;
}
.social-media ul li a {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0 !important;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #f3f6f9;
    border: 1px solid #f3f6f9;
    border-radius: 50%;
	text-decoration: none;
}
.social-media ul li a:hover {
    text-decoration: none !important;
    background-color: transparent;
	border: 1px solid var(--main)
}
.social-media ul li a::after {
    content: "";
    color: #1e1e1e;
    font-family: "Font Awesome 6 Brands";
    font-size: 20px;
    font-weight: 700;
}
.social-media ul li a:hover::after {
    color: var(--main);
}
.social-media ul li.icon-facebook a::after { content: "\f39e"; }
.social-media ul li.icon-x a::after { content: "\e61b"; }
.social-media ul li.icon-twitter a::after { content: "\e61b"; }
.social-media ul li.icon-youtube a::after { content: "\f167"; }
.social-media ul li.icon-instagram a::after { content: "\f16d"; }
.social-media ul li.icon-linkedin a::after { content: "\f0e1"; }
.social-media ul li.icon-google a::after { content: "\f1a0"; }
.social-media ul li.icon-yelp a::after { content: "\f1e9"; }
.social-media ul li.icon-tiktok a::after { content: "\e07b"; }
.social-media ul li.icon-reviews a::after { content: "\f4ad"; font-family: "Font Awesome 6 Free"; }

/* VIDEO MODAL */

@-webkit-keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video;
            animation-name: modal-video;
    transition: opacity .3s ease-out
}
.modal-video-close {
    opacity: 0
}
.modal-video-close .modal-video-movie-wrap {
    transform: translate(0, 100px)
}
.modal-video-body {
    max-width: 1180px;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    display: table
}
.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}
.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
            animation-name: modal-video-inner;
    transform: translate(0, 0);
    transition: transform .3s ease-out
}
.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -40px;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: none;
    background: transparent;
    cursor: pointer;
}
.modal-video-close-btn:before {
    transform: rotate(45deg)
}
.modal-video-close-btn:after {
    transform: rotate(-45deg)
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: white;
    border-radius: 5px;
    margin-top: -6px
}

.video {
    position: relative;
    cursor: pointer;
    width: 100%;
}
.video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    opacity: 0.75;
    transition: all .3s ease-in-out;
}
.video:hover::before {
    opacity: 0;
}
.video::after {
    content: '\f144';
    color: white;
    font-family: "Font Awesome 6 Free";
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

/* CONTACT FORM */

.form-field {
    position: relative;
    margin-bottom: 1rem;
}
.form-field br {
    display: none;
}
.wpcf7-form > .form-field {
    margin-bottom: 9px;
}

.form-field > label {
    color: var(--darkgrey);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.1px;
    padding: 0 10px;
    margin: 0;
    background-color: white;
    position: absolute !important;
    top: -5px;
    left: 20px;
    z-index: 99 !important;
}
.textarea.form-field > label {
    left: 10px;
}

.form-field-checkbox > label {
    position: relative !important;
    width: 130px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    left: 15px;
}

.form-control {
	height: 50px;
	color: #13234a;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.36px;
	padding: 0 25px;
	border-bottom: 1px dotted #5370af;
	border-radius: 3px;
	box-shadow: 0 0 0 !important;
	outline: none;
	resize: none;
}
.form-control:focus {
    border-color: #13234a;
}
select.form-control {
    background: white url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTgxLjg0NTcsMjUuMzg3NmE2LjAyMzksNi4wMjM5LDAsMCwwLTguNDUuNzY3Nkw0OCw1Ni42MjU3bC0yNS4zOTYtMzAuNDdhNS45OTksNS45OTksMCwxLDAtOS4yMTE0LDcuNjg3OUw0My4zOTQzLDY5Ljg0NTJhNS45OTY5LDUuOTk2OSwwLDAsMCw5LjIxMTQsMEw4Mi42MDc0LDMzLjg0MzFBNi4wMDc2LDYuMDA3NiwwLDAsMCw4MS44NDU3LDI1LjM4NzZaIi8+PC9zdmc+') no-repeat;
    background-position: right 25px center;
    background-size: 12px;
    appearance: none;
}
textarea.form-control {
    min-height: 250px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.form-control.auto-capitalize,
input[name='your-name'],
input[name='first-name'],
input[name='last-name'] {
    text-transform: capitalize;
}

.form-checkbox {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.form-checkbox .form-check-label {
    color: black;
    font-size: 15.5px;
    font-weight: 300;
    letter-spacing: -0.15px;
}
.form-checkbox .form-check-input {
    margin-top: 4px;
    margin-right: 5px;
}
.form-checkbox .form-check-input:focus {
    border-color: rgba(0, 0, 0, .55);
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .25);
}
.form-checkbox .form-check-input:checked {
    background-color: black;
}

.form-submit {
    position: relative;
}
.form-submit .wpcf7-submit {
    display: block;
    position: relative;
    height: 75px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 0px 132px;
    margin: 0 auto;
    border: 0 !important;
    background-color: var(--blue);
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    z-index: 2;
    text-transform: capitalize;
}
.form-submit .wpcf7-submit:hover,
.form-submit .wpcf7-submit:active,
.form-submit .wpcf7-submit:focus {
    box-shadow: unset !important;
    background-color: black !important;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.wpcf7 .wpcf7-not-valid-tip {
    width: 100%;
    color: #cb473e;
    font-size: 13px;
    text-align: left;
    padding: 4px 0 0 10px;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 40px 0 0 0 !important;
    padding: 15px 20px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #cb473e;    
    border: 2px solid #cb473e !important;
}

/* COMMENTS */

.comments-area .comment-reply-title,
.comments-area .comments-title {
    display: block;
    color: black;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 40px 0 10px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.comments-area .comment-notes {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}
.comments-area .comment-control {
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 24px 25px 23px 25px;
    margin: 5px 0 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    outline: none;
    resize: none;
}
.comments-area .form-check {
    margin: 5px 0;
}
.comments-area .form-check-input {
    border: 1px solid #d8d8d8;
}
.comments-area .form-check-label {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}
.comments-area input[type="submit"] {
    display: block;
    position: relative;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 40px 15px 40px;
    margin: 20px 0 0 0;
    border: 0 !important;
    background-color: black;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    z-index: 9;
}
.comments-area input[type="submit"]:hover,
.comments-area input[type="submit"]:active,
.comments-area input[type="submit"]:focus {
    box-shadow: 0 0 0 !important;
    background-color: black;
}

.comments-area .comment-list {
    list-style: none;
    padding: 40px 0 10px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.comments-area .comment-list .says {
    display: none;
}
.comments-area .comment-author img {
    border-radius: 50%;
}
.comments-area .comment-author b {
    font-size: 16px;
    padding-left: 10px;
}
.comments-area .comment-metadata {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding-left: 47px;
    margin-top: -5px;
}
.comments-area .comment-content {
    padding: 20px 20px 0 47px;
}
.comments-area .reply {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding-left: 47px;
    margin-top: -15px;
    margin-bottom: 25px;
}

.comments-area .children {
    list-style: none;
}
.comments-area .children .comment {
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.comments-area .no-comments {
    color: red;
}

/* HELLO BAR */

#hello-bar {
    position: sticky;
    top: 0;
    z-index: 1020;
}
#hello-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 0;
    background-color: var(--main);
    transition: all .3s;
}
#hello-bar a:hover {
    text-decoration: none;
}
#hello-bar i {
    position: relative;
    top: 1px;
    color: white;
    font-size: 12px;
    padding-right: 8px;
}
#hello-bar p {
    position: relative;
    color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#hello-bar p::after {
    content: "→";
    position: relative;
    top: -1px;
    font-family: "Arial";
    padding-left: 8px;
    transition: all .3s;
}
#hello-bar a:hover p::after {
    padding-left: 12px;
}

/* STICKY FOOTER */

#sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    z-index: 99;
}
#sticky-footer .col-sm-5 {
    flex: 0 0 calc(50% - 25px) !important;
    max-width: calc(50% - 25px) !important;
}
#sticky-footer .col-sm-2 {
    flex: 0 0 50px !important;
    max-width: 50px !important;
    padding-right: 0;
    padding-left: 0;
}
#sticky-footer a:hover {
    text-decoration: none;
}
#sticky-footer .col-sm-2 img {
    max-height: 50px;
    margin: 0 auto;
}
#sticky-footer p {
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.16px;
    padding: 0 15px;
    margin: 0;
}
#sticky-footer .col-sm-5:first-of-type p {
    padding-left: 5px;
}
#sticky-footer .col-sm-5:last-of-type p {
    padding-right: 5px;
}

/* FLOATING RIGHT WCAG & OTHER
-------------------------------------------------- */
.floating {
	position: fixed;
	top: 200px;
	left: 0;
	width: 48px;
	z-index: 1111;
}
.home .floating {
	top: 153px;
}
.floating .container {
	text-align: left;
	box-sizing: border-box;
}
.searchin {
	background: #128353;
	background: rgb(18 131 83 / 70%);
}
.declaration {
	background: #572583;
	background: rgb(87 37 131 / 70%);
}
.fonts {
	background: #bb4800;
	background: rgb(75 75 75 / 70%);
	font-size: 18px;
}
.contrast {
	/* background: var(--grey);
	background: rgb(0 0 0 / 100%); */
	cursor: pointer;
}
.facebook {
	background: var(--grey);
	background: rgb(0 132 206 / 70%);
}
.instagram {
	background: #fc06b5;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.twitter {
	background: #1481db;
}
.twitter span, .facebook span {
	display: none !important;
}
.tiktok {
	background: black;
}
.facebook .fa, .twitter .fa, .instagram .fa {
	margin: 0px;
	font-size: 25px;
}
.facebook, .twitter, .instagram {
	text-align: center;
	width: auto;
}
.facebook a, .twitter a .instagram a {
	display: block;
}
.block-contact.fonts a {
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
    margin-bottom: -1px;
}
.block-contact.fonts a:hover {
	background-color: #f71b33;
	outline: none;
}
.block-contact.fonts a:last-child {
	font-size: 16px;
	border-bottom: none;
    margin-bottom: 0;
}
.block-contact a:focus {
	color: white;
}
.block-contact .fa {
	display: inline-block;
	vertical-align: middle;
	color: white;
	font-size: 17px;
	line-height: 50px;
}
.block-contact.contrast .fa {
	line-height: 1;
}
.block-contact label {
	font-weight: 500;
}
.block-contact {
	margin: 0;
	vertical-align: middle;
	height: auto;
	font-size: 14px;
	cursor: pointer;
}
.block-contact.social a {
	padding: 0px 15px;
	color: white;
	display: block;
    width: 100%;
	vertical-align: middle;
	font-size: 15px;
	line-height: 48px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0.5px;
	height: 48px;
}
.block-contact label {
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
}
.block-contact a:hover {
	color: white !important;
}
.sekcja .splide__arrow {
    width: 40px !important;
	border-radius: 0 !important;
	border: 1px dashed var(--grey);
	top: 38% !important;
}
.splide .splide__arrow--next {
    right: -5em;
}
.splide .splide__arrow--prev {
    left: -5em;
}
.splide__arrow svg {
    fill: #0b5b42 !important;
}
.splides__list {
	padding-left: 0;
}

/* KONTRAST */
.navbar li a .fa, .navbar li a i {
	display: none !important;
}
body.highcontrast {
	background: #000000;
	background-color: #000000;
	color: #ff0;
}
.highcontrast .tresc-opis, html body.highcontrast .navbar li a {
	color: #ff0 !important;
	/* color: #000 !important; */
}
.highcontrast .wp-block-heading, .highcontrast .wp-block-column p {
	color: #ff0 !important;
}
.highcontrast .navbar-default .navbar-nav > .active > a, 
.highcontrast .navbar-default .navbar-nav > .active > a:focus, 
.highcontrast .navbar-default .navbar-nav > .active > a:hover,
.highcontrast .nadstopka .block-contact a:hover, 
.highcontrast .contact-head a:hover {
	color: #ff0 !important;
	color: #000 !important;
	text-decoration: underline !important;
}
.highcontrast .block-contact,
.highcontrast .gorna-stopka {
	/* background: #000000; */
	color: #ff0 !important;
}
.highcontrast .name-head,
.highcontrast .name-head span,
.highcontrast .contact-head {
	background: #ff0;
	color: #000000 !important;
}
.highcontrast .block-contact a,
.highcontrast .block-contact .fa,
.highcontrast .block-contact a:hover,
.highcontrast .fonts.block-contact a:hover,
.highcontrast .gorna-stopka a,
.highcontrast .gorna-stopka .tytul-stopki,
.highcontrast .nadstopka .block-contact a, 
.highcontrast .contact-head a,
.highcontrast .tresc,
.highcontrast #breadcrumbs a,
.highcontrast #breadcrumbs,
.highcontrast .post-archive,
.highcontrast .post-archive .section-title span,
.highcontrast .post-archive .page-title,
.highcontrast .paginacja-wpisow li a {
	color: #ff0 !important;
}
.highcontrast .post-archive .lista-aktualnosci {
	border: 1px solid #ff0;
	background: #ff0;
}
.highcontrast .page-numbers a {
	color: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .paginacja-wpisow li {
	color: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .paginacja-wpisow li.active,
.highcontrast .paginacja-wpisow li:hover {
	background: #ff0;
	color: #000000 !important;
}
.highcontrast .page-numbers:hover a {
	color: #000000;
	background: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .paginacja-wpisow li.active a,
.highcontrast .paginacja-wpisow li:hover a{
	color: #000000 !important;
}
.highcontrast .boks-news,
.home.highcontrast footer {
	background: #ff0;
	color: #000000 !important;
}
.highcontrast footer {
	background: #000000;
}
.highcontrast .nadstopka {
	border-bottom: 1px dashed #ff0;
}
.highcontrast .section-title span,
.highcontrast .contact-head a,
.highcontrast .tytul-news,
.highcontrast .entry-date,
.highcontrast .opis-news p,
.highcontrast .zastrzezone-stopka a {
	color: #000000 !important;
}
.highcontrast .contrast-v, .full-v {
	display: none!important;
}
.highcontrast .full-v, .contrast-v {
	display: inline-block!important;`
}
.highcontrast .menu-glowne {
	border-bottom: 1px solid #000000;
	background: #ff0;
}
.highcontrast .floating {
	background:#000000;
}
.highcontrast .lista-aktualnosci {
	border: 1px solid #000000;
	color: #000000 !important;
}
.highcontrast .arrows-small-box {
	background: #000000;
	color: #ff0;
}
.highcontrast .arrows-small,
.highcontrast .arrows-small::before, 
.highcontrast .arrows-small::after {
	background: #ff0;
}
.highcontrast .boks-more .arrow {
	color: #ff0;
	border: 1px solid #ff0;
}
.highcontrast .arrows,
.highcontrast .arrows::before, 
.highcontrast .arrows::after {
	background: #ff0;
}
.highcontrast a:hover .arrows,
.highcontrast a:hover .arrows::before, 
.highcontrast a:hover .arrows::after {
	background: #000000 !important;
}
.highcontrast .boks-more a:hover .arrow {
	color: #000000;
	background: #ff0 !important;
	border: 1px solid #ff0 !important;
}
.highcontrast .zastrzezone-stopka {
	background: #ff0;
	color: #000000;
}
.highcontrast .zastrzezone {
	background: none !important;
	color: #000000 !important;
}
html body.highcontrast .tresc a,
.highcontrast .shery-post span,
.highcontrast h3.tytul-strony,
.highcontrast .sidebar li a,
.highcontrast .sidebar li a::before,
.highcontrast .sidebar,
.highcontrast .sidebar a {
	color: #ff0;
}
.highcontrast .przybornik {
	border-top: 1px dashed #ff0;
}
.highcontrast .przybornik::before {
	color: #ff0;
	background: #000000;
} 
.highcontrast #s {
	border: 1px solid #ff0;
	background:#000000;
	color: #ff0;
}
.highcontrast #s:focus {
	border: 2px solid #ff0;
}
.highcontrast #searchsubmit {
	background: #ff0;
	color: #000000;
	border: 2px solid #ff0;
}
.highcontrast #searchsubmit:hover {
	background: none;
	color: #ff0;
	border: 2px solid #ff0;
}
.highcontrast .search-bar #searchsubmit {
	background: #ff0;
	color: #000000;
	border: 2px solid #ff0;
}
.highcontrast .search-bar #s {
	border: 2px solid #ff0;
	color: #ff0;
}
.highcontrast .nav.menu-boczne li a {
    font-size: 16px;
    color: #ff0;
}
.highcontrast .nav.menu-boczne li.current-menu-ancestor ul li.current-menu-item a {
    color: #ff0;
}
.highcontrast .menu-boczne .dropdown-menu {
    background-color: transparent;
}
.highcontrast.home #opis .searchbox h4, .highcontrast.home .section-title, .highcontrast.home #opis h3 {
	color: #ff0;
}
img.kontrast, .highcontrast img.bialy {
	display: none;
}
.highcontrast img.kontrast {
	display: block;
}
.highcontrast.home .searchbox input.searchField {
    border: 1px solid #ff0;
    background: #ff0;
    color: #000;
}
.highcontrast.home .col-sm-8.tresc-opis a {
	color: #ff0;
}
.highcontrast.home .searchbox button {
	background: #ff0;
	color: #000;
	border: 2px solid #ff0;
	border-left: 2px solid #000;
}
.highcontrast.home .tytul-news a {
	color: #000;
}
.highcontrast.home .stopka-news .link-info a:hover {
    outline: 1px dashed #000;
}
.highcontrast .pracownicy .opis-pracownika h2.kierownik-nazwisko, .highcontrast .pracownicy .opis-pracownika .tytul-pracownik {
	color: #ff0;
}

.highcontrast .wrapper, .highcontrast #footer, .highcontrast .section.first#footer {
	background-color: black !important;
	color: #ff0 !important;
}
.highcontrast #cta .content a.phone {
	background-color: white !important;
	color: black !important;
}
.highcontrast #reviews .review .content, .highcontrast #services .box a::before {
	background-color: #141414;
}
.highcontrast .wrapper .headline h2, .highcontrast .wrapper .home-headline h2, .highcontrast .wrapper .content p, .highcontrast .wrapper .content a, .highcontrast #services h2, .highcontrast .home-headline h3, .highcontrast #textbox .content h2, .highcontrast #textbox .content p, .highcontrast #textbox .content a, .highcontrast .entry-content p, .highcontrast #cta .content h2, .highcontrast #cta .content h3, .highcontrast #faq-wrapper .accordion-header h3, .highcontrast #faq-wrapper .more a, .highcontrast #footer h4, .highcontrast #footer .links ul li a, .highcontrast #footer .contact .phone {
	color: #ff0 !important;
}

/* KONTRAST END */