html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
}
header {
	z-index: 999999;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.large-grid-container {
	margin: 0 auto;
}
#top-bar {
	width: 100%;
	padding: 10px 0;
	background: #F05663;
}
#nav-languages {
	margin: 0;
	padding: 0;
}
#nav-languages li {
	display: inline-block;
}
#nav-languages li a {
	font-family:'Avenir Next Variable Set W05 R';
	font-size: calc(14px + 0.2vw);
	color: #fff;
	display: block;
	margin-left: 25px;
	padding-left: 35px;
	opacity: 0.7;
	transition: 0.3s;
}
#nav-languages li a.is-active {
	opacity: 1;
	font-family:'Avenir Next LT W01 Bold';
}
#nav-languages li a:hover {
	opacity: 1;
}
#nav-languages li a.english {
	background: url('../img/Button_English.svg') no-repeat;
}
#nav-languages li a.magyar {
	background: url('../img/Button_Magyar.svg') no-repeat;
}
#header {
	width: 100%;
	background: #fff;
	border-bottom: 6px solid #cfc6bb;
}
h1.logo {
	font-family:'Avenir Next LT W01 Bold';
	color: #F05663;
	font-size: calc(14px + 0.5vw);
	padding: 30px 0 0 25px;
	margin: 0;
}
h2.logo {
	font-family: adobe-caslon-pro, serif;
	font-weight: 700;
	font-style: italic;
	color: #F05663;
	font-size: calc(14px + 0.5vw);
	padding: 3px 0 25px 25px;
	margin: 0;
        line-height: 1.25rem;
        margin-top: 0.15rem;
}
#slideshow {
	width: 100%;
	border-bottom: 6px solid #F05663;
}
.orbit-caption {
	font-size: calc(0.5em + 1.5vw);
	text-align: center;
	font-family:'Lato';
	font-weight: 700;
	background: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
	padding-top: 100px;
	padding-bottom: calc(3vw);
}
.orbit button {
	cursor: pointer;
}
button.orbit-previous {
	padding-left: calc(3em + 1vw);
	z-index: 1;
}
button.orbit-next {
	padding-right: calc(3em + 1vw);
	z-index: 1;
}
.orbit-bullets-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 0.75vw;
}
.orbit-bullets button {
	border-radius: 0;
	height: 2px;
	width: calc(10px + 3vw);
	;
	margin: 0 0.5em;
	background-color: #fff;
	opacity: 0.3;
}
.orbit-bullets button.is-active {
	opacity: 1;
	background-color: #F05663;
}
#nav-main {
	float: right;
	height: 100%;
	font-size: 0;
}
#nav-main li {
	display: inline-block;
	height: 100%;
}
#nav-main li a {
	height: inherit;
	display: flex;
	align-items: center;
	font-family:'Avenir Next Variable Set W05 R';
	color: #F05663;
	font-size: calc(14px + 0.35vw);
	padding: 0 calc(5px + 1.1vw);
	transition: 0.3s;
}
#nav-main li a.active {
        font-family:'Avenir Next LT W01 Bold';
}
#nav-main li a:hover {
	color: #fff;
	background-color: #3c3c3b;
}
.content {
	padding-bottom: 50px;
}
.top-link {
	transition: all .25s ease-in-out;
	position: fixed;
	bottom: 0;
	right: 0;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	margin: 0 3em 3em 0;
	border-radius: 50%;
	padding: .25em;
	width: 80px;
	height: 80px;
	background-color: #F8F8F8;
	z-index: 9999;
}
.show {
	visibility: visible;
	opacity: 1;
}
.hide {
	visibility: hidden;
	opacity: 0;
}
.screen-reader-text {
	position: absolute;
	clip-path: inset(50%);
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	clip: rect(1px, 1px, 1px, 1px);
	&amp;
	:focus {
		display: block;
		top: 5px;
		left: 5px;
		z-index: 100000;
		// Above WP toolbarclip-path: none;
		background-color: #eee;
		padding: 15px 23px 14px;
		width: auto;
		height: auto;
		text-decoration: none;
		line-height: normal;
		color: #444;
		font-size: 1em;
		clip: auto !important;
	}
}
.img-container {
	position: relative;
	display: inline-block;
	border: 1px solid #cfc6bb;
	box-shadow: 5px 5px 0 0 #cfc6bb;
	transform: scale(1);
	overflow: hidden;
}
.img-container .img-top {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	transition: 1s;
	opacity: 0;
}
.img-container:hover .img-top {
	visibility: visible;
	opacity: 1;
}
/*
.person-img-container {
	display: inline-block;
	border: 4px solid #F05663;
	border-radius: 100%;
	overflow: hidden;
}
.person-img-container .img-top {
        display: inline-block;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
	opacity: 0;
}
.person-img-container:hover .img-top {
	visibility: visible;
	opacity: 1;
}
.person-img-container img {
        width: 11.5rem;
}
*/

