/*
Theme Name: CleanGuard
Theme URI: https://clean-guard.hu
Author: Plus Kreatív
Author URI: https://plus-kreativ.hu
Description: Bootstrap5 Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile ready, bootstrap5, option tree
Text Domain: cleanguard
*/


@media (min-width:1180px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
@media (min-width:1240px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1196px}}
@media (min-width:1440px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1396px}}
@media (min-width:1540px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1396px}}
@media (min-width:1640px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1396px}}

body {
    margin: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}
button, input, textarea, select { outline:none!important;}
.container, .container-sm {
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
p {
	margin-top: 0;
}

/* Menu Basic Style */

a.mainlogo-link {
    display: inline-block;
}
div#mobiltoggle {
    display: inline-block;
}
nav.navbar {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
	flex-direction: row;
    transition: .2s;
    border-bottom: 0;
	display: flex;
	align-items: center;
	position: sticky;
	padding:0;
    flex-direction: column;
}
.menuside ul.nav {
    padding: 0;
    list-style: none;
    margin: 0;
	/*opacity: 0;*/
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: flex-end;
    flex-direction: row;
}
.menuside {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menuside ul.nav li {
    padding: 0;
    margin-left: 60px;
}
.menuside ul.nav li:first-child {
    margin-left: 0;
}
.nav li.menu-item a {
    text-decoration: none;
	transition: .4s;
}
.mobile_view .logoside {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.mobile_view .menuside {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
}
.mobile_view .menuside ul.nav {
	display: block;
}

nav:not(.scrolled).mobile_view div#mobiltoggle:before,
nav:not(.scrolled).mobile_view div#mobiltoggle:after,
nav:not(.scrolled).mobile_view div#mobiltoggle span {
	background: white;
}
.mobile_view div#mobiltoggle:after {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(50% - 1.5px);
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle span {
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.mobile_view div#mobiltoggle:before {
    content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50px;
	transition: .4s;
}
.active_toggle span {
	opacity: 0;
}
.mobile_view div#mobiltoggle {
    /*border-bottom: 4px solid #000;*/
    height: 20px;
    width: 30px;
    position: relative;
    overflow: hidden;
	cursor: pointer;
	transition: .4s;
}
.mobile_view div#mobiltoggle.active_toggle:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 45%;
    height: 2px;
}
.mobile_view div#mobiltoggle.active_toggle {
    border: 0px solid #000;
}
nav.navbar.mobile_view .menuside ul li {
    width: 100%;
    text-align: center;
	padding: 18px 10px;
}
.mobile_view .menuside {
	background: #00003c;
	border: none;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;	
	transition: 0.2s linear;
	height: 0;
	overflow: hidden;
}

body nav.navbar .clicked_menu.menuside {
    visibility: visible;
}

nav#centered_nav .logoside a img {
	transition: .4s;
}
nav#centered_nav.scrolled .logoside img {
    max-width: 95px;
}
div#main-menu-box {
    width: 100%;
    text-align: center;
}
nav#centered_nav .logoside {
    transition: .4s;
    display: flex;
	text-align: center;
    padding: 0;
}
.menuside ul li.dropdown {
    position: relative;
}
.menuside ul li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    bottom: 0;
    top: 40px;
    opacity: 1;
    visibility: visible;
}
.menuside ul.dropdown-menu {
    position: absolute;
    padding: 0;
    list-style: none;
    transition: .4s;
    top: 150px;
    visibility: hidden;
    opacity: 0;
	display: inline-table;
	left: 0px;
	width: 180px;
    border-top: 1px solid #eee;
    min-width: 180px;
    max-width: 180px;
}
ul#menu-main-left ul.dropdown-menu li:first-child {
    padding-left: 15px;
}
.menuside ul.dropdown-menu li a:after {
	display: none;
}
.menuside ul.dropdown-menu li a {
    margin-left: 0;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 19px;
    font-weight: 300;
    padding: 10px 15px;
}
.menuside ul.dropdown-menu li {
    text-align: left;
    padding: 0;
}
.menuside ul.dropdown-menu li:hover {
    background-color: #C96C07;
}
.logoside img.invert_logo {
    position: absolute;
    left: 0px;
    opacity: 0;
}
.scrolled .logoside img.normal_logo {
    opacity: 0;
}
.scrolled .logoside img.invert_logo {
    opacity: 1;
}

