:root 
{
	--green: #bff36f;
	--lightgreen: #d5fc9a;
	--blue: #93e8fc;
	--darkblue: #7fe5cd;
	--light: #f4fce6;
	--grey: #e4eded;
	--dark: #124647;
}

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body 
{
	font-size: 1.15em;
	color: var(--dark);
	font-family: 'Schibsted Grotesk';
	font-weight: 300;
	line-height: 1.7;
	overflow-x: hidden;
}

::selection 
{
	background-color: var(--green);
 	color: var(--dark); 
}

::-moz-selection 
{
  	background-color: var(--green);
 	color: var(--dark); 
}

h1, h2, h3, h4
{
	font-family: 'Winky Sans';
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 3.4em;
}

h1 
{
	font-weight: 700;
}

h2
{
	font-size: 2.8em;
}

h3
{
	font-size: 2.2em;
}

h4
{
	font-size: 1.6em;
}

.text.big p, .text.big ul
{
	font-size: 1.3em;
}

h1 + p, h1 + ul, h2 + p, h2 + ul, p + p, ul + p
{
	margin-top: 1em;
}

h3 + p, h3 + ul, h4 + p, h4 + ul, p + ul
{
	margin-top: 0.5em;
}

#infoMessage h4 + p
{
	margin-top: 0.2em;
}

.wrap
{
	max-width: 1000px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}

#header.scrolled
{
	background-color: #fff;
	border-bottom: 1px solid var(--grey);
}

#header .wrap
{
	max-width: 1320px;
}

#navigation ul
{
	text-align: right;
	font-family: 'Winky Sans';
	padding-right: 76px;
}

#language
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-decoration: none;
	font-family: 'Winky Sans';
	letter-spacing: 0.02em;
	right: 40px;
	line-height: 1.4;
	border-left: 1px solid #fff;
	padding-left: 25px;
	transition: all 0.2s;
}

#header.scrolled #language
{
	color: var(--dark);
	border-color: var(--dark)!important;
}

#language span
{
	position: relative;
}

#navigation ul li
{
	display: inline-block;
	padding: 50px 0px;
	position: relative;
	margin-left: 25px;
	letter-spacing: 0.02em;
	transition: padding 0.2s;
}

#navigation.english ul li
{
	margin-left: 20px;
}

#header.scrolled #navigation ul li
{
	padding: 30px 0px;
}

#navigation ul li ul
{
	position: absolute;
	display: none;
	left: -20px;
	top: 85%;
	background-color: var(--green);
	border-radius: 0.25em;
	text-align: left;
	font-size: 0.85em;
	min-width: calc(100% + 40px);
	padding: 14px 20px 11px;
}

#navigation ul li ul:before
{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 20px;
	top: -5px;
	background-color: var(--green);
	transform: rotate(-45deg);
}

#navigation ul li ul li
{
	padding: 0px!important;
	margin-left: 0;
	letter-spacing: 0;
	white-space: nowrap;
	margin-bottom: 3px;
	display: block;
}

#navigation ul li ul li a
{
	color: var(--dark);
	opacity: 0.7;
	text-transform: none;
}

#navigation ul li ul li a:hover
{
	opacity: 1;
}

#navigation ul li.active ul li a
{
	font-weight: 300;
}

#navigation ul li.active ul li.active a
{
	opacity: 1;
	font-weight: 500;
}

#navigation ul li ul li a:after
{
	display: none;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	transition: all 0.2s;
}

#navigation ul li a:after, #language span:after
{
	content: "";
	position: absolute;
	width: 0%;
	opacity: 0;
	height: 2px;
	background-color: var(--green);
	left: 0;
	top: 110%;
	transition: all 0.2s;
}

#navigation ul li.active a:after, #navigation ul li a:hover:after, #language span:hover:after
{
	opacity: 1;
	width: 100%;
}

#navigation ul li.active a
{
	font-weight: 700;
}

#header.scrolled #navigation ul li a
{
	color: var(--dark);
}

