/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
				margin: 0;
				padding: 0;
				border: 0;
				font-size: 100%;
				font: inherit;
				vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
				display: block;
}

html {
				width: 100%;
				height: 100%;
}

body {
				line-height: 1;
				width: 100%;
				height: 100%;
				font-size: 14px;
}

a {
				text-decoration: none;
}

b {
				font-weight: 800;
}

i {
				font-style: italic;
}

strong {
				font-weight: bold;
}

ol, ul {
				list-style: none;
}

blockquote, q {
				quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
				content: '';
				content: none;
}

table {
				border-collapse: collapse;
				border-spacing: 0;
}

input[type="submit"], input[type="button"] {
				border: none;
				-webkit-appearance: none;
				appearance: none;
}

/* END RESET */
.button {
				font-family: 'Cinzel', serif;
				text-align: center;
				border: 1px solid #ddd;
				padding: 16px 24px;
				color: #313131;
				font-weight: bold;
				line-height: 18px;
				font-size: 14px;
				display: block;
				min-width: 80px;
				float: right;
				width: 100px;
				margin-top: 30px;
				-webkit-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-moz-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-o-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-ms-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

.button:hover {
				cursor: pointer;
				border-color: #313131;
				background: #313131;
				color: #FFFFFF;
				text-decoration: none;
}

.button.white {
				border-color: #FFFFFF;
				color: #FFFFFF;
}

.button.white:hover {
				background: #FFFFFF;
				color: #313131;
}

.cms_a_-button {
				font-family: 'Cinzel', serif;
				text-align: center;
				border: 1px solid #ddd;
				padding: 16px 24px;
				color: #313131;
				font-weight: bold;
				line-height: 18px;
				font-size: 14px;
				display: block;
				min-width: 80px;
				float: right;
				width: 100px;
				margin-top: 30px;
				-webkit-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-moz-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-o-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-ms-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

.cms_a_-button:hover {
				cursor: pointer;
				border-color: #313131;
				background: #313131;
				color: #FFFFFF;
				text-decoration: none;
}

.cms_a_-button_white {
				font-family: 'Cinzel', serif;
				text-align: center;
				border: 1px solid #ddd;
				padding: 16px 24px;
				color: #313131;
				font-weight: bold;
				line-height: 18px;
				font-size: 14px;
				display: block;
				min-width: 80px;
				float: right;
				width: 100px;
				margin-top: 30px;
				-webkit-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-moz-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-o-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-ms-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				border-color: #FFFFFF;
				color: #FFFFFF;
}

.cms_a_-button_white:hover {
				cursor: pointer;
				background: #FFFFFF;
				color: #313131;
				text-decoration: none;
}

ol,
ul {
				margin: 10px 0 10px 23px;
				list-style: inherit;
}

ol li,
ul li {
				display: list-item;
}

ul {
				margin-left: 20px;
}

img {
				max-width: 100%;
				height: auto;
}

.cms_img_-circle {
				display: block;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				height: 230px;
				width: 230px;
				margin: 30px;
}

.cms_img_-_centered {
				margin: auto;
				display: block;
}

input,
textarea {
				width: 100%;
				-webkit-appearance: none;
				height: 40px;
				padding: 5px 2.5%;
				outline: 0;
				border: 1px solid #ddd;
				font-size: 14px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
}

textarea {
				width: 100% !important;
				height: 100px;
				padding: 15px 2.5%;
}

input[type="search"] {
				width: 100%;
				-webkit-appearance: none;
				height: 30px;
				padding: 5px 2.5%;
				outline: 0;
				border: 1px solid #ddd;
				font-size: 14px;
				-webkit-border-radius: 25px;
				-moz-border-radius: 25px;
				border-radius: 25px;
}

input[type="submit"] {
				font-family: 'Cinzel', serif;
				text-align: center;
				border: 1px solid #ddd;
				padding: 12px 24px;
				background: none;
				color: #313131;
				font-weight: bold;
				line-height: 18px;
				font-size: 14px;
				display: block;
				min-width: 80px;
				float: right;
				width: 100px;
				margin-top: 30px;
				-webkit-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-moz-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-o-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-ms-transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				transition: all 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

input[type="submit"]:hover {
				cursor: pointer;
				border-color: #313131;
				background: #313131;
				color: #FFFFFF;
				text-decoration: none;
}

label {
				display: block;
				font-size: 16px;
				line-height: 20px;
				padding: 15px 0 7px;
}

b {
				font-weight: 400;
				font-size: 17px;
				color: #313131;
}

form {
				width: 100%;
				max-width: 400px;
				font-size: 14px;
				font-weight: 400;
				color: #313131;
}

form table,
form tbody,
form td,
form th,
form tr {
				width: 100%;
				display: block;
				height: auto !important;
}

form td {
				float: left;
}

form td input#file {
				display: none;
}

form td input[type="text"],
form td textarea {
				margin-bottom: 5px;
}

form td input[type="text"]:focus,
form td textarea:focus {
				border-color: #313131;
}

h1,
h2,
h3,
h4,
h5 {
				font-family: 'Lora', serif;
				color: #A6002A;
				font-weight: 400;
}

h1:after,
h2:after {
				content: "";
				width: 50px;
				height: 1px;
				background: #A6002A;
				position: relative;
				top: 10px;
				display: block;
}

h1 {
				font-size: 36px;
				line-height: 44px;
				margin: 0 0 30px;
				position: relative;
}

h2 {
				font-size: 30px;
				line-height: 36px;
				margin: 0 0 30px;
				position: relative;
}

h3,
h4,
h5 {
				margin-top: 20px;
}

h3,
h4,
h5 {
				font-size: 18px;
				line-height: 26px;
				margin-bottom: 20px;
}

a {
				color: #A6002A;
}

a:hover {
				color: #A6002A;
				text-decoration: underline;
}

body {
				font-family: 'Open Sans', sans-serif;
				font-weight: 300;
				font-size: 16px;
				line-height: 28px;
				color: #4E4E4E;
				background: #ffffff;
}

#header {
				width: 100%;
				float: left;
}

#top {
				width: 100%;
				height: 80px;
				background: #FFFFFF;
				position: relative;
}