@media(min-width: 1100px) {
	.menuside ul.nav.navbar-nav li.toplevelmenu:last-child {
		padding-right: 0;
	}
}
nav.navbar .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu:hover>a, 
nav.navbar.scrolled .menuside ul.nav li.toplevelmenu.active a {
    color: #64B4FF;
}

/* Topbar */

div#page_topbar p {
    margin: 0;
}
.content_align_right {
    text-align: right;
}
div#page_topbar .container {
    padding: 12px;
}
ul#menu-topbar {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: end;
}
#page_topbar p, #page_topbar a {
    display: flex;
}
ul#menu-topbar li {
    align-items: center;
    display: flex;
    margin-left: 10px;
}
ul#menu-topbar .topbar_button a {
    background: #e7a900;
    font-size: 14px;
    padding: 11px 30px 10px;
    border-radius: 30px;
    transition: .3s linear;
    border: 1px solid #e7a900;
    line-height: 1;
    font-weight: 400;
}
ul#menu-topbar .topbar_button:first-child a {
    background: #00a8e6;
    border: 1px solid #00a8e6;
}
ul#menu-topbar .topbar_button a:hover {
    background: #fff;
    color: #e7a900;
}

ul#menu-topbar .topbar_button:first-child a:hover {
    background: #fff;
    color: #00a8e6;
}


/* 404 page */

body.error404 {
    min-height: 100vh;
    background: #eee;
}
body.error404 .container.main-container {
    background: transparent;
    max-width: 100%;
    padding: 0 15px;
}
body.error404 .errorcontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#post-404 .imageblock {
    padding-top: 0px;
	text-align: center;
}
#post-404 h1 {
    font-family: Arial;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 15px;
    color: #4d4d4d;
}
img#notfound_page_img {
    position: relative;
    transition: .5s;
	transform: translatey(0px);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
body.error404 .errorcontent p {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}
form.search-form label {
    display: none;
}
.container.fullonbelul {
    margin: 0 auto;
}
a.back_to_home_404:hover {
    background: transparent;
    color: #4d4d4d;
    font-weight: bold;
}
a.back_to_home_404 {
    display: inline-block;
    background: #4d4d4d;
    width: 160px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    transition: .4s;
    border: 2px solid #4d4d4d;
    text-align: center;
    margin-top: 30px;
}

/* Preloader */

