/*!
Theme Name: TopStep
Theme URI: http://roi.works
Author: ROI
Author URI:  http://roi.works
Version: 1.0.0
*/
@font-face {
  font-family: 'ClashDisplay-Regular';
  src: url('fonts/ClashDisplay-Regular.woff2') format('woff2'),
       url('fonts/ClashDisplay-Regular.woff') format('woff'),
       url('fonts/ClashDisplay-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Regular';
  src: url('fonts/ClashGrotesk-Regular.woff2') format('woff2'),
       url('fonts/ClashGrotesk-Regular.woff') format('woff'),
       url('fonts/ClashGrotesk-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Medium';
  src: url('fonts/ClashGrotesk-Medium.woff2') format('woff2'),
       url('fonts/ClashGrotesk-Medium.woff') format('woff'),
       url('fonts/ClashGrotesk-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Semibold';
  src: url('fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
       url('fonts/ClashGrotesk-Semibold.woff') format('woff'),
       url('fonts/ClashGrotesk-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'ClashGrotesk-Bold';
  src: url('fonts/ClashGrotesk-Bold.woff2') format('woff2'),
       url('fonts/ClashGrotesk-Bold.woff') format('woff'),
       url('fonts/ClashGrotesk-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'Rowan-LightItalic';
  src: url('fonts/Rowan-LightItalic.woff2') format('woff2'),
       url('fonts/Rowan-LightItalic.woff') format('woff'),
       url('fonts/Rowan-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}
html,
body {
	-webkit-text-size-adjust: 100%; /* 2 */
	font-family: 'ClashGrotesk-Medium';
	margin: 0 !important;
	padding: 0;
	font-size: 1.1rem;
	line-height: 2rem;
	width: 100%;
	background: white;
	color: var(--black);
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}
input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wrapper {
	width: 85%;
	max-width: 1500px;
	position: relative;
	height: auto;
	margin: auto;
	display: table;
}
.container {
	width: 90%;
	max-width: 1200px;
	position: relative;
	height: auto;
	margin: auto;
	display: block;
}
.more {
	float: left;
	clear: both;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.stroke,
.stroke2 {
	height: 1px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	background: var(--grey);
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
:root {
	--orange: #D16C28;
	--darkorange: #C16324;
	--black: #17191C;
	--grey: #818285;
	--darkgrey: #3E4348;
	--lightgrey: #F6F6F6;
}
::selection {
	color: var(--black);
	background: var(--orange);
}
::-moz-selection {
	color: var(--black);
	background: var(--orange);
}
::placeholder { 
  color: var(--black);
  opacity: 1;
  padding-left: 1rem;
}

:-ms-input-placeholder {
  color: var(--orange);
  padding-left: 1rem;
}
img {
	transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out
}
ul,
ol {
	margin: 0 !important;
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	padding-inline-start: 0px !important;
}
.cookiebutton {
	border-radius: 5rem;
	background-color: var(--orange);
	padding: 0.6rem;
	color: var(--black);
}
.errorbutton {
	background: var(--orange);
	border: none;
	color: var(--lightgrey);
	margin-top: 3rem;
}
.empty {
	display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output {
	margin-top: 5rem;
	border-radius: 2rem;
}
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1.1rem;
	line-height: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	overflow-wrap: normal !important;
	list-style: none;
	
}
h1 {
	font-family: 'ClashDisplay-Regular';
	font-size: 7vmax;
	line-height: 8vmax;
	color: var(--black);
	font-weight: 400;
}
h1 span {
	font-family: 'Rowan-LightItalic';
	font-size: 7vmax;
	line-height: 8vmax;
	font-style: italic;
	color: var(--orange);
}
h2 {
	font-family: 'ClashDisplay-Regular';
	font-size: 4vmax;
	line-height: 5vmax;
	font-weight: 400;
}
h3,
.gyik_number p,
.gyik_number:after {
	font-family: 'ClashDisplay-Regular';
	font-size: 5vmax;
	line-height:6vmax;
	font-weight: 400;
}
h4 {
	font-family: 'ClashDisplay-Regular';
	font-size: 3vmax;
	line-height: 4vmax;
	font-weight: 400;
}
h5 {
	font-family: 'ClashDisplay-Regular';
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 1.5em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	overflow-wrap: normal !important;
}
p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	margin-bottom: 1.5em;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	overflow-wrap: normal !important;
}
#tns1 > .tns-item {
	font-size: 1.1rem !important;
}
@media screen and (min-width: 1681px) {
h1,
h1 span {
	font-size: 4.5vmax;
	line-height: 5vmax;
}
h2 {
	font-size: 2.5vmax;
	line-height: 3vmax;
}
h3,
.gyik_number p,
.gyik_number:after {
	font-size: 3.5vmax;
	line-height: 4vmax;
}
h4 {
	font-size: 1.5vmax;
	line-height: 2vmax;
}
}
/* Links
--------------------------------------------- */
a {
	color: var(--orange);
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	cursor: pointer;
}

a:visited {
	color: var(--orange);
}

a:hover,
a:focus,
a:active {
	color: var(--orange);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	cursor: pointer;
}
/* Header
--------------------------------------------- */
.teli {
	width: 100%;
	height: 2.5rem;
	background: var(--orange);
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0rem;
}
.teli p {
	font-size: 1rem;
	text-align: center;
	padding: 0.3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1rem;
}
.header_menu {
	width: 100%;
	height: 5rem;
	background: var(--lightgrey);
	position: relative;
	margin: auto;
}
.site-header {
	width: 100%;
	height: auto;
	margin: auto;
	position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}
.page-id-35 .header_menu {
	background: var(--black);
}
.header_logo {
	float: left;
	width: 8rem;
	height: auto;
	position: relative;
	padding-top: 1rem;
}
.header_logo img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	margin: auto;
}
.header_title {
	width: 100%;
	z-index: 2;
	position: relative;
	float: left;
	margin-top: 5rem;
}
.header_title h1 {
	width: 65%;
	color: var(--black);
	margin-top: 5rem;
	opacity: 0;
	padding-top: 3rem;
}
.header_title .stroke {
	display: block;
    width: 0;
    background: var(--black);
    position: absolute;
    left: 0;
    opacity: 0;
}
.header_title .stroke2 {
	display: block;
    width: 0;
    background: var(--black);
    position: absolute;
    left: 0;
    opacity: 0;
}
.subpage_header {
	width: 100%;
	height: auto;
	background: var(--lightgrey);
	position: relative;
	display: flex;
}
.subpage_header_img {
	position: relative;
	width: 100%;
	height: 40rem;
	display: flex;
	align-items: center;
	opacity: 0;
	background: black;
	border-radius: 10rem 10rem 0 0;
}
.subpage_header_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	border-radius: 10rem 10rem 0 0;
	opacity: 0.7;
}
.subpage_header .header_title {
	margin-bottom: 10rem;
}
.subpage_header h2 {
	text-align: left;
	position: absolute;
	right: 5%;
	width: 50%;
	z-index: 1;
	color: var(--lightgrey);
}
.subheadline_holder {
	width: 100%;
	height: auto;
	padding-top: 3rem;
	padding-bottom: 7rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subheadline_holder h3 {
	width: 30%;
}
.subheadline_holder p {
	width: 50%;
}
.subpage_content_holder {
	width: 100%;
	height: auto;
	background: var(--lightgrey);
	position: relative;
}
.landing_header {
	width: 100%;
	height: auto;
	background: var(--black);
	position: relative;
	display: flex;
}
.landing_header .wrapper {
	position: relative;
	height: 60rem;
}
.landing_header .header_title h1 {
	color: var(--lightgrey);
}
.landing_header .header_title .stroke,
.landing_header .header_title .stroke2 {
	background-color: var(--lightgrey);
}
.landing_header .inquirybtn {
	margin-top: 5rem;
	opacity: 0;
}
.landing_header .header_img {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 5rem;
	z-index: 1;
	opacity: 0;
	right: -3rem;
}
.landing_header img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 10rem 0 0 10rem;
}
.header_social {
	width: auto;
	position: absolute;
	z-index: 2;
	bottom: 5rem;
	right: 0;
	opacity: 0;
}
.social_icon {
	width: 1.2rem;
	height: 1.2rem;
	padding: 2rem;
	border: solid 1px var(--lightgrey);
	border-radius: 10rem;
	margin: 0.5rem;
	float: left;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.social_icon img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.social_icon:hover {
	cursor: pointer;
	background: var(--orange);
}
/* Navigation
--------------------------------------------- */
.desktop_menu {
	display: none;
}
.mobile_menu {
	display: block;
}
.main-navigation {
    display: block;
    width: 8rem;
    position: absolute;
    right: 0;
    z-index: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top: 1.5rem;
	float: right;
}
.main-navigation li {
	position: relative;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	padding-bottom: 0.7rem;
	padding-bottom: 1.5rem;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--lightgrey);
}
.ajanlatkeresbtn a {
	background: var(--orange);
	color: var(--lightgrey);
	border-radius: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.ajanlatkeresbtn a:hover,
.ajanlatkeresbtn li:hover {
	background: var(--black);
	color: var(--lightgrey) !important;
}
.page-id-35 .main-navigation a {
	color: var(--lightgrey);
}
.page-id-35 .ajanlatkeresbtn:hover a{
	background: var(--lightgrey) !important;
	color: var(--black) !important;
}
.main-navigation a:hover,
.main-navigation li:hover {
	cursor: pointer;
	color: var(--orange);
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: block;
}
.main-navigation ul ul li {
	border-bottom: solid 1px var(--black);
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 12rem;
	margin-left: 1rem;
}
.main-navigation ul ul li:last-child{
	border-bottom:none;
}
.main-navigation ul ul li,
.main-navigation ul ul a {
	color: var(--lightgrey) !important;
	text-align: left;
}
.main-navigation ul ul li:hover,
.main-navigation ul ul a:hover {
	color: var(--black) !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	background: var(--orange);
    border-radius: 1rem;
    padding-top: 0;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.alepcsorolbtn:hover,
.cegunkrolbtn:hover {
	cursor: default !important;
}
.alepcsorolbtn:hover > a,
.cegunkrolbtn:hover > a {
	pointer-events: none;
	cursor: default !important;
}
/* Small menu. */
.menu-toggle {
	display: block;
	float: right;
	margin-top: 1.2rem !important;
}
.main-navigation.toggled {
	position: absolute;
    z-index: 999999;
}
.main-navigation.toggled ul {
	display: block;
	background: var(--black);
    width: 20rem;
    border-left: solid 1px var(--lightgrey);
    border-right: solid 1px var(--lightgrey);
    border-bottom: solid 1px var(--lightgrey);
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding-bottom: 3rem;
    position: absolute;
    right: 0;
    top: 5rem;
}
.main-navigation.toggled li {
	float: le;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left:2rem;
	padding-right: 2rem;
}
.menu-desktop-menu-container {
	float: right;
}
@media screen and (min-width: 1366px) {
	.desktop_menu {
		display: block;
	}
	.mobile_menu {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		display: block;
		width: 92%;
	
	}
	.main-navigation ul {
		display: flex;
	}
	.main-navigation a {
		color: var(--black);
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Forms
--------------------------------------------- */
button,
.orangebtn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid var(--orange);
	border-radius: 3rem;
	background: none;
	color: var(--orange);
	line-height: 1.5;
	padding-left:1.5rem;
	padding-right: 3rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-image: url('img/btnarrow_orange.svg');
	background-repeat: no-repeat;
	background-position: right 1rem center;
	text-transform: uppercase;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	float: left;
	margin-top: 2rem;	
}
input[type="submit"],
.blackbtn {
	border: 1px solid var(--black);
	color: var(--black);
	background-image: url('img/btnarrow_black.svg');
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;	
}
input[type="submit"] {
	background-color: var(--lightgrey);
}
input[type="submit"]:hover {
	background-color: var(--grey);
}
.lightgreybtn {
	border: 1px solid var(--lightgrey);
	color: var(--lightgrey);
	background-image: url('img/btnarrow_lightgrey.svg');
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;	
}
.inquirybtn {
	background-color: var(--orange);
	border: 1px solid var(--orange);
	color: var(--lightgrey);
	background-image: url('img/btnarrow_lightgrey.svg');
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
button:hover,
.orangebtn:hover,
.lightgreybtn:hover,
.inquirybtn:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	border-color: var(--lightgrey);
	background-color: var(--lightgrey);
	color: var(--black);
	background-image: url('img/btnarrow_black.svg');
	cursor: pointer;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.blackbtn:hover,
.blackbtn:active,
.blackbtn:focus {
	border-color: var(--black);
	background-color: var(--black);
	color: var(--lightgrey);
	background-image: url('img/btnarrow_lightgrey.svg');
	cursor: pointer;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
button:active,
button:focus,
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggke:focus
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--lightgrey);
	background-color: var(--lightgrey);
	color: var(--black);
	background-image: url('img/btnarrow_black.svg');
	cursor: pointer;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="select"],
textarea,
.wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: var(--black);
	border: solid 1px var(--orange);
	background: var(--darkorange);
	border: solid 1px var(--black);
	border-radius: 5rem;
	padding: 0.5rem;
	margin-top: 1rem;
	width: 100%;
}
.wpcf7-form select {
	width: 103%;
	background-image: url('img/arrowdown.svg');
	background-repeat: no-repeat;
	background-position-x: 95%;
    background-position-y: 50%;
    padding-left: 1.5rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input[type="select"]:focus,
.wpcf7-form select:focus,
textarea:focus {
	color: var(--black);
}
textarea {
	width: 100%;
	font-family: 'ClashGrotesk-Medium';
	font-weight: 300;
	border-radius: 2rem;
    height: 5rem;
}
.wpcf7-form {
	float: none;
}
.contactfile {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.wpcf7-file {
	width: 100%;
	margin-top: 0.5rem;
}
.wpcf7-file p {
	margin-top: 2rem;
}
.wpcf7-file::-webkit-file-upload-button {
  	visibility: hidden;
}
.wpcf7-file::before {
  content: 'Fájl kiválasztása';
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  border-radius: 3rem;
  background: black;
  color: var(--lightgrey);
  line-height: 1.5;
  padding-left:1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.translatepress-de_DE .wpcf7-file::before {
	content: 'Datei aussuchen';
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  border-radius: 3rem;
  background: black;
  color: var(--lightgrey);
  line-height: 1.5;
  padding-left:1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}
.wpcf7-file:hover.wpcf7-file::before {
	background-color: var(--lightgrey);
	color: var(--black);
	cursor: pointer;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.wpcf7-not-valid-tip {
	color: #a40000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	margin-top: 4rem;
    border-radius: 2rem;
    border-color: #a40000;
    padding: 1rem;
}
/* Landing
--------------------------------------------- */
.usp {
	width: 100%;
	height: auto;
	background: url('img/usp_2.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position: relative;
}
.usp_table {
	padding-top: 5rem;
	padding-bottom: 5rem;
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto auto;
	color: var(--lightgrey);
	position: relative;
}
.usp_table > div {
	display: flex;
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid var(--black);
	align-items: flex-end;
}
.usp_table > div:first-child {
	grid-area: 1 / 1 / span 1 / span 1;
	align-items: start;
	opacity: 1;
}
.usp_table > div:nth-child(4),
.usp_table > div:nth-child(7),
.usp_table > div:nth-child(10) {
	border:none;
}
.usp_table h3 {
	width: 70%;
	opacity: 0;
}
.usp_table h4 {
	width: 60%;
	float: left;
}
.usp_img {
	width: 30%;
	height: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: -11px;
	opacity: 0;
	left: -3rem;
}
.usp_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 0 10rem 0 0;
	margin: 0;
}
.informaciok {
	width: 100%;
	height: auto;
	padding-top: 7rem;
	padding-bottom: 5rem;
	background: var(--black);
	color: var(--lightgrey);
}
.informaciok h3 {
	color: var(--orange);
	text-align: left;
	margin: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: solid 1px var(--grey);
	border-bottom: solid 1px var(--grey);
}
.infoblokk {
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto; 
	align-items: center;
	border-bottom: solid 1px var(--grey);
}
.infoitem {
	padding-top: 8rem;
	padding-bottom: 8rem;
	padding-left: 5rem;
	padding-right: 5rem;
	min-height: 24rem;
}
.infoitem h4 {
	padding-bottom: 3rem;
}
.infoitem:first-child,
.infoitem:nth-child(2) {
	border-right: solid 1px var(--grey);
}
.infoitem:first-child,
.infoitem:nth-child(2),
.infoitem:nth-child(3) {
	opacity: 0;
}

.terkep {
	width: 100%;
	height: auto;
	padding-top: 5rem;
	padding-bottom: 10rem;
	background: var(--black);
	position: relative;
	display: table;
	color: var(--lightgrey);
}
.terkep .wrapper {
	display: flex;
	align-items: center;
}
.terkep_img {
	width: 100%;
	position: relative;
	z-index: 0;
	opacity: 0;
}
.terkep_text {
	position: relative;
	z-index: 1;
	margin-top: -10rem;
}
.terkep_text h3 {
	width: 100%;
	margin-left: -50%;
}
.terkep_text .stroke {
	width: 0;
    margin-left: -20%;
    opacity: 0;
}
.terkep_text p {
	width: 70%;
	clear: both;
}
.ajanlatkeres {
	width: 100%;
	height: auto;
	display: table;
	background: var(--orange);
	position: relative;
	z-index: 2;
}
.ajanlatkeres_form_holder {
	width: 50%;
	height: auto;
	position: relative;
	display: table;
}
.ajanlatkeres_form {
	width: 50%;
	height: auto;
	text-align: left;
	margin: auto;
	padding-top: 4rem;
	padding-bottom: 10rem;
	position: relative;
}
.ajanlatkeres_form a {
	color: var(--black);
}
.ajanlatkeres_form a:hover {
	color: var(--lightgrey);
}
.ajanlatkeres_form h3 {
	width: 80%;
	text-align: left;
	font-size: 3rem;
	line-height: 4rem;
}
.ajanlatkeres_form h3 span {
	font-weight: 900;
	color: var(--lightgrey)
}
.ajanlatkeres_form .stroke {
	width: 0;
	background: var(--black);
	opacity: 0;
}
.ajanlatkeres_img {
	width: 50%;
	height: 78rem;
	position: absolute;
	right: 0;
	top:0;
	opacity: 0;
	right: -3rem;
}
.ajanlatkeres_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	margin: auto;
	border-radius: 0 0 0 10rem;
}
/* Footer
--------------------------------------------- */
.bottom_img {
	width: 100%;
	height: 50rem;
	background-image: url('img/bottom.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.rolunkmondtak {
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	position: relative;
	background: var(--lightgrey);
	z-index: 1;
	padding-top: 10rem;
}
.rolunkmondtak_img {
	width: 50%;
	height: 55rem;
	position: relative;
	float: left;
	z-index: 0;
	opacity: 0;
	margin-left: -3rem;
}
.rolunkmondtak_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 0 10rem 0 0;
	margin: auto;
}
.rolunkmondtak_text {
	width: 50%;
	max-height: 35rem;
	padding-top: 5rem;
	padding-left: 10%;
	position: relative;
	z-index: 1;
}
.rolunkmondtak_text h3 {
	width: 50%;
}
.rolunkmondtak_text .stroke {
	width: 0;
	margin-left: -40%;
	background-color: var(--black);
	margin-top: 3rem;
	margin-bottom: 3rem;
	float: none;
	opacity: 0;
}
.rolunkmondtak_slider {
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
}
.rolunkmondtak_info {
	font-weight: 800;
	margin-top: 2rem;
}
.tns-outer {
	width: 80%;
	clear: both;
	position: relative;
}
.tns-controls {
    width: 12rem;
    height: 5.2rem;
    position: absolute;
    top: -12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 0;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
	position: relative;
}
.tns-controls button {
	width: 5.2rem !important;
	height: 5.2rem !important;
	padding: 2rem !important;
	background:transparent;
	border:none;
	margin: 0;
}
.tns-controls button:hover,
.tns-controls button:active,
.tns-controls button:focus {
	background:none;
}
.tns-prev,
.tns-next {
	width: 1.2rem;
	height: 1.2rem;
	padding: 2rem;
	display: block;
	position: absolute;
	top: 0;
}
.tns-prev {
	left: 0 !important;
}
.tns-next {
	right: 0 !important;
}
.tns-prev::after {
	content: "";
	background-image:url('img/btnarrow_black.svg');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 50%;
	transform: rotate(180deg);
    display: block;
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    width: 1.2rem;
	height: 1.2rem;
	padding: 2rem;
	border-radius: 3rem;
	border: solid 1px var(--black);
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.tns-next::after {
	content: "";
	background-image:url('img/btnarrow_black.svg');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 50%;
	display: block;
    position: absolute;
    z-index: 1;
    top:0;
    right: 0;
    width: 1.2rem;
	height: 1.2rem;
	padding: 2rem;
	border-radius: 3rem;
	border: solid 1px var(--black);
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.tns-prev:hover::after {
	content: "";
	background-color:var(--orange);
}
.tns-next:hover::after {
	content: "";
	background-color:var(--orange);
}
.quote {
	position: absolute;
	bottom: -8rem;
	right: 10%;
	z-index: 2;
	opacity: 0;
}
.footer {
	width: 100%;
	height: auto;
	display: table;
	background: var(--black);
	color: var(--lightgrey);
	position: relative;
	z-index: 0;
	padding-top: 10rem;
	padding-bottom: 3rem;
}
.footer_top {
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_logo {
	margin-bottom: 3rem;
}
.footer_text {
	width: 50%;
}
.footer_text h3 {
	font-size: 2.5vmax;
	line-height: 3vmax;
	width: 60%;
}
.footer_text p {
	margin-top: 2rem;
}
.footer_info {
	width: 40%;
}
.footer_info p {
	line-height: 3rem;
}
.footer_info a {
	color: var(--lightgrey);
	text-decoration: none;
}
.footer_info a:hover {
	color: var(--orange);
}
.privacy {
	clear: both;
	padding-top: 2rem;
}
.footer .stroke {
	width: 100%;
	margin-top: 5rem;
}
.footer_bottom {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.footer_bottom p {
	position: absolute;
	right: 8rem;
	color: var(--grey);
}
.totop {
	position: absolute;
	right: 0;
	bottom: 0;
}
.totop_icon {
	width: 1.2rem;
	height: 1.2rem;
	padding: 2rem;
	border: solid 1px var(--grey);
	border-radius: 10rem;
	margin: 0.5rem;
	float: left;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.totop_icon img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.totop_icon:hover {
	cursor: pointer;
	background: var(--orange);
}
/* Cégünkről
--------------------------------------------- */
.bemutatkozas {
	width: 100%;
	height: auto;
	background: var(--orange);
	padding-top: 10rem;
	padding-bottom: 10rem;
	color: var(--lightgrey);
	position: relative;
	display: flex;
	align-items: center;
	z-index: 0;
}
.bemutatkozas_text {
	width: 40%;
	float: right;
}
.bemutatkozas_text h3 {
	width: 60%;
}
.bemutatkozas .stroke {
	background-color: var(--lightgrey);
	width: 180%;
	margin-left: -80%;
	position: relative;
	z-index: 2;
}
.bemutatkozas_img {
	width: 45%;
	height: 70rem;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10rem;
}
.bemutatkozas_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 0 10rem 10rem 0;
}
.cegjellemzok {
	width: 100%;
	height: auto;
	background: var(--black);
	position: relative;
	z-index: 0;
	color: var(--lightgrey);
	padding-top: 8rem;
	padding-bottom: 5rem;
}
.cegjellemzok_headline {
	position: relative;
}
.cegjellemzok_headline h3 {
    position: absolute;
    right: 20%;
    top: 8rem;
    z-index: 2;
    color: var(--orange);
    text-align: right;
    width:70%;
}
.cegjellemzok_table {
	padding-top: 10rem;
	padding-bottom: 5rem;
	width: 50%;
	float: right;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto auto auto auto;
	color: var(--lightgrey);
	position: relative;
}
.cegjellemzok_table > div {
	display: flex;
	padding-top: 5rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid var(--grey);
	align-items: flex-end;
	justify-content: space-between
}
.cegjellemzok_table > div:first-child {
	grid-area: 1 / 1 / span 1 / span 1;
	align-items: start;
	opacity: 1;
}
.cegjellemzok h3 {
	color: var(--orange);
	position: absolute;
	z-index: 3;
}
.cegjellemzok_table h4 {
	width: 90%;
}
.cegjellemzok_table p {
	width: 80%;
	margin-left: 10%;
}
/* A lépcsőről
--------------------------------------------- */
.osszehasonlitas_holder {
	width: 100%;
	height: auto;
	margin: auto;
	border-top: solid 1px var(--black);
	padding-top: 5rem;
}
.osszehasonlitas_title {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.osszehasonlitas_content {
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 100%;
	display: grid;
	grid-template-columns: 35% 23.5% 35%;
	grid-template-rows: auto;
	grid-gap: 3rem;
	position: relative;
}
.osszehasonlitas_content > div {
	display: flex;
	padding: 3rem;
	padding-top: 5rem;
	align-items: flex-end;
	border-bottom: solid 1px var(--black);
}
.osszehasonlitas_content > div:nth-child(2),
.osszehasonlitas_content > div:nth-child(5),
.osszehasonlitas_content > div:nth-child(8),
.osszehasonlitas_content > div:nth-child(11),
.osszehasonlitas_content > div:nth-child(14),
.osszehasonlitas_content > div:nth-child(17),
.osszehasonlitas_content > div:nth-child(20),
.osszehasonlitas_content > div:nth-child(23),
.osszehasonlitas_content > div:nth-child(26),
.osszehasonlitas_content > div:nth-child(29),
.osszehasonlitas_content > div:nth-child(32) {
	color: var(--lightgrey);
	background: var(--black);
	border-radius: 10rem;
	margin: auto;
    width: 10rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0;
}
/* Technológia
--------------------------------------------- */
.technologia_jellemzoi {
	width: 100%;
	height: auto;
	background: var(--black);
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: var(--lightgrey);
}
.technologia_jellemzoi .wrapper {
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto; 
	align-items: center;
	border-top: solid 1px var(--grey);
	border-bottom: solid 1px var(--grey);
}
.technologia_jellemzoi .wrapper h4 {
	font-size: 2.5vmax;
	line-height: 3vmax;
}
.technologia_reszletei {
	width: 100%;
	height: auto;
}
.technologia_reszletei h3 {
	color: var(--orange);
	width: 40%;
}
.tr_elso_holder {
	background: var(--black);
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: var(--lightgrey);
	position: relative;
}
.tr_elso,
.tr_masodik,
.tr_harmadik {
	width: 40%;
	margin-top: 3rem;
}
.tr_narancs {
	background: var(--orange);
	color: var(--black);
	padding: 5rem;
	width: 45%;
	border-radius: 5rem;
	position: relative;
	z-index: 1;
	margin-left: 10rem;
	margin-top: 5rem;
}
.tr_elso_img {
	width: 55%;
	height: 75rem;
	position: absolute;
	z-index: 0;
	right: -10rem;
	top: 0;
}
.tr_elso_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	border-radius: 10rem;
}
.tr_szurke_holder {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.tr_szurke {
	margin: auto;
	border-top: solid 1px var(--black);
	border-bottom: solid 1px var(--black);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.tr_szurke_img {
	width: 20%;
	padding: 5%;
}
.tr_szurke p {
	width: 70%;
}
.tr_harmadik_holder {
	width: 100%;
	height: auto;
	padding-bottom: 10rem;
	position: relative;
}
.tr_masodik_img {
	width: 55%;
	height: 75rem;
	position: absolute;
	z-index: 0;
	right: -10rem;
	bottom: 0;
}
.tr_masodik_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	border-radius: 10rem;
}
/* Típusok
--------------------------------------------- */
.tipusok {
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: auto; 
	border-top: solid 1px var(--black);
}
.tipus {
	border-right: solid 1px var(--black);
	border-bottom: solid 1px var(--black);
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 5rem 3rem 10rem 3rem;
}
.tipus:nth-child(4n) {
	border-right: none;
}
.tipus .orangebtn:hover {
	border-color: var(--black) !important;
	background-color: var(--black) !important;
	color: var(--lightgrey) !important;
	background-image: url('img/btnarrow_lightgrey.svg') !important;
}
.tipus h4,
.tipus p {
	margin-top: 2rem;
}
.tipus button {
	position: absolute;
	margin-top: 3rem;
	bottom: 4rem;
}
/* GYIK
--------------------------------------------- */
.gyik_holder {
	width: 100%;
	height: auto;
	padding-top: 5rem;
	position: relative;
	border-top: solid 1px var(--black);
	counter-reset: section;
}
.gyik_content_holder {
	width: 100%;
	height: auto;
	border-bottom: solid 1px var(--grey);
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.gyik_content {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gyik_number {
	display: flex;
	width: 5%;
	text-align: left;
}
.gyik_number:after {
	counter-increment: section;
	content: counter(section);
	display: flex;
}
.gyik_content_holder:nth-child(n+10) p {
	display: none;
}
.gyik_title {
	width: 80%;
	margin-left: 5%;
	margin-right: 4%;
}
.gyik_text {
	width: 100%;
	display: none;
	margin-top: 2rem;
}
.gyik_arrow {
	width: 1rem;
    height: 1rem;
    border: 1px solid var(--black);
    border-radius: 3rem;
    background: none;
    line-height: 1;
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.gyik_arrow:hover {
	cursor: pointer;
	background-color: var(--orange);
}	
.gyik_arrow button {
	width: 5rem;
	height: 5rem;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	text-align: center;
	margin: 0;
}
.gyik_arrow button img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	margin: auto;
}
.gyik_content.active .gyik_arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin: 0;
    transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
/* Kapcsolat
--------------------------------------------- */
.contact_info_holder {
	width: 50%;
	height: auto;
}
.contact_info_holder p {
	margin-bottom: 2rem;
}
.contact_info_holder a {
	color: var(--black);
	text-decoration: none;
}
.contact_info_holder a:hover {
	color: var(--orange);
}
.fb_icon {
	width: 1rem;
	height: 1rem;
	padding: 1rem;
	border: solid 1px var(--black);
	border-radius: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	float: left;
	margin-right: 1rem;
}
.fb_icon img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.fb_icon:hover {
	cursor: pointer;
	background: var(--orange);
}
.contact_info_holder .orangebtn {
	clear: both;
}
.map {
	width: 100%;
	height: 25rem;
	margin: auto;
	display: flex;
}
.contact_info_holder .orangebtn:hover {
	border-color: var(--black);
	background-color: var(--black);
	color: var(--lightgrey);
	background-image: url('img/btnarrow_lightgrey.svg');
	cursor: pointer;
	transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
/* Partnereinknek
--------------------------------------------- */
.partnereinknek {
	width: 100%;
	height: auto;
	background: var(--black);
	padding-top: 10rem;
	padding-bottom: 10rem;
	color: var(--lightgrey);
	position: relative;
	display: flex;
	align-items: center;
	z-index: 0;
}
.partnereinknek_text {
	width: 40%;
	position: relative;
	z-index: 2;
}
.partnereinknek_text h3 {
	width: 60%;
}
.partnereinknek .stroke {
	background-color: var(--lightgrey);
	width: 180%;
	position: relative;
	z-index: 2;
}
.partnereinknek_img {
	width: 45%;
	height: 45rem;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 8rem;
}
.partnereinknek_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 10rem 0 0 10rem;
}
.ertekek {
	width: 100%;
	height: auto;
	background: var(--orange);
	position: relative;
	z-index: 0;
	color: var(--black);
	padding-top: 12rem;
	padding-bottom: 10rem;
}
.ertekek_content_top,
.ertekek_content_bottom {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 5rem;
}
.ertekek_content_top h4,
.ertekek_content_bottom h4 {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.ertekek .stroke {
	background: var(--black);
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.ertek img {
	width: 3rem;
	height: 3rem;
	
}
/* Other
--------------------------------------------- */
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
@media screen and (max-width:640px) {
h3 {
	font-size: 6vmax;
	line-height: 7vmax;
}
h4 {
	font-size: 4vmax;
	line-height: 5vmax;
}
.main-navigation a {
	color: var(--lightgrey);
}
.landing_header .wrapper {
    height: 48rem;
}
.landing_header .header_img {
    width: 70%;
    height: 22rem;
    top: 32rem;
}
.landing_header img {
    border-radius: 5rem 0 0 5rem;
}
.header_title {
	margin-top: 3rem;
}
.header_title h1 {
	width: 80%;
}
.header_title .stroke2 {
	margin-top: 0;
}
.header_social {
	left: 0;
}
.social_icon {
	padding: 1.6rem;
}
.subpage_header {
	padding-bottom: 3rem;
}
.subpage_header .header_title {
	margin-bottom: 6rem;
}
.subpage_header h2 {
	width: 90%;
	margin: auto;
	font-size: 4vmax;
    line-height: 5vmax;
}
.subpage_header_img {
	padding-top: 0rem;
	height: 20rem;
	border-radius: 5rem 5rem 0 0;
	background: var(--black);
}
.subpage_header_img img {
	border-radius: 5rem 5rem 0 0;
	opacity: 0.6;
}
.subheadline_holder {
    padding-top: 0;
    padding-bottom: 1rem;
    flex-direction: column;
}
.subheadline_holder h3,
.subheadline_holder p {
	width: 100%;
	margin: auto;
}
.subheadline_holder p {
	margin-top: 2rem;
}
.landing_header .inquirybtn {
	margin-top: 3rem;
}
.usp_table {
	grid-template-columns: auto; 
	padding-bottom: 3rem;	
}
.usp_table h4 {
	width: 100%;
}
.usp_table > div:nth-child(2),
.usp_table > div:nth-child(5),
.usp_table > div:nth-child(8),
.usp_table > div:nth-child(11) {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: none;
}
.usp_table > div:nth-child(3),
.usp_table > div:nth-child(6),
.usp_table > div:nth-child(9),
.usp_table > div:nth-child(12) {
	padding-top: 0;
	padding-bottom: 2rem;
}
.usp_table > div:nth-child(4), 
.usp_table > div:nth-child(7), 
.usp_table > div:nth-child(10) {
    display: none;
}
.usp_img {
	width: 70%;
	position: relative;
}
.usp_img img {
	border-radius: 0 5rem 0 0;
}
.informaciok {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.infoblokk {
	grid-template-columns: auto;
}
.infoitem {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
}
.infoitem:first-child, 
.infoitem:nth-child(2) {
	border-right: none;
} 
.infoitem:nth-child(2),
.infoitem:nth-child(3) {
	border-right: none;
	border-top: solid 1px var(--grey);
}
.terkep {
	padding-top: 0;
	padding-bottom: 3rem;
}
.terkep .wrapper {
	display: table;
}
.terkep_text {
	margin-top: 2rem;
}
.terkep_text h3 {
	margin: auto;
}
.terkep_text .stroke {
	width: 100% !important;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.ajanlatkeres {
	width: 100%;
	background: none;
}
.ajanlatkeres_form_holder {
	width: 100%;
	background: var(--orange);
	padding-bottom: 3rem;
}
.ajanlatkeres_form {
	width: 85%;
	margin: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], input[type="select"], textarea, .wpcf7-form select {
	width: 90%;
}
.wpcf7-form select {
	width: 95%;
}
.ajanlatkeres_img {
	width: 100%;
	height: 30rem;
	position: relative;
	background: var(--lightgrey);
}
.wpcf7-file::before {
  content: '+';
}
.rolunkmondtak {
	flex-direction: column-reverse;
	padding-top: 0;
}
.rolunkmondtak_img {
	width: 100%;
	height: 30rem;
	margin-top: 8rem;
}
.rolunkmondtak_img img {
	border-radius: 0 5rem 0 0;
}
.rolunkmondtak_text {
	width: 85%;
	padding-left: 0;
	margin: auto;
}
.rolunkmondtak_text .stroke {
	margin: auto;
	margin-top: 8rem;
	margin-bottom: 2rem;
}
.tns-outer {
	width: 100%;
}
.tns-controls {
    top: -9rem;
    left: 0;
}
.quote {
	display: none;
}
.footer {
	padding-top: 3rem;
}
.footer_top {
	flex-direction: column;
}
.footer_text {
	width: 100%;
}
.footer_text h3 {
	font-size: 6vmax;
	line-height: 7vmax;
}
.footer_info {
    width: 100%;
    margin-top: 2rem;
}
.footer_bottom {
	height: 10rem;
}
.footer_bottom p {
    left: 0;
    bottom: -2rem;
    right: auto;
}
.totop {
	bottom: -2rem;
}
.totop_icon {
	padding: 1.6rem;
}
.osszehasonlitas_holder {
	border-top: none;
	padding-top: 0;
}
.osszehasonlitas_content {
	grid-template-columns: auto;
	grid-gap: 1rem;
	border-bottom: solid 1px var(--black);
}
.osszehasonlitas_content > div {
	padding: 1rem;
	flex-direction: column;
	text-align: center;
	margin: auto;
}
.osszehasonlitas_content h4 {
	display: none;
}
.osszehasonlitas_content > div:nth-child(4),
.osszehasonlitas_content > div:nth-child(7),
.osszehasonlitas_content > div:nth-child(10),
.osszehasonlitas_content > div:nth-child(13),
.osszehasonlitas_content > div:nth-child(16),
.osszehasonlitas_content > div:nth-child(19),
.osszehasonlitas_content > div:nth-child(22),
.osszehasonlitas_content > div:nth-child(25),
.osszehasonlitas_content > div:nth-child(28),
.osszehasonlitas_content > div:nth-child(31) {
	border-bottom: none;
	border-top: solid 1px var(--black);
	padding-top: 2rem;
}
.osszehasonlitas_content > div:nth-child(6),
.osszehasonlitas_content > div:nth-child(9),
.osszehasonlitas_content > div:nth-child(12),
.osszehasonlitas_content > div:nth-child(15),
.osszehasonlitas_content > div:nth-child(18),
.osszehasonlitas_content > div:nth-child(21),
.osszehasonlitas_content > div:nth-child(24),
.osszehasonlitas_content > div:nth-child(27),
.osszehasonlitas_content > div:nth-child(30),
.osszehasonlitas_content > div:nth-child(33) {
	border-bottom: none;
	border-top: none;
	flex-direction: column;
}
.osszehasonlitas_content > div:nth-child(4)::before,
.osszehasonlitas_content > div:nth-child(7)::before,
.osszehasonlitas_content > div:nth-child(10)::before,
.osszehasonlitas_content > div:nth-child(13)::before,
.osszehasonlitas_content > div:nth-child(16)::before,
.osszehasonlitas_content > div:nth-child(19)::before,
.osszehasonlitas_content > div:nth-child(22)::before,
.osszehasonlitas_content > div:nth-child(25)::before,
.osszehasonlitas_content > div:nth-child(28)::before,
.osszehasonlitas_content > div:nth-child(31)::before {
	content: 'Dermesztett';
	color: var(--orange);
	margin: auto;
}
.osszehasonlitas_content > div:nth-child(6)::before,
.osszehasonlitas_content > div:nth-child(9)::before,
.osszehasonlitas_content > div:nth-child(12)::before,
.osszehasonlitas_content > div:nth-child(15)::before,
.osszehasonlitas_content > div:nth-child(18)::before,
.osszehasonlitas_content > div:nth-child(21)::before,
.osszehasonlitas_content > div:nth-child(24)::before,
.osszehasonlitas_content > div:nth-child(27)::before,
.osszehasonlitas_content > div:nth-child(30)::before,
.osszehasonlitas_content > div:nth-child(33)::before {
	content: 'Hagyományos';
	color: var(--orange);
	margin: auto;
}
.technologia_jellemzoi .wrapper {
	grid-template-columns: auto;
	width: 85%;
}
.technologia_jellemzoi .wrapper h4 {
	font-size: 4vmax;
	line-height: 5vmax;
}
.tr_elso_holder {
	padding-top: 0;
}
.technologia_reszletei h3 {
	width: 100%;
}
.tr_elso, 
.tr_masodik, 
.tr_harmadik {
	width: 100%;
}
.tr_harmadik_holder {
	padding-bottom: 0;
}
.tr_harmadik {
	margin-top: 0;
}
.tr_narancs {
    padding: 3rem;
    width: 70%;
    border-radius: 5rem;
    margin: auto;
    margin-left: 0;
    margin-top: 2rem;
}
.tr_elso_img,
.tr_masodik_img {
	width: 80%;
	height: 20rem;
	position: relative;
	margin: auto;
	margin-top: 2rem;
	right: auto;
}
.tr_elso_img img,
.tr_masodik_img img {
	border-radius: 5rem;
}
.tr_szurke_holder {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.tr_szurke {
	flex-direction: column;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.tr_szurke_img {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
}
.bemutatkozas {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.bemutatkozas_text {
	width: 100%;
}
.bemutatkozas .stroke {
	width: 100%;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.bemutatkozas_img {
    width: 100%;
    height: 30rem;
    position: relative;
    top: 0;
    background: var(--orange);
}
.bemutatkozas_img img {
	border-radius: 0 5rem 0 0;
}
.cegjellemzok {
	padding-top: 8rem;
	padding-bottom: 3rem;
}
.cegjellemzok_headline h3 {
    top: 33rem;
    right: 0;
    left: 0;
    font-size: 4vmax;
    line-height: 4vmax;
    width: 95%;
}
.cegjellemzok_table {
	width: 100%;
	grid-template-columns: auto;
	padding-bottom: 0;
	padding-top: 3rem;
}
.cegjellemzok_table > div:nth-child(odd) {
	border-bottom: none;
	padding-top: 3rem;
	padding-bottom: 0;
}
.cegjellemzok_table > div:nth-child(even) {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.cegjellemzok_table p {
	width: 100%;
	margin-left: 0;
}
.partnereinknek {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.partnereinknek_text {
	width: 100%;
}
.partnereinknek_img {
	position: relative;
	width: 100%;
	height: 25rem;
	background: var(--black);
	top: auto;
	margin: auto;
}
.partnereinknek_img img {
    border-radius: 5rem 0 0 0;
}
.ertekek {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.ertekek_content_top, 
.ertekek_content_bottom {
	grid-template-columns: auto;
	grid-gap: 3rem;
}
.ertekek .stroke {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.tipusok {
	grid-template-columns: auto;
}
.tipus {
	padding: 2rem 2rem 6rem 2rem;
	border-right: none;
	border-bottom: solid 1px var(--black);
}
.tipus img {
	width: 12rem;
	height: auto;
}
.tipus h4 {
	margin-top: 0;
}
.tipus button {
	bottom: 2rem;
}
.bottom_img {
	height: 20rem;
}
.gyik_holder {
	padding-top: 0;
}	
.gyik_number {
	width: 20%;
}
.gyik_number p, 
.gyik_number:after {
	font-size: 4.5vmax;
	line-height: 5.5vmax;
}
.gyik_arrow {
	padding: 1rem;
}
.contact_info_holder {
	width: 100%;
}
.contact_info_holder .fb_icon {
	margin-top: 2rem;
}
}
@media screen and (min-width:641px) and (max-width:1023px) {
.main-navigation a {
	color: var(--lightgrey);
}
.subpage_header h2 {
	width: 90%;
	margin: auto;
	font-size: 4vmax;
    line-height: 5vmax;
}
.subheadline_holder {
    padding-top: 0;
    padding-bottom: 3rem;
    flex-direction: column;
}
.subheadline_holder h3,
.subheadline_holder p {
	width: 100%;
	margin: auto;
}
.subheadline_holder p {
	margin-top: 2rem;
}
.ajanlatkeres_form_holder,
.ajanlatkeres_form {
	width: 60%;
}
.ajanlatkeres_img {
	width: 40%;
}
.rolunkmondtak_img {
	height: 60rem;
	width: 40%;
}
.rolunkmondtak_text {
	width: 60%;
	padding-left: 15%;
}
.rolunkmondtak_text .stroke {
	margin-top: 8rem;
}
.tns-controls {
    top: -10rem;
    left: 0;
}
.footer_bottom p {
    left: 0;
    bottom: -2rem;
    right: auto;
}
.infoblokk {
	grid-template-columns: auto;
}
.osszehasonlitas_content {
    grid-template-columns: 35% 18% 35%;
    grid-gap: 2rem;
}
.osszehasonlitas_content > div {
	padding: 2rem;
}
.osszehasonlitas_content > div:nth-child(2), 
.osszehasonlitas_content > div:nth-child(5), 
.osszehasonlitas_content > div:nth-child(8), 
.osszehasonlitas_content > div:nth-child(11), 
.osszehasonlitas_content > div:nth-child(14), 
.osszehasonlitas_content > div:nth-child(17), 
.osszehasonlitas_content > div:nth-child(20), 
.osszehasonlitas_content > div:nth-child(23), 
.osszehasonlitas_content > div:nth-child(26), 
.osszehasonlitas_content > div:nth-child(29), 
.osszehasonlitas_content > div:nth-child(32) {
	width: 8rem;
	height: 8rem;
}
.infoitem {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
}
.infoitem:first-child, 
.infoitem:nth-child(2) {
	border-right: none;
} 
.infoitem:nth-child(2),
.infoitem:nth-child(3) {
	border-right: none;
	border-top: solid 1px var(--grey);
}
.technologia_jellemzoi .wrapper {
	grid-template-columns: auto;
	width: 85%;
}
.technologia_jellemzoi .wrapper h4 {
	font-size: 4vmax;
	line-height: 5vmax;
}
.tr_elso_holder {
	padding-top: 0;
}
.technologia_reszletei h3 {
	width: 100%;
}
.tr_elso, 
.tr_masodik, 
.tr_harmadik {
	width: 100%;
}
.tr_harmadik_holder {
	padding-bottom: 0;
}
.tr_harmadik {
	margin-top: 0;
}
.tr_narancs {
    padding: 3rem;
    width: 70%;
    border-radius: 5rem;
    margin: auto;
    margin-left: 0;
    margin-top: 2rem;
}
.tr_elso_img,
.tr_masodik_img {
	width: 80%;
	height: 20rem;
	position: relative;
	margin: auto;
	margin-top: 2rem;
	right: auto;
}
.tr_elso_img img,
.tr_masodik_img img {
	border-radius: 5rem;
}
.tr_szurke_holder {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.tr_szurke {
	flex-direction: column;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.tr_szurke_img {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
}
.bemutatkozas_img {
	height: 45rem;
}
.cegjellemzok_headline h3 {
    top: 3rem;
    left: 0;
    width: 95%;
    line-height: 5vmax;
}
.cegjellemzok_table {
	width: 100%;
	grid-template-columns: auto;
	padding-bottom: 0;
	padding-top: 5rem;
}
.cegjellemzok_table > div:nth-child(odd) {
	border-bottom: none;
	padding-top: 3rem;
	padding-bottom: 0;
}
.cegjellemzok_table > div:nth-child(even) {
	padding-top: 1rem;
	padding-bottom: 3rem;
}
.cegjellemzok_table p {
	width: 100%;
	margin-left: 0;
}
.partnereinknek_img {
	height: 42rem;
}
.ertekek {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.ertekek_content_top, .ertekek_content_bottom {
	grid-gap: 1rem;
}
.ertekek_content_top h4, .ertekek_content_bottom h4 {
	font-size: 2.5vmax;
	line-height: 3.5vmax;
}
.tipusok {
	grid-template-columns: auto auto;
	border-top: none;
}
.tipus {
	border-right: solid 1px var(--black);
	border-top: solid 1px var(--black);
	padding: 1rem 1rem 10rem 1rem;
}
.tipus:nth-child(even) {
	border-right: none;
}
.tipus button {
	bottom: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	background:none;
}
.gyik_title {
	margin-left: 10%;
}
.contact_info_holder {
	width: 100%;
}
.contact_info_holder .fb_icon {
	margin-top: 2rem;
}
.tns-outer {
	width: 90%;
}
}
@media screen and (min-width:1024px) and (max-width:1366px) {
.infoitem {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.osszehasonlitas_content {
    grid-template-columns: 35% 22% 35%;
    grid-gap: 2rem;
}
.osszehasonlitas_content > div {
	padding: 2rem;
}
.osszehasonlitas_content > div:nth-child(2), 
.osszehasonlitas_content > div:nth-child(5), 
.osszehasonlitas_content > div:nth-child(8), 
.osszehasonlitas_content > div:nth-child(11), 
.osszehasonlitas_content > div:nth-child(14), 
.osszehasonlitas_content > div:nth-child(17), 
.osszehasonlitas_content > div:nth-child(20), 
.osszehasonlitas_content > div:nth-child(23), 
.osszehasonlitas_content > div:nth-child(26), 
.osszehasonlitas_content > div:nth-child(29), 
.osszehasonlitas_content > div:nth-child(32) {
	width: 9rem;
	height: 9rem;
}
.tr_narancs {
    padding: 3rem;
    width: 60%;
    margin-left: 5rem;
    margin-top: 3rem;
}
.tr_elso, 
.tr_masodik, 
.tr_harmadik {
	width: 50%;
}
.tr_harmadik {
	margin-top: 0;
}
.tr_szurke_holder {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.tipusok {
	grid-template-columns: 33% 33% 33%;
}
.tipus {
	padding: 1.5rem 1.5rem 10rem 1.5rem;
}
.tipus:nth-child(3n) {
	border-right: none;
}
.tipus:nth-child(4n) {
	border-right: solid 1px var(--black);
}
.tipus button {
    padding-left: 1rem;
    padding-right: 2.5rem;
}
.cegjellemzok_headline h3 {
    right: 10%;
    top: 5rem;
    width: 40%;
}
.cegjellemzok_table {
	padding-top: 15rem;
}
.rolunkmondtak_img {
	width: 40%;
}
.rolunkmondtak_text {
	width: 55%;
}
.tns-outer {
	width: 90%;
}
}
@media screen and (min-width:1367px) and (max-width:1680px) {
.cegjellemzok_headline h3 {
    right: 10%;
    top: 10rem;
}
}