html,body {
	min-height: 100%;
	height: 100%;
	position: relative;
}
@font-face {
  font-family: 'Lemur-Light';
    src: url('lemur/Lemur-Light.woff2') format('woff2'),
    	 url('lemur/Lemur-Light.eot') format('eot'),
         url('lemur/Lemur-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Lemur-Regular';
    src: url('lemur/Lemur-Regular.woff2') format('woff2'),
    	 url('lemur/Lemur-Regular.eot') format('eot'),
         url('lemur/Lemur-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Lemur-Medium';
    src: url('lemur/Lemur-Medium.woff2') format('woff2'),
    	 url('lemur/Lemur-Medium.eot') format('eot'),
         url('lemur/Lemur-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Lemur-Bold';
    src: url('lemur/Lemur-Bold.woff2') format('woff2'),
    	 url('lemur/Lemur-Bold.eot') format('eot'),
         url('lemur/Lemur-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
font-family: 'Lemur-Regular', sans-serif;
font-weight: normal;
line-height: 1.8em;
font-size: 15px;
font-style: normal;
padding-top: 50px;
}
@media(min-width: 992px){
	body {
		font-size: 18px;
	}
}
body.frontpage {
	padding-top: 0px;
}
strong {
	font-weight: 700;
}
.profile-text {
	color: #BD9E56
}
.conference .profile-text {
	color: #4B48AD;
}
.scholarship .profile-text {
	color: #AA9C80;
}

h1,h2 {
	font-family: 'Lemur-Bold', sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
	padding: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 48px;
}
h3 {
	margin-bottom: 0px;
}

p {
	margin-top: -4px;
}
a {
font-family: 'Lemur-Medium', sans-serif;
font-weight: 700;
font-style: normal;
text-decoration: none;
padding-bottom: 8px;
display: inline-block;
color: #000;
letter-spacing: 0.02em;
border-bottom: 4px solid #BD9E56;
transition: all 0.3s ease;
font-size: 20px;
position: relative;
z-index: 1;
}
a:hover {
	border-color: #C9C9C9;
	letter-spacing: 0.05em;
}
hr {
	border-color: #000;
}
.nav {
	background-color: #000;
	line-height: 22px;
	z-index: 9999;
}
.nav a {
	border: none;
	font-size: 20px;
}
.nav a:hover {
	letter-spacing: normal;
}
/* Sidebredde */
.wrapper {
	max-width: 1600px;
	margin: 0px auto;
	padding: 0px 20px;
}
.nav svg {
	margin-top: 10px;
	width: 100%;
	max-width: 200px;
	height: auto;
}
section {
	padding-left: 30px;
	padding-right: 30px;
}
.text-center {
	text-align: center;
}
/* NAV */
.nav {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0px;
	padding: 20px 20px;
}
.nav .wrapper {
	position: relative;
}
 .menu-menu-1-container {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99999;
}
 .menu-menu-1-container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	position: relative;
}

 .menu-menu-1-container>ul>li>a, .nav .menu-menu-1-container>ul>li li a,.menu-menu-1-container>ul>li li a {
	display: inline-block;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 2px 5px;
	font-size: 18px;
}
 .menu-menu-1-container ul ul::before {
	content: "\25bc";
	color: #fff;
	display: inline-block;
	position: absolute;
	right: 1px;
	top: -1px;
	transform: translateY(-25px) translateX(20px);
	background-color: #000;
	padding: 1px 2px;
	padding-bottom: 3px;
}
 .menu-menu-1-container ul ul.show::before {
	transform: translateY(-25px) translateX(20px) rotate(180deg);
}
 .menu-menu-1-container>ul>li li {
	height: 0px;
	transition: all 0.3s ease;
	transform: scaleY(0);
	transform-origin: top right;
}
/* .menu-menu-1-container>ul>li li a {
	background-color: #fff;
	color: #000;
}*/
 .menu-menu-1-container>ul>li>ul.show li {
transform: scaleY(1);
height: 26px;
}
 .menu-menu-1-container a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
/*
 .menu-menu-1-container a:hover {
	background-color: #BD9E56;
	color: #fff;
}
*/

.frontpage .header_module p {
	color: #BD9E56;
	
}


/* HEADER-module */
.header_module {
	overflow: hidden;
	margin-bottom: 0px;
	background-color: #000;
	color: #fff;
	z-index: 1;
	position: relative;
	padding-top: 100px;
}
.frontpage .header_module {
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.pre-title {
	margin-bottom: 30px;
	display: inline-block;
}
.header_module .featured {
	grid-column: col-start 8 / span 4;
	grid-row: 1;
	z-index: 1;

}
.main-content {
	grid-column: col-start 2 / span 7;
	grid-row: 1;
	z-index: 4;
	
}
.header-image {
	position: relative;
	grid-column: col-start 6 / 12;
	grid-row: 1;
	z-index: 0;
	margin-top: 30px;
	margin-bottom: 30px
}
.frontpage .main-content {
	grid-column: col-start 2 / 12;
}
.header_module h1 {
	text-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	letter-spacing: 0.04em;
	margin: 0px;
	padding: 0px;
	font-size: 80px;
	font-size: 5vw;
	line-height: 1em;
	text-transform: uppercase;
}
.frontpage .header_module h1 {
	font-size: 6.5vw;
}

.header_module p {
	margin-top: 30px;
	font-size: 22px;
}
.header_module img {
	width: 100%;
	height: auto;
}
.header_module a {
	margin-top: 30px;
	color: #fff;
	
	
	
}
.header_module .featured h3 {
	margin: 0px;
	font-weight: 400;
}

@media(min-width: 992px){
	.header_module .featured {
		text-align: right;
	}

	.scholarship section.winners {
	margin-top: 200px;
}
	.header_module {
		margin-top: -100px;

	overflow: visible;
	}
	.header-image {
		margin-bottom: -150px;
	}
	.image_text {
		overflow: visible;
	}
.header_module .grid {
display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 40px;
  position: relative;
}
.header_module {
	padding-top: 160px;
	margin-bottom: 150px;
}
.main-content {
	
	margin-bottom: 30px;
}
.single_project .main-content {
	pointer-events: none;
}
.header_module p {
	max-width: 50%;
}
}
/* Winners / Conference projects */


.winners .badge_wrap {
	display: none;
}
.winners .content {
	position: relative;
}
.winners p {
	display: none;
}
.winners h3 {
	text-transform: uppercase;
	color: #BD9E56;
}
.winners .content h2 {
	display: inline-block;
	background-color: #AA9C80;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px 15px 6px 15px;
	line-height: 24px;
	letter-spacing: 0.05em;
	font-size: 24px;
	max-width: 50%;
	text-align: right;
}



/* Quote */
.text_quote {
	padding: 60px 0px;
	text-align: center;
}
blockquote span {
	color: #BD9E56;
	/*font-family: titling-gothic-fb-wide, sans-serif;*/
font-weight: 300;
font-style: normal;
}
blockquote {
	color: #AA9C80;
	letter-spacing: 0.10em;
	line-height: 38px;
	max-width: 800px;
	padding: 0px;
	margin: 30px auto;
	font-size: 24px;

}
.sitert {
	font-weight: 700;
	display: block;
margin-bottom: 40px;
}
.pageid280 .text_quote {
	background-color: rgba(189,158,86,0.09);
		padding: 80px 0px;
}
/* Textbox_module */
.textbox_module {
	padding: 60px 0px 90px 0px;
}
.textbox p {
	max-width: 550px;
	margin: 5px auto;
}
.textbox_module h2 {
	text-transform: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.bg-black {
	background-color: #000;
	color: #fff;
}
.bg-black a {
	color: #fff;

	margin-bottom: 30px;
}
.textbox_module a {
	margin-top: 15px;
	transition: all 0.3s ease
}
.textbox_module.black a {
		color: #fff;
}
.textbox_module a:hover {
	border-color: #BD9E56;
	letter-spacing: 0.05em;
}

.text_twocolumns {
	padding: 60px 0px;
}
.text_twocolumns h2 {
text-transform: uppercase;
}
.text_twocolumns a {
	margin-top: 15px;
	color: #000;
	
	font-size: 24px;
	
}

.text_twocolumns h3 {
	margin: 0px;
	padding: 0px;
}

/* Image-text */
.image_text {
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.image_text .grid {
	color: #fff;
	position: relative;
	display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 40px;
  padding: 90px 0px 50px 0px;
}

.image_text figure img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transform: scale(1.01,1.01);
	transition: all 5s ease;
}
.image_text figure:hover img {
	transform: scale(1.1,1.1);
}
.text-right {
	text-align: right;
}
.col-sm-6.text-right {
	text-align: left;
}
@media(min-width: 768px){
	.col-sm-6.text-right {
	text-align: right;
}
	.image_text a {
		font-size: 24px;
	}
	.textbox p {
	max-width: 550px;
	margin: 30px auto;
}
	.image_text {
		background-color: transparent;
	}
	.pageid1935 .image_text .grid {
padding: 20vh 0px 20vh 0px;
}
	.image_text.right::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #000;
	left: 0px;
	right: 50%;
	bottom: 0px;
	top: 0px;
}
.image_text.left::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #000;
	left: 50%;
	right: 0px;
	bottom: 0px;
	top: 0px;
}
.image_text.right figure {
	position: absolute;
	overflow: hidden;
	left: 49.9999%;
	right: 0px;
	top: 0px;
bottom: 0px;
margin: 0px;
padding: 0px;
border: none;
	z-index: 0;	
}
.image_text.left figure {
	position: absolute;
	overflow: hidden;
	right: 49.9999%;
	left: 0px;
	top: -30px;
bottom: 0px;
margin: 0px;
padding: 0px;
border: none;
	z-index: 0;	
}

.image_text.right .content {
	grid-column: col-start 2 / span 6;
	grid-row: 1;
	z-index: 1;	
}
.image_text.left .content {
	grid-column: col-start 6 / span 6;
	grid-row: 1;
	text-align: right;
	z-index: 1;	
}
.image_text.left .content p {
	float: right;
}
.image_text.left .content a {
	float: right;
	clear: both;
} 
}
.image_text h2 {
	text-transform: uppercase;
	font-size: 80px;
	letter-spacing: 0.04em;
	line-height: 1em;
	margin-bottom: 30px;
}
.image_text p {
	margin-bottom: 30px;
	max-width: 70%;
}





.image_text a {
	color: #fff;
	font-size: 18px;
}
.image_text figure a {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
}

/* Program module*/
.program_module {
	padding: 0px;
}
.program_bg {
	background-color: #000;
	color: #fff;
	padding: 80px 0px;
	margin-top: 30px;
}
.program_post {
	display: flex;
	width: 100%;
	padding: 40px 0px;
	border-bottom: 2px solid #bd9e56;
}
.dag .program_post:last-child{
	border: none;
}
.dag .program_heading {
	/*font-size: 60px;*/
}
.program_post h2 {
	margin: 0px;
	font-size: 22px;
	letter-spacing: 0.05em;
}
.program_post p {
	margin-top: 20px;
	margin-bottom: 0px;
}
.program_post a {
	/*margin-top: 30px;*/
}
.program_time span, .update_time {
	width: 130px;
	margin-right: 40px;
	font-family: 'Lemur-Bold', sans-serif;
	color: #bd9e56;
	font-size: 22px;
font-weight: 500;
	line-height: 1em;
/*line-height: 18px;*/

}
.update_time.scholarship {
	background-color: #AA9C80;
	color: #fff;
}
.update_time {
	margin-top: 20px;
	width: auto;
	font-size: 14px;
	padding: 4px 8px;
}
.alt .program_time span {
	background-color: #000;
	color: #BD9E56;
}
.alt .program_info h2 {
	font-family: 'Lemur-Bold', sans-serif;
font-weight: 300;
font-style: normal;
}
.program_info {
	width: 70%;
}
.program_info a {
	color: #fff;
	margin-top: 5px;
	font-size: 1em;
	padding-bottom: 0px;
}
/* Single project */
.winneryear {
	position: absolute;
	left: 0px;
	top: 100px;
}
#jurys_conclusion {
	background-color: #FBF6EE;
}
.col-2 {
	columns: 2;
	column-gap: 40px;
}


/* News */
.news {
	margin-top: 40px;
	padding-bottom: 60px;
}
.newsitem.grid a {
font-family: 'Lemur-Medium', sans-serif;
font-weight: 100;
line-height: 1.8em;
font-size: 15px;
font-style: normal;

display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  grid-template-rows: 15px auto;
  border: none;
}
.newsitem.grid a:hover {
	letter-spacing: 0.02em;
}.newsitem.grid a:hover img {
box-shadow: 0px 6px 10px rgba(0,0,0,0.1)
}
.badge_wrap {
	grid-column: col-start 3 / span 4;
	grid-row: 1;
	z-index: 1;
	transform: translateX(20px);
}
.badge {
	display: inline-block;
	padding: 1px 15px 1px 6px;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Lemur-Bold', sans-serif;
font-weight: 500;
line-height: 18px;
font-style: normal;
}
.content {
	grid-column: col-start 1 / span 4;
	grid-row: 2;
	z-index: 0;
	position: relative;
}
.badge.conference {
	background-color: #4B48AD;
	color: #fff;
}
.badge.scholarship {
	background-color: #C9C9C9;
}

.newsitem img {
	grid-column: col-start 1 / span 4;
	grid-row: 2;
	width: 100%;
	
	margin-bottom: 20px;
	height: auto;
	transition: all 0.3s ease
}
.news.slider {
	transform: translateY(-60px);
	overflow: hidden;
	padding: 0px;
}
.slider .news-header,.slider hr {
	display: none;
}
.slider .wrapper {
	max-width: 100%;
	padding: 0px;
}
.slider .row {
	margin: 0px;
	margin-top: 110px;
}
.wrap {
	transform: scale(1,1);
  width: 300px;
  height: 300px;

  left: 35%;
top: 50%;
z-index: 0;
  position: absolute;
}
.frontpage .wrap {
	left: 50%;
  top: 20%;
  transform: scale(1.7,1.7);
}
.slideritem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	transform: translateY(-70px);
}

.slideritem {
	position: relative;
	padding: 40px;
	height: 600px;
	
	opacity: 0.3;
	transition: all 0.3s ease;
}
@media(max-width: 1400px){
	.slideritem {
		max-width: 900px;
		height: 500px;
	}
}
.slick-current .slideritem {
	opacity: 1;
}
.slideritem::after {
	display: block;
	content: '';
	width: 100%;
	position: relative;
}
.slideritem .image {
	position: relative;
	right: 0px;
	height: 100%;
	float: right;
	width: 66%;
	text-align: right;
	display: block;
	margin: 0px;
	z-index: -1;
	padding: 0px;
	border: none;
	margin-left: 30px;
}
.slideritem .badge_wrap {
	position: absolute;
	bottom: 40px;
	right: 0px;
	transform: translateX(40px) translateY(-50px);

}
.slideritem .slidercontent {
	width: 41.66666667%;
	top: 40px;
	position: absolute;
}
.slidercontent p {
	max-width: 70%;
	margin-top: 30px;
}
.slidercontent h2 {
	/*position: absolute;*/
	font-size: 60px;

	box-decoration-break: clone;
	display: inline;
	padding: 8px 0px;
    background-color: #fff;
    box-shadow: 8px 0 0 #fff,-8px 0 0 #fff;
    box-decoration-break: clone;
    line-height: 68px;
}
.slick-arrow::before {
	display: none;
}
.slick-arrow {
	padding: 0px;
	outline: none;
	border: none;
	background-color: none;
	background-color: transparent;
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	transform: translateY(-70px);
	width: 100px;
	padding: 10px;
	height: 100%;
	z-index: 99;
	vertical-align: top;
}
.slick-arrow.next {
	right: 0px;
}
.slick-arrow img {
	position: absolute;
	top: 0px;
	left: 10px;
	vertical-align: top;
	width: 35px;
	height: auto;
}
.slick-next img {
	right: 10px;
	left: inherit;
}
/*
.slideritem .grid {
display: grid;
width: 100%;
position: relative;
  grid-template-columns: repeat(12, [col-start] 1fr);
}
.slideritem .grid a.image {
	grid-column: col-start 4 / span 10;
	grid-row: 1;
	z-index: 0;
	
}
.slideritem .grid a.image img {
	width: 100%;
	height: auto;
}
.slideritem .grid div.slidercontent {
	grid-column: col-start 1 / span 4;
	grid-row: 1;
	z-index: 1;
	
}
*/
.ball {
  width: 300px;
  height: 300px;
  border-radius: 100%;
animation: move 18s infinite;
animation-timing-function: linear;}
@keyframes move {
  0%   {
   box-shadow:
    inset -400px -400px 100px #000,
    inset -300px -200px 100px #BD9E56
    }
  50% {
   box-shadow:
    inset 400px 400px 100px #000,
    inset 100px 400px 100px #BD9E56
  }
  50.1% {
   box-shadow:
    inset 400px 0px 100px #000,
    inset 100px 400px 100px #BD9E56
  }
  100% {
   box-shadow:
    inset -400px 200px 100px #000,
    inset -300px 0px 100px #BD9E56
  }
}
.slick-slide {
	transition: all 1s ease;
	z-index: 999;
}

.pagetitle_module {
	margin-top: 100px;
}
.pagetitle_module h1 {
	font-size: 70px;
	margin-bottom: 0px;
}
.footer {
	background-color: #000;
	color: #fff;
	padding: 80px 0px;
	font-size: 13px;
}
.footer a {
	display: inline-block;
	font-size: 13px;
	padding-bottom: 0px;
	color: #fff;
	font-weight: 400;
}

.footer .left_footer img {
	max-width: 100px !important;
	display: block;
	height: auto;
	margin-bottom: 30px;
}
.mailchimp {
	background-color: rgba(189,158,86,0.09);
	padding: 100px 0px;
}
.mailchimp .inputs {
	display: flex;
	font-size: 
}
.inputs input {
	font-size: 25px;
}
.inputs button {
	font-family: 'Lemur-Bold', sans-serif;
	font-weight: 400;
	background-color: #BD9E56;
	color: #fff;
	outline: none;
	border: none;
	font-size: 28px;
	padding: 8px 15px;
}
.supportimg img {
	max-width: 100%;
	height: auto;
}
#image-gallery {
	overflow: hidden;
	left: 100%;
	position: fixed;
	z-index: 99999;
	top: 50%;
	bottom: 0px;
	right: 50%;
	height: 0px;
	background-color: #000;
	opacity: 0;
	transition: all 0.3s ease;
	padding: 30px;
	width: 100%;
}
#image-gallery.open {
	left: 0px;
	top: 0px;

	height: 100%;
	right: 0px;
	opacity: 1;
}
#image-gallery button {
	position: absolute;
	
	top: 50%;
	transform: translateY(-50%);
}
#image-gallery .slick-prev {
	left: 20px;
}
#image-gallery .slick-next {
	right: 20px;
}

