/*!
Theme Name: HSC
Theme URI: http://hollywoodsmilecenter.eu
Author: ROI
Author URI:  http://roi.works
Version: 1.0.0
*/
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
       url('fonts/Satoshi-Regular.woff') format('woff'),
       url('fonts/Satoshi-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('fonts/Satoshi-Italic.woff2') format('woff2'),
       url('fonts/Satoshi-Italic.woff') format('woff'),
       url('fonts/Satoshi-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('fonts/Satoshi-Black.woff2') format('woff2'),
       url('fonts/Satoshi-Black.woff') format('woff'),
       url('fonts/Satoshi-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('fonts/Satoshi-BlackItalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}
html,
body {
	-webkit-text-size-adjust: 100%; /* 2 */
	margin: 0 !important;
	padding: 0;
	font-family: 'Satoshi-Regular';
	font-size: 1.125rem;
	line-height: 2rem;
	width: 100%;
	background: var(--beige);
	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: 90%;
	max-width: 1290px;
	position: relative;
	height: auto;
	margin: auto;
	display: block;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.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 {
	width: 100%;
	height: 2px;
	background: var(--gold);
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.open {
	display: block;
}
.closed {
	display: none;
}
:root {
	--black: #3A3E3F;
	--gold: #BE9A66;
	--white: #F8F6F4;
	--beige: #EAE5DE;
	--beige2: #D9D4D0;
}
::selection {
	color: var(--black);
	background: var(--gold);
}
::-moz-selection {
	color: var(--black);
	background: var(--gold);
}
::placeholder { 
  color: var(--black);
  opacity: 1;
  padding-left: 1rem;
  font-family: 'Satoshi-Regular';
}
:-ms-input-placeholder {
  color: var(--black);
  padding-left: 1rem;
  font-family: 'Satoshi-Regular';
}
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;
}
li {
	font-size: 1.125rem;
	line-height: 2rem;
	margin-left: 3rem;
}
.icon_holder {
	background: var(--gold);
	border-radius: 1rem;
	width: 6rem;
	height: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon_holder img {
	width: 50%;
	height: 50%;
	object-fit:cover;
}
.cookiebutton {
	border-radius: 5rem;
	background-color: var(--gold);
	padding: 0.6rem;
	color: var(--black);
}
.errorbutton {
	background: var(--black);
	border: none;
	color: white;
	margin-top: 3rem;
}
.empty {
	display: none !important;
}
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: 'Noto Serif Display', serif;
	font-size: 4.5vmax;
	line-height: 5vmax;
	text-transform: uppercase;
	color: var(--beige);
	font-weight: 300;
	letter-spacing: 0.1rem;
}
h1 span {
	font-family: 'Noto Serif Display', serif;
	font-style: italic;
	color: var(--gold);
}
.subpage_header h1,
.subpage_header2 h1 {
	font-family: 'Noto Serif Display', serif;
	font-size: 4vmax;
	line-height: 4.5vmax;
	text-transform: uppercase;
	color: var(--black);
	font-weight: 300;
	letter-spacing: 0.1rem;
	opacity: 0;
}
.subpage_header h1 span,
.subpage_header2 h1 span {
	font-family: 'Noto Serif Display', serif;
	font-style: italic;
	color: var(--gold);
	margin-left: 3rem;
}
h2 {
	font-size: 1.3rem;
	line-height: 1.9rem;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	color: var(--gold);
}
.subpage_header h2 {
	color: var(--black);
}
h3 {
	font-family: 'Noto Serif Display', serif;
	font-size: 4vmax;
	line-height: 4vmax;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
h3 span {
	font-family: 'Noto Serif Display', serif;
	font-style: italic;
	color: var(--gold);
	margin-left: 3rem;
}
h4 {
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: var(--black);
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
}
h5 {
	font-family: 'Satoshi-Black';
	letter-spacing: 0.2rem;
	font-size: 1.3rem;
	line-height: 2.3rem;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 2rem;
}
p {
	font-size: 1.125rem;
	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;
}
.headline h4 {
	opacity: 0;
	margin-bottom: -2rem;
}
.headline h3,
.headline h3 span {
	opacity: 0;
}
.headline h3 {
	margin-left: -3rem;
}
.consultation headline h3,
.consultation headline h3 span {
	margin-left: 0 !important;
	margin-top: 3rem;
}

/* Links
--------------------------------------------- */
a {
	color: var(--gold);
	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;
	text-decoration: none;
}
button {
	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(--gold);
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	cursor: pointer;
}
/* Header
--------------------------------------------- */
.header_title_holder::before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
    background: black;
}
.header_title_holder {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('img/hsc_header_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.header_title {
	position: absolute;
	z-index: 3;
	text-align: center;
	top: 5rem;
	opacity: 0;
}
.header_title h1 {
	font-size: 3.5vmax;
	line-height: 3.5vmax;
}
.header_slider {
	width: 100%;
	height: 100vh;
	display: flex;
	margin: auto;
	position: relative;
	z-index: 1;
}
.header_slider_content {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
}
.tns-outer {
	width: 100%;
	clear: both;
	position: relative;
}
.tns-controls {
    width: 5rem;
    height: 2rem;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    bottom: 2rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
}
.tns-outer [aria-controls], 
.tns-outer [data-action] {
	position: relative;
}
.tns-controls button {
	width: 2rem !important;
	height: 2rem !important;
	margin: 0;
	background:transparent;
	border: solid 2px var(--gold);
	padding: 0 !important;
}
.tns-controls button::before {
	content: '';
	margin: 0;
}
.tns-controls button:hover,
.tns-controls button:active,
.tns-controls button:focus {
	background:none;
}
.tns-prev,
.tns-next {
	width: 2rem;
	height: 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
    margin: auto
}
.tns-prev::after {
	content:'';
	background: url('img/arrow_gold.svg');
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -0.2rem;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2rem;
	height: 2rem;
	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: url('img/arrow_gold.svg');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 2rem;
	height: 2rem;
	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-controls button:hover {
	background-color:var(--beige);
} 
.tns-outer [data-action] {
	display: none;
}
.header_slider_img {
	width: 45%;
	height: 100vh;
	position: relative;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_slider_img_left_holder {
	position: absolute;
	left: 0;
	width: 48%;
	bottom: 13rem;
}
.header_slider_img_right_holder {
	position: absolute;
	right: 0;
	width: 48%;
	bottom: 13rem;
}
.header_slider_img_left {
	width: 100%;
	height: 20vmax;
	border: solid 2px var(--beige);
	display: flex;
	align-items: center;
	opacity:0;
	margin-left: -3rem;
}
.header_slider_img_left img,
.header_slider_img_right img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.header_slider_img_right {
	width: 100%;
	height: 20vmax;
	border: solid 2px var(--beige);
	display: flex;
	align-items: center;
	opacity: 0;
	margin-left: 3rem;
}
.header_slider_img_left_holder p,
.header_slider_img_right_holder p {
	background: var(--black);
	padding: 0.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	color: var(--beige);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	display: table;
	margin: auto;
	margin-top: -1rem;
	position: relative;
    z-index: 5;
    opacity: 0;
    top: 3rem;
}
.header_slider_text {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5rem;
	margin: auto;
	text-align: center;
	z-index: 1;
	opacity: 0;
}
.header_slider button {
	text-align: center;
	margin: auto;
	display: table;
}
.subpage_header_holder {
	width: 100%;
	height: 30rem;
	margin: auto;
	position: relative;
	z-index: 0;
}
.subpage_header_holder img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.subpage_header {
	width: 100%;
	height: 30rem;
	position: absolute;
	z-index: 1;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}
.subpage_header h1 {
	color: var(--beige);
	position: absolute;
	z-index: 1;
}
.subpage_header2 {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subpage_header2 .headline {
	width: 58%;
}
.subpage_header2 .description {
	width: 40%;
}
/* Navigation
--------------------------------------------- */
.sticky {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 4rem;
}
.menu_holder {
	width: 100%;
	height: 4rem;
	margin: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: fixed;
	z-index: 999;
	opacity: 0;
	top: -3rem;
}
.menu_content {
	position: relative;
	width: 90%;
	height: 4rem;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: space-between;
}
.header_logo {
	width: 7rem;
    height: auto;
    position: absolute;
    top: 3.2rem;
    left: 0;
}
.header_logo img {
	width: 100%;
	height: auto;
}
.main-navigation {
    display: flex;
    position: absolute;
    right: 0;
    z-index: 3;
    align-items: center;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.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;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	color: var(--black);
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
.main-navigation a:hover,
.main-navigation li:hover {
	cursor: pointer;
	color: var(--beige);
}
/* Small menu. */
.menu-toggle {
	display: block;
	float: right;
	margin-top: 0;
	border: none;
}
.menu-toggle:hover {
	background: none;
}
.menu-toggle img {
	margin-right: 0.5rem;
}
.main-navigation.toggled {
	position: absolute;
    z-index: 999999;
}
.main-navigation.toggled ul {
	display: block;
	background: var(--black);
    width: 15rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: absolute;
    right: 0;
    top: 4rem;
    animation: fadeIn 0.5s;
	-webkit-animation: fadeIn 0.5s;
	-moz-animation: fadeIn 0.5s;
	-o-animation: fadeIn 0.5s;
	-ms-animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.main-navigation.toggled li {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	padding-left:2rem;
	padding-right: 2rem;
}
.menu-desktop-menu-container {
	float: right;
}
.rm_holder {
    position: absolute;
    right: 4rem;
    z-index: 10;
    width: 5rem;
    height: 4rem;
}
.rm_content {
	position: fixed;
    width: 5rem;
    height: 4rem;
    top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: 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;
}
.rm_content img {
	width: 1rem;
	height: auto;
}
.rm_content p {
	font-size: 0.7rem;
	font-weight: 700;
	color: var(--gold);
	margin-left: 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	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;
}
.rm_content:hover p{
    color: var(--gold);
}
#toggle {
    position: absolute;
    visibility: hidden;
}
.verticalNav {
    position: fixed;
    z-index: 3;
    right: 0;
    top: -100vh;
    height: 100vh;
    width: 50%;
    margin: auto;
    background-color: var(--gold);
    transition: top 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	display: none;
}
.verticalNav .menu-menu-1-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.verticalNav ul {
	position: relative;
	margin: auto;
    z-index: 0;
    width: 50%;
}
.verticalNav li {
	list-style: none;
	padding-bottom: 2rem;
    text-align: left;
    font-size: 3vmax;
    line-height: 4vmax;
    font-family: 'Noto Serif Display', serif;
    font-weight: 300;
    text-transform: uppercase;
}
.verticalNav li a {
	color: var(--black);
}
.verticalNav li a:hover {
	color: var(--beige);
}
.rm_close {
	position: fixed;
    width: 5rem;
    height: 5rem;
    margin: auto;
    right: 5rem;
    top: 3rem;
    z-index: 4;
    cursor: pointer;
    line-height: 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;
}
.rm_close img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.rm_close:hover {
	background: var(--beige);
}
.trp-language-switcher {
	position: absolute;
	right: 0;
	top: 0.4rem;
	width: 3rem;
	text-align: center;
}
.trp-language-switcher:hover,
.trp-language-switcher .trp-ls-shortcode-current-language:hover {
	cursor: pointer;
	background: var(--beige);
}
.trp-language-switcher > div {
    padding: 0;
    border: 2px solid var(--gold);
	border-radius: 0;
    background-color: transparent !important;
    background-image: none;
    width: 3rem !important;
    text-align: center;
}
.trp-language-switcher > div > a,
.trp-language-switcher:focus .trp-ls-shortcode-language, 
.trp-language-switcher:hover .trp-ls-shortcode-language {
	padding: 0;
	background: var(--beige);
}
.trp-language-switcher > div > a:hover {
	background: var(--gold);
}
.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%;
}
/* Landing
--------------------------------------------- */
.about {
	width: 100%;
	height: auto;
	position: relative;
	background: white;
}
.headline {
	width: 100%;
	height: auto;
	position: relative;
}
.about_content {
	width: 100%;
	height: auto;
	margin-top: 5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 5rem;
}
.about_img {
	width: 40%;
	height: 35rem;
	border: solid 2px var(--gold);
	position: relative;
	z-index: 0;
	opacity: 0;
	margin-top: 3rem;
}
.about_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.about_text {
	width: 50%;
	height: auto;
}
.experience {
	width: 70%;
	height: auto;
	background: var(--gold);
	padding: 2rem;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 7rem;
	opacity: 0;
	right: -3rem;
}
.consultation {
	width: 100%;
	height: auto;
	background: var(--beige);
	text-align: center;
}
.consultation h3,
.consultation h3 span,
.consultation h4 {
	margin: auto;
	text-align: center;
}
.consultation_content button {
	color: var(--black);
	border: solid 2px var(--black);
	opacity: 0;
}
.testimonial::before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    background: black;
}
.testimonial {
	width: 100%;
	height: 30rem;
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-image: url('img/hsc_testimonial_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.testimonial .wrapper {
	padding: 0;
	width: 35%;
	float: right;
	margin: unset;
	margin-right: 10%;
}
.testimonial_content {
	color: var(--beige);
}
.testimonial .tns-controls {
	top: 0;
	bottom: auto;
	right: auto;
}
.testimonial #tns2-iw {
    margin: 0px;
    margin-top: 5rem
}
.quote {
	position: absolute;
	right: 5%;
	top: -13rem;
	opacity: 0;
}
.usp {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: -3rem;
	background: white;
}
.usp_holder {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 23% 23% 23% 23%;
	justify-content: space-between;
	margin-top: 9rem;
}
.usp_item {
	background: var(--white);
	border: solid 2px var(--gold);
	padding: 2rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	opacity: 0;
}
.usp_item h5 {
	color: var(--gold);
}
.usp_item_img {
	width: 5rem;
	height: 5rem;
	margin-bottom: 2rem;
}
.usp_item_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.implant {
	width: 100%;
	height: auto;
	position: relative;
	background: var(--beige2);
}
.implant_content {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 3rem;
}
.implant_list {
	width: 55%;
	height: auto;	
}
.implant_list li::before {
	content: '';
  	display: inline-block;
  	height: 1.8rem;
  	width: 1.8rem;
  	background-image: url('img/check.svg');
  	background-repeat: no-repeat;
  	margin-right: 1rem;
  	vertical-align: middle;
}
.implant_list li {
	list-style: none;
	padding: 0.5rem;
	margin-left: 0;
}
.implant_img {
	opacity: 0;
}
.implant_text {
	width: 35%;
	height: auto;
}
.implant_text h5 {
	margin-top: 2rem;
}
.implant_text button {
	color: var(--black);
	border: solid 2px var(--black);
	opacity: 0;
}
.implant_steps {
	width: 100%;
	height: auto;
	position: relative;
}
.implant_steps h4 {
	text-align: center;
	font-family: 'Satoshi-Black';
	font-weight: 900;
	opacity: 0;
	margin-top: 6rem;
}
.implant_steps_holder {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-between;
}
.implant_steps_item {
	opacity: 0;
	margin-top: 3rem;
}
.implant_steps_item h5 {
	color: var(--gold);
}
.contact {
	width: 100%;
	height: auto;
	position: relative;
	background: white;
}
.contact_info_holder {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3rem;
}
.contact_text {
	width: 70%;
	margin-top: 3rem;
	opacity: 0;
}
.contact_info {
	width: 48%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_content {
	width: 48%;
}
.contact_form {
	width: 100%;
	height: auto;
}
.contact_form button {
	color: var(--black);
	border: solid 2px var(--black);
}
.contact_form_text {
	display: none;
    margin-top: 2rem;
    background: var(--beige);
    border: solid 2px var(--gold);
    padding: 2rem;
}
.contact_form_text input[type="submit"] {
	color: var(--gold) !important;
	border: solid 2px var(--gold) !important;
}
.booking {
	width: 49%;
	height: auto;
}
/* Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	height: auto;
	background: var(--black);
	display: flex;
	flex-direction: column;
	position: relative;
	color: var(--beige);
}
.site-footer .wrapper {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.site-footer li:hover,
.site-footer a:hover {
	color: var(--beige);
}
.footer_logo {
	width: 10rem;
    height: auto;
}
.footer_menu {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 5rem;
}
.footer_menu li {
	list-style: none;
	float: left;
	margin-left: 0;
	margin-right: 2rem;
}
.site-footer h4 {
	color: var(--beige);
}
.site-footer .stroke {
	background: #707070;
}
.copyright {
	width: 100%;
	margin: auto;
}
.copyright p {
	font-size: 0.8rem;
	color: #707070;
}
.social {
	margin: auto;
	text-align: right;
}
.social img {
	width: 1.5rem;
	height: 1.5rem;
}
.totop {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
	width: 2rem;
	height: 2rem;
	background: var(--gold);
	margin-top: 2rem;
	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;
}
.totop img {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.totop:hover {
	transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
/* Subpage
--------------------------------------------- */
.smile_album_holder {
	width: 100%;
	height: auto;
	position: relative;
}
.smile_album_holder .wrapper {
	padding-top: 0;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	align-items: center;
	justify-content: space-between;
}
.smile_album_content {
	width: 100%;
	height: auto;
	text-align: center; 
	margin-bottom: 3rem;
	opacity: 0;
}
.smile_album_img {
	width: 100%;
	height: 25rem;
	border: solid 2px var(--gold);
}
.smile_album_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.smile_album_content h5 {
	font-family: 'Satoshi-Regular';
	margin-top: 1rem;
}
.smile_album_content button {
	color: var(--gold);
	border: solid 2px var(--gold);
	margin-top: 0;
}
.smile_album_content button:hover {
	background: var(--white);
}
.surgery_steps_holder {
	width: 100%;
	height: auto;
	position: relative;
}
.surgery_steps_holder .wrapper {
	padding-top: 0;
}
.surgery_steps {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 28% 28% 28%;
	justify-content: space-between;
	grid-row-gap: 5rem;
	position: relative;
}
.surgery_step::before {
	content:'';
	width: 100%;
	height: 85%;
	background: url('img/arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
    left: -65%;
    top: 0;
    bottom: 0
}
.surgery_step:first-child::before,
.surgery_step:nth-child(4)::before {
	background: none;
}
.surgery_step {
	width: 100%;
	height: auto;
	position: relative;
}
.surgery_step img {
	width: 100%;
	height: 25rem;
	object-fit:cover;
	border: solid 2px var(--black);
}
.surgery_step h5 {
	text-align: center;
	margin: auto;
	font-family: 'Satoshi-Regular';
	margin-top: 1rem;
}
.first-step,
.second-step,
.third-step,
.fourth-step,
.fifth-step,
.sixth-step {
	opacity: 0;
}
.surgery_info_holder {
	width: 100%;
	height: auto;
	background: var(--black);
	color: var(--beige);
	display: flex;
	align-items: center;
	justify-content: center;
}
.surgery_info_holder h3 {
	text-align: center;
	margin: auto;
	color: var(--gold);
	margin-top: 1rem;
}
.surgery_info_holder h4 {
	text-align: center;
	margin: auto;
	color: var(--beige);
	margin-left: 0;
	margin-top: 3rem;
}
.surgery_info_content {
	opacity: 0;
}
.surgery_info {
	width: 100%;
	height: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: solid 1px var(--beige);
}
.surgery_info_title {
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.surgery_info_title:hover {
	cursor: pointer;
}
.surgery_info_title h5 {
	color: var(--beige);
	font-size: 1.1rem;
    line-height: 2.1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: 'Satoshi-Regular';
	text-transform: uppercase;
	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;
}
.surgery_info_plus {
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	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
}
.surgery_info_plus img {
	width: 6rem;
	height: 6rem;
	object-fit:cover;
}
.surgery_info_title.active .surgery_info_plus img {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.surgery_info_plus:hover {
	background: var(--beige);
}
.surgery_info_title:hover.surgery_info_title h5 {
	color: var(--gold);
}
.surgery_info_text {
	width: 95%;
	margin: auto;
	display: none;
	color: var(--beige);
	padding-bottom: 2rem;
}
.surgery_info_text li {
	margin-left: 2rem;
}
.surgery_featured {
	width: 100%;
	height: 60rem;
	background: url('img/hsc_featured_bg.jpg)');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.surgery_featured h3 {
	color: var(--beige);
}
.surgery_featured h3 span {
	color: var(--gold);
	margin-left: 0;
}
/* Forms
--------------------------------------------- */
.kezelesek_holder {
	width: 100%;
	height: auto;
	background: url('img/kezelesek_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: var(--beige);
}
.kezelesek_bevezeto {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.kezeles_1_blokk {
	width: 50%;
	height: auto;
}
.kezeles_1_blokk h4 {
	color: var(--beige);
	opacity: 0;
	margin-top: 3rem;
}
.kezeles_1_blokk h3 {
	color: var(--gold);
	margin-bottom: 2rem;
	opacity: 0;
	margin-left: -3rem;
	margin-top: -2rem;
}
.kezeles_1_blokk img {
	margin-top: 3rem;
	border: solid 2px var(--gold);
	opacity: 0;
}
.kezeles_2_blokk {
	width: 35%;
	height: auto;
	margin-top: 30rem;
}
.kezeles_2_blokk img {
	margin-bottom: 3rem;
	border: solid 2px var(--gold);
	opacity: 0;
}
.kezeles_tipusok_holder {
	width: 100%;
	height: auto;
	position: relative;
	background: var(--beige);
}
.kezeles_tipusok_holder h4 {
	margin: auto;
	text-align: center;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: var(--gold);
}
.kezeles_tipusok {
	width: 100%;
	height: auto;
	margin-top: 5rem;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-between;
	grid-row-gap: 8rem;
	opacity: 0;
}
.kezeles {
	width: 100%;
	padding-top: 3rem;
	border-top: solid 2px var(--black);
}
.kezeles h5 {
	color: var(--gold);
	margin-bottom: 0;
}
.kezeles_img {
	width: 100%;
	height: 15rem;
	margin-bottom: 3rem;
	border:solid 2px var(--gold);
}
.kezeles_img img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
/* Rólunk
--------------------------------------------- */
.rolunk_1blokk {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.rolunk_bevezeto {
	width: 45%;
}
.rolunk_kiemeles {
	width: 55%;
	text-align: right;
	float: right;
	font-style: italic;
	opacity: 0;
	margin-left: 3rem;
}
.rolunk_kiemeles h3 {
	font-size: 2.5vmax;
	line-height: 3vmax;
	color: var(--gold);
	padding: 1rem;
}
.rolunk_kepek {
	margin-top: 5rem;
	position: relative;
}
.rolunk_kep1 {
	position: relative;
	z-index: 0;	
	opacity: 0;
}
.rolunk_kep1 img {
	width: 30rem;
	height: auto;
	border: solid 2px var(--gold);
}
.rolunk_2blokk {
	width: 100%;
	position: relative;
	display: table;
}
.rolunk_kep2 {
	position: absolute;
	z-index: 1;
	top: 10rem;
	left: 30%;
	opacity: 0;
}
.rolunk_kep2 img{
	width: 15rem;
	height: auto;
	border: solid 2px var(--gold);
}
.rolunk_2blokk p {
	width: 40%;
	float: right;
}
.rolunk_3blokk {
	width: 100%;
	position: relative;
	display: flex;
	margin-top: 8rem;
	background: var(--gold);
	justify-content: space-between;
	align-items: center;
}
.rolunk_3blokk p {
	width: 60%;
	float: left;
	padding: 3rem;
}
.rolunk_kep3 {
	width: 40%;
}
.rolunk_kep3 img {
	width: 20rem;
	height: auto;
	object-fit:cover;
	float: right;
}
.rolunk_4blokk {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.rolunk_4blokk p {
	width: 30%;
	color: var(--beige);
	margin-right: 15%;
	position: absolute;
	z-index: 1;
	opacity: 0;
	margin-top: 3rem;
}
.rolunk_4blokk img {
	width: 100%;
	height: 40rem;
	object-fit:cover;
	position: relative;
	z-index: 0;
}
/* Forms
--------------------------------------------- */
.wpcf7-not-valid-tip {
	display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: var(--beige);
	border-radius: 0.3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background: none;
    border-radius: 0;
	border:none;
	border: solid 2px var(--beige);
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	box-shadow: none;
	margin-top: 3rem;
	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
}
input[type="submit"] {
	color: var(--black);
	border: solid 2px var(--gold);
}
button::before,
input[type="submit"]::before {
	content: "»";
	margin-right: 0.5rem;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	background: var(--gold);
	cursor: pointer;
}
input[type="submit"] {
	background: var(--white);
}
input[type="submit"]:hover {
	cursor: pointer;
	background: var(--gold) !important;
	color: var(--black) !important;
	border: solid 2px var(--black) !important;
}
button:active,
button: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 {
	background: var(--gold);
}

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"],
textarea {
	line-height: 1.8rem;
	font-weight: 500;
	border:none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: var(--black);
	background: var(--beige);
	border: solid 1px var(--gold);
	padding: 0.8rem;
	margin-top:1.5rem;
	width: 100%;
}
.shortfield_holder {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shortfield {
	width: 48%;
}
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,
textarea:focus {
	color: var(--black);
}
textarea {
	height: 8rem;
}
.wpcf7-acceptance {
	color: var(--black);
}
select {
	border: 1px solid #ccc;
}
.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 {
	color: var(--black);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

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
--------------------------------------------- */
.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:500px) {
.wrapper {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
h3 {
	font-size: 5vmax;
	line-height: 5vmax;
}
h3 span {
	margin-left: 2rem;
}
h4,
h5 {
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.2rem;
}
h5 {
	margin-bottom: 1rem;
}
.verticalNav {
	width: 100%;
}
.verticalNav ul {
	width: 90%;
}
.rm_close {
	right: 1rem;
	top: 1rem;
}
.header_title {
	top: 7rem;
}
.header_slider .wrapper {
    margin-top: 12rem;
}
.header_slider_text {
	width: 100%;
}
.header_slider_img {
	width: 85%;
}
.header_slider_img_left_holder,
.header_slider_img_right_holder {
	bottom: 20rem;
}
.header_slider_img_left,
.header_slider_img_right {
	height: 22vmax;
}
.header_slider_img_left_holder p, 
.header_slider_img_right_holder p {
	display: none;
}
.header_slider_text {
	bottom: 12rem;
}
.header_slider button {
	font-size: 0.9rem;
	line-height: 1.3rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.tns-controls {
	bottom: 8rem;
}
.about_content {
	flex-direction: column;
	margin-top: 2rem;
	padding-bottom: 0;
}
.about_img,
.about_text {
	width: 100%;
}
.about_img {
	height: 15rem;
}
.about_text {
	margin-top: 2rem;
}
.experience {
	width: 100%;
    position: relative;
    margin-top: 2rem;
    bottom: 0;
}
.quote {
    position: absolute;
    right: 2%;
    top: -4rem;
    width: 10rem;
}
.testimonial .wrapper {
	margin: auto;
	float: none;
	width: 90%;
}
.usp_holder,
.implant_steps_holder {
	grid-template-columns: 100%;
	grid-row-gap: 2rem;
}
.usp_holder {
	margin-top: 6rem;
}
.usp_item {
	padding: 2rem !important;
}
.implant_content {
	flex-direction: column;
}
.implant_list,
.implant_text {
	width: 100%;
}
.implant_text {
	margin-top: 2rem;
}
.stroke {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.contact_text {
	width: 100%;
}
.contact_info_holder {
	flex-direction: column;
	margin-top: 0;
	padding-bottom: 5rem;
}
.contact_info,
.contact_content,
.booking {
	width: 100%;
}
.contact_content,
.booking {
	margin-top: 2rem;
}
.site-footer .wrapper {
	width: 85%;
}
.footer_menu {
	padding-top: 0;
	padding-bottom: 1rem;
}
.footer_menu li {
	float: none;
}
.social {
	text-align: left;
	margin-top: 1rem;
}
.subpage_header,
.subpage_header2 {
	flex-direction: column;
}
.subpage_header h1 {
    font-size: 6vmax;
    line-height: 6vmax;
}
.subpage_header .headline,
.subpage_header .description,
.subpage_header2 .headline,
.subpage_header2 .description {
	width: 100%;
}
.subpage_header .description,
.subpage_header2 .description {
	margin-top: 2rem;
}
.subpage_header2 h1 {
	font-size: 8vmax;
	line-height: 8vmax;
}
.surgery_steps {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 43% 43%;
	justify-content: space-between;
	grid-row-gap: 3rem;
	position: relative;
}
.surgery_step::before {
	height: 70%;
    left: -65%;
}
.surgery_step:first-child::before,
.surgery_step:nth-child(3)::before,
.surgery_step:nth-child(5)::before {
	background: none;
}
.surgery_step:nth-child(4)::before {
	background: url('img/arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.surgery_info {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.surgery_info_title h5 {
	width: 90%;
}
.surgery_featured {
	height: 20rem;
}
.subpage_header_holder,
.subpage_header {
	height: 20rem;
}
.kezelesek_bevezeto {
	flex-direction: column;
}
.kezeles_1_blokk,
.kezeles_2_blokk {
	width: 100%;
}
.kezeles_2_blokk {
	margin-top: 3rem;
}
.kezeles_1_blokk h3 {
	width: 70%;
}
.kezeles_1_blokk h4 {
	margin-top: 0;
}
.kezeles_tipusok {
	grid-template-columns: 100%;
	grid-row-gap: 3rem;
	margin-top: 2rem;
}
.kezeles_tipusok_holder h4 {
	font-size: 1.8rem;
	line-height: 2.5rem;
}
.smile_album_holder .wrapper {
	grid-template-columns: 100%;
}
.smile_album_img,
.surgery_step img {
	height: 20rem;
}
.rolunk_1blokk {
    flex-direction: column-reverse;
}
.rolunk_kiemeles,
.rolunk_bevezeto {
	width: 100%;
}
.rolunk_kiemeles h3 {
    font-size: 5.5vmax;
    line-height: 6vmax;
}
.rolunk_2blokk p {
    width: 100%;
    float: none;
    margin-top: 20rem;
}
.rolunk_3blokk {
	margin-top: 3rem;
	flex-direction: column;
}
.rolunk_3blokk p {
    width: 100%;
    float: left;
    padding: 2rem;
}
.rolunk_kep3 {
    width: 100%;
}
.rolunk_4blokk p {
    width: 60%;
    margin-right: 0;
    margin: auto;
    right: 2rem;
    text-shadow: 2px 2px 5px black;
}
.rolunk_4blokk img {
	height: 30rem;
}
}
@media screen and (min-width:501px) and (max-width:768px) {
.wrapper {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
h1 {
	font-size: 4vmax;
	line-height: 4.5vmax;
}
h3 {
	font-size: 4vmax;
	line-height: 4vmax;
}
h3 span {
	margin-left: 2rem;
}
h4,
h5 {
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.2rem;
}
h5 {
	margin-bottom: 1rem;
}
.verticalNav {
	width: 100%;
}
.verticalNav ul {
	width: 90%;
}
.rm_close {
	right: 1rem;
	top: 1rem;
}
.header_title_holder,
.header_slider,
.header_slider_img {
	height: 45rem;
}
.header_title {
	top: 7rem;
}
.header_slider .wrapper {
    margin-top: 12rem;
}
.header_slider_text {
	width: 100%;
}
.header_slider_img {
	width: 90%;
}
.header_slider_img_left_holder,
.header_slider_img_right_holder {
	bottom: 12rem;
}
.header_slider_img_left,
.header_slider_img_right {
	height: 15rem;
}
.header_slider_img_left_holder p, 
.header_slider_img_right_holder p {
	display: none;
}
.header_slider_text {
	bottom: 7rem;
}
.header_slider button {
	font-size: 0.9rem;
	line-height: 1.3rem;
}
.tns-controls {
	bottom: 3rem;
}
.about_content {
	flex-direction: column;
	margin-top: 2rem;
	padding-bottom: 0;
}
.about_img,
.about_text {
	width: 100%;
}
.about_img {
	height: 25rem;
}
.about_text {
	margin-top: 2rem;
}
.experience {
	width: 100%;
    position: relative;
    margin-top: 2rem;
    bottom: 0;
}
.quote {
    position: absolute;
    right: 2%;
    top: -5rem;
    width: 7rem;
}
.testimonial .wrapper {
	margin: auto;
	float: none;
	width: 90%;
}
.usp_holder,
.implant_steps_holder {
	grid-template-columns: 100%;
	grid-row-gap: 2rem;
}
.usp_holder {
	margin-top: 6rem;
}
.usp_item {
	padding: 2rem !important;
}
.implant_content {
	flex-direction: column;
}
.implant_list,
.implant_text {
	width: 100%;
}
.implant_text {
	margin-top: 2rem;
}
.contact_text {
	width: 100%;
}
.contact_info_holder {
	flex-direction: column;
	margin-top: 0;
	padding-bottom: 5rem;
}
.contact_info,
.contact_content,
.booking {
	width: 100%;
}
.contact_content,
.booking {
	margin-top: 2rem;
}
.site-footer .wrapper {
	width: 85%;
}
.footer_menu {
	padding-top: 0;
	padding-bottom: 1rem;
}
.footer_menu li {
	float: none;
}
.social {
	text-align: left;
	margin-top: 1rem;
}
.subpage_header {
	flex-direction: column;
}
.subpage_header .headline,
.subpage_header .description {
	width: 100%;
}
.subpage_header .description {
	margin-top: 2rem;
}
.surgery_steps {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 43% 43%;
	justify-content: space-between;
	grid-row-gap: 3rem;
	position: relative;
}
.surgery_step::before {
	height: 70%;
    left: -65%;
}
.surgery_step:first-child::before,
.surgery_step:nth-child(3)::before,
.surgery_step:nth-child(5)::before {
	background: none;
}
.surgery_step:nth-child(4)::before {
	background: url('img/arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.surgery_featured {
	height: 30rem;
}
.kezelesek_bevezeto {
	flex-direction: column;
}
.kezeles_1_blokk,
.kezeles_2_blokk {
	width: 100%;
}
.kezeles_2_blokk {
	margin-top: 3rem;
}
.kezeles_tipusok {
	grid-template-columns: 48% 48%;
	grid-row-gap: 3rem;
}
.smile_album_holder .wrapper {
	grid-template-columns: 45% 45%;
}
.smile_album_img,
.surgery_step img {
	height: 15rem;
}
.rolunk_1blokk {
    flex-direction: column-reverse;
}
.rolunk_kiemeles,
.rolunk_bevezeto {
	width: 100%;
}
.rolunk_kiemeles h3 {
    font-size: 4.5vmax;
    line-height: 5vmax;
}
.rolunk_2blokk p {
    width: 100%;
    float: none;
    margin-top: 20rem;
}
.rolunk_kep2 {
	top: 15rem;
}
.rolunk_3blokk {
	margin-top: 3rem;
	flex-direction: column;
}
.rolunk_3blokk p {
    width: 100%;
    float: left;
    padding: 2rem;
}
.rolunk_kep3,
.rolunk_kep3 img {
    width: 100%;
}
.rolunk_4blokk p {
    width: 60%;
    margin-right: 0;
    margin: auto;
    right: 2rem;
}
.rolunk_4blokk img {
	height: 30rem;
}
}
@media screen and (min-width:769px) and (max-width:1024px) {
.wrapper {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.verticalNav {
	width: 100%;
}
.verticalNav ul {
	width: 90%;
}
.rm_close {
	right: 1rem;
	top: 1rem;
}
.header_title_holder,
.header_slider,
.header_slider_img {
	height: 50rem;
}
.header_slider_img {
	width: 80%;
}
.header_slider_img_left_holder,
.header_slider_img_right_holder	{
	bottom: 15rem;
}
.header_slider_img_left,
.header_slider_img_right {
	height: 30vmax;
}
.header_slider_text {
	bottom: 8rem;
}
.tns-controls {
	bottom: 4rem;
}
.about_content {
	padding-bottom: 0;
}
.experience {
	width: 100%;
    position: relative;
    margin-top: 2rem;
    bottom: 0;
}	
.quote {
    position: absolute;
    right: 2%;
    top: -10rem;
    width: 15rem;
}
.testimonial .wrapper {
	width: 70%;
}
.usp_holder {
	grid-template-columns: 48% 48%;
	grid-row-gap: 2rem;
	margin-top: 6rem;
}
.contact_info_holder {
	flex-direction: column;
	margin-top: 0;
	padding-bottom: 5rem;
}
.contact_info,
.booking {
	width: 100%;
}
.contact_content,
.booking {
	margin-top: 2rem;
}
.surgery_steps {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 45% 45%;
	justify-content: space-between;
	grid-row-gap: 5rem;
	position: relative;
}
.surgery_step::before {
	height: 85%;
    left: -60%;
}
.surgery_step:first-child::before,
.surgery_step:nth-child(3)::before,
.surgery_step:nth-child(5)::before {
	background: none;
}
.surgery_step:nth-child(4)::before {
	background: url('img/arrow.svg');
	background-repeat: no-repeat;
	background-position: center center;
}
.surgery_featured {
	height: 30rem;
}
.kezelesek_bevezeto {
	flex-direction: column;
}
.kezeles_1_blokk,
.kezeles_2_blokk {
	width: 100%;
}
.kezeles_2_blokk {
	margin-top: 3rem;
}
.rolunk_2blokk p {
    width: 100%;
    float: none;
    margin-top: 20rem;
}
.rolunk_kep2 {
	top: 15rem;
}
}
@media screen and (min-width:1025px) and (max-width:1280px) {
.header_title {
	top: 10rem;
}
.header_title h1 {
	font-size: 6vmax;
	line-height: 6.5vmax;
}
.header_title_holder,
.header_slider,
.header_slider_img {
	height: 60rem;
}
.header_slider_img {
	width: 60%;
}
.header_slider_img_left_holder,
.header_slider_img_right_holder	{
	bottom: 12rem;
}
.header_slider_img_left,
.header_slider_img_right {
	height: 30vmax;
}
.header_slider_text {
	bottom: 8rem;
}
.tns-controls {
	bottom: 4rem;
}
}
@media screen and (min-width:1281px) and (max-width:1490px) {
.header_title {
	top: 10rem;
}
.header_title {
	top: 4rem;
}
.header_title h1 {
	font-size: 5vmax;
	line-height: 5.5vmax;
}
.header_slider_img {
	width: 55%;
}
.header_slider_img_left_holder,
.header_slider_img_right_holder	{
	bottom: 15rem;
}
.header_slider_img_left,
.header_slider_img_right {
	height: 20vmax;
}
.header_slider_text {
	bottom: 6rem;
}
.tns-controls {
	bottom: 3rem;
}
}
@media screen and (min-width:1491px) and (max-width:2200px) {
.header_title {
	top: 4rem;
}
.header_title h1 {
	font-size: 5vmax;
	line-height: 5.5vmax;
}
.header_slider_img {
	width: 60%;
}
.header_slider_img_left_holder,
.header_slider_img_right_holder	{
	bottom: 10rem;
	width: 42%;
}
.header_slider_img_left,
.header_slider_img_right {
	height: 18vmax;
}
.header_slider_text {
	bottom: 5rem;
}
.tns-controls {
	bottom: 2rem;
}
}