html {
  scroll-behavior: smooth;
}

h2{
	margin-top: 2rem;
}

.herotext__heading{
	margin-top:0;
}

.herotext__heading small{    
color: white!important;
font-size: 70%;
line-height: 70%;
line-height: 1.1;
display: block;
}
/* For the table on /bcf_korthet.html */
tr td:first-child ,
tr th:first-child {
  text-align: left;

}

ul li {
	font-weight: normal;
}

tr:first-child {
  background: #d4d4d4;
}

@media screen and (min-width: 30em) {
  .squished {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .squished {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.centered-padded-table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.centered-padded-image {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.boxwrap {
	width: 100%;
	height: auto;
	
	white-space: normal;
}

.div-box {
    display: inline-block;
    width: 49%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    float: left;
    margin-right: 1%;
}

.bigreports .div-box {
    display: inline-block;
    width: 32%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    float: left;
	margin-right: 1%;
	padding:2rem;
}


.bigreports img{
	padding-bottom: 1rem;
}

.image-680 {
	width: 100%;
	text-align: center;
}


.div-bignum {
    display: inline-block;
    width: 33%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
}
.div-bignum-edge {
    display: inline-block;
    width: 16%;
    text-align: center;
}

.div-bignum h2.herotext__heading{
	font-size: 2.5rem;
}


.ar_start_hero figcaption.figure__figcaption{
	background-color: rgba(0,0,0,0);
	text-align: center;
	top:30%;
}
.event-item-inner figcaption {
	display: none;
}
.figure__figcaption{
	text-align: left;
}



@media screen and (max-width: 1024px) {
	
	.centered-padded-image {
  width: 100%;

}
	}

@media screen and (max-width: 30em) {
	
	
  .figure__figcaption h1, h3{
    color: #000000;
  }
  
  .ar_start_hero h1.callout--event__heading{
 color: black;
 }
}

@media screen and (min-width: 20em) {
  .ar_start_hero h1.callout--event__heading{
 font-size: 2em;;
 }
}
@media screen and (min-width: 30em) {
  .ar_start_hero h1.callout--event__heading{
 font-size: 1.8em;;
 }
}

@media screen and (min-width: 40em) {
  .ar_start_hero h1.callout--event__heading{
 font-size: 2.5em;;
 }
 
.ar_start_hero figcaption.figure__figcaption{
	background-color: rgba(0,0,0,0);
	text-align: center;
	top:10%;
} 
 
}
@media screen and (min-width: 55em) {
  .ar_start_hero h1.callout--event__heading{
 font-size: 3.5em;;
 }
 
.ar_start_hero figcaption.figure__figcaption{
	background-color: rgba(0,0,0,0);
	text-align: center;
	top:15%;
}  
 
}

@media screen and (min-width: 70em) {
  .ar_start_hero h1.callout--event__heading{
 font-size: 3.5em;;
 }
 
.ar_start_hero figcaption.figure__figcaption{
	background-color: rgba(0,0,0,0);
	text-align: center;
	top:20%;
}  
 
}


@media screen and (min-width: 30em) {
  .figure__figcaption h1, h3{
    color: white;
  }
}



#komplexforskning_img {
	
	position: absolute;
	z-index: -1;
	opacity: 0.7;
	margin-left: -24%
}

@media screen and (max-width: 768px) {
	#komplexforskning_img {
		display:none;
	}
}



@media screen and (min-width: 1280px) {
#komplexforskning_img {

	margin-left: -28%
}
}


.process_container{
	width:70%;
	margin: 0 auto;
	position: relative;
	}

.process_container:after {
    content: '';
    display: block;
    clear: both;
}


.process_step{
	/* border: 4px solid #265da7; */
	width: 40%;
	padding: 0px;
	margin: 5%;
	position:relative;
	text-align: center;
}

/* 
.process_step:after{
	content: '';
    position: absolute;
    left: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    border: 17px solid transparent;
    vertical-align: middle;
    z-index: 100;
    border-left-color: #265da7;
    bottom: 17px;
}

.process_step:nth-child(even):after {
    right: 100%;
    left:auto;
    border-left-color: transparent;
    border-right-color: #265da7;
}

.process_step:last-child:after {
    right: 100%;
    left:auto;
    border-left-color: transparent;
    border-right-color: rgba(0,0,0,0);
} */



.process_step:nth-child(even) {
  float: right;
  clear: right;
}

.process_step:nth-child(odd) {
  float: left;
  clear: left;
}

.process_step:nth-child(2){
	margin-top: 20%;
} 

.process_step:last-child{
	margin-top:0;
}

.process_step:last-child p{
	width: 50%;
	margin: 0 auto;
}


.process_step img.process_icon{
	position: absolute;
	top: -52px;
	left: -52px;
}


.process_step img.process_nr{
	position: absolute;
	top: -30px;
	left: -30px;
	width:60px;
	height: 60px;
}


.process_step img.proc_ill{
	padding: 10px 10px 30px 10px;
}

.process_step h3{
	color: #265da7;
}


.process_step.step_final h3{
	color: #265da7;
	font-size: 2rem;
}


.process_step p{
padding:0;
margin:0;
}


.process_step img.graybottom{
	position: absolute;
	bottom:0px;
	width:100%;
	left:0;
	display:none;
}

.process_wide{
	position: relative;
}


.process_step.step_final{
	width: 90%;
}

.explanation{
	width: 70px;
}

.explanation img{
	width: 70px;
	position: absolute;
	top: 45%;
	
}


.exp_text {
    width: 40%;
    float: left;
    margin: 15px 5%;
}

.exp_text h3{
	color: black;
}


.exp_a{
	position: absolute;
	height: 70%;
	left: 5%;
	top: 15%;
	border: 3px dashed #fed430;
	border-right: none;
}


.exp_a:after{
	content: '';
    position: absolute;
    left: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    vertical-align: middle;
    z-index: 100;
    border-left-color: #fed430;
    top: -15px;
}


.exp_b{
	position: absolute;
	height: 58%;
	right: 5%;
	top: 30%;
	border: 3px dashed #d62181;
	border-left: none;
}

.exp_b:after{
	content: '';
    position: absolute;
    right: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    vertical-align: middle;
    z-index: 100;
    border-right-color: #d62181;
    top: -15px;
}


.line_box_b {
    height: 2px;
    border-bottom: 3px dashed #d62181;
    width: 750%;
    position: absolute;
    bottom: -3px;
    right: 67px;
}

.exp_a img{
	left: -50%;
}


.exp_b img{
	right: -50%;
}

.exp_img{
	float:left;
	width: 15%;
}

.exp_text_text{
	width: 80%;
	float:right;
}

.exp_text_holder{
	float:left;
	margin-bottom: 50px;

}




@media screen and (max-width: 1200px) {
	.line_box_b {
	    width: 590%;
	}
	
}


@media screen and (max-width: 1023px) {

	.process_container{
		width:95%;
		margin: 0 auto;
		}
	
	
	.process_step{
		/* border: 3px solid #265da7; */
		width:43%;
		margin: 30px;
	}
	
	.process_step:nth-child(even) {
	  float: right;
	  clear: right;
	}
	
	.process_step:nth-child(odd) {
	  float: left;
	  clear: left;
	}
	
	
	.process_step:nth-child(2){
		margin-top: 120px;
	}

.process_step img.process_icon{
		width:60px;
		position: absolute;
		top: -30px;
		left: -30px;
	}
.exp_a, .exp_b, .exp_img{
display:none;
}

.exp_text_text{
	width:97%;
}


}


@media screen and (max-width: 900px) {

	.process_step{
		width:40%;
	}


}


@media screen and (max-width: 767px) {

	.process_container{
		width:100%;
		margin: 0 auto;
		}
	
	
	.process_step{
		width:95%;
		margin: 0% auto!important;
		float: none!important;
	}
	.process_step.step_final{
	width: 100%;
	}

	.process_step.step_final h3{
		color: #265da7;
		font-size: 1.25rem;
	}


	.process_step:after, .process_step:nth-child(even):after{
		border-color: rgba(0,0,0,0);
	}
	
	.process_step:nth-child(even) {
	  float: right;
	  clear: both;
	}
	
	.process_step:nth-child(odd) {
	  float: right;
	  clear: both;
	}
	
	
	.process_step:nth-child(2){
		margin-top: 40px;
	}
	
	
	.exp_text{
		width: 90%;
	}
}


.showsmallscreen_big{
	display: none;
}


.showbigscreen_big{
	display: block;
}


.showsmallscreen{
	display: none;
}


.showbigscreen{
	display: block;
}

@media screen and (max-width: 1023px) {

	.showsmallscreen{
		display: block;
	}
	
	
	.showbigscreen{
		display: none;
	}

}

@media screen and (max-width: 767px) {
	.showsmallscreen_big{
		display: block;
	}
	
	
	.showbigscreen_big{
		display: none;
	}
}

table{
	white-space: nowrap;
}

table td:first-child{
	white-space: normal;
}

.hundraoneexample{
	width:100%;
	padding-left:4%;
	padding-right: 4%;
	float:left;
}

.hundraoneexample img{
	float:left;
	width: 20%;
	max-width: 100px;
	height: auto;
}

.hundraone_text{
	float: left;
	width: 80%;
	padding: 20px 2% 30px 2%;
}

.hundraexampleholder h3{
	float:left;
	width: 100%;
	padding-left: 2%;
	padding-top: 25px;
	color: #000000;
	}

.hundraexampleholder{
	width: 60%;
	margin: 0 auto;
}

.bigscreenanimhundra{
	display:block;
}

.pengaimage{
	display:none;
}




@media screen and (max-width: 480px) {
	.hundraexampleholder{
		width: 100%;
		margin: 0 auto;
	}	
		
}

.pengaimage{
	width: 100%;
}

@media screen and (max-width: 480px) {
.hundraoneexample img{
	padding-top: 5px;
}
}


@media screen and (min-width: 640px) {
.pengaimage{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%
}
}


.inlinestand{
 
	 float:left; 
	 margin-top: 5px!important; 
	 margin-bottom: 5px!important;
	 margin-right:20px!important; 
	 
 }
 
 
@media screen and (max-width: 480px) {

.inlinestand{
 
	 float:left; 
	 margin-top: 5px!important; 
	 margin-bottom: 5px!important;
	 margin-right:0px!important; 
	 	width: 100%;
	 
 }
 

 
}



#add_to_shoppingbasket_feedback{
	position:fixed;
	width: 100%;
	color: white;
	font-weight: bold;
	padding: 10px;
	top:-100px;
	left: 0;
	background-color: green;
	z-index: 1000;
	transition: all 1s ease-in-out;	
}

