/*  ==========================================================================
	CMT-NET Website
	
	Copyright (C) 2014 Klinikum der Universität München
	Author: Marcel Kiel <post@marcelkiel.de> 
	========================================================================== */
/*  ==========================================================================
	Colors
	========================================================================== */
/*  ==========================================================================
	Other properties
	========================================================================== */
/*  ==========================================================================
	Screen widths
	========================================================================== */
/*  ==========================================================================
	Helpers
	========================================================================== */
.wrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.hide {
  display: none;
  visibility: hidden;
}
/* Display the destination of links in parantheses; useful for print styles. From HTML5BP. */
.display-href a[href]:after {
  content: " (" attr(href) ")";
}
.display-href a[href^="javascript:"]:after,
.display-href a[href^="#"]:after {
  content: "";
}
.no-display-href a[href]:after {
  content: "";
}
/* ==========================================================================
   Layout
   ========================================================================== */
.header-container {
  zoom: 1;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.header-container:before {
  content: '';
  display: block;
}
.header-container:after {
  content: '';
  display: table;
  clear: both;
}
body {
  background-image: url("../../assets/img/background.png");
}
header.main {
  text-align: center;
  margin: 1em 0 0.8em;
}
header.main h1 {
  font-size: 100%;
}
header.main img.logo {
  width: 6em;
}
header.main img.logo-print {
  display: none;
}
nav.main {
  margin-top: 0.5em;
}
/*  ==========================================================================
	Breadcrumbs menu
	========================================================================== */
nav.bread {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
nav.bread .header {
  display: none;
}
nav.bread ol {
  padding: 0;
}
nav.bread a {
  padding-right: 0.5em;
}
nav.bread li {
  display: inline;
  padding-right: 0.4em;
}
nav.bread li:after {
  content: ">";
}
nav.bread li.current:after {
  content: none;
}
/*  ==========================================================================
	Search box
	========================================================================== */
nav.search {
  display: none;
  font-size: 90%;
}
nav.search .header {
  display: none;
}
nav.search form {
  display: block;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  background-color: #eeeeee;
  padding: .8em;
}
nav.search input[type="text"].search-input {
  width: 15em;
  padding: 0.4em 1.2em 0.3em;
  margin-right: .5em;
  border: 1px solid #e6e6e6;
  background-color: white;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -moz-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 2px 3px rgba(0, 0, 0, 0.1);
  font-family: "Aller", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial", sans-serif;
}
nav.search input[type="text"].search-input-blurred {
  color: #787878;
}
nav.search .search-submit {
  height: 1.4em;
  padding: .3em;
  vertical-align: middle;
  background-color: #c8c8c8;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -moz-box-shadow: inset 1px 2px 3px #e6e6e6;
  -webkit-box-shadow: inset 1px 2px 3px #e6e6e6;
  box-shadow: inset 1px 2px 3px #e6e6e6;
}
/*  ==========================================================================
	Footer
	========================================================================== */
footer.main {
  background-color: #5a5a5a;
  zoom: 1;
  padding: 1.5em 0 1em;
  margin-top: 1em;
}
footer.main:before {
  content: '';
  display: block;
}
footer.main:after {
  content: '';
  display: table;
  clear: both;
}
nav.footer {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 90%;
  color: #f0f0f0;
}
nav.footer > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav.footer > ul > li {
  margin: 0.5em 0 1em;
}
nav.footer > ul > li > a {
  font-weight: bold;
  display: block;
  margin-bottom: 0.3em;
}
nav.footer .info {
  clear: both;
}
nav.footer .header {
  font-weight: bold;
  display: block;
  margin-bottom: 0.3em;
}
nav.footer a {
  color: #f0f0f0;
}
nav.footer ul ul {
  margin: 0;
  padding-left: 1.1em;
  list-style-type: square;
  color: #f0f0f0;
}
/*  ==========================================================================
	Type defaults
	========================================================================== */
body {
  font-family: "Aller", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-size: 90%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aller", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 150%;
  margin: 1em 0 0.8em;
}
h2 {
  font-size: 125%;
  margin: 0.9em 0 0.6em;
}
h3 {
  font-size: 110%;
  margin: 0.8em 0 0.4em;
}
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0.7em 0 0.3em;
}
a {
  color: #663366;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/*  ==========================================================================
	Frontpage elements
	========================================================================== */
.frontpage-container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.frontpage {
  zoom: 1;
  border-top: 1px solid #b4b4b4;
  padding: 0.5em 0;
  margin: 0;
}
.frontpage:before {
  content: '';
  display: block;
}
.frontpage:after {
  content: '';
  display: table;
  clear: both;
}
.frontpage .csc-textpic-imagewrap {
  display: none;
}
.frontpage img {
  display: none;
  width: 7em;
  height: 7em;
  float: left;
  margin-right: 1.5em;
}
.frontpage h2 {
  font-size: 120%;
  margin: 0 0 .2em;
}
.frontpage p {
  margin: .2em 0;
}
.frontpage p a {
  font-weight: bold;
}
/*  ==========================================================================
	News
	========================================================================== */
.news-container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.content .cmtnet-news-item {
  zoom: 1;
  border-top: 1px solid #b4b4b4;
  padding: 0.5em 0;
  margin: 0;
}
.content .cmtnet-news-item:before {
  content: '';
  display: block;
}
.content .cmtnet-news-item:after {
  content: '';
  display: table;
  clear: both;
}
.content .cmtnet-news-item .csc-textpic-imagewrap {
  display: none;
}
.content .cmtnet-news-item img {
  display: none;
  width: 7em;
  height: 7em;
  float: left;
  margin-right: 1.5em;
}
.content .cmtnet-news-item h2 {
  font-size: 120%;
  margin: 0 0 .2em;
}
.content .cmtnet-news-item p {
  margin: .2em 0;
}
.content .cmtnet-news-item p a {
  font-weight: bold;
}
.content .cmtnet-news-item .date {
  margin-right: 0.8em;
  color: #505050;
}
.content .cmtnet-news-item h2 {
  font-size: 100%;
}
.content .cmtnet-news-item p {
  margin: 0.2em 0 0;
}
.content .cmtnet-news-item p.more {
  margin-top: 0;
}
/*  ==========================================================================
	Showcases
	========================================================================== */
.showcase-container {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.content .frame-layout-1 {
  zoom: 1;
  border-top: 1px solid #b4b4b4;
  padding: 0.5em 0;
  margin: 0;
}
.content .frame-layout-1:before {
  content: '';
  display: block;
}
.content .frame-layout-1:after {
  content: '';
  display: table;
  clear: both;
}
.content .frame-layout-1 .csc-textpic-imagewrap {
  display: none;
}
.content .frame-layout-1 img {
  display: none;
  width: 7em;
  height: 7em;
  float: left;
  margin-right: 1.5em;
}
.content .frame-layout-1 h2 {
  font-size: 120%;
  margin: 0 0 .2em;
}
.content .frame-layout-1 p {
  margin: .2em 0;
}
.content .frame-layout-1 p a {
  font-weight: bold;
}
/*  ==========================================================================
	Content
	========================================================================== */
.content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.content .intro {
  font-size: 110%;
}
.content p {
  margin: 0.7em 0;
}
.content a {
  font-weight: bold;
}
.content .frame-layout-2 img {
  width: 100%;
  height: auto;
}
/*  ==========================================================================
	Subpage overview menus
	========================================================================== */
/* Menu of subpages of selected pages; Pages for selected categories */
.frame-type-menu_subpages ul,
.frame-type-menu_categorized_pages ul {
  padding-left: 1.1em;
}
.frame-type-menu_subpages ul li,
.frame-type-menu_categorized_pages ul li {
  list-style-type: square;
  margin: 0.4em 0;
}
.frame-type-menu_subpages ul li a,
.frame-type-menu_categorized_pages ul li a {
  font-size: 110%;
}
/* Menu of subpages of selected pages including abstracts */
.frame-type-menu_abstract ul {
  padding-left: 1.1em;
}
.frame-type-menu_abstract ul li {
  display: list-item;
  list-style-type: square;
  margin-top: 0.4em;
}
.frame-type-menu_abstract ul li a {
  font-size: 110%;
}
.frame-type-menu_abstract ul li p {
  margin: 0.2em 0 0.4em;
}
/*  ==========================================================================
	Media queries
	========================================================================== */
@media screen and (min-width: 480px) {
  .cmtnet-news-item h2 {
    display: inline;
  }
  .frontpage {
    padding: 1.0em 0;
  }
  nav.footer > ul > li {
    float: left;
    margin-right: 1.5em;
  }
  nav.footer .info {
    margin-top: 1em;
  }
  nav.footer .info .header {
    display: none;
  }
  nav.footer .info li {
    display: inline;
  }
  nav.footer .info ul {
    padding: 0;
  }
  nav.footer .info a {
    border-left: 1px solid #b4b4b4;
    padding: 0.2em 0.4em 0em 0.6em;
  }
  nav.footer .info li:first-child a {
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (min-width: 630px) {
  body {
    font-size: 100%;
  }
  header.main img.logo {
    width: 8em;
    float: left;
  }
  nav.search {
    display: block;
    float: right;
    padding-top: 0.5em;
  }
  nav.main {
    clear: right;
    float: right;
    padding-top: 1.2em;
  }
  .header-container {
    margin-bottom: 1.5em;
  }
  .cmtnet-news-item,
  .frame-layout-1 {
    padding: 1.0em 0;
  }
  .content .frame-layout-1 .csc-textpic-imagewrap {
    display: block;
  }
  .content .frame-layout-1 img {
    display: inline;
  }
}
/*  ==========================================================================
	Print style
	========================================================================== */
@media print {
  a[href]:after {
    content: "";
  }
  nav.main,
  footer.main {
    display: none;
  }
  header.main img.logo {
    display: none;
  }
  header.main img.logo-print {
    display: inherit;
    width: 7em;
  }
  .content a[href]:after {
    content: " (" attr(href) ")";
  }
  .content a[href^="javascript:"]:after,
  .content a[href^="#"]:after {
    content: "";
  }
  .content a {
    font-weight: normal;
  }
  .content .cmtnet-news-item a[href]:after,
  .content .frame-layout-1 a[href]:after {
    content: "";
  }
}
/*  ==========================================================================
	Menu
	========================================================================== */
.sm-clean a,
.sm-clean ul a,
.sm-clean a:hover,
.sm-clean ul a:hover,
.sm-clean a:focus,
.sm-clean ul a:focus,
.sm-clean a:active,
.sm-clean ul a:active {
  font-family: "Aller", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Arial", sans-serif;
  font-weight: bold;
  font-size: 95%;
}
.sm-clean a.current,
.sm-clean ul a.current,
.sm-clean a:hover,
.sm-clean ul a:hover,
.sm-clean a:focus,
.sm-clean ul a:focus,
.sm-clean a:active,
.sm-clean ul a:active,
.sm-clean a.highlighted,
.sm-clean ul a.highlighted,
.sm-clean a.current,
.sm-clean ul a.current {
  color: #663366;
}
.sm-clean ul a.current,
.sm-clean ul ul a.current,
.sm-clean ul a:hover,
.sm-clean ul ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul ul a:focus,
.sm-clean ul a:active,
.sm-clean ul ul a:active,
.sm-clean ul a.highlighted,
.sm-clean ul ul a.highlighted,
.sm-clean ul a.current,
.sm-clean ul ul a.current {
  color: #663366;
}