#image-gallery div {
	width: 100%;
	height: 100%;

}
#image-gallery img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.close {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 20px;
	z-index: 99999;
}
#image-gallery .close img {
	width: 48px;
	height: auto;
}
.ingress {
	padding-top: 40px;
	font-size: 24px;
line-height: 32px;
	font-weight: 500;
}
.text {
	padding-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 30px;
}
.fb-share-button {
	margin-top: 30px;
	display: block;
	clear: both;
}
.ingress .fb_iframe_widget {
	display: block;
}
.ansatt img {
	/*width: 100%;*/
	/*height: auto;*/
}
.image_module img {
	width: 100%;
	height: auto;
}

/*.bildegalleri .slick-slide div {
	height: 500px;
}*/
.bildegalleri .slick-slide {
	line-height: 0px;

}
.bildegalleri .slick-slide img {
	/*border: 20px solid #fff;*/
	height: 500px;
	margin-right: 1px;
	width: auto !important;

}
.articlegallery .gallerynext {
	transform: translateY(0px);
	position: relative;
	height: 35px;
	width: 50px !important;
	width: auto;
	margin-top: 5px;
}
.articlegallery .galleryprev {
	transform: translateY(0px);
	position: relative;
	height: 35px;
	width: 50px !important;
	width: auto;
	margin-top: 5px;
}
.gallery_header {
	background-color: #000;
	color: #fff;
	padding: 0px
}
.gallery_header h3 {
	margin: 10px 0px
}
.slick-prev {
	bottom: 30px;
	left: 0px;
}
.slick-next {
	right: 0px;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 30px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.video-responsive .fb-video {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;	
}
.video-responsive .fb-video>span {
	width: 100% !important;
	height: 100% !important;
}
.video-responsive .fb-video>span>iframe {
		left:0;
    top:0;
    height:100% !important;
    width:100% !important;
    position:absolute;	
}
.item {
	position: relative;
	overflow: hidden;
}
.item .caption {
	position: absolute;
	right: 0px;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	height: auto !important;
text-align: right;
	bottom: 40px;
	transition: all 0.3s ease;
}
.caption .captiontext {
	display: inline-block;
	line-height: 1em;
	width: 100%;
	/*margin-right: -20px;*/
	text-align: right;
	padding: 4px;
	background-color: #AA9C80;
	color: #000;
	
}

.bildegalleri .caption {
	bottom: 0px;
	transform: translateY(100%);
	right: 10px;
}
.bildegalleri .caption.show {
	bottom: 0px;
	transform: translateY(0px);
	right: 10px;
}
.caption .i {
	transform: translateY(-20px);
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	position: relative;
	background-color: #AA9C80;
	color: #000;
	display: block;
	float: right;
	margin-right: 15px;
	transition: all 0.3s ease;
	width: 20px;
	height: 20px !important;
	vertical-align: top;
}
.caption.show .i {
	/*transform: translateY(0px);*/
}

p a, .text_twocolumns p a {
	margin-top: 0px;
	padding: 0px;
	font-size: inherit;
	font-weight: 100;
}
.content .pre-title {
	margin-bottom: 0px;
}
.content h2 {
	margin-bottom: 20px;
}
.employees {
	background-color: rgba(189, 158, 86, 0.09);
}
.featuredimage {
	width: 100%;
	overflow-x: hidden;
}
.featuredimage .textbox img {
	margin-top: 40px;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.credits {
	text-align: center;
}
.credits, .credits a {
	color: #333;
	border: none;
	font-size: 9px !important;
}
.videoicon {
	position: absolute;
	margin-top: -10px;
	width: 32px;
	height: 32px;
}
.videoicon img {
	width: 100%;
	height: auto;
}
@media(max-width: 992px) {
	.image_text h2 {
		font-size: 40px;
	}
	.slideritem {
		max-width: 750px;
	}
}
.openmobilemenu {
	display: none;
}
@media(max-width: 600px){
	.nav {
		padding: 15px 0px;
	}
	.bildegalleri .slick-slide img {
		height: 60vw;
	}
	.header_module h1 {
		font-size: 65px;
	}
.single_project {
	padding-top: 100px;
}
section:first-of-type {
	padding-top: 60px;
}
	 .menu-menu-1-container {
		display: none;
	}
	.openmobilemenu {
		display: inline-block;
		float: right;
		font-size: 30px;
		
		padding: 0px 20px;
		margin-top: 8px;
		background-color: #000;
		color: #fff;
		border: none;
		-webkit-appearance: none;
	}
	.mobilemenu .close {
		width: 40px;
		right: 20px;
	}
	.mobilemenu .close img {
		width: 40px;
		margin-top: 10px;
		margin-right: 10px;
	}
	.slideritem {
		max-width: 100vw;
	}
	.slideritem p {
		display: none;
	}
	.slideritem .slidercontent {
		width: 60%;
		margin-bottom: 30px;
	}
	.slideritem .badge_wrap {
		bottom: auto;
		top: 50px;
	}
	.slideritem a {
		margin-top: 30px;
		background-color: #fff;
	}
	.featuredimage img {
		width: 100%;
		height: auto;
	}
	.col-2 {
		columns: 1;
	}
	.image_module  {
		
		padding: 0px;
	}
	.text_twocolumns h2 {
		margin-bottom: 10px;
	}
	.text_twocolumns .featured {
		margin-bottom: 30px;
	}
	.image_text .grid {
		width: 100%;
		display: block;
		padding: 60px 15px 0px 15px;
	}
	.image_text::before {
		right: 0px;
	}
	.image_text .content {
		grid-column: col-start 1 / span 10
	}
	.image_text p {
		max-width: 100%;
		margin-bottom: 0px;
	}
	.image_text figure, .image_text figure a {
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
	}
}
.header_module .grid {
	z-index: 1;
}
.mobilemenu {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 99998;
	position: fixed;
	height: 100%;
	overflow: auto;
	text-align: center;
	background-color: #000;
	display: flex;
	transform: translateX(100%);
	opacity: 0;
	transition: all 0.3s ease;
}
.mobilemenu.open {
	opacity: 1;
	transform: translateX(0px);
}
.mobilemenu a {
	color: #fff;
}
.mobilemenu>div {
	display: flex;
	
	align-items: center;
}
.mobilemenu * {
	text-align: left;
}
.mobilemenu ul ul {
	margin-bottom: 25px;
	font-size: 0.9em;
}
.mobilemenu a {
	padding-bottom: 2px;
	margin-bottom: 4px;
}


.text_twocolumns .wrapper>img {
	display: none;
}
.gallery-icon {
	position: absolute;
	right: 15px;
	top: 45%;
	width: 50px;
}
.gallery-icon svg g,.gallery-icon svg {
	transition: all 0.3s ease;
}
.gallery-icon svg {
	padding-bottom: 5px;
	border-bottom: 4px solid #BD9E56;
}
.gallery-icon svg g {
	fill: #fff;
}
.gallery-icon:hover svg {
	transform: scale(1.1, 1.1);
}
@media print{
	section {
		padding: 0px;
	}
	.program_bg {
		padding: 0px;
	}
	.program_bg .col-sm-5 {
		width: 50%;
		float: left;
	}
	.program_bg .program_heading {
		font-size: 22px;
	}
	.program_post h2 {
		font-size: 18px;
	}
	a[href]:after {
		display: none !important
	}
	.program_post {
		page-break-inside: avoid;
		display: block;
		padding: 20px 0px;
	}
	.program_post p {
		margin-top: 0px;
	}
	.program_info {
		margin-top: 10px;
		width: 100%;
	}
	.program_time span {
		font-size: 13px;
		padding: 0px;
	}
	.text_twocolumns {
		padding: 0px;
		padding-bottom: 40px;
	}
	.text_twocolumns .col-sm-5 {
		width: 50%;
		float: left;
	}
	.text_twocolumns .wrapper>img {
	display: block;
	width: 150px;
	height: auto;
	margin-bottom: 60px;
}
.program_bg {
	font-size: 10px;
	padding-top: 0px;
}
}
.right_footer {
	vertical-align: top;
}
.right_footer a {
	border: none;
} 
.frontpage .image_text * {
	color: #7CDC9F;
}
.frontpage a {
	color: 000;
	border-color: #7CDC9F;
}
.frontpage .image_text a {
	color: #fff;
	border-color: #7CDC9F;
}
.conference .winners h3 {
	color: #4B48AD;
}
.conference  a {
	border-color: #4B48AD;
}
.conference .winners .content h2 {
	background-color: #4B48AD;
}
.conference .mailchimp, .textbox_module {
	color: #4B48AD;
}
.scholarship  a {
	border-color: #7CDC9F;
}