.person-img-container {
	position: relative;
        display: inline-block;
        border: 4px solid #F05663;
        border-radius: 100%;
        overflow: hidden;
}
.person-img-container img {
        width: 11.5rem !important;
}
.person-img-container .img-top {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        /*
        transition: 1s;
        */
        opacity: 0;
}
.person-img-container:hover .img-top {
	visibility: visible;
	opacity: 1;
}

.content-padding-x {
	padding: 0 35px !important;
}
@media screen and (max-width: 39.9375em) {
        header.open #top-bar {
            position: absolute;
            width: 6rem;
            right: 3rem;
            background-color: #fff;
            top: 0.9rem;
            
            border-bottom: none;
            height: auto;
            padding: 0rem;
        }
        header #top-bar {
            position: absolute;
            width: 6rem;
            right: 3rem;
            background-color: #fff;
            top: 0rem;
            
            height: 100%;
            border-bottom: 6px solid #cfc6bb;
            padding: 0rem;
        }
        #top-bar div.table {
            height: 100%;
            display: table;
            
            position: relative;
            left: 2rem;
        }
        #top-bar .large-grid-container {
            display: table-cell;
            vertical-align: middle;
        }
	#nav-main-small {
		height: 100vh;
	}
	#nav-languages {
		float:right;
		height: 24px;
	}
        #nav-languages li:first-child a {
            margin-left: 0rem !important;
        }
	#nav-languages li a {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 24px;
		height: 24px;
		padding: 0;
		margin:0;
		text-align: right;
		margin-left: 10px;
	}
	h1.logo {
		padding: 15px 0 0 10px;
                /*
                width: 30rem;
                */
                padding-bottom: 1rem;
                font-size: 0.85rem;
	}
	h2.logo {
		padding: 0 0 10px 10px;
                
                display: none;
	}
        .top-link {
                display: none !important;
        }
	#nav-main li a {
		padding: 0 10px;
	}
	.orbit-caption {
		display: none;
	}
	.content-padding-x {
		padding: 0 10px !important;
	}
	.footer-nav {
		text-align: center;
	}
	.footer-nav li {
		font-size: calc(12px + 0.4vw) !important;
	}
	.footer-nav li a {
		border-bottom: 1px solid #cfc6bb;
		padding: 10px 0;
		display: block;
	}
}
#close-button {
	display: none;
}
.hide {
	display: none;
}
.show {
	display: block;
}
#close-button.show {
        display: block !important;
}
#nav-main-small {
	width: 100%;
	padding: 20px 0;
	display: none;
}
#nav-main-small li {
	list-style: none;
}
#nav-main-small li a {
	text-transform: uppercase;
	font-family:'Avenir Next Variable Set W05 R';
	color: #3c3c3b;
	font-size: calc(1.5em + 0.35vw);
	padding: 10px 0;
	display: block;
	text-align: center;
}
#nav-main-small li a:hover {
	color: #fff;
	background-color: #F05663;
}
.content h1 {
	text-transform: uppercase;
	font-family:'Avenir Next Variable Set W05 R';
	color: #F05663;
	font-size: calc(2em + 1vw);
}
.content h2 {
	font-family:'Avenir Next LT W01 Bold';
	color: #F05663;
	font-size: calc(1em + 1vw);
}
.content span.img-caption {
	display: block;
	font-family:'Avenir Next Variable Set W05 R';
	color: #3c3c3b;
	font-size: calc(0.4em + 0.4vw);
	margin-top: 5px;
        text-align: right;
}
.content span.img-title {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: italic;
	color: #3c3c3b;
	font-size: calc(0.9em + 0.4vw);
}
p {
	/* font-family:'Avenir Next Variable Set W05 R'; */
    font-family: 'Avenir Next Variable Set W05 R';
	color: #3c3c3b;
	font-size: calc(0.7em + 0.4vw);
}
.read-more ul {
    margin-left: 2.25rem;
}
ul li {
    font-family: 'Avenir Next Variable Set W05 R';
    color: #3c3c3b;
    font-size: calc(0.7em + 0.4vw);
	/* margin-left: 35px; */
}
ol li {
    font-family: 'Avenir Next Variable Set W05 R';
    color: #3c3c3b;
    font-size: calc(0.7em + 0.4vw);
	/* margin-left: 35px; */
}
p strong {
	font-family:'Avenir Next LT W01 Bold';
}
ul.primary-list li {
	font-family:'Avenir Next Variable Set W05 R';
	color: #F05663;
	font-size: calc(0.8em + 0.4vw);
}

