
body{
	overflow-x:hidden;
}
/*MAIN*/
/*HEADER MENU*/
#section-header #kraft-head {
	position: relative;
}
#section-header #magenta-kraft-logo-outer {
	background: #e20074;
	padding: 16px 16px 8px 16px;
	margin-top:-12px;
	z-index: 1;
}
	#section-header #kraft-head-inner::before {
		content: '';
		position: absolute;
		bottom: 0px;
		left: 228px;
		width: 68px;
	height: 68px;
	background: linear-gradient(354deg, rgb(226, 0, 116) 10%, rgb(0, 0, 0) 11%);
		z-index: 0;
	}
		#section-header #magenta-kraft-logo {
			width: 241px;
		}
		#section-header #kraft-nav-cont {
			/*padding: 24px 5px;*/
			padding: 14px 5px;
		}
		#section-header #tkom-logo {
			margin-left: 10px;
			margin-right: 10px;
		}

/*VIDEO CONT*/
#section-video-cont{
	width:100%;
	background:#000;
	text-align:center;
	position:relative;
	overflow:hidden;
	font-size: 0px;
	line-height: 0px;
	padding-top:144px;
	padding-bottom: 144px;
	background-image: url(../img/section-01-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
	#section-video-cont #video-overlay{
		position:absolute;
		bottom:0;
		left:50%;
		transform: translateX(-50%);
		width:100%;
		height: 100%;
		max-width: 1110px;
		background:rgba(0,0,0,0.7);
		z-index:9;
	}
	#section-video-cont iframe {
		pointer-events: none;
		position: relative;
	}
	#section-video-cont .video_inner_cont {
		max-width: 1110px;
		min-height: 620px;
		position: relative;
		overflow: hidden;
	}
	#section-video-cont #video{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index:1;
		width: 1110px;
	}
	#section-video-cont #section-video-arrow{
		position:absolute;
		top:50%;
		left:50%;
		z-index:19;
	}
	#section-video-cont #section-video-play-btn{
		position:absolute;
		top:44%;
		left:50%;
		transform: translateX(-50%);
		z-index:19;
		color:#fff;
		text-transform:uppercase;
		font-size:80px;
		line-height:80px;
		font-weight:700;
		text-decoration:none;
		padding: 0 35px;
		background-image:url('../img/section-video-play-btn.png');
		background-position:center;
		background-repeat:no-repeat;
		background-size:auto 100%;
		animation: pulse-effect 3s infinite ease-in-out;
		margin-left: -40px;
	}
	#section-video-cont #section-video-text{
		width:100%;
		padding: 64px 0;
	}
		#section-video-cont #section-video-text .section-video-text-slider-item{
			/*padding-right:30px;
			text-align:left;*/
			text-align:center;
		}
			#section-video-cont #section-video-text .section-video-text-slider-item h2{
				font-weight:700;
				font-style:normal;
				/*font-size:42px;
				line-height:48px;*/
				font-size:36px;
				line-height:42px;
				color:#fff;
				text-transform:uppercase;
				margin-bottom:20px;
			}
			#section-video-cont #section-video-text .section-video-text-slider-item h1{
				font-weight:900;
				font-style:normal;
				/*font-size:131px;
				line-height:138px;*/
				font-size:110px;
				line-height:116px;
				/*color:#e0ff1a;*/
				color:#e20074;
				text-transform: uppercase;
			}
			#section-video-cont #section-video-text .section-video-text-slider-item p{
				font-weight:600;
				font-style:normal;
				color:#fff;
			}
			#section-video-cont #section-video-text span.yellow-bg{
				padding: 5px 8px 0;
				background: #e0ff1a;
				color: #000;
			}
			#section-video-cont #section-video-text span.magenta-bg{
				padding: 5px 8px 0;
				background: #e20074;
				color: #fff;
			}