.loader {
    border: 4px solid #c5c5c5;
    border-top: 8px solid #0078c9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
 
/* Basic Form */
form.wpcf7-form .wpcf7-form-control {
    width: 100%;
    outline: none;
    background: #fff;
    color: #000;
    padding: 20px 30px;
    background: rgb(225 245 255 / 30%);
    font-size: 16px;
    line-height: 24px;
    color: #fff;
	border-bottom: 1px solid #fff;
}
form.wpcf7-form .wpcf7-form-control::placeholder {
    color: rgb(255 255 255 / 70%);
}
form.wpcf7-form p br {
    display: none;
}
.col-md-12.col-12.nev_field, .col-md-6.col-12.email_field, .col-md-6.col-12.telefon_field, .col-md-12.col-12.takhelyszin_field, .col-md-12.col-12.takgyakorisag_field {
    margin-bottom: 20px;
}
.col-md-12.col-12.uzenet_field {
    margin-bottom: 30px;
}
.col-md-12.col-12.kuldes_field {
    text-align: center;
}

form.wpcf7-form p {
    margin: 0;
	position: relative;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: .5s;
    background: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    padding: 14px 50px;
    position: relative;
	color: #14284B;
    display: inline-block;
    width: auto;
}
span.wpcf7-list-item label span a {
	text-decoration: underline !important;
	font-weight: bold !important;
}

span.wpcf7-spinner {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
form.wpcf7-form p.kuldes_gomb {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-top: 5px;
	transition: .5s;
	top:0;
	
}
form.wpcf7-form p.kuldes_gomb:hover {
    margin-top: 0;
	margin-bottom: -5px;
}
form.wpcf7-form p.kuldes_gomb:after {
	content: "→";
    position: absolute;
    right: 30px;
    top: 14px;
    line-height: 1;
	transition: .5s;
}
form.wpcf7-form p label span span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 5px;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #002c78;
    background: #002c78;
    color: #fff;
    font-weight: 500;
    margin: 30px 0 0;
    line-height: 1.5;
    padding: 25px 20px;
}
.form-floating .focused label {
    font-size: 18px;
    line-height: 28px;
    height: auto;
	top:0;
}
.form-floating span.wpcf7-form-control-wrap {
    height: 90px;
    border-bottom: 2px solid #eb1469;
    display: flex;
    align-items: end;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    border: 0;
    background: transparent;
    height: auto;
    line-height: 1.2;
    padding: 0 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 250px;
}
.form-floating label {
    position: absolute;
    top: 30px;
    color: #000;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0px 10px;
    font-size: 32px;
    line-height: 60px;
    color: #fff;
	transition: .3s;
}
.wpcf7-form-control-wrap input:focus {
    background: #1E1E1E;
    box-shadow: none;
    color: #fff;
}


/* Footer */
.copyright_info p {
    margin: 0;
}

/* Single Post */
a.post_main_image img {
    max-width: 100%;
    height: auto;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
}

p#breadcrumbs {
    margin: 0;
    display: inline-block;
    border-top: 1px solid #fff;
}
p#breadcrumbs span a {
    font-weight: bold;
}
p#breadcrumbs span a, p#breadcrumbs span span {
    text-decoration: none;
}
p#breadcrumbs span, p#breadcrumbs span a {
    color: #373c3c;
}
.theme_breadcrumbs>.container {
    padding: 0;
}
.theme_breadcrumbs {
    text-align: center;
}
footer#theme_footer {
	clear: both;
    padding: 0;
    margin-top: 0;
	position: relative;
	z-index: 7;
}
footer#theme_footer .top_footer {
	padding: 60px 0;
}
.copyright_info p a:hover {
    color: #ccc;
}
.copyright_info p a {
    font-weight: bold;
    transition: .4s;
}
.copyright_info p, .copyright_info p a {
    text-align: center;
    font-size: 16px;
    padding: 0;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.copyright_info {
	text-align: center;
}
.copyright_info .widget {
    padding: 0;
    width: 100%;
}
.copyright_info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
li.col-md-4.col-12.centerfooter {
    text-align: center;
}
.copyright_info ul.row {
    align-items: center;
}
.copyright_info ul li,
.copyright_info ul li a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
	list-style: none;
}
li.kotelezolinkek.col-md-4.col-12 {
    text-align: right;
}

ul.left_footer_list li, ul.right_footer_list li {
    color: #fff;
    text-align: left;
    font-weight: 300;
    letter-spacing: 0.32px;
    line-height: 22px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 24px;
    opacity: 1;
}
div#mobiltoggle span {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #e1d7d2;
}
div#mobiltoggle {
    width: 18px;
    height: 14px;
    border-top: 0;
    border-bottom: 0;
    position: relative;
	display: none;
}
div#mobiltoggle:before, div#mobiltoggle:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #e1d7d2;
    width: 50%;
    transition: .5s;
}
div#mobiltoggle:after {
    bottom: 0;
    right: 0;
}
div#mobiltoggle:before {
    top: 0;
    left: 0;
}
.sidebar_toggle:hover {
	cursor: pointer;
}
.sidebar_toggle:hover div#mobiltoggle:before {
	width:100%;
}
.sidebar_toggle:hover div#mobiltoggle:after {
	width:100%;
}
.content_align_right {
    text-align: right;
    justify-content: end;
    display: flex;
}
div#closemenu {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 2;
	cursor: pointer;
}
div#closemenu:after {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: 10px 0;
}
div#closemenu:before {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 5px 30px;
}

/* alegtechnika */
.wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
body {
    background-color: #fff;
}
.vc_btn3-container.vc_btn3-inline.vc_do_btn {
    margin-bottom: 0;
}

/* globális háttérszínek */
.bg_black {
	background: #000;
}
.bg_white {
	background: #fff;
}
.bg_dustyblue {
	background: #212E43;
}
.bg_primary {
	background: #036FDC;
}
.bg_turq {
	background: #009495;
}
.bg_red {
	background: #FF5353;
}
.bg_green {
	background: #364D1C;
}
/* globális betűszínek */
.color_black {
	color: #000;
}
.color_white {
	color: #fff;
}
.color_dustyblue {
	color: #212E43;
}
.color_primary {
	color: #036FDC;
}
.color_turq {
	color: #009495;
}
.color_red {
	color: #FF5353;
}
.color_green {
	color: #364D1C;
}

