/*
Theme Name: Nethon-wp
Author: Nethon
Author URI: https://nethon.hu/
Description: Ez egy proba
Version: 1.0.0
License: Minden jog fenttartva
Template: wp-bootstrap-starter
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

:root {
	--blue: #067BFA;
	--darker-blue: #0052CC;
	--grey: #747474;
	--darker-blue-rgb: 0, 82, 204;
}
body {
	color: #222222;
}

:focus {
	outline: 0 !important; 
}

.between-text-and-img {
	height: 9px !important;
}

/**/
.floater{
    position: fixed;
    bottom: 50%;
    right: 0;
    transform: translate(700px , 50%) ;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    overflow: hidden;
    transition: .2s;
    z-index: 11;
}
/*****************/

div .anchor {
	display: block;
	height: 5rem;
	margin-top: -5rem !important;
	visibility: hidden;
}

.cons-days {
	margin: 0 !important;
}
.cons-hours {
	float: right;
}


.menu-item > a {
	color: #222222 !important;
	font-weight: normal !important;
}
.menu-item > a:hover {
	color: var(--blue) !important;
	font-weight: normal !important;
	text-decoration: none !important;
}
#menu-item-267 {
	background-color: var(--darker-blue);
    border-radius: 30px !important;
	border: 2px solid var(--darker-blue);
	transition: 0.3s;
	padding: 0 1rem 0 1rem;
}
#menu-item-267 > a {
	color: #FFF !important;
}
#menu-item-267:hover {
	border: 2px solid var(--blue);
	background-color: var(--blue);
}

.d-padding {
    /*padding-left: clamp(1rem, calc(12vw - 3rem), 200px) !important;
    padding-right: clamp(1rem, calc(12vw - 3rem), 200px) !important;*/
	padding-left: clamp(1rem, calc(23vw - 10rem), 1000px) !important;
	padding-right: clamp(1rem, calc(23vw - 10rem), 1000px) !important;
}
.d-padding-left {
	padding-left: clamp(1rem, calc(6vw - 3rem), 200px) !important;
}

.als-nav-fake, .pp_next, .pp_previous, .selected {
	display: none !important;
}

.to-center {
	/*padding-left: 4% !important;*/
}
.to-center > .vc_column-inner::before, .to-center > .vc_column-inner::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
}
.to-center > .vc_column-inner::before {
	top: -2px;
	left: -2px;
	border-top: 2px solid rgba(var(--darker-blue-rgb), 0.3);
	border-left: 2px solid rgba(var(--darker-blue-rgb), 0.3);
}
.to-center > .vc_column-inner::after {
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid rgba(var(--darker-blue-rgb), 0.3);
	border-right: 2px solid rgba(var(--darker-blue-rgb), 0.3);
}


.i-plus-list {
	padding-left: 5%;
	list-style-type: square;
}
.i-plus-list-large {
	padding-left: 2%;
	list-style-type: square;
}
.i-plus-list li::marker, .i-plus-list-large li::marker {
	color: var(--darker-blue);
}