/*FORM CONT*/
#section-jelentkezz {
	width:100%;
	background:#e20074;
	position:relative;
	overflow:hidden;
	padding-top: 32px;
}
#section-jelentkezz .lap {
	text-align: center;
}
	#section-jelentkezz h2{
		font-weight:700;
		font-style:normal;
		/*font-size:42px;
		line-height:48px;*/
		font-size:36px;
		line-height:42px;
		color:#fff;
		text-transform:uppercase;
		margin-bottom:20px;
	}
	#section-jelentkezz h1{
		font-weight:900;
		font-style:normal;
		/*font-size:131px;
		line-height:138px;*/
		font-size:110px;
		line-height:116px;
		color:#000;
		text-transform: uppercase;
	}
	#section-jelentkezz h3{
		font-weight:900;
		font-style:normal;
		font-size:28px;
		line-height:32px;
		color:#000;
		text-transform: uppercase;
		margin-bottom:16px;
	}
	#section-jelentkezz p{
		color:#fff;
		font-size:22px;
		line-height:26px;
		padding-bottom:24px;
	}
		#section-jelentkezz p a{
			color:#fff;
		}
	#section-jelentkezz span.yellow-bg{
		padding: 8px 8px 0;
		background: #e0ff1a;
		color: #000;
	}
	#section-jelentkezz .kraft-btn.opened {
		display: none;
	}
	#section-jelentkezz .form_cont {
		padding: 52px;
		background: #fff;
		text-align: left;
		margin-bottom: 126px;
		display: none;
	}
	#section-jelentkezz .form_cont p {
		padding-bottom:0px;
	}
	#section-jelentkezz .form_cont form > .inwb_flex_cont{
		gap: 32px;
		margin-bottom: 52px;
	}
		#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(1) > div{
			width: 33%;
		}
		#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(2) > div{
			width: 50%;
		}
		#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(3) {
			justify-content: start;
			align-items: center;
			margin: 52px 0;
		}
	#section-jelentkezz form input[type="text"], form input[type="email"], form input[type="tel"],form input[type="date"] {
		-webkit-appearance: none;
		width: 100%;
		margin: 5px 0 0 0;
		border: none;
		background: #dedede;
		padding: 20px;
		font-size: 21px;
		line-height: 26px;
		color: #000;
		font-family: 'TeleNeoWeb',Arial,sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	#section-jelentkezz form textarea {
		-webkit-appearance: none;
		width: 100%;
		margin: 5px 0;
		border: none;
		background: #dedede;
		padding: 20px;
		font-size: 21px;
		line-height: 26px;
		color: #000;
		font-family: 'TeleNeoWeb',Arial,sans-serif;
		font-weight: 600;
		font-style: normal;
		min-height: 180px;
	}
	#section-jelentkezz form label {
		/*font-size: 28px;*/
		font-size: 24px;
		line-height: 28px;
		text-transform: uppercase;
		font-weight: 900;
	}
	#section-jelentkezz form .kraft-btn {
		position: absolute;
		bottom: -126px;
		left: 50%;
		transform: translateX(-50%);
	}
	/* RADIO */
	#section-jelentkezz form .igen_nem_radio {
	  display: inline-block;
	  position: relative;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	/* Hide the browser's default radio button */
	#section-jelentkezz form .igen_nem_radio input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	}

	/* Create a custom radio button */
	#section-jelentkezz form .igen_nem_radio_box {
	  position: absolute;
	  top: 5px;
	  left: 0;
	  height: 24px;
	  width: 24px;
	  background-color: #dedede;
	  border-radius: 50%;
	}

	/* On mouse-over, add a grey background color */
	#section-jelentkezz form .igen_nem_radio:hover input ~ .igen_nem_radio_box {
	  background-color: #ccc;
	}

	/* When the radio button is checked, add background */
	#section-jelentkezz form .igen_nem_radio input:checked ~ .igen_nem_radio_box {
	  background-color: #dedede;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	#section-jelentkezz form .igen_nem_radio_box:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	#section-jelentkezz form .igen_nem_radio input:checked ~ .igen_nem_radio_box:after {
	  display: inline-block;
	}

	/* Style the indicator (dot/circle) */
	#section-jelentkezz form .igen_nem_radio .igen_nem_radio_box:after {
	 	top: 5px;
		left: 5px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background: #e20074;
	}
	#section-jelentkezz form .igen_nem_radio_text {
		display: inline-block;
		position: relative;
		padding-left: 32px;
		margin-top: 6px;
	}
	/* RADIO */
	/* CHECKBOX */
	#section-jelentkezz form .custom_checkbox {
	  display: inline-block;
	  position: relative;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  margin-bottom: 12px;
	}

	/* Hide the browser's default checkbox button */
	#section-jelentkezz form .custom_checkbox input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	}

	/* Create a custom checkbox button */
	#section-jelentkezz form .custom_checkbox_box {
	  position: absolute;
	  top: 5px;
	  left: 0;
	  height: 24px;
	  width: 24px;
	  background-color: #dedede;
	}

	/* On mouse-over, add a grey background color */
	#section-jelentkezz form .custom_checkbox:hover input ~ .custom_checkbox_box {
	  background-color: #ccc;
	}

	/* When the checkbox button is checked, add background */
	#section-jelentkezz form .custom_checkbox input:checked ~ .custom_checkbox_box {
	  background-color: #dedede;
	}

	/* Create the indicator (the dot/circle - hidden when not checked) */
	#section-jelentkezz form .custom_checkbox_box:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the indicator (dot/circle) when checked */
	#section-jelentkezz form .custom_checkbox input:checked ~ .custom_checkbox_box:after {
	  display: inline-block;
	}

	/* Style the indicator (dot/circle) */
	#section-jelentkezz form .custom_checkbox .custom_checkbox_box:after {
	 	top: 5px;
		left: 5px;
		width: 14px;
		height: 14px;
		background: #e20074;
	}
	#section-jelentkezz form .custom_checkbox_text {
		display: inline-block;
		position: relative;
		padding-left: 32px;
		margin-top: 6px;
	}
		#section-jelentkezz form .custom_checkbox_text a{
			color:#000;
		}
		#section-jelentkezz form .custom_checkbox_text a:hover{
			text-decoration:none;
		}
	/* CHECKBOX */
	#section-jelentkezz #kreator_thankyou_kontener {
		width: 100%;
		max-width: 632px;
		margin: 0 auto;
		background: #fff;
		padding: 4rem;
		margin-top: 32px;
	}
		#section-jelentkezz #kreator_thankyou_kontener h2 {
			font-size: 3rem;
			line-height: 120%;
			font-weight: 900;
			color: #000;
		}