/* Fejléc */
ul#menu-fomenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}
.menu_icon_side {
    display: flex;
    justify-content: end;
    align-items: center;
}
.logo_box a.mainlogo-link {
    padding: 0;
    display: block;
}
.logo_box a.mainlogo-link img {
    display: block;
}
.mobile_toggle {
    display: none;
}
nav.navbar .col-12 {
    align-items: center;
    display: flex;
}
nav.navbar .mainicons_col {
    justify-content: end;
}
body nav.navbar {
    padding: 28px 0;
}
.menu_side {
    display: block;
    width: 100%;
}
.nav li.menu-item.active a {
    color: #0080FF;
    font-weight: 600;
}

a.ytvideokep img {
    width: 100%;
    height: auto;
    display: block;
	aspect-ratio: 16 / 9;
}
a.ytvideokep {
    display: block;
    position: relative;
}
a.ytvideokep span {
    position: absolute;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    background: #007ffe;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    max-width: 50px;
    padding-left: 4px;
    box-sizing: border-box;
}
.playing a.ytvideokep {
    display: none;
}
iframe.ytvideokeret {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.footer-widget h4 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
footer#theme_footer .top_footer {
    padding: 120px 0 120px;
}
.first_footer_col .footer-widget ul {
    padding: 0;
    width: 100%;
    margin-top: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.first_footer_col .footer-widget ul li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 0 14px;
}
#text-3.footer-widget h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
	margin-bottom:15px;
}
body * {
	box-sizing: border-box;
}
.footer-widget form.wpcf7-form p label span input.wpcf7-form-control {
    max-width: 375px;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    padding: 16px;
    line-height: 1;
    font-family: 'Sora';
}
.copyright_info ul {
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}
.copyright_info ul li a, .copyright_info ul li {
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
}
.copyright-widget.widget.widget_media_image {
    padding-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid #3C495F;
}
.copyright_info {
    padding: 33px 0 28px;
}
.footer-widget form.wpcf7-form label {
    display: block;
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.footer-widget form.wpcf7-form label input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 0;
    height: 50px;
    background-color: transparent;
    text-indent: -9999px;
    background-image: url(assets/img/nyil_jobb.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    opacity: .5;
}

/* Clean Guard */

.first_footer_col img.image {
    max-width: 325px;
    width: 325px;
    margin-bottom: 30px;
}
.col-12.first_footer_col {
    padding-right: 135px;
}
div#cleanguard_socials a {
    display: inline-block;
    margin-right: 30px;
}
.first_footer_col .textwidget p {
    margin-bottom: 20px;
}
.second_footer_col h2 {
    margin-bottom: 40px;
}
td.iconcol img {
    display: block;
}
table#contactinfo tr:last-child td {
    padding-bottom: 0;
}
table#contactinfo td {
    padding-bottom: 27px;
}
table#contactinfo td.iconcol {
    width: 36px;
}
table#contactinfo td a {
    text-decoration: none;
}
div#sikeresajanlat h1 {
    color: #14284b;
}
nav.navbar a.mainlogo-link {
    padding: 0;
}
body .vc_column-inner {
    padding-top: 0 !important;
}
body .paddingtop120 {
    padding-top: 120px;
}
body .paddingbottom120 {
    padding-bottom: 120px;
}
body .paddingtop80 {
	padding-top: 80px;
}
body .paddingbottom100 {
	padding-bottom: 100px;
}
body .fullscreen_padding_left {
    padding-right: 125px;
}
body .fullscreen_padding_right {
    padding-left: 125px;
}
div#ajanlatkeres h2 {
    color: #fff;
    margin-bottom: 30px;
}
div#referenciaink h2 {
    margin-bottom: 60px;
}
/*
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
} */
div#cleanguardbanner {
    min-height: calc(100vh - 130px);
    display: flex;
    align-items: center;
}
div#cleanguardbanner .vc_col-sm-8 {
    background: transparent linear-gradient(125deg, #64B4FFF5 0%, #8CDCE6F2 76%, #8CDCE6E6 100%) 0% 0% no-repeat;
    padding: 60px 50px 60px 120px;
    position: relative;
    left: -120px;
}
div#cleanguardbanner p {
    text-shadow: 0px 0px 6px #14284B33;
    color: #fff;
}
#cleanguardbanner a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-custom_theme_btn_1 {
    margin-top: 30px;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-custom_theme_btn_1 {
    border: none;
    cursor: pointer;
    transition: .5s;
    background: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    padding: 14px 50px;
    position: relative;
    color: #14284B;
    display: inline-block;
    width: auto;
}
img.single_featuredimage {
    display: block;
    height: 570px;
    object-fit: cover;
}
.post_header {
    position: relative;
}
h1.post_header_titles {
    position: absolute;
    width: 36%;
    left: 32%;
    top: 0;
    margin: 0;
    font-size: 48px;
    text-align: center;
    line-height: 64px;
    top: calc(50% - 75px);
}
.service_inner a {
    display: block;
    position: relative;
    text-decoration: none;
}
.service_inner {
    position: relative;
}
.service_inner img {
    display: block;
}
.service_inner h3 {
    margin: 0;
    text-decoration: none;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
}
.service_marginbottom {
    margin-bottom: 30px;
}
div#services_archive {
    padding: 60px 0 120px;
}
h1.servicepage_title {
    font-size: 48px;
    color: #14284B;
    text-align: center;
    margin-bottom: 60px;
}
.home div#szolgaltatasaink h2 {
    margin-bottom: 60px;
}
.service_inner.service_more_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
}
div#tovabbi_szolgaltatasok_listaja {
    padding: 180px 0;
}
a#float_ajanlat img {
    margin-right: 10px;
}
a#float_ajanlat {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    background: #64B4FF;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 25px 30px;
    border-radius: 2px;
}
@media(min-width: 1000px) {
	.single-szolgaltatasaink .wpb_single_image img {
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
}

@media(max-width: 1670px) {
	div#cleanguardbanner .vc_col-sm-8 {
		padding: 60px 50px 60px 60px;
		left: -60px;
	}
	.owl-carousel .owl-item img {
		height: auto;
	}
}
@media(max-width: 1520px) {
	div#cleanguardbanner .vc_col-sm-8 {
		padding: 60px 50px 60px 15px;
		left: -15px;
	}
}
@media(max-width: 1440px) {
	.service_inner img {
		width: 100%;
		height: auto;
	}
	div#rolunk01 img.vc_single_image-img, div#rolunk02 img.vc_single_image-img {
		height: 600px;
		object-fit: cover;
	}
	body h1 {
		font-size: 54px;
		line-height: 68px;
	}
	h1.post_header_titles {
		width: 56%;
		left: 22%;
	}
	body:not(.home) h2 {
		font-size: 38px;
	}
	.single-szolgaltatasaink div#rolunk01 img.vc_single_image-img, 
	.single-szolgaltatasaink div#rolunk02 img.vc_single_image-img {
		height: 850px;
		object-fit: cover;
	}
}
@media(max-width: 1240px) {
	body .fullscreen_padding_left {
		padding-right: 80px;
	}
	body .fullscreen_padding_right {
		padding-left: 80px;
	}
	body .paddingbottom120 {
		padding-bottom: 90px;
	}
	body .paddingtop120 {
		padding-top: 90px;
	}
	body .paddingtop120 {
		padding-top: 60px;
	}
	body .paddingbottom100 {
		padding-bottom: 60px;
	}
	body .paddingtop80 {
		padding-top: 60px;
	}
	.second_footer_col h2 {
		margin-bottom: 30px;
		font-size: 38px;
	}
	.first_footer_col img.image {
		width: 270px;
		margin-bottom: 20px;
	}
}
@media(max-width: 1180px) {
	.menuside ul.nav li {
		padding: 0;
		margin-left: 30px;
	}
	body .nav li.menu-item a {
		font-size: 14px;
	}
	body h1 {
		font-size: 42px;
		line-height: 60px;
	}
	div#cleanguardbanner .vc_col-sm-8 {
		padding: 40px 40px 40px 15px;
	}
	body h3 {
		font-size: 20px;
		line-height: 30px;
	}
	body h2 {
		font-size: 38px;
	}
	div#rolunk01 img.vc_single_image-img, div#rolunk02 img.vc_single_image-img {
		height: 650px;
	}
	.single-szolgaltatasaink div#rolunk01 img.vc_single_image-img, 
	.single-szolgaltatasaink div#rolunk02 img.vc_single_image-img {
		height: 950px;
	}
	body:not(.home) h2.tovabbi {
		font-size: 30px;
	}
}
@media(max-width: 1180px) and (min-width: 890px) {
	div#ajanlatkeres .vc_col-sm-6 {
		width: 70%;
	}
	div#ajanlatkeres .vc_col-sm-3 {
		width: 15%;
	}
}