#tickets
{
	display: inline-block;
	padding: 0.5em 1em;
	line-height: 1.4;
	background-color: var(--green);
	color: var(--dark)!important;
	font-weight: 500;
	border-radius: 0.25em;
	transition: all 0.2s;
}

#tickets:hover
{
	background-color: var(--blue);
}

#tickets:after
{
	display: none;
}

.logo
{
	position: absolute;
	height: 150%;
	padding: 25px 0px;
}

#header.scrolled .logo
{
	height: 100%;
	padding: 15px 0px;
}

.logo.white
{
	opacity: 1;
}

.logo.color
{
	opacity: 0;
}

#header.scrolled .logo.white
{
	opacity: 0;
}

#header.scrolled .logo.color
{
	opacity: 1;
}

#opener
{
	width: 100%;
	height: 98vh;
	position: relative;
	max-height: 800px;
}

#opener.subpage
{
	height: 75vh;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -1px;
	z-index: 10;
	background-image: url(down.svg);
	background-size: 105% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#opener:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.1) 60%);
}

#openerVideo
{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -10;
	background-size: cover;
	background-position: center;
}

#openerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.2);
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: 500;
	color: #fff;
}

#infoMessage
{
	width: 250px;
	height: 250px;
	border-radius: 1000px;
	background-color: var(--blue);
	color: var(--dark);
	position: absolute;
	bottom: -50px;
	right: 40px;
	padding: 30px;
	font-size: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 800;
	transform: rotate(10deg);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
	text-decoration: none;
}

#infoMessage:before
{
	content: "";
	position: absolute;
	width: 65px;
	height: 65px;
	border-radius: 1000px;
	background-color: var(--dark);
	background-image: url(alert.svg);
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	transform: rotate(3deg);
}

#infoMessage:hover
{
	background-color: var(--green);
	transform: scale(1.05);
}

#infoMessage p
{
	line-height: 1.6;
}

#infoMessageContainer
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 500;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted, .more
{
	display: inline-block;
	font-family: 'Winky Sans';
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 0.55em 1em 0.55em;
	line-height: 1.4;
	background-color: var(--green);
	color: var(--dark)!important;
	font-weight: 500;
	border-radius: 0.25em;
	transition: all 0.2s;
	border-bottom: none!important;
	text-decoration: none;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover, .more:hover
{
	background-color: var(--blue);
}

.text
{
	margin: 100px 0px;
}

.withButton
{
	margin-top: -75px;
}

.buttonArea
{
	margin-top: 25px;
}

.colored
{
	padding: 100px 0px;
	position: relative;
	background-color: var(--light);
}

.flexItems
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-bottom: -40px;
}

.flexItem
{
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	color: var(--dark);
	text-decoration: none;
	background-color: var(--green);
	border-radius: 0.25em;
	padding: 50px 60px;
	position: relative;
	transition: all 0.2s;
}

.flexItem:hover
{
	background-color: var(--blue);
	transform: scale(1.03);
}

.flexItemIcon
{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 30px;
	top: 30px;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
}

.flexItemContent
{
	position: relative;
	z-index: 10;
}

.dividerImg
{
	padding: 150px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

.dividerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.45);
}

.dividerImg .wrap
{
	z-index: 50;
}

.dividerImg h2, .dividerImg h3
{
	color: #fff;
}

#footer
{
	padding: 100px 0px;
	background-color: var(--dark);
	color: #fff;
	font-size: 0.85em;
}

#footer a, #copyRow a
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
}

#footer a:hover, #copyRow a:hover
{
	border-bottom: 1px solid #fff;
}

#footerFlex
{
	display: flex;
	justify-content: space-between;
}

#footerLogo
{
	width: 150px;
	margin-bottom: -10px;
}

#copyRow
{
	background-color: var(--dark);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: 'Winky Sans';
	font-size: 0.85em;
	border-top: 1px solid var(--green);
	padding: 25px 0px;
}

#copy
{
	position: absolute;
	font-weight: 700;
}