/*IMG SEPARATOR*/
#section-image-separator {
	overflow: hidden;
}
#section-image-separator img {
	display: block;
	width: 100%;
	min-width: 1920px;
}

/*KRAFTLAB*/
#section-spaces {
	width: 100%;
	padding: 190px 0 0;
	overflow: hidden;
}
#section-spaces .section-bg {
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 100%;
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
#section-spaces .lap {
	z-index: 1;
}
#section-spaces .lap h2{
	font-weight:900;
	font-style:normal;
	/*font-size:131px;
	line-height:138px;*/
	font-size:110px;
	line-height:116px;
	color:#fff;
	text-transform: uppercase;
}
#section-spaces h3{
	font-weight:700;
	font-style:normal;
	/*font-size:42px;
	line-height:48px;*/
	font-size:36px;
	line-height:42px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
	text-align: center;
	letter-spacing: -0.08px;
}
	#section-spaces span.yellow-bg{
		padding: 5px 8px 0;
		background: #e0ff1a;
		color: #000;
	}
	#section-spaces #section-spaces-flex-cont .section-spaces-box.section-spaces-box-large:nth-of-type(6)::before {
		background: #e20074;
	}

/*SZOBAFOGLALAS*/
#section-szobafoglalas{
	width:100%;
	background-color:#000;
	position:relative;
}
	#section-spaces #section-szobafoglalas .lap h1{
		display:inline-block;
		font-size:40px;
		line-height:40px;
		font-style:normal;
		font-weight:700;
		color:#fff;
		text-transform:uppercase;
		padding: 15px 15px 5px;
		background:#000;
		top:0px;
		transform: rotate(-15deg);
		position:absolute;
		border-right:solid 1px #000;
		left:0px;
	}
		#section-spaces #section-szobafoglalas .lap h1:after{
			display:block;
			content:"";
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 30px 0 30px 15px;
			border-color: transparent transparent transparent #000000;
			position:absolute;
			top:0px;
			right:-16px;
		}
	#section-spaces #section-szobafoglalas .lap h2{
		font-size:42px;
		color: #e20074;
		line-height:48px;
		font-style:normal;
		font-weight:900;
		text-transform:uppercase;
		margin-bottom:20px;
		letter-spacing:-1px;
		text-align: left;
	}
	#section-szobafoglalas #section-szobafoglalas-flex-cont{
		display:flex;
		justify-content:flex-end;
		width:100%;
		background-image:url('../img/section-kraftszobafoglalas-bg.jpg');
		/*background-position:left top;*/
		/*background-position:left center;*/
		background-position:left;
		background-repeat:no-repeat;
		background-size: contain;
		position: relative;
	}
		#section-szobafoglalas #section-szobafoglalas-flex-cont #section-szobafoglalas-flex-item{
			width:60%;
			padding:30px 0px;
			background: #fff;
			background-image:none;
			background-position:top left;
			background-repeat:repeat-y;
			padding-left:30px;
			margin-top: 0;
		}
		#section-szobafoglalas #section-szobafoglalas-flex-cont #section-szobafoglalas-flex-item::before{
			display: block;
			width: 65px;
			height: 65px;
			background: #000;
			position: absolute;
			bottom: 0px;
			right: 0px;
			content: "";
			z-index: 10;
		}
		#section-szobafoglalas #section-szobafoglalas-flex-cont #section-szobafoglalas-flex-item .lap{
			max-width:500px;
			margin-left:0px;
		}
		#section-szobafoglalas #section-szobafoglalas-flex-cont #section-szobafoglalas-flex-item .lap p{
			font-size: 16px;
			line-height: 20px;
		}
		#section-szobafoglalas #section-szobafoglalas-flex-cont #section-szobafoglalas-flex-item .lap .kraft-btn{
			margin-top:40px;
			margin-right:20px;
			/*min-width:226px*/
			max-width: unset;
			display: inline-block;
		}

