@charset "UTF-8";

/* CSS Document */

/*DESKTOP*/

#navigationMobile,
#footerMobile,
#footerMobileK,
#icons {
  display: none;
}

html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0;
}

body.celementsmenubarvisible {
  padding-top: 28px !important;
}


#header {
  height: 128px;
  width: 100%;
}

#sitecontainer {
    background-color: #fff;
}

#page{
  margin-left: auto;
    margin-right: auto;
    width: 1100px;
    position: relative;
}

/*LOGO*/

#header #logo {
  position: relative;
  width: 300px;
  padding-left: 86px;
}

#logo img {
  height: auto;
  width: 367px;
}

/*MAINMENU*/
.navigation-clear {
  clear: both;
}
#mainMenu {
  postion: relative; /** fix positioning issue in FF **/
  padding-left: 132px;
  padding-top: 14px;
  min-height: 30px;
}
#mainMenu ul {
  margin: 0;
  padding: 0;
  padding-left: 42px;
}

#mainMenu ul li {
  float: left;
  list-style: none;
  text-decoration: none;
  padding-right: 15px;
}

#mainMenu ul li a {
  color: #333333;
  text-decoration: none;
}

#mainMenu ul li a:hover {
  color: #5bb4e5;
}

/*TOPNAVIGATION*/

#topNavigation {
  float: right;
  padding-left: 40px;
}

#topNavigation ul {
  padding: 0;
  margin: 0;
  display: flex;
}

#topNavigation ul li {
  list-style: none;
  margin-right: 10px;
}

#topNavigation ul li a {
  text-decoration: none;
  color: #333333;
}

#topNavigation ul li a:hover {
  color: #1162a7;
}

#topNavigation ul li:nth-child(4) {
  font-family: Arial,Arial Black,Helvetica;
    font-style: italic;
    text-decoration: none !important;
    font-weight: bold;
}

#topNavigation ul li:nth-child(4):before {
  content:"\00a9  ";
}
#wrapper {
  clear: both;
}
#wrapper #mainMenu li a.active {
  color: #5bb4e5;
}

#left #subMenu li a.active {
  color: #5bb4e5;
}


/*LOCK*/

#wrapper #subMenu .cel_nav_restricted_rights {
    background: #8DC9E8 url("/download/Sgn2017Layout/WebHome/lock.png") no-repeat scroll right center;
    color: white;
    margin-left: 0;
    text-decoration: none;
    width: 155px;
}
#wrapper #subMenu .cel_nav_restricted_rights a.active {
    color: #333;
}
#wrapper #subMenu .cel_nav_restricted_rights a {
    background-image: none
}

/*LANGUAGE*/

#language {
  float: right;
}

#language ul {
  display: block; /** DO NOT USE inline-flex !!! it is unstable in FF **/
  margin: 0;
  padding: 0;
}

#language ul li {
  display: inline;
  list-style: none;
  margin-right: 10px;
}

#language ul li a {
  color: #333333;
  text-decoration: none;
}

#language ul li a:hover {
  color: #1162a7;
}

#language ul li a.active {
  font-weight: bold;
}


/*TOPBANNER*/

#topBanner {
    background-image: url("Resources/banner.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 128px;
    position: absolute;
}

/*WRAPPER*/

#wrapper #content {
  padding: 28px 42px;
  width: 675px;
  margin-top: 10px;
}

/*LEFT*/


#left {
  position: absolute;
  margin-top: 35px;
}

#left #subMenu ul {
  margin: 0px;
  width: 160px;
  padding: 0px;
}

#left #subMenu ul li {
  list-style: none;
  padding-bottom: 7px;
}

#left #subMenu ul li ul li {
  list-style: square;
  padding-bottom: 0px;
  padding-top: 4px;
}

#left #subMenu ul li a {
  text-decoration: none;
  color: #333333;
}

#left #subMenu ul li a:hover {
  color: #5bb4e5;
}


/*CENTER*/

#center {
  clear: both;
  margin-left: 130px;
  padding: 0px;
}

/*RIGHT*/


#right {
  position: absolute;
  right: 0;
  margin-top: 46px;
  width: 211px;
}