#copyList
{
	text-align: right;
}

#copyList li
{
	display: inline-block;
	margin-left: 40px;
}

.text p a, .text ul a, form a, #cookieNotice a
{
	border-bottom: 2px solid var(--green);
	text-decoration: none;
	transition: all 0.2s;
	color: var(--dark);
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	border-bottom: 2px solid var(--blue);
}

h2 a
{
	color: var(--dark);
	text-decoration: none;
	border-bottom: 3px solid var(--green);
	transition: all 0.2s;
	hyphens: auto;
	-webkit-hyphens: auto;
}

h2 a:hover
{
	border-bottom: 3px solid var(--blue);
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.4);
	z-index: 500000;
	display: none;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

#cookieBox
{
	padding: 31px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 420px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
	border-radius: 0.25em;
}

#cookieBoxInner
{
	position: relative;
	z-index: 100;
}

#acceptWrap
{
	text-align: center;
}

#cookieCheckboxes
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.8em;
	cursor: pointer;
	display: block;
	margin-top: 0.2em;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#accepted
{
	margin-top: 0.6em;
	cursor: pointer;
}

#infoMessageInner
{
	padding-top: 5px;
}

strong
{
	font-weight: 700;
}

#socialMedia
{
	padding: 40px 0px;
	color: var(--dark);
	background-color: var(--green);
}

.socialLink
{
	width: 1.8em;
	height: 1.8em;
	display: inline-block;
	margin-left: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.socialLink:hover
{
	opacity: 0.7;
}

#instagram
{
	background-image: url(instagram.svg);
}

#facebook
{
	background-image: url(facebook.svg);
}

#socialMedia .wrap
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.text ul li
{
	position: relative;
	list-style: none;
	padding-left: 1.1em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.4em;
	height: 0.4em;
	left: 0;
	top: 0.64em;
	background-color: var(--blue);
	border-radius: 0.15em;
}

.imgLinks
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-bottom: -40px;
	margin-top: -60px;
}

.imgLink
{
	position: relative;
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	border-radius: 0.25em;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.imgLinkImg
{
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.2s;
}

.imgLink:hover .imgLinkImg
{
	transform: scale(1.05);
}

.imgLinkImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.15);
}

.imgLinkContainer
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 50px 60px;
	z-index: 100;
}

.imgLink h4
{
	text-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}

.more
{
	margin-top: 25px;
}

.colored + .dividerImg, .dividerImg + .colored
{
	margin-top: -100px;
}

.inline
{
	width: 100%;
	border-radius: 0.25em;
	margin-bottom: -10px!important;
}

.withImg + .colored
{
	position: relative;
	margin-top: -100px;
}

.withImg + .colored:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 100%;
	z-index: -1;
	background-color: var(--light);
}

.gallery
{
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}

.galleryItem
{
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-top: 20px;
	cursor: zoom-in;
}

.galleryImg
{
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	border-radius: 0.25em;
}

.textFlex
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-top: -40px;
}

.textFlexItem
{
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-top: 40px;
	border: 1px solid var(--green);
	border-radius: 0.25em;
	background-color: #fff;
}

.colored .textFlexItem
{
	border: 1px solid #fff;
}

.textFlexBox
{
	padding: 50px 60px;
}

.colored + .colored
{
	padding-top: 0;
	margin-top: -100px;
}

p + h4, ul + h4
{
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid var(--green);
}

.accordeons
{
	margin-top: -60px;
}

.accordeonOpener
{
	display: block;
	padding: 0.7em 1.2em;
	background-color: var(--green);
	border-radius: 0.25em;
	cursor: pointer;
	transition: all 0.2s;
	color: var(--dark);
	text-decoration: none;
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
}

.accordeonOpener:hover
{
	background-color: var(--blue);
}

.accordeon + .accordeon
{
	margin-top: 20px;
}

.accordeonContent
{
	display: none;
}

.accordeonOpener h4
{
	position: relative;
	padding-left: 1.3em;
}