.title-text {
	text-transform: uppercase;
}
.title-text h1 {
	border-bottom: 2px solid var(--blue);
	display: inline-block;
	letter-spacing: 1.86px;
	font-size: 2.5rem;
}
.title-text h2 {
	border-bottom: 2px solid var(--blue);
	display: inline-block;
	letter-spacing: 1.86px;
	font-size: 2.5rem;
	margin-top: 1rem !important;
}
.title-text h3 {
	font-size: 2.2rem;
}
.pg4 h3 {
	font-size: 2rem;
}
@media screen and (max-width: 1650px){
	.pg4 h3 {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 1365px){
	.pg4 h3 {
	font-size: 2.2rem;
}
}
.title-text-bordered h3 {
	border-bottom: 2px solid var(--blue);
	display: inline-block;
}

.more-button {
	background-color: #FFF;
    color: var(--blue);
    font-weight: 500;
    font-size: 0.65rem;
    border-radius: 30px;
	border: none;
    padding: 0.7rem 2rem 0.7rem 2rem;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
}
.more-button:hover {
	background-color: var(--blue);
	color: #FFFFFF;
	font-size: 0.7rem;
}

.more-button-border, span.file-888:before {
	background-color: #FFF;
    color: var(--darker-blue);
    font-weight: 500;
    font-size: 0.65rem;
    border-radius: 30px;
	border: 2px solid var(--darker-blue);
    padding: 0.7rem 2rem 0.7rem 2rem;
	transition: 0.3s;
}
.more-button-border:hover {
	background-color: var(--darker-blue);
	color: #FFFFFF;
	font-size: 0.7rem;
}
.more-button-border:active {
	background-color: var(--blue);
	border: 2px solid var(--blue);
}
.more-button-reverse {
	background-color: var(--darker-blue);
    color: #FFF;
    font-weight: 500;
    font-size: 0.65rem;
    border-radius: 30px !important;
	border: 2px solid var(--darker-blue);
    padding: 0.7rem 2rem 0.7rem 2rem;
	transition: 0.3s;
}
.more-button-reverse:hover {
	background-color: var(--blue);
	border: 2px solid var(--blue);
	color: #FFFFFF;
	font-size: 0.7rem;
}

.button-on-image {
	display: block;
    top: 75%;
    left: 2%;
    transform: translate(25%, -10%);
}
.button-on-image-small {
	display: block;
    top: 70%;
    left: 0%;
    transform: translate(25%, -10%);
}
.button-on-image-large {
	display: block;
    top: 82%;
    left: 3%;
    transform: translate(25%, -10%);
}

.thumbnail-image img {
    max-height: 22rem;
    min-height: 22rem;
}

.on-image > .vc_column-inner > .wpb_wrapper {
	display: grid;
	grid-template-rows: min-content auto min-content;
	grid-template-columns: 100%;
}

.text-under-logo {
	text-transform: none !important;
    text-align: center;
    font-size: 1rem;
    padding-top: 1.1rem;
    margin-bottom: 0 !important;
}

.button-on-img-div {
	display: block;
	grid-row: 3/4;
	grid-column: 1/2;
	padding-bottom: 1rem;
}

.content-on-img {
	width: 100%;
	grid-row: 1/4;
	grid-column: 1/2;
}

.list-on-image {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.list-on-image li {
	font-size: 0.9rem;
}

.content-on-img img {
	object-fit: cover;
}

#balatonboglar-neka:hover, #dunaujvaros-stadion:hover, #szekszard-irodahaz:hover, #tata-malom:hover, #szentendre-telikert:hover, #bukfurdo-wellness:hover, #szekszard-lidl:hover, #paks-csarnok:hover {
	cursor: pointer;
}

.text-on-image {
	text-transform: uppercase;
    color: #FFF;
    background-color: rgba(var(--darker-blue-rgb), 0.6);
	grid-area: 1 / 1 / 2 / 2;
	width: 100%;
	z-index: 2;
    padding: 2% 4%;
    top: 0;
    font-size: 1.2rem;
}

.text-on-image > .wpb_wrapper > p {
	margin-bottom: 0.4rem !important;
}

#katalogus-2 {
	transform: translate(130%, -10%);
}

.item-img img {
	min-height: 20rem;
}

.same-height {
	min-height: 9rem;
	max-height: 9rem;
}

.smaller-img img {
	min-height: 15rem;
	max-height: 15rem;
}
.larger-img img {
	max-height: 32.2rem;
	min-height: 32.2rem;
}

input[type=text], input[type=email], input[type=tel] {
	border-top: 0 !important;
    border-bottom: 2px solid var(--blue) !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    border-right: 0 !important;
}
.quote-div{
	padding: 0 clamp(0px, calc(4vw - 20px), 3rem) !important;
}
form.wpcf7-form.init p {
    padding-top: 1%;
}

.no-bot-padding {
	padding-bottom: 0 !important;
}

.about-us li {
	padding-bottom: 4%
}
iframe {
	max-width: 100%;
	width: 100%;
}
.contact-map-div > .vc_column_container > .vc_column-inner {
	padding: 0 !important;
}
.contact-text {
	padding: 3% 0 0 3% !important;
}

.site-footer {
	background-color: #222222 !important;
}

/* The animation code */
@keyframes beuszas {
  from {transform: translatex(-100%);
	opacity: 0}
  to {transform: translatex(0%);
	opacity: 1}
}

/* The element to apply the animation to */
.title {
  animation-name: beuszas;
  animation-duration: 1s;
	animation-timing-function: ease-in;
	color: #FFF;
	background: rgba(var(--darker-blue-rgb), 0.6);

}

.title p {
	font-size: 1.5rem;
}

