
@charset "UTF-8";
@media all {
html {
    height: auto;
}
html * {
    font-size: 13px;
}
body {
    background-color: #333333;
    /* ALTES DESIGN
    background-image: url("../img/gs_fond.png");
    background-repeat: repeat-x;
    */
    color: #000;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 100%;
    line-height: 1.2em;
    text-align: center;
}
#header, #nav, #main, #footer {
    clear: both;
}
.page_margins {
    margin: -15px 0 0 0;
    min-width: 1000px;
    text-align: left;
}
.page {
    margin: 0 auto;
    min-height: 600px;
    width: 960px;
}


#header-logo{
  position: relative;
  background: url(../img/gs_ms_banner_default.jpg)no-repeat 0 0px;
  height: 128px;
}

#hl-floatbox {
  float: left;
}

#logo {
  padding: 8px 0px 0px 20px;
}

#header {
  background-color: #ffffff;
   /* background-image: url("./../img/gs_dachbalken.jpg");
    background-position: left top;
    background-repeat: repeat-y; ALTES DESIGN */
  height: 80px;
  position: relative;
  border-top: solid 19px #58748f;
}

#header a {
  border-bottom: medium none;
}
#header #banner {
  left: 160px;
  position: absolute;
  top: 0;
}
.headImg1 {
  display: inline;
  margin: 13px 0 15px 32px;
}
#intro {
  background-color: #ededed;
  background-image: url("../../../img/header/gs_intro.php");
  background-position: 0 30px;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
}
#announcement {
  background-color: #58748f;
  height: 40px;
  overflow: hidden;
}
#announcement h1, #announcement h1 a {
  border: medium none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 7px 10px 0;
}

#topnav {
  background: none repeat scroll 0 0 transparent;
  color: #58748f;
  position: absolute;
  right: 10px;
  top: 8px;
}

#topnav-lang {
  font-size: 16px;
  color: #58748f;
  float: right;
  text-decoration: none !important;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 0px 0px 40px;
  float: left;
}
#topnav-lang a{
  font-size: 16px;
  background-image: url("../img/gs_icon_lang.svg");
  background-position: left center;
  background-repeat: no-repeat;
  border: medium none;
  padding-left: 32px;
  padding-bottom: 4px;
  margin-left: -9px;
}
#topnav-lang a:hover, #topnav-lang a:active, #topnav-lang a:focus{
  background-image: url("../img/gs_icon_lang_hover.svg");
}

#topnav-cont{
  color: #58748f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 0px 0px 40px;
  float: left;
}

#topnav-cont a{
  font-size: 16px;
  background-image: url("../img/gs_icon_contact.svg");
  background-position: left center;
  background-repeat: no-repeat;
  border: medium none;
  padding-left: 32px;
  padding-bottom: 4px;
  margin-left: -9px;
}
#topnav-cont a:hover, #topnav-cont a:focus, #topnav-cont a:active{
  background-image: url("../img/gs_icon_contact_hover.svg");
}

#topnav-reg{
  color: #58748f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 0px 0px 40px;
  float: left;
}
#topnav-reg a{
   font-size: 16px;
   background-image: url("../img/gs_icon_reg.svg");
   background-position: left center;
   background-repeat: no-repeat;
   border: medium none;
   padding-left: 24px;
   padding-bottom: 3px;
   margin-left: -6px;
}
#topnav-reg a:hover,#topnav-reg a:focus, #topnav-reg a:active{
   background-image: url("../img/gs_icon_reg_hover.svg");
}

#topnav-login{
    color: #58748f;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 25px 0px 40px;
    float: left;
}
#topnav-login a{
    font-size: 16px;
    background-image: url("../img/gs_icon_login.svg");
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    padding-left: 29px;
    padding-bottom: 2px;
    margin-left: -14px;
}
#topnav-login a:hover, #topnav-login a:focus, #topnav-login a:active{
    background-image: url("../img/gs_icon_login_hover.svg");
}

#topnav-logout{
    color: #58748f;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 25px 0px 40px;
    float: left;
}
#topnav-logout a{
   font-size: 16px;
   background-image: url("../img/gs_icon_logout.svg");
   background-position: left center;
   background-repeat: no-repeat;
   border: medium none;
   padding-left: 29px;
   padding-bottom: 2px;
   margin-left: -14px;
}
#topnav-logout a:hover, #topnav-logout a:focus, #topnav-logout a:active{
   background-image: url("../img/gs_icon_logout_hover.svg");
}

#topnav li {
    display: inline;
    list-style-type: none;
}
#topnav img {
    display: inline;
    padding: 0 0 2px 0;
    vertical-align: middle;
}
#topnav form {
    background-color: transparent;
    display: inline;
    margin: 0;
    padding: 0 0 0 15px;
}
#topnav #searchfield {
    width: 205px;
}
#topnav #submit {
    padding-left: 5px;
}
#topnav a {
    /* color: #58748f;
    font-weight: 700;

    margin-right: 5; */
    text-decoration: underline; !important;
}
#topnav a.language:hover, #topnav a.language:active #topnav a.language:focus {
    border: medium none;
}
#topnav a:focus, #topnav a:hover, #topnav a:active {
    color: #FF6100;

}