.accordeonOpener h4:before
{
	content: "+";
	position: absolute;
	left: 0;
	top: -0.26em;
	font-size: 1.4em;
}

.accordeonOpener.active
{
	background-color: var(--blue);
}

.accordeonOpener.active h4:before
{
	content: "-";
}

#headerSpace
{
	position: absolute;
	z-index: -10;
	height: 124px;
}

.accordeonOpener.active + .accordeonContent
{
	display: block;
	margin-top: 25px;
	margin-bottom: 35px;
}

.colored + #socialMedia
{
	margin-top: -100px;
}

p + h2
{
	margin-top: 40px;
}

.accordeonOpener h4
{
	hyphens: auto;
	-webkit-hyphens: auto;
}

@media all and (max-width: 450px){
	#cookieBox
	{
		padding: 18px 25px 25px 25px;
	}
}

@media all and (max-width: 750px){
	h1
	{
		font-size: 1.6em!important;
	}

	h2
	{
		font-size: 1.5em!important;
	}

	h3
	{
		font-size: 1.4em!important;
	}

	h4
	{
		font-size: 1.25em!important;
	}

	.text.big p, .text.big ul
	{
		font-size: 1em!important;
	}

	#infoMessage p
	{
		display: none;
	}

	#infoMessageInner
	{
		padding-top: 5px!important;
	}

	#infoMessage
	{
		width: 130px!important;
		height: 130px!important;
		bottom: -30px;
		padding: 20px!important;
	}

	#infoMessage:before
	{
		width: 50px!important;
		height: 50px!important;
		top: -5px;
		right: -5px;
	}

	#infoMessage h4
	{
		hyphens: auto;
		-webkit-hyphens: auto;
	}

	.flexItem, .imgLink, .textFlexItem
	{
		width: calc(100% - 40px);
	}

	.dividerImg
	{
		padding: 50px 0px!important;
	}

	h1 + p
	{
		margin-top: 0.9em;
	}

	#opener
	{
		height: 80vh!important;
	}

	#opener.subpage
	{
		height: 45vh!important;
	}

	#opener.subpage #openerContent
	{
		top: 68%!important;
	}

	.socialLink
	{
		margin-left: 20px!important;
		width: 1.3em!important;
		height: 1.3em!important;
	}
}

@media all and (max-width: 800px){
	#footerFlex
	{
		display: block;
		text-align: center;
	}

	.footerFlexItem
	{
		margin-top: 35px;
	}

	#footerLogo
	{
		width: 90px;
		margin-bottom: 0;
	}

	#footerFlex .footerFlexItem:nth-child(1)
	{
		margin-top: 0;
	}

	#copy
	{
		display: block;
		position: relative;
		text-align: center;
		margin-bottom: 5px;
	}

	#copyList
	{
		text-align: center;
	}

	#copyList li
	{
		display: block;
		margin-left: 0;
	}
}