#add_to_shoppingbasket_feedback.displayme{
	top: 0;
}




/*--------------------------------------------------------------
## Året i korthet på startsidan
--------------------------------------------------------------*/


.year_in_brief{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	max-width: 90rem;
    margin: 0 auto;
}


.event-item{
	display:flex;
	cursor: pointer;
	width: 25%;

}

.strategi_case .event-item {
	width: 33%;
}


.event-item:focus{
	outline: transparent;
}

.event-item-inner{
/* 	border: 1px solid #999; */
	display: flex;
  	flex-direction: column;
	width: 100%;
	position: relative;
	background-color: black;
}


/* .event-item.selected{
	border: 1em solid black;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	padding: 0;
} */

.event-item.selected .event-item-inner{
	background-color: black;
}


.event-item-inner .case_title{
	margin-top: 0;
	padding-top: 0;
}

.event-item-inner h2.case_title{
	/* text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000; */

	padding: 1em;
	width: 100%;
	color: white;
	padding-top: 0.4em;
	margin-bottom: 0;
	text-align: center;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20%;
}


@media screen and (max-width: 1024px) {

	.event-item-inner h2.case_title{
		font-size: 1.4rem;
	}

}


@media screen and (max-width: 767px) {

	.event-item-inner h2.case_title{
		font-size: 2rem;
	}

}