.section {
				width: 100%;
				float: left;
				position: relative;
				padding: 90px 0;
}

.section.gray {
				background: #FAFAFA;
}

.image_left {
				position: absolute;
				width: 80%;
				top: -20%;
}

.col {
				float: left;
				margin-right: 10%;
}

.end {
				margin-right: 0;
}

.col_12 {
				width: 100%;
				margin-right: 0;
}

.col_8 {
				width: 65%;
}

.col_7 {
				width: 55%;
}

.col_6 {
				width: 45%;
}

.col_5 {
				width: 35%;
}

.col_4 {
				width: 25%;
}

.col_55 {
				width: 46.5%;
				float: left;
}

.col_45 {
				width: 36.5%;
				float: left;
}

.wrapper {
				width: 1100px;
				max-width: 90%;
				margin: 0 auto;
				position: relative;
}

#startsida .site .wrapper {
				width: 1100px;
}

.divider {
				width: 100%;
				height: 1px;
				background: #4e4e4e;
				opacity: 0.24;
}

.overlay {
				width: 100%;
				height: 100%;
				position: absolute;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */
				background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
				/* FF3.6-15 */
				background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
				/* Chrome10-25,Safari5.1-6 */
				background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
				/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				top: 0;
				left: 0;
				z-index: 2;
				display: none;
}

body#startpage .overlay,
body#startsida .overlay {
				display: block;
}

body#startpage .siteContainer,
body#startsida .siteContainer {
				padding-top: 40px;
}

body#startpage section,
body#startsida section {
				text-align: center;
}

body#startpage #banner,
body#startsida #banner {
				float: none;
				overflow: hidden;
}

body#startpage #banner .banner_text_wrapper,
body#startsida #banner .banner_text_wrapper {
				text-align: left;
				padding: 10% 10% 0;
}

body#startpage #banner .banner_text,
body#startsida #banner .banner_text {
				display: block;
}

body#startpage #banner .button_wrapper,
body#startsida #banner .button_wrapper {
				display: block;
}

