/*** MPS goettingen skin ***/
/*** v0.9.12 ***/

body {
	font-size: 16px;
	font-family: "Calibri", "Open Sans", sans-serif;
margin: 0;
padding: 0;
}

header {
	background:  #eeeeee;
margin: 0;
padding: 0;
padding-bottom: 25px;
padding-top: 15px;
padding-left: 90px;
}

header a, header a:hover, header a:visited, #navigation-container a {
	text-decoration: none;
}

header .mps-logo {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url("./../images/mps-logo2.svg");
width: 750px;
height: 90px;
margin-left: 0px;
}

header span {
	color:#fff;
	font-size: 32px;
	margin: 8px 0;
	text-align: right;
	display: block;
	line-height: 1;
}

a, a:visited {
font-weight: 400;
font-family: "Roboto", sans-serif;
	color: #777;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
 color: #006c66
}

hr {
	border-top-width: 4px;
}

.highlight {
	background-color: #f2f0e8;
}

#form-item-submit input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-family: "Merriweather", serif;
  padding: 3px 10px;
  margin: 12px 12px 12px 2px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 0 5px rgba(255,255,255,0.15);
  color:#fff;
  background-color: #006c66;
  min-width: 180px;
}

#form-item-submit input:hover {
    color:#fff;
    background-color: #003936;
    border-color: black;
}

#page-content{
	margin-bottom:30px;
}

/**REDESIGN**/
table {
font-size: 100%;
border-collapse : collapse;
}

a:link, a:active, a:visited {
  #333333;
}

a:hover {
  color: #006c66;
}

img {
border: none;
vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
color: #4a4949;
margin: 0.75em 0 0.25em 0;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #4a4949 ! important;
text-decoration: none;
}

h1 {
font-size: 160%;
}

h2 {
font-size: 150%;
}

h3 {
font-size: 125%;
border-bottom: none;
font-weight: bold;
}

h4 {
font-size: 110%;
border-bottom: none;
font-weight: bold;
}

h5 {
font-size: 100%;
border-bottom: none;
font-weight: bold;
}

h6 {
font-size: 90%;
border-bottom: none;
font-weight: bold;
}

ul {
line-height: 1.5em;
padding: 0;
}

li {
margin-bottom: 0.5em;
}

blockquote {
padding-left: 0.5em;
margin-left: 0;
border-left: 4px solid #cacac8;
color: #747679;
}

code, tt {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 120%;
color: #373534;
background-color: #f2f3f1;
padding: 0 0.1em;
}

pre {
font-family: Monaco, "Courier New", Courier, monospace;
font-size: 100%;
padding: 1em;
border: 1px solid #cacac8;
color: #373534;
background-color: #f2f3f1;
overflow: auto;
}

/* */

#invisible {
margin: 0;
padding: 0;
border-collapse : collapse;
border: 0 !important;
}

#invisible table tr td {
border: 0 !important;
}

/**********/
/* HEADER */
/**********/

#topheader {
width: 1000px;
}

#top_logo {
background: url(../images/header.png) no-repeat scroll left bottom;
background-position: 0px 1px;
margin: 0px 0 0 0px;
padding: 0 0 0 0px;
height: 108px;
text-align: left;
}

#topheader_middle {
background: url(../images/top.gif) repeat-x scroll left bottom;
color: #fffff;
vertical-align: bottom;
margin: 0 0 0 0;
padding: 0 0px 0 0px;
width: 1000px;
height: 108px;
}

#topheader_leftstatus {
background-color: #343A9A;
color: #ffffff;
margin: 0;
padding: 2px;
padding-left: 10px;
padding-right: 10px;
width: 226px;
text-align: right;
line-height: 1.6em;
font-size: 83%;
}

#topheader_rightstatus {
background-color: #4D53B3;
margin: 0;
padding: 2;
width: 800px;
}

#header-uni1 {
font-size: 24px;
color: #ffffff;
font-family: "Arial", sans-serif;
font-weight: normal;
line-height: 1.0em;
padding: 23px 0px 0px 5px;
}

#header-uni2 {
font-size:15px;
color: #ffffff;
font-family: "Arial", sans-serif;
font-weight: bold;
padding: 17px 0px 0px 8px;
}

#header-uni2 a {
color:#ffffff;
font-family: "Times New Roman", serif;
font-size:14px;
}

/**************/
/* STATUSLINE */
/**************/

#status { 
    background-color: #fff;
    width: 100%;
}

#statusline { 
    padding-left: 90px;
    padding-right: 10px;
height: 30px;
}

#statusline {
  font-family: "Roboto", sans-serif;
  color: #006c66;
  font-size: 12px;
  background: none;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6em;
}