@media(max-width: 992px) {
	.service_inner h3 {
		padding: 20px;
	}
	nav.navbar .menuside {
		display: none;
	}
	nav.navbar .logoside {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	body nav.navbar {
		padding: 17px 0 13px;
	}
	div#mobiltoggle {
		display: block;
	}
	div#mobiltoggle:before, div#mobiltoggle:after {
		background: #61aff8;
		width: 100%;
	}
	div#mobiltoggle span {
		background: #61aff8;
	}
	body h1 {
		font-size: 36px;
		line-height: 48px;
	}
	div#rolunk01 img.vc_single_image-img, div#rolunk02 img.vc_single_image-img {
		height: 1000px;
	}
	div#cleanguard_socials a {
		margin-right: 15px;
	}
	div#cleanguard_socials a img {
		width: 40px;
		height: auto;
	}
	.col-12.first_footer_col {
		padding-right: 35px;
	}
	.first_footer_col img.image {
		width: 230px;
	}
	.second_footer_col h2 {
		margin-bottom: 25px;
		font-size: 26px;
	}
	footer#theme_footer .top_footer {
		padding: 80px 0 80px;
	}
	.mobilmenu_on nav.navbar .menuside {
		display: flex;
		position: fixed;
		width: 100%;
		left: 0;
		top: 70px;
		height: calc(100vh - 70px);
		background: #fff;
	}
	nav.navbar .menuside ul#menu-fomenu {
		justify-content: center;
		flex-direction: column;
	}
	.menuside ul.nav li {
		margin-left: 0;
		margin-bottom: 15px;
	}
	body:not(.home) h2.tovabbi {
		font-size: 22px;
	}
}