body#startpage h1,
body#startpage h2,
body#startsida h1,
body#startsida h2 {
				display: inline-block;
				min-width: 100px;
}

body#startpage h1:after,
body#startpage h2:after,
body#startsida h1:after,
body#startsida h2:after {
				width: 100%;
}

body#startpage #latestUpdates,
body#startsida #latestUpdates {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				margin-top: 16px;
}

body#startpage #latestUpdates .update_item,
body#startsida #latestUpdates .update_item {
				display: inline-block;
				position: relative;
				width: calc(33.33% - 32px);
				margin: 0 16px;
				box-sizing: border-box;
				word-break: break-word;
				background-color: #fefefe;
				border: 1px solid #eee;
				text-align: left;
				box-shadow: 0 2px 0 0 transparent;
				top: 0;
				transition: box-shadow ease 0.3s, top ease 0.3s;
}

body#startpage #latestUpdates .update_item:hover,
body#startsida #latestUpdates .update_item:hover {
				box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.24);
				top: -4px;
}

body#startpage #latestUpdates .update_item h3,
body#startsida #latestUpdates .update_item h3 {
				margin: 16px;
}

body#startpage #latestUpdates .update_item .image,
body#startsida #latestUpdates .update_item .image {
				position: relative;
				overflow: hidden;
}

body#startpage #latestUpdates .update_item .image:before,
body#startsida #latestUpdates .update_item .image:before {
				content: "";
				padding-bottom: 50%;
				display: block;
}

body#startpage #latestUpdates .update_item .image img,
body#startsida #latestUpdates .update_item .image img {
				position: absolute;
				top: -9999px;
				right: -9999px;
				bottom: -9999px;
				left: -9999px;
				width: 100%;
				height: auto;
				max-width: none;
				margin: auto;
}

body#startpage #quicklinks,
body#startsida #quicklinks {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				margin-top: 16px;
}

body#startpage #quicklinks .quicklink_item,
body#startsida #quicklinks .quicklink_item {
				width: calc(50% - 32px);
				margin: 16px;
				display: inline-block;
				position: relative;
				box-shadow: 0 2px 0 0 transparent;
				top: 0;
				transition: box-shadow ease 0.3s, top ease 0.3s;
}

body#startpage #quicklinks .quicklink_item:hover,
body#startsida #quicklinks .quicklink_item:hover {
				box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.24);
				top: -4px;
}

body#startpage #quicklinks .quicklink_item:hover h4,
body#startsida #quicklinks .quicklink_item:hover h4 {
				text-decoration: underline;
}

body#startpage #quicklinks .quicklink_item .quicklink_item_image,
body#startsida #quicklinks .quicklink_item .quicklink_item_image {
				position: relative;
				overflow: hidden;
}

body#startpage #quicklinks .quicklink_item .quicklink_item_image:before,
body#startsida #quicklinks .quicklink_item .quicklink_item_image:before {
				content: "";
				padding-bottom: 50%;
				display: block;
}

body#startpage #quicklinks .quicklink_item .quicklink_item_image img,
body#startsida #quicklinks .quicklink_item .quicklink_item_image img {
				position: absolute;
				top: -9999px;
				right: -9999px;
				bottom: -9999px;
				left: -9999px;
				width: auto;
				height: 100%;
				max-width: none;
				margin: auto;
}

body#startpage #quicklinks .quicklink_item .quicklink_item_image:after,
body#startsida #quicklinks .quicklink_item .quicklink_item_image:after {
				content: "";
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
				background-color: rgba(0, 0, 0, 0.32);
}

body#startpage #quicklinks .quicklink_item h4,
body#startsida #quicklinks .quicklink_item h4 {
				font-size: 24px;
				color: #fff;
				position: absolute;
				top: 50%;
				left: 0;
				transform: translateY(-50%);
				right: 0;
				margin: 0;
}

.siteContainer {
				overflow: hidden;
				width: 100vw;
}

#startpage .siteContainer section {
				padding: 40px 0;
				float: none;
				clear: both;
}