/*KAPCSOLAT*/
#section-footer-kapcsolat {
	background: #000;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
#section-footer-kapcsolat .section-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	width: 100%;
	min-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
#section-footer-kapcsolat .lap{
	z-index: 1;
}
#section-footer-kapcsolat .footer_bg {
	position: absolute;
	display: block;
	width: 100%;
	min-width: 1920px;
	min-height: 542px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 0;
}
#section-footer-kapcsolat .icon_42{
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
}
#section-footer-kapcsolat h3{
	color:#e20074;
	/*font-size: 46px;
	line-height: 48px;*/
	font-size:36px;
	line-height:42px;
	font-weight: 900;
}
#section-footer-kapcsolat .inwb_flex_cont {
	padding: 32px 0;

}
	#section-footer-kapcsolat .inwb_flex_cont > div:first-of-type {
		width: 68%;
		padding-right: 32px;
	}
	#section-footer-kapcsolat .inwb_flex_cont > div:nth-of-type(2) {
		width: 32%;
	}
		#section-footer-kapcsolat .inwb_flex_cont > div:nth-of-type(2) img {
			width: 100%;
			margin-top: 14px;
		}
	#section-footer-kapcsolat .inwb_flex_cont h1{
		font-weight:900;
		font-style:normal;
		/*font-size:131px;
		line-height:138px;*/
		font-size:110px;
		line-height:116px;
		color:#fff;
		text-transform: uppercase;
	}
	#section-footer-kapcsolat .inwb_flex_cont p{
		font-weight:400;
		font-style:normal;
		font-size:24px;
		line-height:30px;
		color:#fff;
	}
	#section-footer-kapcsolat .inwb_flex_cont a{
		font-weight:900;
		font-style:normal;
		/*font-size:64px;
		line-height:68px;*/
		font-size:50px;
		line-height:54px;
		color:#e0ff1a;
		text-decoration: none;
	}
	#section-footer-kapcsolat .inwb_flex_cont a.small_footer_link{
		font-weight:400;
		font-style:normal;
		/*font-size:64px;
		line-height:68px;*/
		font-size:15px;
		line-height:22px;
		color:#fff;
		text-decoration: none;
	}
	#section-footer-kapcsolat .inwb_flex_cont a.small_footer_link:hover{
		text-decoration: underline;
	}
