






#content_container {
  padding: 0;
}

#bg_content {
	background-color: #eee;
/*	background-attachment: fixed;	*/
	background-image: url("/files/3/2215699954492100.jpg "); 
	background-position: center 5%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
/*	z-index: -9999999;	*/
} 


@media only screen and (max-aspect-ratio: 5/3) and (min-width: 90.063em) {
	#bg_content {
		background-color: #31518f;
    	background-attachment: fixed;
		background-position: center -130%;
	}
}	

@media only screen and (max-width: 40.063em) {
	#bg_content {
    	background: none !important;
	}
}





@media only screen and (max-width: 40.063em) {

	#bg_start_mobile {
			background-image: url("/files/3/2252345709358900.jpg"); 
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 350px;
	}
	
	#bg_start_mobile div {
			background: rgba(50, 50, 50, 0.7);
			position: absolute;
			bottom: 0; 
	}
}

@media only screen and (min-width: 40.063em) {
	#bg_start_mobile {
    	background: none !important;
	}
	#bg_start_mobile div {
			margin: 3rem 0 .75rem; 
	}
}

#bg_start_mobile h2 {
	color: #fff;
}


/* ---- sections ---- */


#section_1 {
  background: none;
  box-shadow: none;
  margin-top: 2rem;
}

#section_2 {
  background: none;
  box-shadow: none;
  padding: 2.25rem 0 1.25rem;
}


@media only screen and (max-width: 40.063em) {

	#section_1 {
			background: rgba(90, 122, 184, 0.8); 
			margin-top: 0;
			box-shadow: none;
			padding-top: 0;
	}
	
	#section_2 {
			background: none;
			box-shadow: none;
	}
}



/* ---- Overview ---- */




.panel {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  box-shadow: none;
}


.overview-link {
  color: #333;
}

.overview-content img {
  width: 66%;
  margin-left: 1.25rem;
  border-radius: 2px;
}

.overview-abstract {
  color: #333;
}

/* ------------------------------------------------------------------------------ */

@media only screen and (min-width: 40.063em) {


.subheader {
  margin-bottom: 1.25rem;
}

.overview-content .left-inline {
  margin: 0 -1.25rem;
  position: relative;
}


.overview-content .left-inline > a::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
  border-image: none;
  border-style: inset inset inset solid;
  border-width: 20px;
  content: "";
  display: block;
  height: 0;
  margin-right: 3%;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
}

.overview-abstract {
  margin-top: 1.25rem;
}

}





/* ------------------------------------------------------------------------------ */

@media only screen and (max-width: 40.063em) {


.subheader {
  border-bottom: 1px solid #acbcdb;
  padding-bottom: 0.625rem;
}

.overview-content {
  padding-bottom: 3.75rem;
  position: relative;
}

.overview-content .left-inline {
  bottom: 1.25rem;
  height: 2.5rem;
  left: 0;
  padding: 0 1.25rem;
  position: absolute;
  width: 100%;
}

.overview-content img {
  display: none;
}

.overview-content .left-inline > a {
  background: #333 none repeat scroll 0 0;
  border-radius: 6px;
  display: block;
  height: 2.5rem;
  margin-left: 25%;
  width: 50%;
}

.overview-content .left-inline > a::after {
  color: #ffffff;
  content: "mehr...";
  display: block;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1rem;
  padding-top: 0.75rem;
  text-align: center;
}

.overview-abstract {
  margin-bottom: 1.25rem;
}

}


/* ------------------------------------------------------------------------------ */







/* ---- infobox ---- */



#infobox_wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
}

#infobox {
  background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
  box-shadow: -25rem 0 0 rgba(255, 255, 255, 0.25), 25rem 0 0 rgba(255, 255, 255, 0.25);
  color: #1e3e7c;
  display: none;
  padding-bottom: .75rem;
  padding-top: .75rem;
  position: absolute;
  width: 100%;
}

#infobox > div.column {
  padding-right: 3rem;
  text-align: center;
}

#infobox-cta {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 0 0 10px 10px;
  float: right;
  padding: 10px;
  position: relative;
  z-index: 999;
  color: #fff;
}

.infobox-close {
  color: inherit;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0.6875rem;
  top: -0.55rem;
}



/* ---- tabs ---- */

.tabs {
  margin: 3rem 0 0;
}

.tabs dd {
  background: #ffffff;
  width: 50%;
}

.tabs dd.active a {
  background: #222;
  color: #acbcdb;
}

.tabs dd.active a::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7992c4;
  border-image: none;
  border-style: inset inset solid inset;
  border-width: 8px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin-right: -8px;
  margin-top: -20px;
  position: absolute;
  right: 50%;
  width: 0;
}

.tabs dd > a {
  background: rgba(90, 122, 184, 0.4);
  color: #1e3e7c;
  font-family: inherit;
  padding: 0.75rem 2rem;
  text-align: center;
}

.tabs-content {
  margin-bottom: 3.5rem;
}

.tabs-content > .content {
  background: rgba(90, 122, 184, 0.7);
  color: #eee;
  padding: 0.9375rem;
}

@media only screen and (max-width: 40.063em) {

	.tabs-content > .content {
			background: none; 
	}
}