.case_ingress{
	font-weight: bold;
	font-size: 110%;
}

@media (max-width: 767px) {
	.event-item, .strategi_case .event-item {
		width: 100%;
	}
	/* .event-item-inner h2.case_title{
		font-size: 2.5em;
		font-size: 10vw;
	}	 */

}

.event-item-inner img{
	opacity: 0.5;
	width:100%;
	height: auto;
}

.event-item:hover img, .event-item:focus img{
	opacity: 0.8;
	width:100%;
	height: auto;
}




.event-item .case_extra_information{
	display:none;
}

#more_info_shower{
    position: relative;
    max-height: 0px;
    width: 100%;
    float: left;
    background-color: #d81881;
    overflow: hidden;
	transition: max-height 0.5s ease-out;
	color: white;
	padding: 0;
	}


#more_info_shower_inner{
	padding: 5%;
	float:left;
}

#more_info_title{
	color: white;
}

#more_info_shower p{
	color: white;
}

#more_info_shower a, #more_info_shower a:visited, #more_info_shower a:active{
	color: white;
}

#more_info_shower.visible{
	height: auto;
	max-height: 2000px;
	transition: max-height 0.5s ease-in;
}

#more_info_shower_closer{
	background-color: transparent;
	color: white;
	position: absolute;
	padding: 10px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1000;
}