ul.secondary-list li {
	font-family:'Avenir Next Variable Set W05 R';
	color: #F05663;
	font-size: calc(0.8em + 0.4vw);
 /*       padding: 0.5rem 0rem 0.5rem 0rem; */
}
/*
ul.secondary-list li:before {
  content: "\2014\00a0\00a0";
  text-indent: -15px;
  
  position: absolute;
  left: 1rem;
}
*/
.read-more-container {
	display: flex;
	flex-wrap: wrap;
}
.read-more {
	width: 100%;
}
.btn-readmore {
	order: 2;
	margin-right: 5px !important;
}
.btn-pdf {
	order: 3;
}
.btn-primary {
	text-transform: uppercase;
	font-family:'Avenir Next LT W01 Bold';
	color: #F05663;
	font-size: calc(0.8em + 0.4vw);
	padding: 18px 25px 14px 25px;
	margin: 10px 0;
	border-bottom: 4px solid #F05663;
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	cursor: pointer;
	border-radius: 0;
}
.btn-primary:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F05663;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-primary:hover {
	color: #fff;
}
.btn-primary:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.vertical-align {
	height: inherit;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.img-right,.img-left {
		float: right;
	}
	.rwd-break {
		display: none;
	}
	.anchor {
		padding-top:150px;
	}
}
hr {
	height: 1px;
	width: 100%;
	max-width: 100%;
	color: #9e9e9e;
	margin: 35px 0;
}
@media screen and (min-width: 81.25em) {
	.img-right {
		transform: translate(-40px, 0);
	}
	.img-left {
		transform: translate(40px, 0);
	}
	.large-grid-container {
		margin: 0 auto;
		padding: 0 50px;
	}
}
@media screen and (min-width: 64em) {
	.anchor {
		padding-top:150px;
	}
}
.content-container-wide {
	width: 100%;
	padding: 15px 0 0 0;
}
.content-container-dark {
	background: #f3f0ee;
}
.content-container-light {
	background: #fff;
}
.show-for-large-and-up {
	display: none;
}
@media screen and (min-width: 64em) {
	.show-for-large-and-up {
		display: block;
	}
	.content {
		padding: 70px 0;
	}
}
@media screen and (min-width: 40em) {
	.footer-nav {
		margin: 0;
		width: 85%;
		padding-right: 20px;
		border-right: 1px solid #cfc6bb;
	}
	.footer-nav.last {
		margin: 0;
		width: 100%;
		border: 0;
	}

        
}
.person-box {
	text-align: center;
	margin-top: 35px;
}
h3.person-name {
	font-family:'Avenir Next Variable Set W05 R';
	color: #3c3c3b;
	font-size: calc(0.8em + 0.4vw);
        margin-top: 0.5rem;
}
h3.person-name strong {
	font-family:'Avenir Next LT W01 Demi';
}
h4.person-position {
	font-family: Lusitania, serif;
	font-weight: 300;
	font-style: italic;
	color: #3c3c3b;
	font-size: calc(0.8em + 0.4vw);
	margin: 0;
}
h5.person-mail {
	font-family:'Avenir Next Variable Set W05 R';
	color: #F05663;
	font-size: calc(0.6em + 0.3vw);
	margin: 0;
}
h5.person-mail a {
    text-decoration: none;
    color: #F05663;
}
.open-position-box {
	background: #fff;
	margin: 15px 0 15px 0;
        
        border: 1px solid #cfc6bb;
        box-shadow: 5px 5px 0 0 #cfc6bb;
        
        padding: 1.5rem;
}
span.open-position-date {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: italic;
	color: #3c3c3b;
	font-size: calc(0.8em + 0.4vw);
}
h2.open-position-title {
	font-size: calc(1.0em + 0.6vw);
}
h3.open-position-title {
	font-size: calc(0.8em + 0.3vw);
}
footer {
	background: #f2f0ee;
}
#footer {
	background: #F05663;
	padding: 25px;
}
.jump-to-top {
	display: block;
	float: right;
	margin-right: 25px;
	margin-top: -65px;
}
.footer-nav {
	margin: 0;
}
.footer-nav li {
	list-style: none;
	font-family:'Avenir Next LT W01 Demi';
	font-size: calc(0.8em + 0.4vw);
}
.footer-nav li a {
	color: #fff;
}
#footer-bottom-bar {
	background: #3c3c3b;
	padding: 15px;
	text-align: center;
}
#footer-bottom-bar span {
	font-family:'Avenir Next Variable Set W05 R';
	color: #fff;
	font-size: calc(0.8em + 0.4vw);
}
.rights-notice {
	font-family: adobe-caslon-pro, serif !important;
	font-weight: 600;
	font-style: italic;
}