#right .presentationList ul li {
  float: none;
  margin: 10px -4px 25px 0;
}

#right .presentationList ul li p {
  margin-left: 22px;
}

#rightContent .loginscreen .loginform {
  float: right;
  margin-bottom: 25px;
  margin-right: -28px;
}

#rightContent .loginscreen .loginform .input {
  margin-bottom: 5px;
  width: 170px;
  border: 1px solid #878585;
}


#rightContent .loginscreen .loginform > br {
  display: none;
}

#rightContent .loginscreen .loginform .button {
  float: left;
  background-color: #3a4b5b;
    border: medium none;
    color: white;
    float: right;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}


#rightContent .loginscreen .loginform a {
  color: #333;
  position: relative;
  text-decoration: none;
  top: 7px;
  display: none;
}

#rightContent .loginscreen .loginform a:hover {
  color: #5f5f5f;
}

#rightContent .cel_nav_nodeName_Search input {
  background-image: url("Resources/search.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 140px;
  border: 1px solid #878585;
  margin-left: 22px;
  margin-top: 25px;
}

#rightContent .cel_nav_nodeName_Search h1 {
  display: none;
}

#rightContent ul li h1 {
  color: #5bb4e5 !important;
  font-size: 14px;
}


#rightContent ul li h1::before {
  content: "ab";
  color: #333;
  background-color: #333;
  margin-right: 5px;
  margin-left: 0px;
}


#rightContent ul li .logoutlabel,
#rightContent ul li .logoutbutton {
  margin-left: 25px;
}


#rightContent .logoutbutton {
    background-color: #3a4b5b;
    border: medium none;
    color: white;
    cursor: pointer;
    padding: 0px 6px;
    text-decoration: none;
}

#rightContent .logoutlabel {
  margin-top: -6px;
}

#rightContent .loginscreen {
  margin-left: 10px;
  margin-top: 0px;
  width: 145px;
}


#rightContent ul li h1 a {
  white-space: nowrap;
}


/* ------------------  MOBILE ------------------ */



.sgnMobile #mainMenu,
.sgnMobile #right,
.sgnMobile #topNavigation,
.sgnMobile #language,
.sgnMobile #left,
.sgnMobile .cel_nav_nodeName_Login,
.sgnMobile .cel_nav_nodeName_Search,
body.sgnMobile #celements2_menu_bar {
  display: none;
}

body.celdocpath_Content\.Home.sgnMobile #right {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}

body.celdocpath_Content\.Home.sgnMobile #wrapper #center {
  margin-top: -50px;
}

body.sgnMobile {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.sgnMobile #icons {
  position: relative;
  top: -40px;
  float: right;
  margin-right: 15px;
}

body.sgnMobile #icons,
body.sgnMobile #icons .menu_point {
  display: block;
}

.sgnMobile #sitecontainer {
  position: relative;
  padding: 0px;
  min-height: 100%;
  height: 100%; /* important to span the page to height:100% */
  margin: auto;
  min-width: 0; /** min-width leads to problems in mobile safari **/
  overflow-x: hidden;
}

.sgnMobile #page,
.sgnMobile #container {
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
}

/*LOGO*/

.sgnMobile #header #logo {
  position: relative;
  top: 0px;
  width: 300px;
  padding-left: 0px;
}

.sgnMobile #logo img {
  height: auto;
  width: auto;
}

/*TOPBANNER*/

.sgnMobile #topBanner {
    background-image: url("Resources/bannerMobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 128px;
}


/*NAVIGATION MOBILE*/

.sgnMobile #sitecontainer #navigation_mobile {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 265px;
  min-height: 100%;
  padding: 0px 0px;
  background: #3A4B5B;
  background-image: url("");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: 99;
  border-right: 3px solid #8DC9E8;
}

.sgnMobile #sitecontainer #menu_mobile ul ul li {
  font-size: 12px;
  line-height: 13px;
  background-color: #415363;
  border-bottom: none;
  margin-left: -44px;
  padding-left: 56px;
  width: 94%;
}

.sgnMobile #sitecontainer #menu_mobile ul ul li:nth-child(1) {
  padding-top: 10px;
}