#more_info_shower_closer:hover{
	background-color: white;
	color: #d81881;
}

#more_info_embed{
	width: 60%;
	float: left;
	padding: 30px 0px 30px 30px;
}

#more_info_embed div img{
	width:100%;
	height: auto;
}

.more_info_case_info{
	width: 39%;
	float: right;
	padding: 20px 30px 20px 30px;
}

.more_info_case_info_inner{
	position: absolute;
	bottom: 0;
	padding-right: 30px;
	padding-bottom: 5px;
}


.more_info_leftcol{
	width:48%;
	float:left;
}

.more_info_rightcol{
	width: 47%;
	float:right;
}


@media screen and (max-width: 1023px) {
	#more_info_embed{
		width: 100%;
		padding: 20px 20px 0 20px;
	}

	.more_info_case_info{
		width: 100%;

		padding: 0 20px;
	}

	.more_info_case_info_inner{
		position: relative;
		padding-right: 0px;
		padding-bottom: 5px;
	}

}

@media (max-width: 767px) {

	.more_info_leftcol{
		width:100%;
		float:left;
	}

	.more_info_rightcol{
		width: 100%;
		float:right;
	}

}



/* SORTINGGRID ON FRAMSTEG */
.sortinggrid_container h2{
	padding: 20px;
}
.sortinggrid_container{
	text-align: center;
}
.filters-button-group {
	width: 100%;
	display: block;
	margin-bottom: 2em;
  }

.sortinggrid_container>h2{
	width: 100%;
}
.sortinggrid{
	width: 100%;
	margin:0;
	padding: 0;
}


.grid-item { 
	width: 33.3333%; 
	padding-bottom: 33.33333%;
	position: relative;
	overflow:hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
 }




.grid-item--width2 { width: 66.66%; }


@media screen and (max-width: 70em) {

	.grid-item { 
		width: 50%; 
		padding-bottom:50%; 
	 }

	.grid-item--width2 {
		width: 100%; 
	}

}

@media screen and (max-width: 40em) {

	.grid-item { 
		width: 100%;
		padding-bottom:100%; 
	 }

	.grid-item--width2 {
		width: 100%; 
			padding-bottom: 100%;
	}

}