@media(max-width: 500px) {
	body h1 {
		font-size: 24px;
		line-height: 32px;
	}
	div#cleanguardbanner .vc_col-sm-8 {
        padding: 25px 0px 25px 0px;
        width: 100%;
        min-width: 100%;
        left: 0;
    }
	body h2 {
		font-size: 30px;
	}
	.home div#szolgaltatasaink h2 {
		margin-bottom: 40px;
	}
	body .paddingbottom120 {
		padding-bottom: 60px;
	}
	body .paddingtop120 {
		padding-top: 40px;
	}
	.service_inner img {
		height: 200px;
		object-fit: cover;
	}
	.service_marginbottom, .single_service {
		margin-bottom: 20px;
	}
	body .paddingbottom100 {
		padding-bottom: 40px;
	}
	body .paddingtop80 {
		padding-top: 40px;
	}
	div#referenciaink h2 {
		margin-bottom: 40px;
	}
	div#rolunk01, div#rolunk02 {
		display: flex;
	}
	body .fullscreen_padding_left {
		order: 1;
		padding: 25px 15px 30px;
	}
	div#rolunk01 img.vc_single_image-img, div#rolunk02 img.vc_single_image-img {
		height: 250px;
		object-fit: cover;
	}
	body .fullscreen_padding_right {
		padding: 25px 15px 30px;
	}
	.col-12.first_footer_col {
		padding-right: calc(var(--bs-gutter-x) * .5);
		margin-bottom: 25px;
	}
	footer#theme_footer .top_footer {
		padding: 50px 0 50px;
	}
	a#float_ajanlat {
		bottom: 20px;
		padding: 15px 20px;
		font-size: 15px;
	}
	a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-custom_theme_btn_1 {
		font-size: 15px;
		padding: 10px 35px;
	}
	img.single_featuredimage {
		height: 200px;
	}
	h1.post_header_titles {
		width: 100%;
		left: 0;
		top: 0;
		margin: 0;
		font-size: 26px;
		line-height: 40px;
		top: calc(50% - 60px);
		padding: 0 15px;
		height: 120px;
		display: flex;
		align-items: center;
	}
	div#tovabbi_szolgaltatasok_listaja {
		padding: 50px 0;
	}
	.single-szolgaltatasaink div#rolunk01 img.vc_single_image-img, .single-szolgaltatasaink div#rolunk02 img.vc_single_image-img {
        height: 250px;
    }
	body:not(.home) h2 {
        font-size: 30px;
    }
	div#szolgaltatasaink {
		margin: 0;
	}
	div#szolgaltatasaink .wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner {
		padding: 0;
	}
}