.sgnMobile #sitecontainer #menu_mobile ul ul li:last-child {
  padding-bottom: 10px;
}

.sgnMobile #sitecontainer #menu_mobile ul ul li:hover,
.sgnMobile #sitecontainer #menu_mobile ul ul li.active {
  color: #415363;
}

.sgnMobile #sitecontainer #menu_mobile ul li {
  list-style: none;
  padding: 3px 2px 3px 20px;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #8DC9E8;
  background-color: #415363 !important;
}

.sgnMobile #sitecontainer #menu_mobile ul li:nth-child(1) {
  border-top: 1px solid #8DC9E8;
}

.sgnMobile #sitecontainer #menu_mobile ul {
  padding: 0;
  margin: 0;
}

.sgnMobile #sitecontainer #menu_mobile ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.sgnMobile #sitecontainer #menu_mobile ul ul li a {
  font-weight: normal;
}


.sgnMobile #sitecontainer #menu_mobile ul li a.active {
  font-weight: bold;
  color: #8DC9E8;
  width: 93%;
}

.sgnMobile #sitecontainer #menu_mobile ul ul li a {
  text-decoration: none;
  color: white;
}


.sgnMobile #sitecontainer #navigation_mobile #menu_mobile > ul > li > a,
.sgnMobile #sitecontainer #navigation_mobile #menu_mobile > ul > li > a.inactive {
  background-image: url("Resources/pfeilemenu.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 16px;
}

.sgnMobile #sitecontainer #navigation_mobile #menu_mobile > ul > li.active > a {
  background-image: url("Resources/pfeilesubmenu.png");
  background-position: right center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 22px;
}

.sgnMobile #sitecontainer #navigation_mobile #menu_mobile ul li a.cel_nav_isLeaf {
  background-image: none;
}



/*SEARCH*/

.sgnMobile #mobile_search .searchbar {
  margin-left: 0px;
}

.sgnMobile #sitecontainer #navigation_mobile #mobile_search {
  height: 30px;
  margin-left: 16px;
  width: 86%;
}


/*LOGIN*/

.sgnMobile #login a {
    color: white;
    font-weight: bold;
    padding-left: 20px;
     text-decoration: none;
     font-size: 14px;
}


.sgnMobile #login {
  border-bottom: 1px solid #82b9d5;
    padding-left: 20px;
    background-image: url("Resources/loginlock.png");
  background-repeat: no-repeat;
  background-position: 8% -15%;
  margin-top: -4px;
  max-height: 23px;

}

.sgnMobile .loginscreen .loginform .button {
    background-color: #3a4b5b;
    border: medium none;
    color: white;
    cursor: pointer;
    float: left;
    margin-left: 94px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

.sgnMobile .loginscreen .loginform a {
  display: none;
}

/*LANGUAGE*/

.sgnMobile #langMobile .language li {
  list-style: none;
  float: left;
  margin: 10px 54px 10px -40px;
}

.sgnMobile #sitecontainer #navigation_mobile #langMobile .language li a {
  text-decoration: none;
  color: #8DC9E8;
  font-size:17px;
}

.sgnMobile #sitecontainer #navigation_mobile #langMobile .language li a.active {
  font-weight: bold;
}

.sgnMobile #sitecontainer #navigation_mobile #langMobile {
  height: 30px;
  margin-left: 23px;
  width: 86%;
}




/*CENTER*/

.sgnMobile #center {
  padding: 0px;
    margin-left: -30px;
    position: relative;
    display: inline-block;
}

.sgnMobile #center .cel_pagetype_RichText h1 {
  color: #8DC9E8;
  font-size: 16px;
}


/*RIGHT*/


.sgnMobile #right {
    margin-left: 15px;
  top: -35px;
  height: 100%;
}

.sgnMobile #rightContent ul {
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  margin-left: -4px;
}

.sgnMobile #rightContent ul li {
  border: 0px solid #5e5e5e;
  flex: 0 0 40%;
  margin-top: 0px;
  margin-left: 27px;
}

.sgnMobile #rightContent ul li h1 {
  color: #8DC9E8;
  font-size: 14px;
}