/*MAIN*/

/* ALOLDAL - KRAFTAJANLAT */	
/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
#section-kraftajanlat-video-cont{
	width:100%;
	background:#000;
	text-align:center;
	position:relative;
	overflow:hidden;
	font-size: 0px;
	line-height: 0px;
	padding-top:144px;
	padding-bottom: 144px;
	background-image: url(../img/aloldal-kraft-ajalat-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
	#section-kraftajanlat-video-cont #video-overlay{
		position:absolute;
		top: 360px;
		left:50%;
		transform: translateX(-50%);
		width:100%;
		max-width: 1110px;
		height:100%;
		max-height: 707px;
		background:rgba(0,0,0,0.7);
		z-index:9;
	}
	#section-kraftajanlat-video-cont iframe {
		pointer-events: none;
		position: relative;
	}
	#section-kraftajanlat-video-cont #video{
		width: 100%;
		max-width: 1110px;
		height: 45vh;
		min-height: 707px;
		position: relative;
		z-index:1;
	}
	#section-kraftajanlat-video-cont #section-video-arrow{
		position:absolute;
		top:50%;
		left:50%;
		z-index:19;
	}
	#section-kraftajanlat-video-cont #section-video-play-btn{
		position:absolute;
		top:44%;
		left:50%;
		transform: translateX(-50%);
		z-index:19;
		color:#fff;
		text-transform:uppercase;
		font-size:80px;
		line-height:80px;
		font-weight:700;
		text-decoration:none;
		padding: 0 35px;
		background-image:url('../img/section-video-play-btn.png');
		background-position:center;
		background-repeat:no-repeat;
		background-size:auto 100%;
		animation: pulse-effect 3s infinite ease-in-out;
		margin-left: -40px;
	}
	#section-kraftajanlat-video-cont #section-video-img {
		width: 100%;
		max-width: 1110px;
		margin: 0 auto;
		margin-bottom: 32px;
	}
		#section-kraftajanlat-video-cont #section-video-img img {
			width: 100%;
			max-width: 623px;
			margin: 0 auto;
			display: block;
		}
	#section-kraftajanlat-video-cont #section-video-text{
		width:100%;
		margin-top: 40px;
	}
		#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item{
			/*padding-right:30px;
			text-align:left;*/
			text-align:left;
		}
			#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item h2{
				font-weight:700;
				font-style:normal;
				/*font-size:42px;
				line-height:48px;*/
				font-size:36px;
				line-height:42px;
				color:#fff;
				text-transform:uppercase;
				margin-bottom:20px;
			}
			#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item h1{
				font-weight:900;
				font-style:normal;
				/*font-size:131px;
				line-height:138px;*/
				font-size:110px;
				line-height:116px;
				color:#e0ff1a;
				text-transform: uppercase;
			}
			#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item p{
				font-size:24px;
				line-height:30px;
				font-weight:600;
				font-style:normal;
				color:#fff;
				margin-bottom: 18px;
			}
			#section-kraftajanlat-video-cont #section-video-text span.yellow-bg{
				padding: 5px 8px 0;
				background: #e0ff1a;
				color: #000;
			}
/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
/*ALOLDAL KRAFTAJANLAT*/

/*ALOLDAL KORABBI PROJEKTEK*/
#section-projects {
	width: 100%;
	background-image: url(../img/aloldal-kraft-ajalat-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	padding: 135px 0px 40px;
	margin-top: 0;
}
#section-projects .kraft_logo{
	width: 100%;
	max-width: 623px;
	margin: 0 auto;
	display: block;
}
#section-projects .lap {
	margin-top: 72px;
}
#section-projects .section-projects-slider-item .section-projects-slider-item-descr-cont p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-right: 20px;
	max-width: 60%;
	background: #000;
	padding: 12px;
}
/*ALOLDAL KORABBI PROJEKTEK*/