.statusline-separator {
color: #006c66;
display: inline-block;
}

.statusline-separator:before {
  color: #006c66;
  background: none;
  padding-left: 5px;
  padding-right: 5px;
  margin: 			5 5px;
  content: ">";
  display: inline-block;
}

#statusline a:link,
#statusline a:active,
#statusline a:visited {
  font-size: 12px;
  color: #333;
  padding: 0;
  text-decoration: none;
}

#statusline a:hover {
  font-size: 12px;
  color: #006c66;
  padding: 0;
}

/****************/
/* MENU-SIDEBAR */
/****************/

#navigation-container {
	background: #eeeeee;
    padding-left: 90px;
	font-size: 20px;
	text-transform: uppercase;
}

#navigation-container ol {
	margin: 0 auto;
	padding: 0;
	padding: 0px 0px;
}


#navigation-affix {
	width: 100%;
	z-index: 100;
	top: 0;
	border: 0;
	background: #eeeeee;
}


#navigation-affix.affix {
}

#navigation-container ol, #breadcrumbs > ol {
	list-style: none;
	margin-bottom: 0;
}

#navigation-container {
}

#navigation-container a {
	display: block;
	padding: 6px 0px;
}

#navigation-container #navigation-toggle, #navigation .search-form {
		display: none;
	}
#navigation-toggle{
	color:#777;
}

#menu {
color: #777;
display: inline-block;
float: right;
vertical-align: top;
border-collapse: collapse;
width: 30%;
list-style: none outside none;
}

.menu-item {
vertical-align: top;
border-collapse: collapse;
padding: 20px 10px;
margin: 12px;
margin-top: 24px;
}

#menu-upperspace {
margin: 0;
padding: 0;
border-top: 1px solid #D8DBE2;
background-repeat:	no-repeat;
background-position: 1px 11px;
}

.menu-table {
background: none;
margin: 0;
padding: 0;
border-collapse: collapse;
width: 95%
}

.menu-item a {
width: 260px;
padding: 10px;
margin: 0px;
display: block;
color: #fff;
background-color: #777777;
border-bottom: 1px solid #eeeeee;
}

.menu-item a:hover {
background-color: none;
text-decoration: none;
}

.menu-space {
margin: 0;
padding: 0;
height: 20px;
}

.menu-item ul {
background-color: none;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
list-style: none;
text-align: left;
}

.menu-item ul li {
margin: 0px 0px 0px 0px;
padding: 0;
list-style: none;
display: block;
}

.menu-item ul ul {
margin: 0px 0px 0px 0px;
padding: 0 0 0 0px;
list-style: none;
text-align: left;
}

.menu-item ul ul li {
margin: 0px 0px 0px 0px;
padding: 0;
list-style: none;
display: block;
}

.menu-item ul ul li a:hover {
margin: 0 0px 0 0;
background-color: none;
}

.menu-item ul ul ul {
margin: 0px 0px 0px 0px;
padding: 0;
list-style: none;
text-align: left;
}

.menu-item ul ul ul li {
margin: 0px 0px 0px 0px;
padding: 0px;
list-style: none;
display: block;
}

.menu-item ul ul ul li a:hover {
margin: 0 0px 0 0;
background-color: none;
}

.menu-layer0-active {
padding: 0;
margin: 0;
}

.menu-layer0-active a {
display: block;
text-decoration: none;
background-color: #aaaaaa;
}

.menu-layer1-active {
padding: 0;
margin: 0;
}

.menu-layer1-active a {
display: block;
text-decoration: none;
background-color: #aaaaaa;
}

.menu-layer2-active {
padding: 0;
margin: 0;
}

.menu-layer2-active a {
display: block;
text-decoration: none;
background-color: #aaaaaa;
}

.tab-separator {
    height: 15px;
    width: 15px;
    border-right: 3px solid #006c66;
    margin-top: 9px;
    margin-right: 15px;
}

nav a {
font-size: 18px;
font-weight: 400;
font-family: "Roboto", sans-serif;
color: #777;
}

nav a:hover {
  color: #006c66
}

box {
}

/****************/
/* CONTENT AREA */
/****************/

#main {
margin: 0px;
padding: 0px;
background: #FFFFFF;
width: 100%;
display: flex;
}

#content-left {
background-color: #DEE2E8;
width: 0px;
margin: 0px;
padding: 12px;
vertical-align: top;
border-top: 4px solid #FFF;
}

#content {
margin: 0px;
padding: 20px 0px 40px 90px;
float: left;
width: 100%;
}

#content-separator {
width: 1px;
margin: 0px;
padding: 0px;
background: #CECECE;
border-right: 3px solid #fff;
border-left: 3px solid #fff;
}