#conicon{
  background-image: url(../img/gs_contact_flyout_white.svg);
  background-color: #58748f;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  margin: 70px 0 0px 0;
  float: right;
  width: 32px;
  height: 32px;
  z-index: 5002;
}
.coninfo{
  display: none;
  background-color: #000;
  width: 210px;
  right: 210px;
  position: relative;
  top: 0px;
  z-index: 5001;
}


#conicon:hover .coninfo {
  display: block;
  z-index: 5002;

}
.gs_fader {
  background: #000;
  z-index: 5000;
  width: 960px;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  display: none;
}
 .gs_fader:active { display:block; }

#main {
    background-color: #fff;
    background-repeat: repeat-y;
    padding: 0 0 15px;
}
#footer {
    color: #faf9f3;
    overflow: hidden;
    padding-top: 15px;
}
#leibniz-footer-logo{
  float: left;
  padding-right: 35px;

}

#copyright {
    float: left;
    padding: 10px 35px 0px;
    font-size: 15;
}
#footerlinks {
    float: left;
    padding: 10px 5px 0px;
    font-size: 15;
}
#footer a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff;
    text-decoration: underline;
    font-size: 15;
}
#footer a:hover{
  color: #ff6100;
}
#footer a:focus, #footer a:active {
    /* ALTES DESIGN border-bottom: 1px dotted #faf9f3; */

}
#footer #socialLinks {
    float: right;
}
#footer #socialLinks a, #footer #socialLinks a:focus, #footer #socialLinks a:active, #footer #socialLinks a:hover {
    border: medium none;
}
#footer #socialLinks img {
    display: inline;
    padding-left: 5px;
}
#footer #socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#footer #socialLinks ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
#col1 {
    padding: 0;
    width: 225px;
}
#col1_content {
    padding: 0 0 10px;
}
#col2 {
    padding: 0;
    width: 250px;
}
#col2_content {
    padding: 30px 15px 0;
}
#col3 {
    margin: 0 32px 0 32px;
    padding: 0;
}
#col3_content {
    padding: 30px 0px 0px;
}
#col1_content, #col2_content, #col3_content {
    position: static;
}
.floatbox {
    display: block;
    overflow: auto;
    width: auto;
}
#dbcContent #col1 {
    width: 30px;
}
#dbcContent #col2 {
    float: left;
    width: 200px;
}
#dbcContent #col3 {
    margin-left: 235px;
}
.photo {
    float: left;
}
.person {
    padding-left: 140px;
}
.vcard {
    padding: 0 0 16px;
}
.gs_publication, .gs_persontext {
    float: left;
    padding-top: 24px;
    width: 100%;
}
.gs_jump_box {
    border-left: 20px solid white;
    float: right;
    margin: 0 0 20px 20px;
    padding: 0;
}
.gs_jump_box ul {
    background: none repeat scroll 0 0 #666;
    margin: 0;
    padding: 16px;
}
.gs_jump_box li {
    list-style-type: none;
    margin: 0;
    padding: 4px;
}
.gs_jump_box li:hover, .gs_alpha_nav li:hover {
    background: none repeat scroll 0 0 #999;
}
.gs_jump_box li a[href] {
    border: medium none;
    color: #fff;
}
.gs_jump_box li a[href]:hover, .gs_alpha_nav li a[href]:hover {
    border: medium none;
    color: #000;
}
#submenu li.gs_active {
    background: none repeat scroll 0 0 #ff6100;
}
.gs_names_nav {
    background: none repeat scroll 0 0 #d9d9d9;
    margin: 0;
    padding: 0;
}
.gs_names_nav li {
    border-bottom: 1px solid #fff;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gs_names_nav li a[href] {
    border: medium none;
    color: #333;
    display: block;
    margin: 0;
    padding: 6px 5px 5px 10px;
}
.gs_names_nav .gs_active {
    background: none repeat scroll 0 0 #58748f;
}
.gs_names_nav li.gs_active a[href] {
    color: #fff;
}
.gs_cv h2 {
    font-size: 16px;
    margin: 0 0 8px;
    padding: 0 0 4px;
}
.gs_cv h3 {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 8px;
    padding: 8px 0 4px;
}
.gs_cv h3 a {
    font-size: 13px;
}
.gs_description {
    float: left;
    font-weight: bold;
    width: 10%;
}
.partner {
    margin: 15px 10px 0;
    padding: 10px 0 0;
    text-align: center;
}
.partner p, .partner a[HREF] {
    border-bottom: medium none;
    font-size: 10px;
    line-height: 1.3em;
    padding-bottom: 10px;
}
.partner a[HREF]:hover {
    border-bottom: medium none;
}
.partner b {
    font-size: 10px;
    font-weight: bolder;
}
.partner img {
    margin: 0 auto;
    padding-bottom: 10px;
}
.projectDescription .partner, .projectDescription .partner p {
    border: medium none;
    font-size: 13.5px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.gefoerdert_logo {
    padding: 0;
}
.wgl-logo {
    padding-top: 15px;
}
}