/* COOKIE */
#glowCookies-banner.glowCookies__banner.glowCookies__banner__3{
	line-height: 21px;
	font-family: "telegrotesknext", Arial, sans-serif;
	font-size: 18px;
	text-align: left;
	max-width:unset;
	width: calc(100% - 100px);
	padding:20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	right:unset;
	left:50%;
	transform:translateX(-50%) !important;
}
#glowCookies-banner.glowCookies__banner.glowCookies__banner__3 h3{
	display:none;
}
#glowCookies-banner.glowCookies__banner.glowCookies__banner__3 .btn__section{
	margin:0px;
}
@media only screen and (max-width: 1750px) {
	#glowCookies-banner.glowCookies__banner.glowCookies__banner__3 .btn__section{
		margin-top:20px;
	}
}
#glowCookies-banner.glowCookies__banner.glowCookies__banner__3 .btn__section button{
	line-height: 21px;
	font-family: "telegrotesknext", Arial, sans-serif;
	font-size: 18px;
	width:auto;
}
#glowCookies-banner.glowCookies__banner.glowCookies__banner__3 .btn__section button:nth-of-type(2){
	margin-left:20px;
}
#glowCookies-banner.glowCookies__banner.glowCookies__banner__3 p{
	line-height: 21px;
	font-family: "telegrotesknext", Arial, sans-serif;
	font-size: 18px;
}
/* COOKIE */