.sgnMobile #rightContent ul li h1::before {
  content: "ab";
  color: #333;
  background-color: #333;
  margin-right: 5px;
  margin-left: -22px;
}


.sgnMobile #rightContent ul li .logoutlabel {
  margin-top: 0px;
}

.sgnMobile #rightContent ul li h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.sgnMobile #rightContent ul li h1 a {
  margin-left: 0px;
}

/*WRAPPER*/

.sgnMobile #wrapper #content {
  width: 88%;
  padding-top: 0px;
}

.sgnMobile #wrapper #content table {
  width: 95% !important;
}

/*FOOTER*/

.sgnMobile #footerMobile {
  display: block;
  background-color: #3A4B5B;
  width: 100%;
  text-align: center;
  display: inline-table;
  margin-top: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  bottom: 0;
}
.sgnMobile #footerMobile ul {
  padding: 0;
  margin: 0;
}
.sgnMobile #footerNavigationMobile li {
  list-style: none;
  margin-left: -40px;
}

.sgnMobile #footerNavigationMobile li a {
  text-decoration: none;
  color: white;
}

.sgnMobile #footerNavigationMobile li a.active,
.sgnMobile #footerNavigationMobile li a:hover {
  color: #8DC9E8;
}

/*SEARCH*/

.sgnMobile #navigation_mobile #mobile_search .searchbar input.searchfield {
  background-image: url("Resources/search.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 220px;
  border: 2px solid transparent;
}


/*TABLE*/


.sgnMobile #page #content table tr {
  position: relative;
}

body.celdocpath_Content\.Neurochirurgen.sgnMobile #content table tr:nth-child(2),
body.celdocpath_Content\.Neurochirurgen.sgnMobile #content table tr:nth-child(3),
body.celdocpath_Mitglieder\.Mitgliederliste.sgnMobile #content table tr:nth-child(2),
body.celdocpath_Mitglieder\.Mitgliederliste.sgnMobile #content table tr:nth-child(3) {
  display: none;
}

body.celdocpath_Content\.Neurochirurgen.sgnMobile #content table tr td:nth-child(4),
body.celdocpath_Content\.Neurochirurgen.sgnMobile #content table tr td:nth-child(6),
body.celdocpath_Mitglieder\.Mitgliederliste.sgnMobile #content table tr td:nth-child(4),
body.celdocpath_Mitglieder\.Mitgliederliste.sgnMobile #content table tr td:nth-child(6)
 {
  display: none;
}
body.celdocpath_Content\.Neurochirurgen.sgnMobile #content table tr td:nth-child(3),
body.celdocpath_Content\.Neurochirurgen.sgnMobile #content table tr td:nth-child(5),
body.celdocpath_Content\.Neurochirurgen.sgnMobile #content table tr td:nth-child(7),
body.celdocpath_Mitglieder\.Mitgliederliste.sgnMobile #content table tr td:nth-child(3),
body.celdocpath_Mitglieder\.Mitgliederliste.sgnMobile #content table tr td:nth-child(5),
body.celdocpath_Mitglieder\.Mitgliederliste.sgnMobile #content table tr td:nth-child(7) {
  float: left;
  width: 55%;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}


/*NEWS*/

.sgnMobile #rightContent ul li h1 a {
  margin-left: 0px;
  white-space: normal;
}

.sgnMobile #right .presentationList ul li p {
  margin-left: 0px;
}

/*FOOTER MOBILE*/
.sgnMobile #footerMobileK {
  display: block;
}

.sgnMobile #footerMobileK ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.sgnMobile #footerMobileK {
  margin-left: -20px;
  border-bottom: 1px solid #8dc9e8;
  height: 22px;
  margin-top: -11px;
}

.sgnMobile #footerMobileK ul li:nth-child(1),
.sgnMobile #footerMobileK ul li:nth-child(2),
.sgnMobile #footerMobileK ul li:nth-child(4) {
  display: none;
}

/*LOCK*/

.sgnMobile #innerNavigationMobile #menu_mobile ul li .cel_nav_restricted_rights {
    background: url("/download/Sgn2017Layout/WebHome/lock.png") no-repeat scroll 225px center;
    color: white;
    text-decoration: none;
    width: 231px;
}

