/********************
 * Vacancies
 ********************/
.no-vacancies-available {
  color: #0A0A0A;
  font-style: italic;
}

.artile-image-top {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  background: #000;
  height: 260px;
}

.image-article-top-image {
  width: 100%;
  object-fit: cover;
  height: 260px;
  position: absolute;
  opacity: 0.4;
}

.captcha-wrapper {
  margin-bottom: 10px;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.vacancies-back-overview {
  display: flex;
  margin-bottom: 18px;
  font-size: 16px;
  color: #b5b5b5 !important;
  transition: .25s ease;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.vacancies-back-overview-title {
  color: #c5c5c5;
  margin: 0px;
}

.vacancies-back-overview:hover {
  color: var(--primary-brand-color) !important;
}

.vacancies-back-arrow {
  transform: rotate(180deg);
  width: 30px;
  fill: #fbba00;
  margin-right: 15px;
}

.article-top {
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.one-container .container {
  background-color: unset !important;
}

#content {
  max-width: 100% !important;
}

.content-center-white {
  width: 56%;
  margin: 0 auto;
  color: #FFF;
}

.vacancies-overview-container {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: 30px;
}

.vacancies-overview-cards {
  background: #FFF;
  border: 1px solid #e0e0e0;
  padding: 30px;
  flex-basis: calc(50% - 15px);
  transition: .25s ease;
}

.vacancies-overview-cards:hover {
  transform: translateY(-4px);
  background: #fafafa;
  border: 1px solid #fbba00;
}

.vacancies-overview-cards:hover .vacancies-overview-subtitle,
.vacancies-overview-cards:hover .vacancies-overview-intro {
  
}

.vacancies-overview-subtitle {
  color: #afafaf;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
}

.vacancies-overview-title {
  font-size: 26px;
  line-height: 34px;
  color: #0A0A0A;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
}

.vacancies-overview-intro {
  color: #0A0A0A;
}

.vacancies-about-text {
  color: #0A0A0A;
  line-height: 30px;
}

.vacancies-overview-cta {
  margin: 0 0 0 0;
  padding: 0px;
  display: flex;
  align-items: center;
  transition: .25s ease;
  color: #fbba00;
  font-weight: 600;
  font-family: Lato, sans-serif;
}

.vacancies-overview-cta-arrow {
  width: 30px;
  fill: #fbba00;
  margin-left: 15px;
  transition: .25s ease;
}

.vacancies-overview-cards:hover .vacancies-overview-cta {

}

.vacancies-overview-cards:hover .vacancies-overview-cta-arrow {
  transform: translateX(4px);
}

.vacancies-title {
  font-size: 60px;
  line-height: 72px;
  text-transform: none;
  color: #0A0A0A;
  text-align: center;
  letter-spacing: 0px !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

.vacancies-about-title {
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #0A0A0A;
  margin-bottom: 10px;
}

.vacancies-title-small {
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: var(--primary-brand-color);
  margin-bottom: 10px;
  text-align: center;
}

.vacancies-title-small-black {
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #0A0A0A;
  margin-bottom: 10px;
  text-align: center;
}

.vacancies-subtitle {
  text-align: center;
  color: #fbba00;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}

.vacancies-introduction {
  color: #0A0A0A;
  width: 54%;
  margin: 0 auto;
}

.vacancies-content-container {
  width: 54%;
  margin: 0 auto;
}

.vacancies-info-text {
  color: #0A0A0A;  
}

.vacancies-content-white {
 color: #FFF;
}

.vacancies-article {
  margin-top: 156px;
}

.vacancies-about-background,
.vacancies-contact-background {
  position: relative;
  padding: 100px 0 100px 0;
  background: var(--primary-brand-color);
}

.vacancies-about-background:before,
.vacancies-contact-background:before {
  content: "";
  background-image: url(/wp-content/uploads/2021/05/bg_socials.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}

.vacancies-content-container {
  margin-top: 130px;
}

.vacancies-info-container {
  width: 54%;
  margin: 0 auto;
  margin-bottom: 70px;
}

.vacancies-about {
  display: flex;
  gap: 60px;
  align-items: center;
}

.vacacies-about-image {
  flex-basis: 50%;
}

.vacancies-about-content {
  flex-basis: 50%;
}

.site-content-single {
  padding: 0 20px 0 20px;
}

ul {
  list-style: none !important;
  margin: 0 0px 0 24px !important;
  padding: 0 !important;
}

ul li:before {
  content: "\2609";
  color: #fbba00;
  font-weight: bold;
  display: flex;
  margin-left: -24px;
  font-size: 18px;
  margin-right: 18px;
}

.vacancies-list article ul li {
  color: #0A0A0A;
  line-height: 28px;
  margin-bottom: 6px;
  display: flex;
}

.vacancies-list article ul li:last-child {
  margin-bottom: 0px;
}

.main-navigation li:before {
  content: none;
}

.vacancies-content-white a {
  color: #FFF;
  font-weight: 500;
}

.vacancies-content-black a {
  color: #fbba00;
  font-weight: 500;
}

.vacancies-content-white a:hover {
  color: #FFF;
  text-decoration: underline;
}

.vacancies-content-black a:hover {
  color: #fbba00;
  text-decoration: underline;
}

input[type=file]::file-selector-button {
  margin: 10px 0 10px 0;
  padding: 12px 24px !important;
  font-size: 16px !important;
  color: #0A0A0A !important;
  background: #FFF !important;
  transition: .25s ease;
  border-radius: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  text-transform: none !important;
  border: 1px solid #fbba00 !important;
  -webkit-appearance: unset !important;
}

.wpcf7 input[type="file"] {
  width: 100%;
  padding: 6px 0px 15px 15px;
  background: #fafafa;
  border-radius: 5px;
  color: #000;
  margin-top: 4px;
  border: 1px solid #e8e8e8;
}

.upload-help {
  color: #434343;
  position: absolute;
  left: 94px;
}

/* 27 Addition */
.two-column {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.column-margin {
  margin: 80px 0 80px 0;
}

.image-column {
  flex-basis: calc(50% - 5px);
}

/********************
 * Start - Contact Form
 ********************/
form.wpcf7-form.init,
form.wpcf7-form.invalid,
form.wpcf7-form.sent,
form.wpcf7-form.submitting {
  margin-top: 40px;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="number"], 
textarea, 
select {
  color: #000 !important;
  width: 100%;
  border-color: #e8e8e8 !important;
  margin-top: 5px !important;
  border-radius: 5px !important;
  padding: 12px 15px !important;
}

select {
  -webkit-appearance: none !important;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="number"]:focus, 
textarea:focus, 
select:focus,
input[type="text"]:focus-visible, 
input[type="email"]:focus-visible, 
input[type="url"]:focus-visible, 
input[type="password"]:focus-visible, 
input[type="search"]:focus-visible, 
input[type="tel"]:focus-visible, 
input[type="number"]:focus-visible, 
textarea:focus-visible, 
select:focus-visible {
  color: #000 !important;
  border-color: var(--primary-brand-color) !important;
  box-shadow: inset 0 0 0 1px var(--primary-brand-color);
  outline: none !important;
}

label.contactform-field {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
  height: fit-content;
  color: #0A0A0A;
  position: relative;
}

.contact-form-button-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  border-radius: 5px;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 36px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-left: 3px solid #ff9c00;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-left: 3px solid #26c54c;
}

.input-row-1 {

}

.label-row {
  width: 100%;
}

.contactform-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wpcf7-not-valid-tip {
  font-style: italic;
  font-size: 12px !important;
}

.captcha-wrapper {
  margin-bottom: 10px;
}
/********************
 * ^ End - Contact Form
 ********************/

/* Buttons */
.contact-form-button {
  margin: 10px 0 0 0;
  padding: 12px 24px !important;
  font-size: 16px !important;
  transition: .25s ease;
  border-radius: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  text-transform: none !important;
  border: none !important;
  -webkit-appearance: unset !important;
  background: #fbba00 !important;
  height: 44px;
}

.contact-form-button:hover,
input[type=file]::file-selector-button:hover {
  background: #fbba00 !important;
  color: #FFF !important;
  transform: translateY(-4px);
}

.button-link-white:hover {
  background: #a78636 !important;
}

/**
 *  ==========  Framework CSS
 *
 *  Extra small devices (portrait phones, less than 576px)
 *  No media query since this is the default
 */
.yellow,
.a-yellow {
	color: rgb(251, 186, 0) !important;
  margin-left: 4px;
}
.black {
	color: #000 !important;
}
.a-yellow:hover {
	text-decoration: underline;
}
.text-wit {
	color: #fff;
}
.clearfoat:after {
	content: '';
	display: table;
	clear: both;
}
.hidden {
	display: none;
}
.icon-h {
	cursor: pointer;
}
.main-navigation .main-nav ul li a:hover {
	opacity: 1;
}
.main-navigation .main-nav ul li:hover a {
  color: #ffbd00 !important;
}
.mobile-header-navigation .site-logo.mobile-header-logo img {
	height: 48px !important;
}

/* borders */
.border-r {
	border: 1px dotted red;
}
.border-g {
	border: 1px dotted green;
}
.border-b {
	border: 1px dotted blue;
}

.container-menu {
	position: relative;
}
.img-menu .a-div-menu {
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.img-menu .a-div-menu .a-menu {
	border: 2px solid rgb(251, 186, 0);
	padding: 5px 15px;
	color: #000;
	margin: 0 4px;
}
.img-menu .a-div-menu .a-menu:hover {
	opacity: 0.9;
}

.footer-socials {
	display: flex;
	align-items:center;
	justify-content: center;
}
.footer-socials a {
	padding: 7px 0 0 0;
}
.footer-socials a:hover {
	opacity: 0.8;
}
.footer-socials .icon {
	height: 30px;
	margin: 0 4px;
	display: inline-block;
}
.footer-socials .socials-text {
	margin: 0 10px;
}

.second-logo {
	width: 70% !important;
	max-width: 500px !important;
	margin: 0 auto;
}

.color {
	width: 16.6%;
	height: 30px;
	float: left;
}
.color-6 {
	width: 17%;
}
.color-1 {
	background-color: rgb(233, 177, 0);
}
.color-2 {
	background-color: rgb(178, 63, 6);
}
.color-3 {
	background-color: rgb(0, 95, 39);
}
.color-4 {
	background-color: rgb(0, 121, 115);
}
.color-5 {
	background-color: rgb(157, 155, 142);
}
.color-6 {
	background-color: rgb(174, 15, 10);
}
.artwork-bottom {
	background-image: url('../images/artwork_mob.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 40px;
	margin-bottom: 40px;
}

.logo-footer {
	width: 220px;
  margin: 0px auto 30px auto;
}

.socials-footer .icon {
	height: 50px;
	margin: 0 7px;
}

.bottom-site {
	clear: both;
	margin-top: 40px;
	text-align: center;
	color: #fff;
	line-height: 34px;
}
.bottom-site .bottom-link {
	display: block;
}
.bottom-site .a-white {
	color: #fff !important;
	text-decoration: underline;
}
.bottom-site .divider {
	display: none;
}
.bottom-site .a-white:hover {
	text-decoration: none;
}

.site-footer,
.generate-back-to-top {
	display: none !important;
}

/* reserve */
.button-reserve {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgb(215,120,18);
	background: linear-gradient(0deg, rgba(215,120,18,1) 0%, rgba(251,185,0,1) 100%); 
	z-index: 100;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	-webkit-box-shadow: 0px 5px 14px -3px rgba(0,0,0,0.72); 
	box-shadow: 0px 5px 14px -3px rgba(0,0,0,0.72);
}
.button-reserve .a-reserve {
	display: inline-block;
	padding: 18px 0;
	color: #fff;
	font-size: 11px;
}

a#button-reserve-header:hover {
  color: #FFF;
}

/* insta feed */
#sbi_load,
.sb_instagram_header {
	display: none !important;
}


/**
 *  ==========  Small devices (landscape phones, 560px and up)
 */
@media (min-width: 560px) {
	
	.img-menu .a-div-menu {
		position: absolute;
		bottom: 40px;
		left: 0;
		width: 100%;
		height: 30px;
		z-index: 20;
	}
	.img-menu .a-div-menu .a-menu {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.1);
	}

}


/**
 *  ==========  Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {
	
	.mobile-header-navigation .site-logo.mobile-header-logo img {
		height: 50px !important;
	}
	.img-menu {
		width: 70%;
		margin: 0 auto;
	}
	.img-menu .a-div-menu {
		bottom: 40px;
		height: 40px;
	}
	.img-menu .a-div-menu .a-menu {
		padding: 7px 22px;
		font-size: 18px;
		margin: 0 8px;
	}
	.footer-socials .icon {
		height: 58px;
		margin: 0 8px;
	}
	.footer-socials .socials-text {
		margin: 0 20px;
		font-size: 20px;
	}
	.artwork-bottom {
		background-image: url('../images/artwork_tab.jpg');
		height: 46px;
		margin-bottom: 46px;
	}
	
	/* reserve */
	.button-reserve {
		right: 25px;
		bottom: 25px;
		width: 80px;
		height: 80px;
	}
	.button-reserve .a-reserve {
		padding: 22px 0;
		font-size: 15px;
	}

}


/**
 *  ==========  Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {

	.img-menu .a-div-menu .a-menu {
		border: 3px solid rgb(251, 186, 0);
		margin: 0 10px;
	}
	.bottom-site {
		margin-top: 100px;
	}
	.bottom-site .divider {
		display: inline-block;
		margin: 0 15px;
	}
	.bottom-site .bottom-link {
		display: inline-block;
	}

}


/**
 *  ==========  Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px) {

	.img-menu {
		width: 100%;
	}
	.socials-footer .icon {
		height: 64px;
		margin: 0 10px;
		position: relative;
	}
	.artwork-bottom {
		background-image: url('../images/artwork_desk.jpg');
		height: 70px;
		margin-bottom: 46px;
	}
	
	/* reserve */
	.button-reserve {
		right: 40px;
		bottom: 50px;
		width: 100px;
		height: 100px;
	}
	.button-reserve .a-reserve {
		padding: 30px 0;
		font-size: 18px;
	}

}
.social-icon-wrapper:hover {
	opacity: 0.8;
	transition: .25s ease;
}

.icon-container {
	display: flex;
	justify-content: center;
}

a.icon-link {
  display: flex;
  height: fit-content;
  width: fit-content;
}

.social-icon-wrapper {
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-background {
	background: #FFF;
	border-radius: 1000px;
	height: 62px;
	width: 62px;
	position: absolute;
	z-index: -1;
}

.sbi_photo_wrap {
  margin: 10px;
}

a.menu-card-button {
  color: #FFFFFF;
  padding: 14px 26px 14px 26px;
  background: #fbba00;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

a.menu-card-button:hover {
  color: #FFFFFF;
  background: #ffc725;
}

.menu-container {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: -40px;
  width: 100%;
}

.menu-button-container {
  position: absolute;
  bottom: 80px;
}

.button-reserve .a-reserve {
  font-size: 16px;
}

/* Video Header */
/* If extra menu = no, display the following extra div container */
.header-space-no {
  margin-top: -45px;
}

.header-space-yes {
  margin-top: 0px;
}

.wp-block-cover, .wp-block-cover-image {
  min-height: 100vh;
}

.wp-block-cover h1:not(.has-text-color) {
  color: #FFF;
  padding-top: 140px;
  font-size: 80px;
}

.wp-block-cover.is-light {
  margin-bottom: 0px !important;
}

/* Notice */
/*
.special-notice {
  position: absolute;
  width: 460px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 16%;
  background: #FFF;
  padding: 25px;
  z-index: 10;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, 
              rgb(0 0 0 / 12%) 0px -12px 30px, 
              rgb(0 0 0 / 12%) 0px 4px 6px, 
              rgb(0 0 0 / 17%) 0px 12px 13px, 
              rgb(0 0 0 / 9%) 0px -3px 5px;
} */

.extra-menu-button-container {
  display: flex;
  text-align: center;
}

/* 
a.extra-menu-card-button {
  color: #000;
  padding: 10px 20px 10px 20px;
  border: 3px solid #fbba00;
  width: 100%;
}

a.extra-menu-card-button:hover {
  color: #FFFFFF;
  background: #fbba00;
} */

/*
.special-notice-title {
  line-height: 26px;
  font-size: 20px;
  font-weight: 600;
  color: #313131;
  font-family: 'Lato';
  text-align: center;
  margin-bottom: 16px;
  margin-top: -6px;
} */

/* Notice top */
.special-notice,
.menucards-top {
  padding: 10px 10px 10px 10px;
  position: unset;
  margin-bottom: 0px;
  border-radius: 0px;
  background: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0px solid #fbb900;
  z-index: 11;
  position: relative;
}

.menucards-top {
  z-index: 999999;
  position: fixed;
  top: 0px;
}

.special-notice-title,
.menucards-title,
.menucards-back {
  line-height: 18px;
  font-size: 14px;
  margin: 0px;
  margin-top: -4px;
  color: #000;
  margin-right: 250px;
  font-family: 'Lato';
  font-weight: bold;
}

.menucards-title {
  font-size: 18px;
  color: #000;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: fit-content;
  display: none;
}

.menucards-back {
  margin: 0;
  padding: 0;
  display: none;
}

.active-back {
  display: block;
}

.menucards-item-1:hover .menucards-back {
  text-decoration: underline;
}

.inside-article a, .paging-navigation a, .comments-area a, .page-header a {
  color: #000;
}

a.extra-menu-card-button {
  font-size: 14px;
  width: auto;
  border: 2px solid #fbb900;
  padding: 5px 20px;
  font-weight: bold;
  transition: .25s ease;
  color: #000 !important;
  font-family: "Lato", sans-serif !important;
}

a.extra-menu-card-button:hover {
	color: #000 !important;
  background: #fbb900;
}

.header-wrap {
  top: 60px;
}

/* Menu Card options */
.cards-inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

img.cards-menu-image {
  flex-basis: 50%;
  width: 50%;
  object-fit: cover;
}

.cards-menu-items {
  flex-basis: 50%;
  padding: 0px 0px 0px 70px;
}

.text-disclaimer {
  font-size: 14px;
  color: #a8a8a8;
  margin-top: -14px;
}

.cards-items {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 14px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .25s ease;
  color: #000;
}

.cards-items:hover {
  color: #fbba00;
}

svg.arrow-right {
  width: 30px;
  fill: #fbba00;
}

svg.arrow-left {
  width: 26px;
  fill: #fbba00;
  transform: rotate(180deg);
  margin-right: 15px;
}

.menucards-menucard {
  margin: 0 auto;
  display: flex;
  z-index: 100000;
  position: relative;
  display: none;
  max-width: 720px;
  margin-top: 34px;
  z-index: 11;
}

.menucards-menucard.active-card-nl,
.menucards-menucard.active-card-de,
.menucards-menucard.active-card-en,
.drinks-nl {
  display: block;
}

.blackbackground {
  background: #FFF;
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: 10;
  top: 0px;
  opacity: 0.05;
  background-image: url(/wp-content/uploads/2021/05/bg_socials.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.entry-content {
  position: relative;
}

.menucards-inner {
  width: 100%;
  max-width: 720px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menucards-item-1,
.menucards-languages {
  display: flex;
  align-items: center;
}

img.language-flag {
  height: 24px;
  margin-right: 15px;
}

img.language-flag:last-child {
  margin-right: 0px;
}

img.language-flag.active-nl,
img.language-flag.active-de,
img.language-flag.active-en {
  padding: 2px;
  border: 1px solid #fbba00;
  border-radius: 100%;
}

.menu-container {
  display: none;
}

.cards-container {
  margin-top: 60px;
  position: relative;
}

svg.bg-pattern-1 {
  height: 210px;
  position: absolute;
  top: 204px;
  left: -70px;
  opacity: 1;
}

div#app {
  z-index: 999999;
}

body {
  touch-action: manipulation;
}

.cards-menu-link {
  position: relative;
  z-index: 8;
}

/* Mobile Menu */
.slideout-navigation.main-navigation {
  background-color: #090909 !important;
}

.one-container .container {
  color: #000 !important;
}

/* Gallery */
.gallery-01 {
  margin-bottom: 0px !important;
}

.gallery-02 {
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
  margin: 0px !important;
}

.main-navigation li {
  transition: .25s ease;
}

.main-navigation li:hover {
  transform: translateY(-4px);
}

.slideout-navigation.main-navigation .main-nav ul li:hover > a, .slideout-navigation.main-navigation .main-nav ul li:focus > a, .slideout-navigation.main-navigation .main-nav ul li.sfHover > a {
  background-color: #000 !important;
}

.slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a, .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .slideout-navigation.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
  background-color: #000 !important;
}

.slideout-navigation.main-navigation .main-nav ul li:hover > a, .slideout-navigation.main-navigation .main-nav ul li:focus > a, .slideout-navigation.main-navigation .main-nav ul li.sfHover > a {
  color: #fbba00 !important;
}

/**********************
Responsive
**********************/
@media screen and (max-width: 1200px) {
  .vacancies-title {
    font-size: 50px;
    line-height: 62px;
  }
}

@media screen and (max-width: 1024px) {
  svg.bg-pattern-1 {
    height: 210px;
    top: 16%;
    left: -70px;
  }
  .special-notice-title {
    margin-right: 210px;
  }
  .menu-container {
    width: 90%;
  }
  .button-reserve .a-reserve {
    font-size: 14px;
  }
  .wp-block-cover, .wp-block-cover-image {
    min-height: 65vh;
  }
  .site-main .wp-block-group__inner-container {
    padding: 30px 60px 70px 60px;
  }
  .wp-block-cover h1:not(.has-text-color) {
    margin-top: 210px;
    padding-top: 70px;
    font-size: 54px;
  }
  .site-header .header-image {
    width: 240px !important;
  }
  /* Special Notice
  .special-notice {
    width: 360px;
    top: unset;
    bottom: 29%;
    box-shadow: rgb(100 100 111 / 25%) 0px 7px 29px 0px;
  }
  .extra-menu-button-container {
    display: flex;
    justify-content: center;
  }
  a.extra-menu-card-button {
    font-size: 16px;
    width: auto;
  }
  .special-notice-title {
    line-height: 20px;
    font-size: 16px;
  } */
}

@media screen and (max-width: 992px) {
  .vacancies-article {
    margin-top: -28px;
  }
  .artile-image-top,
  .image-article-top-image {
    height: 72px;
  }
}

@media screen and (max-width: 900px) {
  .wp-block-cover h1:not(.has-text-color) {
    margin-top: unset;
  }
  .special-notice {
    justify-content: space-between;
  }
  .special-notice-title {
    margin-right: 0px;
  }
  .vacancies-title {
    font-size: ;
  }
  .vacancies-about {
    gap: 40px;
    flex-flow: wrap;
  }
  .vacacies-about-image,
  .vacancies-about-content {
    flex-basis: 100%;
  }
  .vacancies-about-text,
  .vacancies-about-title,
  .vacancies-content-container {
    width: 70%;
    margin: 0 auto;
  }
  .vacancies-about-title {
    padding-bottom: 8px;
  }
  .vacancies-introduction {
    width: 70%;
  }
  .vacancies-info-container {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .vacancies-info-text {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .main-navigation .main-nav>ul {
    margin: 0 !important;
  }
  .artile-image-top,
  .image-article-top-image {
    height: 60px;
  }
  .vacancies-overview-container {
    flex-flow: wrap;
  }
  .vacancies-overview-cards {
    flex-basis: 100%;
  }
  .content-center-white {
    width: 100%;
  }
  .upload-help {
    font-size: 12px;
    left: 104px;
  }
  .vacancies-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px !important;
    margin-top: -10px;
  }
  .vacancies-about {
    gap: 20px;
  }
  .vacancies-about-text,
  .vacancies-about-title,
  .vacancies-content-container {
    width: 100%;
    margin: 0 auto;
  }
  .vacancies-introduction {
    width: 100%;
  }
  .vacancies-article {
    margin-top: -40px;
  }
  .vacancies-info-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .vacancies-info-text {
    padding-bottom: 0px;
  }
  .vacancies-about-background {
    position: relative;
    padding: 60px 0 60px 0;
    margin-top: -70px;
    margin-bottom: 45px;
  }
  .vacancies-contact-background {
    position: relative;
    padding: 60px 0 60px 0;
    margin-bottom: 45px;
  }
  .header-space-yes {
    margin-top: -10px;
  }
  .mobile-header-navigation .site-logo.mobile-header-logo img {
    height: 42px !important;
  }
  img.wp-image-1726 {
    width: 190px;
  }
  body {
    font-size: 16px !important;
  }
  .socials-footer .icon {
    height: 64px;
  }
  .wp-block-cover h1:not(.has-text-color) {
    font-size: 36px;
    padding-top: 10px;
    line-height: 42px;
  }
  svg.bg-pattern-1 {
    display: none;
  } 
  /* Multilangue Menu Cards */
  .menucards-title {
    font-size: 14px;
  }
  .menucards-back {
    font-size: 12px;
    color: #000;
  }
  svg.arrow-left {
    width: 20px;
    margin-right: 10px;
  }
  .blackbackground {
    height: 100vh;
  }
  .cards-container {
    margin-top: 22px;
  }
  .menucards-menucard {
    width: 100%;
    max-width: 100%;
    margin-top: 44px;
  }
  img.cards-menu-image {
    flex-basis: 100%;
    width: 100%;
  }
  .cards-menu-items {
    flex-basis: 100%;
    padding: 20px 0 0 0px;
  }
  .menucards-top {
    height: 44px;
  }
  /* Special Notice
  .special-notice {
    position: absolute;
    width: 90%;
    top: 280px;
    bottom: unset;
    z-index: 10;
    border-radius: 4px;
    box-shadow: rgb(100 100 111 / 25%) 0px 7px 29px 0px;
  }
  .special-notice-title {
    line-height: 18px;
    font-size: 14px;
  }
  a.extra-menu-card-button {
    font-size: 14px;
  }
  .spacer-for-menucart {
    height: 110px;
  } */
  .header-wrap {
    top: 36px;
  }
  .special-notice-title {
    margin: 0px;
    line-height: 16px;
    font-size: 12px;
  }
  a.extra-menu-card-button {
    line-height: 16px;
    font-size: 12px;
    border: 0px;
    color: #fbb900 !important;
    padding: 0px;
  }
  .extra-menu-button-container {
    text-align: left;
  }
  .wp-block-cover, .wp-block-cover-image {
    min-height: 300px;
  }
  .site-main .wp-block-group__inner-container {
    padding: 30px !important;
  }
  .menu-container {
    flex-flow: column;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 0px;
  }
  img.menu-image {
    margin-bottom: 34px;
  }
  .menu-button-container {
    position: unset;
    width: 100%;
    display: flex;
    text-align: center;
  }
  a.menu-card-button {
    color: #000;
    width: 100%;
  }
  .site-main .wp-block-group__inner-container {
    padding: 60px 60px;
  }
  .button-reserve .a-reserve {
    font-size: 10px;
  }
}

@media screen and (max-width: 410px) {
  .vacancies-about-background {
    position: relative;
    padding: 60px 0 60px 0;
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .vacancies-contact-background {
    position: relative;
    padding: 60px 0 60px 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 370px) {
  .extra-menu-button-container {
    width: min-content;
  }
  .header-space-yes {
    margin-top: 10px;
  }
}

/**********************
Animations
**********************/
.slide-in-right,
.button-reserve {
  animation: slide-in-right 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
          animation: slide-in-fwd-center 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