/* COOKIE FreePrivacyPolicy.com */
.freeprivacypolicy-com---nb-interstitial-overlay {
	background: rgba(0,0,0,0.5) !important;
}
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
	background-color: rgb(10,31,68) !important;
}
.freeprivacypolicy-com---reset p {
	font-family: 'TeleNeoWeb',Arial,sans-serif !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree {
	color: #fff !important;
	background-color: #e20074 !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject {
	color: #fff !important;
	background-color: #e20074 !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-changep {
	color: #e20074 !important;
	background-color: #fff !important;
}
.freeprivacypolicy-com---palette-dark .cc-pc-head-lang select {
	display:none !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
	color: #fff !important;
	background-color: #e20074 !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-foot-byline {
	display:none !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	padding: 0px !important;
}
.freeprivacypolicy-com---palette-dark .cc-pc-head {
	background: rgb(10,31,68) !important;
	border-bottom: 1px solid rgb(10,31,68) !important;
}
.freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry {
	background: rgb(10,31,68) !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item-link {
	color: rgb(10,31,68) !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item-link:hover {
	color: rgb(10,31,68) !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-foot {
	background: rgb(10,31,68) !important;
	border-top-color: rgb(10,31,68) !important;
	justify-content: flex-end;
	padding-bottom: 20px;
}
.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item[active="true"] {
	background: rgb(10,31,68) !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-body-content {
	background: rgb(10,31,68) !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-body-tabs-item[active="true"] button {
	color: #fff !important;
}
/* COOKIE FreePrivacyPolicy.com */

@media only screen and (min-width: 1921px) {
	
}

@media only screen and (max-width: 1440px) {
	
}
@media only screen and (max-width: 1110px) {
	#section-video-cont #video-overlay{
		
	}
	#section-szobafoglalas {
		background:transparent;
		background-color: none;
	}
	#section-szobafoglalas #section-szobafoglalas-flex-cont{
		max-width: 635px;
		margin: 0 auto;
		background-position: left -130px center;
	}
	#section-szobafoglalas #section-szobafoglalas-flex-cont .lap {
		padding: 0px;
	}
	#section-spaces .section-bg {
		top: 0;
	}
	#section-spaces #section-spaces-flex-cont .section-spaces-box.section-spaces-box-large:nth-of-type(6)::before {
		background: #000;
	}
	#section-spaces #section-spaces-flex-cont .section-spaces-box.section-spaces-box-large:nth-of-type(3)::before {
		background: #e20074;
	}
	#section-footer-kapcsolat .section-bg {
		bottom: 0;
		top: unset;
		/*min-width:unset;*/
	}
	#section-video-cont #section-video-text .section-video-text-slider-item h1 {
		font-size: 102px;
		line-height: 112px;
	}
	#section-video-cont #section-video-text .section-video-text-slider-item h2 {
		font-size: 32px;
		line-height: 40px;
	}
	#section-jelentkezz h1 {
		font-size: 102px;
		line-height: 112px;
	}
	#section-jelentkezz h2 {
  		font-size: 32px;
		line-height: 40px;
	}
	#section-spaces .lap h2 {
		font-size: 102px;
		line-height: 112px;
	}
	#section-spaces h3 {
		font-size: 32px;
		line-height: 40px;
	}
	#section-footer-kapcsolat h3 {
		font-size: 32px;
		line-height: 36px;
	}
	#section-footer-kapcsolat .icon_42 {
		vertical-align: bottom;
	}
	#section-footer-kapcsolat .inwb_flex_cont h1 {
		font-size: 102px;
		line-height: 112px;
	}
	#section-footer-kapcsolat .inwb_flex_cont p {
		font-size: 18px;
		line-height: 24px;
	}
	#section-footer-kapcsolat .inwb_flex_cont a {
		font-size: 42px;
		line-height: 48px;
	}
	#section-footer-kapcsolat .lap {
		max-width: 635px;
		margin: 0 auto;
	}
	#section-footer-kapcsolat .inwb_flex_cont {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
		#section-footer-kapcsolat .inwb_flex_cont > div:first-of-type {
			width: 100%;
			padding-right: 0;
		}
		#section-footer-kapcsolat .inwb_flex_cont > div:nth-of-type(2) {
			width: 100%;
		}
			#section-footer-kapcsolat .inwb_flex_cont > div:nth-of-type(2) img {
				width: 100%;
				margin-top: 0;
				max-width: 635px;
				margin-bottom:32px;
			}
	/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
	#section-kraftajanlat-video-cont #video-overlay{
		position:absolute;
		bottom:144px;
	}
	#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item h1 {
		font-size: 102px;
		line-height: 112px;
	}
	#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item h2 {
		font-size: 32px;
		line-height: 40px;
	}
	/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
}
@media only screen and (max-width: 1070px) {
	#section-header #magenta-kraft-logo {
		width: 180px;
	}
	#section-header #kraft-nav-cont {
		padding: 12px 5px;
	}
	#section-header #magenta-kraft-logo-outer {
		margin-top: -6px;
	}
	#section-header #kraft-head-inner::before {
		bottom: 0px;
		left: 160px;
		width: 65px;
		height: 65px;
		background: linear-gradient(352deg, rgba(226,0,116,1) 15%, rgba(0,0,0,1) 16%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 18%);
	}
	#section-header #kraft-nav-cont {
		background: #e20074;
		flex-grow: 1;
	}
	#section-header #kraft-nav-cont a {
		margin-right: 25px;
		margin-left: 25px;
	}
	#section-header #kraft-nav-cont #kraft-nav-hamburger-icon {
		display: inline-block;
		width: 41px;
		height: 41px;
		background-color: #000;
		background-image: url('../img/section-header-hamburger-icon.png');
		background-position: center center;
		background-repeat: no-repeat;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}
	#section-header #kraft-nav-cont #kraft-nav-cont-mobile {
		position: absolute;
		right: 30px;
		right: 0px;
		top: 65px;
		background-color: #e20074;
		padding: 5px 30px;
	}
}
@media only screen and (max-width: 980px) {
	#section-jelentkezz .form_cont form > .inwb_flex_cont{
		flex-wrap: wrap;
		gap: 24px;
		margin-bottom: 32px;
	}
		#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(1) > div{
			width: 100%;
		}
		#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(2) > div{
			width: 100%;
		}
		#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(3) {
			margin: 32px 0;
		}
		#section-jelentkezz form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="date"], form textarea {
			margin-bottom: 0;
		}
	#section-szobafoglalas #section-szobafoglalas-flex-cont {
		background-position: top -50px center;
	}
	#section-szobafoglalas #section-szobafoglalas-flex-cont #section-szobafoglalas-flex-item {
		width: 100%;
		padding: 30px 0;
		margin-top: 15vh;
		background-image: none;
		background: #fff;
	}
	#section-szobafoglalas #section-szobafoglalas-flex-cont .lap {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 840px) {

}
@media only screen and (max-width: 768px) {
	#section-jelentkezz .form_cont {
		padding: 24px;
	}
	#section-jelentkezz form label {
		font-size: 21px;
		line-height: 26px;
	}
	#section-jelentkezz form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="date"] {
		font-size: 16px;
		line-height: 20px;
	}
	#section-jelentkezz form textarea {
		font-size: 16px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 640px) {
	#section-video-cont #section-video-text .section-video-text-slider-item h1 {
		font-size: 60px;
		line-height: 68px;
	}
	#section-video-cont #section-video-text .section-video-text-slider-item h2 {
		font-size: 24px;
		line-height: 30px;
	}
	#section-jelentkezz h1 {
		font-size: 60px;
		line-height: 68px;
	}
	#section-jelentkezz h2 {
  		font-size: 24px;
		line-height: 30px;
	}
	#section-spaces .lap h2 {
		font-size: 60px;
		line-height: 68px;
	}
	#section-spaces h3 {
		font-size: 24px;
		line-height: 30px;
	}
	#section-spaces #section-spaces-flex-cont .section-spaces-box.section-spaces-box-large:nth-of-type(6)::before {
		background: #e20074;
	}
	#section-spaces #section-spaces-flex-cont .section-spaces-box.section-spaces-box-large:nth-of-type(3)::before {
		background: #000;
	}
	#section-footer-kapcsolat h3 {
		font-size: 24px;
		line-height: 30px;
	}
	#section-footer-kapcsolat .icon_42 {
		vertical-align: bottom;
	}
	#section-footer-kapcsolat .inwb_flex_cont h1 {
		font-size: 60px;
		line-height: 68px;
	}
	#section-footer-kapcsolat .inwb_flex_cont p {
		font-size: 18px;
		line-height: 24px;
	}
	#section-footer-kapcsolat .inwb_flex_cont a {
		font-size: 32px;
		line-height: 36px;
	}
	/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
	#section-kraftajanlat-video-cont #section-video-img img {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
		display: block;
	}
	#section-kraftajanlat-video-cont #video-overlay {
		top: 277px;
	}
	#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item h1 {
		font-size: 60px;
		line-height: 68px;
	}
	#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item h2 {
		font-size: 24px;
		line-height: 30px;
	}
	#section-kraftajanlat-video-cont #section-video-text .section-video-text-slider-item p{
		font-size:16px;
		line-height:20px;
	}
	/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
}
@media only screen and (max-width: 480px) {
	#section-header #kraft-nav-cont #kraft-nav-hamburger-icon.close-icon {
		position: unset;
		top: unset;
		right: unset;
	}
	#section-header #kraft-nav-cont #kraft-nav-cont-mobile {
		position: absolute;
		right: 30px;
		right: -15px;
		top: -15px;
		background-color: #e20074;
		padding: 5px 30px;
	}
	#section-header #kraft-head-inner::before {
		bottom: 0px;
		left: 140px;
		width: 65px;
		height: 65px;
	}
	#section-jelentkezz form label {
		font-size: 18px;
		line-height: 24px;
	}
	#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(3) {
		flex-wrap: wrap;
		gap: 18px;
	}
		#section-jelentkezz .form_cont .inwb_flex_cont:nth-of-type(3) label:nth-of-type(1) {
			width: 100%;
		}
		#section-jelentkezz #kreator_thankyou_kontener h2 {
			font-size: 2rem;
			line-height: 110%;
			font-weight: 900;
			color: #000;
		}
	#section-szobafoglalas #section-szobafoglalas-flex-cont {
		background-position: top center;
	}
	/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
	#section-kraftajanlat-video-cont {
		padding-bottom: 180px;
	}
	/*ALOLDAL KRAFTAJANLAT VIDEO CONT*/
}
@media only screen and (max-width: 360px) {
	#section-header #kraft-head-inner::before {
		left: 120px;
		width: 45px;
		background: linear-gradient(340deg, rgb(226, 0, 116) 19%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 21%, rgb(0, 0, 0) 21%);
	}
	#section-header #magenta-kraft-logo {
		max-width:130px;
	}
	#section-spaces #section-spaces-flex-cont .section-spaces-box.section-spaces-box-large:nth-of-type(6)::before {
		background: #000;
	}
	#section-szobafoglalas #section-szobafoglalas-flex-cont .lap {
		padding: 0 15px;
	}
}