/* ---------------------------------------------------
    THEME CSS
    
    BARRACUDA PROMO SPACE
----------------------------------------------------- */


/* ---------------------------------------------------
    BODY
----------------------------------------------------- */

#body_page main {
	margin-top: 160px;
}



/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Gotham Pro', Arial, sans-serif;
}

h1, h2, h3, h4 {
	margin-bottom: 0;
	line-height: 1;
}
h1 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 3em;
	font-weight: 800;
}
h2 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.25em;
	font-weight: 800;
	line-height: 1.2em;
	letter-spacing: 0;
}
span.h2-large {
	font-size: 4.5rem;
}
h3 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2em;
	font-weight: 800;
	letter-spacing: 0;
}
h4 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
}
p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0;
}

.textLight {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 300;
}
.textHeavy {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 900;
}

b, strong {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 600;
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}


/* ---------------------------------------------------
    COLORS DEFAULT
----------------------------------------------------- */

.textDark {
	color: #111 !important;
}
.textGrey {
	color: #333 !important;
}
.textMidgrey {
	color: #666 !important;
}
.textLightgrey {
	color: #999 !important;
}
.textAsh {
	color: #e8e9ea !important;
}	
.textWhite {
	color: #fff !important;
}


.bgDark {
	background-color: #111 !important;
}
.bgGrey {
	background-color: #333 !important;
}
.bgMidgrey {
	background-color: #666 !important;
}
.bgLightgrey{
	background-color: #999 !important;
}
.bgLightergrey{
	background-color: #cdcdcd !important;
}
.bgAsh {
	background-color: #e8e9ea !important;
}	
.bgDust {
	background-color: #e9e9e9 !important;
}	
.bgFeather {
	background-color: #f5f5f5 !important;
}	
.bgWhite {
	background-color: #fff !important;
}


/* ---------------------------------------------------
    COLORS BRAND
----------------------------------------------------- */

.textDarkblue {
	color: #112f5b !important;
}
.textBlue {
	color: #2da7f4 !important;
}
.textScale {
	color: #a3bfce !important;
}
.textGold {
	color: #d3971e !important;
}

.textPink {
	color: #ff10a8 !important;
}

.bgDarkblue {
	background-color: #112f5b !important;
}
.bgBlue {
	background-color: #0075c4 !important;
}
.bgScale {
	background-color: #a3bfce !important;
}
.bgGold {
	background-color: #d3971e !important;
}



/* ---------------------------------------------------
    TEXT LINKS
----------------------------------------------------- */

p a {
	color: #555;
	text-decoration: underline;
}
p a:hover {
	color: #000;
}

a.language_switch {
	color: #8e909d;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -.0125em;
	text-decoration: none;
	text-transform: uppercase;
}
a.language_switch:hover {
	color: #000;
}


/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

.btn1 {
	background-color: #112f5b;
	border: 1.5px solid #112f5b;
	color: #fff;
	font-size: 1.35em;
	font-weight: 800;
	letter-spacing: .0125em;
	padding: 7px 14px 5px 14px;
}
.btn1:hover {
	background-color: #ff10a8;
	border: 1.5px solid #ff10a8;
	color: #fff;
}
.btn2 {
	background-color: #555;
	border: 1.5px solid #555;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}
.btn2:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}
.btn3 {
	background-color: #777;
	border: 1.5px solid #777;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}
.btn3:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}
.btn4 {
	background-color: #999;
	border: 1.5px solid #999;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}
.btn4:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}


.btn_outline {
	background-color: #fff;
	border: 1.5px solid #222;
	color: #222;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}
.btn_outline:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn_social {
	background-color: #fff;
	border: 1.5px solid #2da7f4;
	border-radius: 50%;
	color: #112f5b;
	font-size: 2.5em;
	font-weight: 700;
	height: 90px;
	letter-spacing: 0em;
	width: 90px;
}
.btn_social:hover {
	background-color: #2da7f4;
	border: 1.5px solid #2da7f4;
	color: #fff;
}



.btn-category {
	background-color: #fff;
	border: 1.5px solid #ddd;
	border-radius: .5rem;
	color: #222;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0em;
	padding: 7px 20px 8px 20px;
}
.btn-category:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}
.btn-category.active {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}



/* ---------------------------------------------------
    ITEM CATEGORY
----------------------------------------------------- */