#banner {
				width: 100%;
				width: 100%;
				padding-bottom: 30%;
				background-size: 100%;
				position: relative;
}

#banner .banner_text_wrapper {
				position: absolute;
				color: #FFFFFF;
				text-align: center;
				z-index: 3;
				width: 80%;
				max-width: 760px;
				padding: 14% 10% 0;
}

#banner .wrapper {
				position: static;
}

#banner .banner_headline {
				font-size: 36px;
				line-height: 46px;
				text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
				text-transform: uppercase;
				font-family: 'Lora', serif;
				margin-bottom: 10px;
}

#banner .banner_text {
				text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
				width: 62%;
				display: none;
				float: left;
}

#banner .button_wrapper {
				display: none;
				margin-top: 30px;
}

#banner .button_wrapper a.button {
				float: left;
				text-shadow: none;
				margin: 0;
}

#projects {
				width: 100%;
				float: left;
}

.project {
				width: 100%;
				float: left;
				background: #FAFAFA;
				position: relative;
				overflow: hidden;
}

.project h3 {
				margin: 0 0 10px;
}

.project .inner_wrapper {
				width: 100%;
				float: left;
}

.project .image {
				position: absolute;
				right: 0;
				/*width: 35%;*/
				width: 40%;
				top: 0;
				/*height: 53vw;*/
				height: auto;
				max-height: 380px;
				overflow: hidden;
				margin: 60px 0;
}

.project .image img {
				height: auto;
				width: 100%;
				max-width: none;
}

.project .text {
				width: 53%;
				margin: 60px 0;
				float: left;
}

.project:nth-child(even) {
				background: #FFF;
}

.project:nth-child(even) .image {
				left: 0;
}

.project:nth-child(even) .text {
				float: right;
}

#peoples {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				margin: 0 -16px;
}

#peoples .people {
				display: inline-block;
				width: 33.33%;
				text-align: center;
				box-sizing: border-box;
				padding: 24px 16px;
				word-break: break-word;
}

#peoples .people a .people__title {
				color: #4E4E4E;
}

a:hover #peoples .people a .people__title {
				color: #4E4E4E;
}

#peoples .people .image {
				overflow: hidden;
				width: 200px;
				height: 200px;
				margin: auto;
				border-radius: 100%;
				position: relative;
}

#peoples .people .image:before {
				content: "";
				padding-bottom: 100%;
				display: block;
}

#peoples .people .image img {
				position: absolute;
				top: -9999px;
				right: -9999px;
				bottom: -9999px;
				left: -9999px;
				width: auto;
				height: 100%;
				max-width: none;
				margin: auto;
}

#peoples .people h3 {
				margin-bottom: 0;
}

#publication_hightlight {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				margin-bottom: 24px;
}

#publication_hightlight .publication_hightlighted_item {
				width: calc(50% - 32px);
				margin: 0 16px;
				display: inline-block;
				position: relative;
}

#publications {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				margin-top: 24px;
}

#publications .publication_item {
				width: calc(50% - 32px);
				display: inline-block;
				position: relative;
				margin: 0 16px 32px;
				box-sizing: border-box;
				word-break: break-word;
				background-color: #fefefe;
				border: 1px solid #eee;
				text-align: left;
				box-shadow: 0 2px 0 0 transparent;
				top: 0;
				transition: box-shadow ease 0.3s, top ease 0.3s;
}

#publications .publication_item:hover {
				box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.24);
				top: -4px;
				text-decoration: none;
}

#publications .publication_item:hover .publication_item_readMore {
				text-decoration: underline;
}

#publications .publication_item .publication_item_image {
				position: relative;
				overflow: hidden;
}

#publications .publication_item .publication_item_image:before {
				content: "";
				padding-bottom: 50%;
				display: block;
}

#publications .publication_item .publication_item_image img {
				position: absolute;
				top: -9999px;
				right: -9999px;
				bottom: -9999px;
				left: -9999px;
				width: 100%;
				height: auto;
				max-width: none;
				margin: auto;
}

#publications .publication_item .publication_item_textcontainer {
				margin: 16px;
}

#publications .publication_item .publication_item_text {
				color: #4E4E4E;
}