.sgnMobile #innerNavigationMobile #menu_mobile ul li .cel_nav_restricted_rights a {
    background-image: none
}

/*SUCHEN*/


#sitecontainer #websearch .results .result_page_link {
    color: #5bb4e5 !important;
    font-size: 15px !important;
}


#sitecontainer #websearch .results .result_url,
#sitecontainer #websearch .results .result_date {
    font-size: 15px !important;
}

#sitecontainer #websearch .results .result_url,
#sitecontainer #websearch .results .result_date {
    display: none;
}

#sitecontainer #websearch .results {
  margin-top: 15px;
}

#sitecontainer #websearch .result_bread_crumbs a,
#sitecontainer #websearch .result_bread_crumbs a:link,
#sitecontainer #websearch .result_bread_crumbs a:hover,
#sitecontainer #websearch .result_bread_crumbs a:active {
  color: black!important;
}

#sitecontainer #page #text .result_bread_crumbs a:hover {
  color: #5bb4e5;
}

/* MITGLIEDERDATENBANK - Member */

#cell\:SgnMember-EditFields\.Header,
#cell\:SgnMember-EditFields\.Delete {
    width: 520px;
}

#cell\:SgnMember-EditFields\.Header a,
#cell\:SgnMember-EditFields\.Delete a {
    float: right;
    margin-left: 3px;
    padding: 4px 10px;
    background-color: #8dc9e8;
    border: 0 solid #8dc9e8;
    border-radius: 0;
    color: white;
    padding: 4px 10px;
}

#cell\:SgnMember-EditFields\.Body {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #9fb0cd;
    clear: both;
    padding: 5px 15px;
    width: 488px;
}

#cell\:SgnMember-EditFields\.Body > .cel_cell {
    clear: both;
}

#cell\:SgnMember-EditFields\.Body .cel_cell label {
    float: left;
    width: 170px;
}

#cell\:SgnMember-EditFields\.Body .cel_cell ul.multiselect-container label.checkbox {
    float: none;
}

#cell\:SgnMember-EditFields\.Body .cel_cell input,
#cell\:SgnMember-EditFields\.Body .cel_cell textarea,
#cell\:SgnMember-EditFields\.Body .cel_cell select {
    border: 1px solid #9fb0cd;
    border-radius: 0;
    box-shadow: none;
    padding: 0 5px;
    margin-bottom: 8px;
}

#cell\:SgnMember-EditFields\.Body .cel_cell .structuredDataEditorLabel + input,
#cell\:SgnMember-EditFields\.Body .cel_cell textarea {
    width: 306px;
}

#cell\:SgnMember-EditFields\.Body .cel_cell select {
    width: 318px;
}

/* MITGLIEDERDATENBANK - Memberliste */

.member_search ul {
    margin: 0;
    padding: 0;
}

.member_search ul li.header {
  display:flex;
  border-bottom: none;
  position: relative;
}

.member_search ul li {
  display:flex;
  flex-wrap: wrap;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.member_search ul li.header .name,
.member_search ul li.header .address,
.member_search ul li.header .telfax {
    font-weight: bold;
    color: #5bb4e5;
    font-size: 15px;
}

.member_search ul li .name {
    width: 150px;
    color: #3a4b5b;
    font-weight: bold;
    font-size: 14px;
}

.member_search ul li .address {
    width: 200px;
    font-size: 14px;
}

.member_search ul li .telfax {
    width: 200px;
    font-size: 14px;
}

.member_search ul li .edit {
    position: absolute;
    right: 0;
}

.member_search ul li p {
    margin: 0;
}

#member_search ul li.header a {
    position: absolute;
    right: 0;
}

#member_search ul li .address .organisation,
#member_search ul li .address .department,
#member_search ul li .address .street {
  display: block;
}
#member_search ul li a {
  color: #5bb4e5;
    text-decoration: none;
}

#member_search ul li a:hover {
    text-decoration: underline;
}

#member_search form input[type="submit"] {
  background-color: #8dc9e8;
    border: 0 solid #8dc9e8;
    border-radius: 0;
    color: white;
    margin-left: 3px;
    padding: 4px 10px;
}