.content a {
    color: #F05663;
    text-decoration: underline;
}

#partners .content ul li {
    color: #F05663;
}


.news-item {
    
    margin-top: 2rem;
    
    
    
}
.news-item .teaser {
    max-width: 100%;
    height: 256.545px;
    
    background-color: #f2efed;
    border: 1px solid #cfc6bb;
    box-shadow: 5px 5px 0 0 #cfc6bb;
}
.news-item .teaser .picture {
    height: 100%;
    overflow: hidden;
    padding: 5%;
}
.news-item .teaser .picture img {
    width: 100%;
}
.news-item .teaser .left {
    width: 30%;
    float: left;
    height: 100%;
}
.news-item .teaser .right {
    width: 70%;
    float: right;
}
.news-item .teaser .right .content {
    padding: 1rem 2rem !important;
}

.news-item .main-content {
    background-color: #f2efed;
    border: 1px solid #cfc6bb;
    box-shadow: 5px 5px 0 0 #cfc6bb;
}
.news-item .main-content .picture img {
    min-width: 100%;
}
.news-item .main-content .date,
.news-item .teaser .right .content .date {
    font-size: calc(0.7em + 0.2vw);
    
    font-family: adobe-caslon-pro, serif;
    font-weight: 600;
    font-style: italic;
    color: #3c3c3b;
}
.news-item .main-content .title,
.news-item .teaser .right .content .title {
    font-family: 'Avenir Next Variable Set W05 R';
    font-weight: 600;
    font-size: calc(0.65em + 0.4vw);
    color: #F05663;
}

.news-item .teaser .right .content .content {
    font-family:'Avenir Next Variable Set W05 R';
    font-size: calc(0.65em + 0.2vw);
    padding: 1.25rem 0rem !important;
    
    overflow: hidden;

    height: 6em;
}
.news-item .main-content .content {
    font-family:'Avenir Next Variable Set W05 R';
    font-size: calc(0.7em + 0.2vw);
    padding: 1.25rem 2rem;
}
.news-item .main-content .content .content {
    padding: 1rem 0rem !important;
}
.news-item .teaser .right .content .showmore-button {
    font-family:'Avenir Next Variable Set W05 R';
    font-size: calc(0.8em + 0.4vw);
    color: e8443a;
}


.news-item .main-content {
    display: none;
}

@media screen and (max-width: 64em) {
    .news-item .teaser {
        height: auto;
    }
    .news-item .teaser .left {
        float: none;
        width: 100%;
    }
    .news-item .teaser .right {
        float: none;
        width: 100%;
    }
    .news-item .teaser .left .picture {
        padding: 0rem;
    }
    .news-item .teaser .content .content {
        height: auto;
    }
}

#fade, #fade2, #fade3{
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light, #light2, #light3{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
    max-height: max-content;
    margin-left: -35%;
  margin-top: -180px;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
      width: 70%;
}

.positionrelativ {
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

#VisaChipCardVideo, #VisaChipCardVideo2, #VisaChipCardVideo3{
    position: absolute;
    width: 100%;
}

#boxclose {
  position: relative;
    text-decoration: none;
    border: none;
    background: none;  
    
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade3:hover ~ #boxclose {
  display:none;
}
#fade2:hover ~ #boxclose {
  display:none;
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

button.video-button {
    text-transform: uppercase;
    font-family: 'Avenir Next LT W01 Bold';
    color: #F05663;
    font-size: calc(0.8em + 0.4vw);
    padding: 18px 25px 14px 25px;
    margin: 10px 0 2rem 0;
    border-bottom: 4px solid #F05663;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    border-radius: 0;
}
button.video-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F05663;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
button.video-button:hover {
	color: #fff;
}
button.video-button:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}