#publications .publication_item h4 {
				margin: 0;
}

.marginT32 {
				margin-top: 32px;
}

#nav_wrapper {
				width: auto;
				float: right;
				-webkit-transition: height 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-moz-transition: height 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-o-transition: height 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				-ms-transition: height 0.5s cubic-bezier(0.33, 0, 0.2, 1);
				transition: height 0.5s cubic-bezier(0.33, 0, 0.2, 1);
}

#published {
				font-weight: 400;
				font-size: 14px;
				color: #A6002A;
				position: absolute;
				right: 0;
				top: 0;
}

.clear {
				clear: both;
}

#nav {
				float: right;
				list-style: none;
				margin: 0;
}

#nav a {
				color: #313131;
				font-family: 'Lora', serif;
				display: block;
				height: 30px;
				margin: 25px 0;
				position: relative;
				line-height: 30px;
				font-size: 14px;
}

#nav a.active {
				color: #A6002A;
}

#nav a.active:after {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
}

#nav a.active:before {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
}

#nav a:before {
				content: '';
				position: absolute;
				left: 0;
				width: 100%;
				height: 1px;
				background: #A6002A;
				-webkit-transform: scale3d(0, 1, 1);
				transform: scale3d(0, 1, 1);
				-webkit-transition: -webkit-transform 0.2s;
				transition: transform 0.2s;
				top: 0;
				-webkit-transform-origin: 0 50%;
				transform-origin: 0 50%;
}

#nav a:after {
				bottom: 0;
				-webkit-transform-origin: 100% 50%;
				transform-origin: 100% 50%;
				content: '';
				position: absolute;
				left: 0;
				width: 100%;
				height: 1px;
				background: #A6002A;
				-webkit-transform: scale3d(0, 1, 1);
				transform: scale3d(0, 1, 1);
				-webkit-transition: -webkit-transform 0.2s;
				transition: transform 0.2s;
}

#nav a:hover {
				text-decoration: none;
				color: #A6002A;
}

#nav a:hover:after {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
				-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
				transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
				-webkit-transition-duration: 0.4s;
				transition-duration: 0.4s;
}

#nav a:hover:before {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
				-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
				transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
				-webkit-transition-duration: 0.4s;
				transition-duration: 0.4s;
}

#nav li {
				float: left;
				margin-left: 50px;
}

#navigation {
				float: left;
				width: 100%;
}

#menu_toggle {
				display: none;
				width: 60px;
				height: 60px;
				line-height: 60px;
				text-align: center;
				font-size: 24px;
				position: absolute;
				right: 0;
}

.logo {
				background: url("/site/images/Logo.svg") no-repeat center;
				background-size: 100%;
				padding: 25px 0;
				text-decoration: none;
				float: left;
				width: 180px;
				height: 30px;
}

#footer {
				width: 100%;
				float: left;
				background: #FFFFFF;
				color: #4E4E4E;
				padding: 90px 0 0;
}

#footer .contact,
#footer .social {
				float: right;
}

#footer .logo {
				background: url("/site/images/Logo.svg") no-repeat center;
				background-size: 100%;
				padding: 0;
				margin: 0 auto;
				float: none;
				height: 40px;
}

#footer .divider {
				width: 90%;
				margin: 50px auto;
				max-width: 600px;
				height: 1px;
				background: #eee;
}

#footer table.address {
				width: 100%;
				max-width: 1000px;
				margin: 25px auto;
				text-align: center;
				font-size: 12px;
}

#footer table.address td {
				border-right: 1px solid #eee;
}

#footer table.address td:last-child {
				border: none;
}

#footer a {
				color: #4E4E4E;
}

.menu_button {
				display: none;
				position: fixed;
				top: 0;
				right: 0;
				padding: 18px 5%;
				z-index: 99;
}

.menu_button .menu-icon__text {
				background: #313131;
				content: '';
				display: block;
				height: 1px;
				margin: 5px 0;
				-webkit-transition: all 0.2s ease-out;
				-moz-transition: all 0.2s ease-out;
				-ms-transition: all 0.2s ease-out;
				-o-transition: all 0.2s ease-out;
				transition: all 0.2s ease-out;
				width: 100%;
}