@media all and (max-width: 1280px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		border-bottom: 1px solid var(--grey);
		background-color: #fff;
		z-index: 1000;
		max-height: 100%;
		overflow: auto;
	}

	.subnavOpener
	{
		position: absolute!important;
		display: block;
		width: 52px;
		height: 52px;
		background-color: var(--dark);
		top: 0;
		right: 0px;
		background-image: url(plus.svg);
		background-size: 20%;
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.subnavOpener:after
	{
		display: none;
	}

	.subnavOpener.active
	{
		background-image: url(minus.svg);
	}

	.subnavOpener.active + ul
	{
		display: block!important;
	}

	#navigation ul
	{
		padding: 76px 40px 11px;
		text-align: center;
	}

	#navigation ul li ul
	{
		position: relative;
		background-color: transparent;
		padding: 0;
		left: 0;
		min-width: auto;
		display: none;
		text-align: center;
		margin-top: 5px;
	}

	#navigation ul li ul:before
	{
		display: none;
	}

	#navigation ul li ul li
	{
		border-bottom: none;
		padding: 0;
	}

	#navigation ul li, #header.scrolled #navigation ul li 
	{
		display: block;
		padding: 0;
		margin-left: 0;
	}

	#navigation ul li a
	{
		color: var(--dark);
	}

	#navigation ul li
	{
		border-bottom: 1px solid var(--dark);
		padding: 10px 0px!important;
		margin-left: 0!important;
	}

	#navigation ul li:last-child
	{
		border-bottom: none;
	}

	#tickets
	{
		margin-top: 10px;
	}

	.logo, #navOpener, #language
	{
		z-index: 1500;
	}

	#navOpener
	{
		position: absolute;
		width: 28px;
		height: 20px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2.5px;
		background-color: #fff;
		transition: all 0.2s;
	}

	#header.scrolled .line, #navOpener.active .line
	{
		background-color: var(--dark);
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
		width: 50%;
		right: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#navOpener.active .line:nth-child(3)
	{
		width: 0;
	}

	.logo
	{
		height: 200%;
		padding: 20px 0px;
	}

	#header.scrolled .logo
	{
		padding: 10px 0px;
	}

	#header .wrap
	{
		height: 80px;
	}

	.text
	{
		margin: 50px 0px;
	}

	.colored
	{
		padding: 50px 0px;
	}

	.withButton
	{
		margin-top: -25px;
	}

	#footer
	{
		padding: 50px 0px;
	}

	#opener
	{
		min-height: 450px;
	}

	#opener.subpage
	{
		height: 60vh;
		min-height: 300px;
	}

	h1
	{
		font-size: 2.5em;
	}

	h2
	{
		font-size: 2em;
	}

	h3
	{
		font-size: 1.7em;
	}

	h4
	{
		font-size: 1.4em;
	}

	.text.big p, .text.big ul
	{
		font-size: 1.2em;
	}

	#infoMessage
	{
		width: 220px;
		height: 220px;
		bottom: -30px;
		padding: 25px;
	}

	#infoMessage:before
	{
		width: 55px;
		height: 55px;
		top: -5px;
		right: -5px;
	}

	#infoMessageInner
	{
		padding-top: 10px;
	}

	.flexItem
	{
		padding: 30px 40px;
	}

	.flexItemIcon
	{
		width: 60px;
		height: 60px;
		left: 20px;
		top: 20px;
	}

	.dividerImg
	{
		padding: 100px 0px;
	}

	#copyRow
	{
		padding: 20px 0px;
	}

	#opener
	{
		height: 95vh;
	}

	#language
	{
		right: 96px;
		border-right: 1px solid #fff;
		padding-right: 25px;
		border-left: none;
		padding-left: 0;
	}

	#language.active
	{
		color: var(--dark);
		border-color: var(--dark);
	}

	.socialLink
	{
		margin-left: 25px;
		width: 1.5em;
		height: 1.5em;
	}

	#socialMedia
	{
		padding: 25px 0px;
	}

	#opener.subpage #openerContent
	{
		top: 60%;
	}

	.imgLinkContainer
	{
		padding: 30px 40px;
	}

	.imgLinks
	{
		margin-top: -15px;
	}

	.colored + .dividerImg, .dividerImg + .colored
	{
		margin-top: -50px;
	}

	.withImg + .colored:before
	{
		height: 50px;
	}

	.withImg + .colored
	{
		margin-top: -50px;
	}

	.textFlexBox
	{
		padding-bottom: 30px 40px;
	}

	.colored + .colored
	{
		margin-top: -50px;
	}

	.accordeons
	{
		margin-top: -15px;
	}

	#headerSpace
	{
		height: 100px;
	}

	.colored + #socialMedia
	{
		margin-top: -50px;
	}

	p + h2
	{
		margin-top: 35px;
	}

	.text p a, .text ul a
	{
		word-wrap: break-word;
	}
}

@media all and (min-width: 1281px){
	#navigation
	{
		display: block!important;
	}

	#navigation ul li:hover ul
	{
		display: block;
	}
}