a .item_wrapper h3 {
	color: #111;
	font-size: 1.75em;
}
.item_wrapper {
	border: 2px solid #eee;
	border-radius: .75rem;
	cursor: pointer;
	padding: 2rem;
	transition: all 0.2s ease-out;
}
.item_wrapper:hover {
	box-shadow: 0 0 7px 0 rgba(185,185,185,0.2);
}




/* ---------------------------------------------------
    FORM ELEMENTS
----------------------------------------------------- */

input {
	background-color: #fff !important;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	color: #333 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 17px !important;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .025em;
	padding: .75rem .75rem .55rem .75rem !important;
	white-space: nowrap;
	text-align: left;
}
input:focus {
	border-color: #f7ae48 !important;
	box-shadow: 0 0 0 .2rem rgba(155,155,155,.25) !important;
}
.form-control::placeholder {
	color: #CCC;
	opacity: 1;
}


span.formfile {
	color: #111;
	font-weight: 400;
	font-size: .9em;
}
a.formlink {
	color: #555;
	font-size: 1em;
	transition: .2s ease-in-out all;
}
a.formlink:hover {
	color: #d3971e;
}



/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */

header section.navigation ul.topnav li a {
	color: #999;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	transition: .2s ease-in-out all;
	letter-spacing: 0;
}
header section.navigation ul.topnav li a:hover {
	color: #333;
}
header section.navigation ul.topnav li a.active {
	color: #111;
	font-weight: 600;
	letter-spacing: -.015em;
}

section.navigation ul li a {
	font-family: 'Gotham Pro', Arial, sans-serif;
}
section.navigation ul li a:hover {
	color: #777;
}
section.navigation ul li a.active {
	color: #fff;
}
section.navigation button.navbar-toggler {
	color: #000;
}
section.navigation img {
	height: 120px;
}


#body_home header section.navigation img {
	height: 100px;
}
#body_page header section.navigation img {
	height: 100px;
}



/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

.media .media_bg {
	background-image: url("../../images/header/image.extension");
	background-position: top 0px center;
	background-repeat: no-repeat;
	height: 850px;
}
.media h2 {
	font-size: 4.5em;
	font-weight: 800;
	letter-spacing: -.025em;
}
.media h3 {
	font-size: 3.5em;
	font-weight: 800;
	letter-spacing: -.025em;
}

.media .header-message {
	padding-bottom: 200px;
}
.media .header-overlay {
	position: absolute;
	bottom: -1px;
}



/* ---------------------------------------------------
    MAIN
----------------------------------------------------- */

.identifier {
	margin-top: -150px;
}
.identifier h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: .0125em;
}

.table {
	border-color: #999;
	color: #412314 !important;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}

.column__wrapper .card {
	border-radius: 0rem;
}

.column__wrapper .card-body {
	bottom: 0;
	width: 100%;
}
.column__wrapper .card > .card-zoom > [class*="card-img"] {
	max-height: 400px;
}
.column__wrapper .card > .card-zoom > [class*="card-img-gallery"] {
	max-height: 380px;
}
.column__wrapper .card > .card-zoom > [class*="card-img-group"] {
	max-height: 280px;
}


.column__wrapper h2 {
	font-size: 3em;
	font-weight: 800;
	letter-spacing: -.0125em;
}
.column__wrapper .card h3.large {
	font-size: 2.25em;
}
.column__wrapper .card h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: -.025em;
	text-align: center;
}