.cover {
				width: 100%;
				height: 0;
				position: fixed;
				top: 0;
				left: 0;
				background: rgba(21, 26, 35, 0.4);
				z-index: 8;
				display: block;
				-webkit-transition: opacity 0.2s ease-out;
				-moz-transition: opacity 0.2s ease-out;
				-ms-transition: opacity 0.2s ease-out;
				-o-transition: opacity 0.2s ease-out;
				transition: opacity 0.2s ease-out;
				opacity: 0;
}

body.menu_open .cover {
				opacity: 1;
				height: 100%;
}

body.menu_open .menu_button:before {
				-webkit-transform: rotate(45deg) translate3d(0px, 8px, 0);
				-moz-transform: rotate(45deg) translate3d(0px, 8px, 0);
				-ms-transform: rotate(45deg) translate3d(0px, 8px, 0);
				-o-transform: rotate(45deg) translate3d(0px, 8px, 0);
				transform: rotate(45deg) translate3d(0px, 8px, 0);
				background: #313131;
				margin-left: 6px;
}

body.menu_open .menu_button:after {
				-webkit-transform: rotate(-45deg) translate3d(3px, -6px, 0);
				-moz-transform: rotate(-45deg) translate3d(3px, -6px, 0);
				-ms-transform: rotate(-45deg) translate3d(3px, -6px, 0);
				-o-transform: rotate(-45deg) translate3d(3px, -6px, 0);
				transform: rotate(-45deg) translate3d(3px, -6px, 0);
				background: #313131;
				margin-left: 2px;
}

body.menu_open .menu_button span {
				opacity: 0;
}

.menu_button:before {
				background: #313131;
				content: '';
				display: block;
				height: 1px;
				margin: 5px 0;
				-webkit-transition: all 0.2s ease-out;
				-moz-transition: all 0.2s ease-out;
				-ms-transition: all 0.2s ease-out;
				-o-transition: all 0.2s ease-out;
				transition: all 0.2s ease-out;
				width: 100%;
}

.menu_button:after {
				background: #313131;
				content: '';
				display: block;
				height: 1px;
				margin: 5px 0;
				-webkit-transition: all 0.2s ease-out;
				-moz-transition: all 0.2s ease-out;
				-ms-transition: all 0.2s ease-out;
				-o-transition: all 0.2s ease-out;
				transition: all 0.2s ease-out;
				width: 100%;
}