#content-frame {
margin: 0px;
padding: 0px;
}

#content-table{
margin: 0px;
margin-top: 2px;
border-top: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
width: 100%;
border-collapse : collapse;
}

/**DESIGN GS**/
#content table tr td{
vertical-align: top;
padding: 5px 0px;
}

#content tr {
}

#content-area {
width: 100%;
}

#content-bottom {
background: #f5f5f5;
margin: 0px;
padding: 0px;
height: 3px;
}

#content-title {
/*background: #003592;*/
color: #4a4949;
margin: 0.75em 0 0.25em 0;
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
font-size: 150%;
}

#content-title table {
width: 100%;
margin: 0px;
}

#content-title table tr td {
}

/******************/
/* FORMULAR ITEMS */
/******************/

#formular-title {
color: #4a4949;
font-size: 32px;
margin: 0px 0px;
padding: 1px 5px;
padding-left: 0px;
border: 0px;
}

#formular-title table {
width: 100%;
margin: 0px;
}

#formular-title table tr td {
border: 0px;
}

#formular-body {
padding: 0px 0px;
}

#form-item-space {
height: 10px;
}

#form-item-name {
font-weight: bold;
color: #4a4949;
padding: 2px 2px 2px 2px;
}

#form-item-name-error {
color: #ff0000;
}

#form-item-input {
padding: 2px;
}

.form-item-disabled {
    color: #aaa;
}

#form-item-description {
font-size: 83%;
padding: 2px;
}

#form-item-table {
margin: 10px 0px 10px 0px;
}

#form-item-table table {
margin: 0px;
}

#form-item-table table tr {
}

#form-item-table table tr th {
background-color: #cacac8;
border: 1px solid #f2f3f1;
padding: 5px 5px 5px 5px;
font-weight: bold;
}

#form-item-table table tr td {
background-color: #e2e1dd;
border: 1px solid #f2f3f1;
padding: 2px 2px 2px 2px;
}

#form-item-error {
color: #ff0000;
font-size: 83%;
font-weight: bold;
padding: 2px;
}

#form-item-divide {
border: 0;
height: 1px;
color: #cacac8;
background-color: #cacac8;
margin: 2em 0 1em 0;
}

#form-item-section {
background: #ffffff;
color: #4a4949;
font-size: 24px;
width: 99%;
padding: 2px 0px 2px 4px;
margin: 15px 0px 0px 0px;
}

#form-item-submit {
}

#form-item-obligatory {
color: #ff0000;
font-weight: bold;
padding: 2px;
}

/***************/
/* LIST TABLES */
/***************/

#file-list table {
margin: 10px 2px 10px 2px;
width: 99%;
}

#file-list table tr {
}

#file-list table tr td {
vertical-align: bottom;
background-color: #e2e1dd;
border: 1px solid #f2f3f1;
padding: 0px 10px 5px 10px;
}

#file-list a {
font-weight: bold;
}


#applicant-list {
margin: 10px 2px 10px 2px;
}

#applicant-list table {
margin: 0px;
width: 100%;
}

#applicant-list table tr {
}

#applicant-list table tr th {
background-color: #cacac8;
border: 1px solid #f2f3f1;
padding: 5px 5px 5px 5px;
font-weight: bold;
}

#applicant-list table tr td {
background-color: #e2e1dd;
border: 1px solid #f2f3f1;
padding: 2px 2px 2px 2px;
}

#applicant-list a {
font-weight: bold;
}

#applicant-list img {
}

#list {
margin: 10px 50px 10px 50px;
}

#list table {
width: 100%;
margin: 0px;
}

#list table tr {
}

#list table tr th {
background-color: #cacac8;
border: 1px solid #f2f3f1;
padding: 5px 5px 5px 5px;
font-weight: bold;
}

#list table tr td {
background-color: #e2e1dd;
border: 1px solid #f2f3f1;
padding: 2px 2px 2px 2px;
}

#list a {
font-weight: bold;
}

#list img {
}

/************/
/* MESSAGES */
/************/

#errormessage {
margin: 15px 5px 25px 3px;
}

#errormessage table {
background-color: #F9FFD0;
color: #F00;
font-weight: bold;
margin: 0px;
border: 2px solid #F00;
width: 80%;
}

#errormessage table tr td {
vertical-align: middle;
}

#errormessage img {
padding: 0px 5px 15px 5px;
vertical-align: middle;
}

#infomessage {
margin: 15px 5px 25px 3px;
}

#infomessage table {
background-color: #DFD;
color: #0C0;
font-weight: bold;
margin: 0px;
border: 2px solid #0C0;
width: 80%;
}