.join_wrapper .join-button {
	background-color: #ff10a8;
	color: #fff;
	display: inline-flex;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-weight: 800;
	font-size: 3.5em;
	letter-spacing: -.025em;
	padding: 2rem 1.5rem 1.25rem 1.5rem;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.join-button {
	animation: pulse-animation 5s infinite;
	background: transparent;
	cursor: pointer;
	position: relative;
	transition: .2s ease-in-out all;
}
.join-button span {
	transform: rotate(5deg);
}
@keyframes pulse-animation {
  0% {
	border: 2px solid #ff10a8;
	background-color: #fff;
	color: #ff10a8;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    transform: scale(1.0);
  }
  50% {
	border: 2px solid #ff10a8;
	background-color: #ff10a8;
	color: #fff;
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale(1.3);
  }
  100% {
	border: 2px solid #ff10a8;
	background-color: #fff;
	color: #ff10a8;
    transform: scale(1.0);
  }
}



.alinea__wrapper .indicator_price_persons {
	font-size: 1.5em;
}
.alinea__wrapper .date {
	display: inline-block;
	font-size: 1.5em;
}
.alinea__wrapper.detailpage__blocks p {
	font-size: 1.15em;
}
.alinea__wrapper.detailpage__blocks .allergens img {
	width: 40px;
}


.alinea__wrapper h2 {
	font-size: 3em;
	font-weight: 800;
	letter-spacing: -.0125em;
	line-height: .8em;
}
.alinea__wrapper h3 {
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: -.0125em;
	line-height: .8em;
}
.alinea__wrapper h4 {
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: -.0125em;
	line-height: 1;
}
.alinea__wrapper p.large {
	font-size: 1.45em;
}
.alinea__wrapper p {
	font-size: 1.10em;
	font-weight: 400;
	letter-spacing: -.0125em;
}


.alinea__wrapper.story img {
	border-radius: 50px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	height: 500px;
	object-fit: cover;
	width: 100%;
}
.alinea__wrapper.story .overflowH {
	overflow: hidden;
}
.alinea__wrapper.story h2 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	line-height: 1.2em;
	letter-spacing: -.0125em;
}
.alinea__wrapper.story p {
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: -.0125em;
}
.alinea__wrapper.story p a {
	color: #ff10a8;
	text-decoration: underline;
}
.alinea__wrapper.story p a:hover {
	color: #111;
}




/* ---------------------------------------------------
    TOP BAR
----------------------------------------------------- */
.topbar__wrapper {
	font-family: 'Eina 01', Arial, sans-serif;
}



/* ---------------------------------------------------
    SECTION BLOCKS - BANNER AND SLIDE
----------------------------------------------------- */

.banner__wrapper h2 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2em;
}
.banner__wrapper h3 {
	line-height: 1.25em;
}



/* ---------------------------------------------------
    CTA
----------------------------------------------------- */

.cta__wrapper h3 {
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: -.0125em;
}
.cta__wrapper a {
	color: #ff10a8;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	letter-spacing: -.0125em;
	line-height: 1;
}
.cta__wrapper a:hover {
	color: #2da7f4;
}



/* ---------------------------------------------------
    LOGO WRAPPER
----------------------------------------------------- */

.logo__wrapper img.main-logo {
	height: 100px;
}

.logo__wrapper figure {
	text-align: center;
}
.logo__wrapper figure img {
	min-height: 20px;
	max-height: 70px;
}



/* ---------------------------------------------------
    FROM WRAPPER
----------------------------------------------------- */

.form__wrapper {
	background-image: url("../../images/bgs/werkenbijbarracuda-bg.jpg");
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
}
.form__wrapper h4 {
	font-size: 3.5em;
	font-weight: 800;
	letter-spacing: -.0125em;
}


.vacature-link a {
	color: #d3971e;
	font-size: 2em;
	font-weight: 600;
}
.vacature-link a:hover {
	color: #0075c4;
}


/* ---------------------------------------------------
    GALLERY
----------------------------------------------------- */


.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #555 !important;
}
.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}


/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer section.footy-main li {
	color: #fff !important;
	margin-bottom: .5rem;
} 
footer section.footy-main li a {
	color: #fff;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
}
footer section.footy-main li a:hover {
	color: #f7ae48;
}
footer section.footy-main h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -.0125em;
}
footer .wrapper .footer-logo {
	height: 150px;
}
.trapezoid {
	background-image: url("../../images/elements/trapezoid.svg");
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}
.trapezoid a {
	color: #fff;
	font-size: 150%;
}


/* ---------------------------------------------------
    FOOTER BOTTOM
----------------------------------------------------- */

footer .footy-bottom > .container a, footer .footy-bottom > .container-sm a, footer .footy-bottom > .container-md a, footer .footy-bottom > .container-lg a, footer .footy-bottom > .container-xl a {
	color: #ddd;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	transition: ease-in-out .2s;
}
footer section.footy-bottom li a:hover {
	color: #538745;
}
footer section.footy-bottom li i {
	color: #000;	
	font-size: 1.5rem;
} 


/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */

.cookie a {
	color: #333;
}
.cookie a:hover {
	color: #999;
	text-decoration: none;
}