@media only screen and (max-width: 960px) {
				#peoples {
								margin: 0;
				}
				#peoples .people {
								width: 50%;
								padding: 24px 16px;
				}
				#peoples .people .image {
								width: 160px;
								height: 160px;
				}
				#publication_hightlight .publication_hightlighted_item {
								width: 100%;
								margin: 0 0 16px;
				}
				#publication_hightlight .publication_hightlighted_item:last-child {
								margin: 0;
				}
				#publications {
								width: 100%;
								display: flex;
								flex-wrap: wrap;
				}
				#publications .publication_item {
								width: 100%;
								margin: 0 0 24px;
				}
				body#startpage #latestUpdates .quicklink_item,
				body#startpage #latestUpdates .update_item,
				body#startpage #quicklinks .quicklink_item,
				body#startpage #quicklinks .update_item,
				body#startsida #latestUpdates .quicklink_item,
				body#startsida #latestUpdates .update_item,
				body#startsida #quicklinks .quicklink_item,
				body#startsida #quicklinks .update_item {
								width: calc(50% - 32px);
								margin: 0 16px 24px;
				}
				body#startpage #latestUpdates .quicklink_item:last-child,
				body#startpage #latestUpdates .update_item:last-child,
				body#startpage #quicklinks .quicklink_item:last-child,
				body#startpage #quicklinks .update_item:last-child,
				body#startsida #latestUpdates .quicklink_item:last-child,
				body#startsida #latestUpdates .update_item:last-child,
				body#startsida #quicklinks .quicklink_item:last-child,
				body#startsida #quicklinks .update_item:last-child {
								margin-bottom: 0;
				}
				body#startpage section,
				body#startsida section {
								padding: 32px 0;
				}
				#startsida .section.gray .col_45 {
								padding: 5% 5% 14%;
								position: relative;
				}
				#startsida .section.gray .col_55 {
								padding: 5% 5% 14%;
				}
				#startsida .section.gray.last .col_45 {
								padding-bottom: 8.5%;
								padding-top: 14%;
				}
				#startsida .section.gray h2 {
								margin-top: 20px;
				}
				#startsida .image_left {
								width: 200%;
				}
				#banner {
								padding-bottom: 40%;
				}
				#banner #banner-text {
								font-size: 30px;
								margin-top: 12%;
				}
				.menu_button {
								display: block;
								width: 31px;
								-webkit-transform: translate3d(0, 0, 0);
								-moz-transform: translate3d(0, 0, 0);
								-ms-transform: translate3d(0, 0, 0);
								-o-transform: translate3d(0, 0, 0);
								transform: translate3d(0, 0, 0);
				}
				#top {
								height: 60px;
								position: fixed;
								top: 0;
								z-index: 55;
								box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
				}
				#top .wrapper {
								width: 90%;
								padding: 0 5%;
				}
				.logo {
								padding: 15px 0;
				}
				#nav {
								width: 100%;
				}
				#nav li {
								width: 80%;
								float: left;
								margin: 0 10% 5px;
				}
				#nav li a {
								color: #313131;
								border-top: 1px solid #FFF;
								border-bottom: 1px solid #FFF;
								width: auto;
								text-align: left;
								line-height: 31px;
								height: 30px;
								display: inline-block;
								margin: 0;
								padding: 0;
				}
				#nav li a:after {
								content: none;
				}
				#nav li a:before {
								content: none;
				}
				#nav li a.active {
								color: #A6002A;
								background: none;
								border-color: #A6002A;
				}
				#navigation {
								width: 100%;
								padding: 60px 0;
				}
				#nav_wrapper {
								height: 100vh;
								padding: 0;
								background: #FFF;
								overflow: hidden;
								-moz-transition: -moz-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
								-o-transition: -o-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
								-ms-transition: -ms-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
								transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1);
								position: absolute;
								width: 70%;
								right: 0;
								overflow-y: scroll;
								-webkit-overflow-scrolling: touch;
								-moz-transform: translate3d(100%, 0px, 0px);
								-webkit-transform: translate3d(100%, 0px, 0px);
								transform: translate3d(100%, 0px, 0px);
								z-index: 56;
								max-width: 400px;
				}
				body.menu_open #nav_wrapper {
								-moz-transform: translate3d(0%, 0px, 0px);
								-webkit-transform: translate3d(0%, 0px, 0px);
								transform: translate3d(0%, 0px, 0px);
				}
				.project {
								width: 95%;
								padding-left: 5%;
				}
				.project:nth-child(even) {
								padding-left: 0;
								padding-right: 5%;
				}
}