.grid-item div h2{
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid-item .front
{
	display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
	background-color: rgba(0,0,0,0.2);
	top: 0;
	color: #fff;
	height: 100%;
	left: 0%;
	text-align: center;
	position: absolute;
	transition: all 0.5s ease;
	width: 100%;
}

.grid-item .front h2{
	color: white;
	text-align: center;
	transition: all 0.5s ease;
}


.grid-item .back{
	display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
	background-color:#84bd00;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.5s ease;

	font-size: 120%;
	color: black;
	font-weight: bold;
	
}


.grid-item.rad .back{
	background-color: #d81881;
	color: white;
}

.grid-item.forskning .back{
	background-color: #ffd500;
	color: black;
}

.innerback h3{
	font-size: 1.5rem;
}

.information .innerback h3, .forskning .innerback h3{
	color: black;
} 

.innerback{
	padding: 4rem;
}

.innerback p{
	line-height: 1.2;
}


/* .grid-item:hover .front
{
  top: 0%;
  background-color: rgba(0,0,0,0.85);

} */

.grid-item:hover .back
{
  opacity: 1;

}

.grid-item:hover .front h2{
	opacity: 0;
}





.triplet_icon{
	width: auto;
	height: 160px;
	padding: 0px 0 30px 0;
}

.filter-button.selected{
	background-color: #3578D6;
	border-color: #3578D6;
	color: white;
}

.filter-button.selected.information, .filter-button.information:hover{
	background-color: #84bd00;
	border-color: #84bd00;
	color: white;
}


.filter-button.selected.rad, .filter-button.rad:hover{
	background-color: #d81881;
	border-color: #d81881;
	color: white;
}
.filter-button.selected.forskning, .filter-button.forskning:hover{
	background-color: #ffd500;
	border-color: #ffd500;
	color: black;
}
@media screen and (max-width: 670px) {

.button-group.filters-button-group{
	display:none;
}
}
.finanstable{
	width: 60%;
}

@media (max-width: 767px) {
	.finanstable{
		width: 95%;
	}
}

.finanstable tbody{
	border: 0px solid white;
	
}

.finanstable td{
	padding: 0.2em 0.5em;
}

.intrinsic-container {
	position: relative;
	text-align: center;
	margin-bottom: 2em;
	margin-top: 0.3em;
  }

.intrinsic-container-16x9{
	height: 0;
	overflow: hidden;

	width: 100%;
	padding-bottom: 56.25%;

}

.intrinsic-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

 .trippleholder .intrinsic-image-container img{
	 width: 100%;
 }

  .site_header_name{
	  font-size: 2.5rem;
	  color: #235ba9;
	  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	  font-weight: bold;
  }

  @media screen and (max-width: 1200px) {
	.site_header_name{
		font-size: 1.9rem;
		padding-left: 13rem;
	}
		

	.c-header__bottomwrapper--beta.c-header__bottomwrapper--beta--lokalforening	{
		margin-top: -35px;
	}
}

@media screen and (max-width: 1023px) {
	.site_header_name{
		font-size: 1.5rem;
		padding-left: 13rem;
	}
		
}
@media screen and (max-width: 875px) {
	.c-header__bottomwrapper--beta.c-header__bottomwrapper--beta--lokalforening	{
		margin-top: -70px;
	}		
}

@media screen and (max-width: 767px) {
	.site_header_name{
		font-size: 1.9rem;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	
  }

  @media screen and (max-width: 767px) {

	.c-header__bottomwrapper--beta.c-header__bottomwrapper--beta--lokalforening	{
		margin-top: 10px;
	}		
  }
  .callout--bg-image.bg-color--transparent:before{
	  opacity:0;
  }

iframe{
	border: 0;
	outline: 0;
}

.widenmeplease{
	width: 140%;
	margin-left: -20%!important;
	max-width: 140%;
	padding: 0 0 20px 0!important;
}

@media screen and (max-width: 767px) {
	.widenmeplease{
		width: 90%;
		margin-left: 5%!important;
		max-width: 100%;
		padding: 0 0 20px 0!important;
	}
		
}

.bigscreenanimhundra{
	/* position: relative; */
	display: flex;
	align-items: baseline;
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
}

.bigscreenanimhundra iframe{
	width:20%;
	float:left;
}

.bigscreenanimhundra img{
	width:20%;
	padding: 2%;
	/* float:left; */

	/* position:absolute;
	bottom: 0; */
}

.processflow h3{
	color: #265da7;
	  font-size: 1.25rem;
}

.process_container iframe{
	margin-bottom: 10px;
}


.testexpand .bevent-item{
	/* .expanderholder */
	border: 2px solid #d4d4d4;
	border-radius: 6px;
	margin: 20px 10% 20px 10%;
	text-align: center;
	cursor: pointer;

}

.testexpand .bevent-item:focus{
	outline:none;
	border: 2px solid #235ba8;
}

.testexpand .bevent-item-inner{
	background-color: white;
width: 60%;
margin:0 auto;
padding: 50px 0;
}


.testexpand .bevent-item-inner h2{
	color: #265da7;
	display: block;
}

.testexpand .case_extra_information{
	text-align: left;
	padding: 0px 0 0 0;
	max-height: 0px;
	overflow-y: hidden;
	transition: max-height 1s ease-in-out;
	margin-top: -30px;
}





.testexpand .opened .case_extra_information{
	max-height: 4000px;
}

.testexpand .icon-chevron-down{
	color: #265da7;
	font-size: 120%;
}

.testexpand .opened .icon-chevron-down{
	opacity: 0;
}

.testexpand .expanderbild{
	display:none;
	padding: 0 30px 40px 30px;
}


.testexpand .opened .expanderbild{
	display:block;
}

@media screen and (max-width: 767px) {

	.testexpand .icon-chevron-down{
		display:none;
	}
	.testexpand .bevent-item-inner{
		width: 100%;
		margin: 20px auto 0 auto;
	}	

	.testexpand .bevent-item {
		/* border: 2px solid #235ba8; */
		border: 0px solid red;
		border-radius: 0px;
		margin: 20px 2% 20px 2%;
		text-align: center;
		cursor: pointer;
	}	

	.testexpand .expanderbild, .testexpand .opened .expanderbild{
		display:none;
	}

	.testexpand .case_extra_information{
		text-align: left;
		padding: 20px 0 0 0;
		max-height: 5000px;
	}		
}

.c-header a{
	text-decoration: none;
}


@media screen and (max-width: 767px) {
	.hundraexampleholder{
		width: 90%;
		margin: 0 auto;
	}	

	.pengaimage{
		display:block;
	}

	.bigscreenanimhundra{
		display:none;
	}
	

}


#footerWrapper h2{
	margin-top: 0;
}

.step7{
	display:none;
	max-width: 360px;
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
	.process_step.step_final iframe{
		display:none;
	}

	.step7{
		display:block;
	}
}



#keynumbercharts{
	
    padding: 104px 0px;
}