.to-center p {
	border-bottom: 2px solid var(--blue);
	border-top: 2px solid var(--blue);
	padding: 3% 0;
}

.logo-on-img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.lowercase {
	text-transform: lowercase;
}

.title h1 {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	display: inline-block;
	letter-spacing: 1.86px;
	font-size: 3.5rem;
	padding-top: 3%;
}

.top-title {
	min-height: 80vh !important;
}

.tool-list {
	list-style: none;
}
.blue-plus {
	color: var(--blue);
}
.tool-list-big {
	font-size: 1.8rem;
	margin-bottom: 0 !important;
}
.tool-list-small {
	font-size: 0.8rem;
	color: var(--grey);
	padding-left: 9%;
}
.table-left {
	color: var(--blue);
	text-transform: uppercase;
}
.not-so-styled-table tr {
	border-bottom: 2px solid var(--blue);
}
.not-so-styled-table tr td:nth-of-type(2) {
	padding: 0.7rem 0.7rem;
	text-align: right;
}
.small-text p {
	color: var(--grey);
	font-size: 0.8rem;
}
.small-text {
	margin-bottom: 0.8rem !important;
}
.small-text-border p {
	color: var(--grey);
	font-size: 0.8rem;
}
.small-text-border {
	padding-top: 0.5rem;
	border-top: 1px solid var(--blue);
	margin-bottom: 0.8rem !important;
}

.site-footer {
	/*display: grid;
	grid-template-rows: min-content min-content;
	grid-template-columns: auto 2fr auto 2fr auto;*/
}
.footer-1 {
	grid-area: 1 / 1 / 2 / 3;
	padding: 2rem;
}
.footer-2 {
	grid-area: 1 / 3 / 2 / 5;
	padding: 2rem;
}
.footer-3 {
	grid-area: 1 / 5 / 2 / 7;
	padding: 2rem;
}
.footer-4 {
	grid-area: 2 / 1 / 3 / 3;
	padding: 2rem;
}
.footer-5 {
	grid-area: 2 / 3 / 3 / 5;
	padding: 2rem;
}
.footer-6 {
	grid-area: 2 / 5 / 3 / 7;
	padding: 2rem;
}

@media screen and (max-width: 768px) {
	.contact-div {
		background-image: none !important;
	}
	.item-img {
		text-align: center !important;
	}
	.same-height {
		min-height: 10rem;
		max-height: 10rem;
	}
}

@media screen and (max-width: 990px) {
	.reverse-column > {
		flex-direction: column-reverse;
		display: flex;
	}
	.reverse-column-emelo > .vc_column-inner > .wpb_wrapper {
		flex-direction: column-reverse;
		display: flex;
	}
	.between-text-and-img {
		height: 0px !important;
	}
}

.facebook{
    position: fixed;
    top: 5.8rem;
    right: 18px;
    z-index: 2000;
    opacity: 0.7;
    height: 50px;
	z-index:5;
}
.facebook:hover {
    opacity: 1;
}

/* CONTACT */
/*#fileupload {
    display:none;
}*/
#send-button {
	padding: 0.7rem 2.3rem 0.7rem 2.3rem;
}
#uploadtextfield {
	width: 50%;
}

/*--- COOKIE ---*/
.cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5vh 0;
    background: #101010;
    background: rgba(90,90,90,.95);
    border-top: 0;
    display: flex;
    justify-content: center;
    z-index: 4000;
    color: white;
}

.cookie-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.net-container {
    width: 80%;
    max-width: 1400px;
}

.cookie-text-logo {
    display: flex;
    justify-content: flex-start;
    padding-right: 12px;
}


.cookie a{
    color: white;
    font-family: 'Roboto', serif;
    text-decoration: underline;
}

.cookie-title{
    text-align: left;
}

.cookie-content{
    margin: 1rem calc(15% - 70px) 0 0;
    text-align: left;
}

@media screen and (max-width: 560px){

    .cookie-container{
        flex-direction: column;
    }
    .cookie-title{
        text-align: center;
    }
    .cookie-content{
        margin: 1rem 0;
        text-align: center;
    }
}

.privacy object{
    height: 99.5vh;
}

.privacydiv{
    display: grid;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.privacydiv > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.privacydiv img{
    width: 100px;
}

.hidden{
    display: none;
}

.my-btn:hover{
    color: white;
}