@media only screen and (max-width: 768px) {
				#peoples {
								margin: 0;
				}
				#peoples .people {
								width: 100%;
								padding: 24px 16px;
				}
				#peoples .people .image {
								width: 160px;
								height: 160px;
				}
				body#startpage #latestUpdates .quicklink_item,
				body#startpage #latestUpdates .update_item,
				body#startpage #quicklinks .quicklink_item,
				body#startpage #quicklinks .update_item,
				body#startsida #latestUpdates .quicklink_item,
				body#startsida #latestUpdates .update_item,
				body#startsida #quicklinks .quicklink_item,
				body#startsida #quicklinks .update_item {
								width: 100%;
								margin: 0 0 24px;
				}
				.section {
								padding: 30px 0;
				}
				#footer .divider {
								margin: 30px auto;
				}
				#footer table.address td {
								display: block;
								border: 0;
				}
				#banner .banner_headline {
								font-size: 26px;
								line-height: 36px;
								margin-bottom: 5px;
				}
				#banner .button_wrapper {
								margin-top: 10px;
				}
				body {
								font-size: 14px;
								line-height: 24px;
				}
				.button,
				.cms_a_-button,
				.cms_a_-button_white {
								padding: 10px 15px;
								font-size: 13px;
				}
				.content {
								padding: 0 5%;
				}
				h1 {
								margin: 0 0 20px;
								font-size: 24px;
								line-height: 30px;
				}
				h2 {
								margin: 0 0 20px;
								font-size: 20px;
								line-height: 26px;
				}
				.wrapper {
								max-width: 100%;
				}
				#footer {
								padding: 20px 5%;
								width: 90%;
				}
				.col,
				.col_45,
				.col_55 {
								margin: 0;
				}
				.col_4,
				.col_5,
				.col_6,
				.col_7,
				.col_8 {
								width: 100%;
				}
				.col_45,
				.col_55 {
								width: 100%;
				}
				#startsida .image_right {
								position: static;
								width: 100%;
								margin-top: 5%;
				}
				#startsida .image_left {
								position: static;
								width: 100%;
								border: none;
				}
				#startsida .section.gray {
								margin-bottom: 2%;
								padding: 5%;
								width: 90%;
				}
				#startsida .section.gray.top .col_45 {
								padding-bottom: 0;
								float: right;
				}
				#startsida .section.gray.top .col_55 {
								float: right;
				}
				#startsida .section.gray.last .col_45 {
								padding-bottom: 0;
								padding-top: 0;
				}
				#startsida .section.gray .col_45 {
								padding: 0;
								position: relative;
				}
				#startsida .section.gray .col_45:first-child {
								padding-left: 0;
				}
				#startsida .section.gray .col_45:last-child {
								padding-right: 0;
				}
				#startsida .section.gray .col_55 {
								padding: 0;
								position: relative;
				}
				#startsida .section.gray .col_55:first-child {
								padding-left: 0;
				}
				#startsida .section.gray .col_55:last-child {
								padding-right: 0;
				}
				#startsida .site .wrapper {
								width: 100%;
				}
				#banner {
								margin-top: 60px;
								background-size: 160%;
								position: relative;
								background-position: center;
								padding-bottom: 50%;
				}
				#banner .banner_text {
								width: 100%;
				}
				body#startsida #banner .banner_text_wrapper {
								width: 90%;
								padding: 5% 5% 0;
				}
				#banner .banner_text_wrapper {
								width: 90%;
								padding: 22% 5% 0;
				}
				#footer .end {
								position: static;
								padding: 40px 0;
				}
}

@media only screen and (max-width: 568px) {
				.project .inner_wrapper {
								position: relative;
				}
				.project h3 {
								margin: 0 0 50px;
				}
				.project .image {
								height: 33vw;
								/*    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;*/
								position: relative;
								right: 0;
								top: 0;
								float: right;
								display: block;
				}
				.project .text {
								margin: 20px 0;
				}
				.project:nth-child(even) .image {
								float: left;
								border-left: 0;
								/*  border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;*/
				}
				.project .image img {
								width: 100%;
								height: auto;
								display: block;
								float: right;
				}
				img {
								width: 100%;
				}
				.overlay {
								background: rgba(0, 0, 0, 0.3);
								display: block;
				}
}

@media only screen and (max-width: 414px) {
				.project .image {
								height: 20vw;
								width: 20%;
								position: absolute;
								height: auto;
								width: 100%;
								position: relative;
								margin-bottom: 24px;
				}
				.project:nth-child(even) .image {
								left: inherit;
								right: 0;
				}
				.project .text {
								width: 100%;
				}
				.project {
								width: 100% !important;
								padding: 0 !important;
				}
				.project .inner_wrapper {
								width: 90%;
								padding: 0 5%;
				}
				.project:nth-child(even) .image {
								border-right: 0;
								border-left: 5px solid #fff;
				}
				#banner .banner_text_wrapper {
								width: 90%;
								padding: 16% 5% 0;
				}
				#banner .banner_headline {
								font-size: 20px;
				}
				body#startsida #banner .banner_headline {
								font-size: 20px;
				}
				body#startsida #banner {
								padding-bottom: 60%;
				}
}

/*# sourceMappingURL=main.css.map */