@media screen and (max-width: 875px) {
	#keynumbercharts{

			padding: 104px 0px;
	}
}


  div#keynumbercharts>div{
	  width: 100%;
	  
	  padding: 0 40px 30px 40px;
  }


  #herotext__introtext.lead{
	  color: white;
  }


  .highcharts_chart h3{
		color: black;
		text-align: center;
	}

	.highcharts_chart p{
		max-width: 50em;
		margin: 0 auto;
	}

	.menu_li img.menuimage{
		display:block;
	}

	.menu_li img.menuimage_hover{
		display:none;
	}


	.menu_li:hover img.menuimage{
		display:none;
	}

	.menu_li:hover img.menuimage_hover{
		display:block;
	}

	.hundralapp_notis{
		max-width:60rem;
		padding: 0 60px;
		margin: 0 auto;
	}

	#overlev_graf_holder{
		padding: 0 60px;
	}

	@media screen and (max-width: 875px) {
		#overlev_graf_holder{
			padding: 0 20px;
		}
	}



	@media screen and (max-width: 1020px) {


		.GSSO-row>.callout:first-child{
			height: 500px;
		}

	.GSSO-row>.callout{
		width:100%;
		max-width: 100%;
		flex-basis: 100%;
	}

	}



	.menu--terzo li a {
		border: none;
		display:block;
		width: 100%;
		text-align: center;
	}
	
	.menu--terzo li.selected a, .menu--terzo li.selected a:hover, .menu--terzo li.selected a:focus, .menu--terzo li.selected a:active{
		border: none;
		background-color: none;
		font-weight: 600;
		
	}
	
	.menu--terzo li a:hover {
		box-shadow: none;
			background-color: white;
	}
	
	.menu--terzo li{
		font-weight: 400;
			padding: 0;
		border-bottom: 4px solid white;
		width: 12%;
	}
	
	.menu--terzo li img{
		padding: 12px 14%;
	}
	
	
	.menu--terzo li.selected {
		border-bottom: 4px solid #ffd500;
	}
	
	.menu--terzo{
			padding: 72px 0;
		border: none;	
	}
	
	
	#introtext{
		padding: 24px 0 84px;
		color: #235ba9;
		font-size: 120%;
	}
	
	#introtext p::first-letter { 
		font-size: 200%;
		color: #8A2BE2;
		}
	
	
	
	.imagecaption{
		max-width: 60em;
		margin: 0 auto;
		display: block;
	}


	.effektrapport h3{
		color: black;
	}


	 .bevent-item.effektrapport {
		border: 2px solid  rgb(216, 24, 129);
		
	}

	.bevent-item.effektrapport .bevent-item-inner {
		width: 100%;
		padding: 0;
	}


	.effekt_header{
		background-color:  rgb(216, 24, 129);
		color: white;
		padding: 2rem;

	}


	.effekt_header *{
		max-width: 45rem;
		margin: 0 auto;
	}

	.effekt_header h2.case_title.herotext__heading{
		color: white;

	}

	.testexpand .effektrapport .case_extra_information{
		
		
		margin: 0 auto;
	}


	.effektrapport .icon-chevron-down{
		color: white;
	}

	.effektrapport .case_extra_information_narrow {
    padding: 2rem;
    max-width: 45rem;
    margin: 0 auto;
	}

	.effektrapport .highcharts_chart{
		padding: 2rem;
	}

	.testexpand  .opened.effektrapport .case_extra_information {
    max-height: 6000px;
}

.testexpand .bevent-item.effektrapport:focus {
	outline: none;
	border: 2px solid #235ba8;
}
	

@media screen and (max-width: 767px){
.testexpand .effektrapport .bevent-item-inner {
    width: 100%;
    margin: 00px auto 0 auto;
}

.testexpand .case_extra_information {
	text-align: left;
	padding: 0px 0 0 0;
	max-height: 000px;
}

.effektrapport .case_extra_information_narrow {
	padding: 1rem;
	max-width: 45rem;
	margin: 0 auto;
}

.effektrapport .highcharts_chart {
	padding: .5rem;
}
}


@media screen and (max-width: 47.8125em){
	.menu--terzo {
	    display: none;
	}
}


.button-smallscreen-subnav{
	background-color: white;
	color: #235ba9;
	
}