#infomessage table tr td {
vertical-align: middle;
}

#infomessage img {
padding: 0px 5px 15px 5px;
vertical-align: middle;
}

#actionmessage {
margin: 15px 5px 25px 3px;
}

#actionmessage table {
background-color: #FFC;
color: #000;
font-weight: bold;
margin: 0px;
border: 2px solid #EC0;
width: 80%;
}

#actionmessage table tr td {
vertical-align: middle;
}

#actionmessage img {
padding: 0px 5px 15px 5px;
vertical-align: middle;
}

/*****************/
/* MISCELLANEOUS */
/*****************/

#bold {
font-weight: bold;
display: inline;
}

#inactive {
color: #777;
display: inline;
}

#active {
color: #000;
font-weight: bold;
display: inline;
}

#positive {
color: #0C0;
font-weight: bold;
display: inline;
}

#negative {
color: #F00;
font-weight: bold;
display: inline;
}

#version {
font-size: 83%;
text-align: right;
color: #cacac8;
margin: 2px;
display: block;
}

@media (min-width: 768px) {

	.container-fluid {
		max-width: 1200px;
	}

#main {
	display: flex;
	box-sizing: border-box;
}

	header span {
		position: absolute;
		bottom: 20px;
		right: 15px;
	}

	#navigation-container ol li, #breadcrumbs > ol > li {
		display: inline-block;
	}

	#navigation-container a {
		position: relative;
	}

	#navigation-container ol li:not(:last-child) {
		margin-right: 12px;

	}

	#navigation-container a::before {
		content: "";
		background: #fff;
		width: 100%;
		position: absolute;
		height: 2px;
		bottom: 6px;
		left: 0;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	#navigation-container li:hover a::before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	#navigation-container div, div.tab-layer0, div.tab-layer0-active {
		display: inline-block;
	}

	#navigation-container div.tab-layer0:hover a::before, div.tab-layer0-active:hover a::before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	#navigation {
		display: block !important;
	}
}

@media (max-width: 767px) {

	#logo {
		height: auto;
		width: 100%;
		max-width: 300px;
	}

	.logo-container {
		display: none;
		padding-top: 16px;
		padding-bottom: 8px;
		background-position: 16% 16px;
	}

	header span {
		font-size: 24px;
	}

	#main {
	}

	#content {
		width: 95%;
		float: none;
		display: block;
	}

	#menu {
		width: 95%;
		display: block;
		box-sizing: border-box;
		float: none;
	}

	#navigation-affix.affix-top {
		position: relative;
	}

	#navigation-affix.affix {
		position: fixed;
	}

	#navigation-container a {
		padding: 8px 0;
	}

	#navigation-container #navigation-toggle, #navigation .search-form {
		display: block;
	}

	#navigation-container #navigation-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#navigation-container ol li {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	#page-content article{
		text-align:left;
	}

	.carousel-caption {
		font-size: 16px;
		position: static;
		box-shadow: none;
		padding: 6px 10%;
		min-height: 72px;
		border-bottom: 2px solid #8ab8cf;
		background-color: #f2f0e8;
	}

	.carousel-caption h2, .carousel-caption p {
		font-size: 16px;
		margin: 0;
	}

	.carousel-control {
		background-image: none !important;
	}

	.carousel-control .fa {
		font-size: 24px;
	}

	.banner img {
		margin-bottom: 20px;
	}

}

footer {
    padding-left: 90px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.green {
background-color: #00786c;
color: #49494b;
}

.darkgreen {
background-color: #006c66;
}

.footer-triangle {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 4em;
background-image: url(./../images/triangle-footer.png);
background-repeat: no-repeat;
background-size: 100% 100%;
content: "";
height: 4em;
left: 0;
width: 100%;
}

.footer-table {
  display: table;
  border-spacing: 0.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #fff;
}

footer .logo {
  display: inline-block;
}

footer .mpg-icon-logo {
  display: inline-block;
  background-image: url("./../images/minerva.svg");
  width: 40px;
  height: 40px;
  margin-right: 20px;
  vertical-align: middle;
  color: #fff;
}

footer .copyright-text {
  display: inline-block;
}

footer .quicklinks {
  list-style: none;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}

footer .quicklinks a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-family: "Merriweather", serif;
  padding: 3px 10px;
  margin: 7px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 0 5px rgba(255,255,255,0.15);
  color:#fff;
  background-color: #006c66;
  min-width: 180px;
}

footer .quicklinks a:hover {
    background-color: #003936;
    border-color: black;
}

footer a, a:hover {
    color: #fff;
}

.table-cell {
  display: table-cell;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 980px) {
    header span{
        font-size:24px;
    }
}