/* Stand: 04.10.2018, MW
 *
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/maven-pro/maven-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Regular'), local('MavenPro-Regular'),
       url('../fonts/maven-pro/maven-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro/maven-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro/maven-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro/maven-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro/maven-pro-v11-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/maven-pro/maven-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Bold'), local('MavenPro-Bold'),
       url('../fonts/maven-pro/maven-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/maven-pro/maven-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/maven-pro/maven-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/maven-pro/maven-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/maven-pro/maven-pro-v11-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
}

/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/michroma/michroma-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Michroma'),
       url('../fonts/michroma/michroma-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/michroma/michroma-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/michroma/michroma-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/michroma/michroma-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/michroma/michroma-v8-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
}

html {
  background: #fff;
}

body {
  font-family: 'Maven Pro', Arial, sans-serif;
  font-size: 75%;
  line-height: 1.25;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Michroma', Arial, sans-serif;
	font-weight: normal;
}
#sliding-popup h2 {
	font-family: Arial, sans-serif;
}


p {}
#content p { margin: 0 0 1.3em; } 

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}
#content .node ul { padding: 0; }

ol {}
#content .node ol { padding: 0; }

li {}
#content .node li {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style: none;
	background-image:url(images/li.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}

iframe {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[data-iframe] {
  background: #0089B7;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  display: block;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-node-46 #content .fluid-width-video-wrapper {
  padding-top: 30% !important;
}

.page-node-46 #content iframe {
	padding: 10px;
	font-family: 'Maven Pro', Arial, sans-serif;
  font-size: 75%;
  line-height: 1.25;
  background: #F2FFD9;
}



/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */

#super { position: relative; }
#super,
.region-ikmb-sidebar-first,
.region-ikmb-sidebar-second
#page { overflow: hidden;  }

#page { position: relative; }

#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
	position: relative;
	height: 44px;
	border-bottom: 1px solid #ccc;
}

/*
 * Wraps the sidebars the content column
 */
#columns {}

/*
 * Main content column wrapper
 */
#content-column {
	padding: 90px 20px 180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 133.3%;
	line-height: 1.3;
}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer { 
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display { padding-bottom: 0; }

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
 	margin: 0 0 20px;
 	font-weight: bold;
}

#page-title em {
	display: block;
	font-style: normal;
}

/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}
.search-results li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #bfbfbf;
}
.search-results li .title {
	margin-bottom: 10px;
	font-size: 150%;
}
.search-results li .title a {
	color: #000;
	font-family: 'Maven Pro', Arial, sans-serif;
}
#content .search-results li .title a { text-decoration: none;	}
#content .search-results li .title a:hover { text-decoration: underline;	}

.search-results li p { margin-bottom: 10px !important; } 
.search-results .search-info { font-size: 0.75em; }

/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * First IKMB-Sidebar
 */
.region-ikmb-sidebar-first { 
	background: #0099cc;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.region-ikmb-sidebar-first .first-content-wrapper {
	height: 100%;
	padding-bottom: 450px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 * Second IKMB-Sidebar
 */
.region-ikmb-sidebar-second { 
	background: #888;
	overflow: hidden;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.region-ikmb-sidebar-second .region-inner { 
	height: 100%;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.region-ikmb-sidebar-second .second-content-wrapper {
	position: relative;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

#content a { text-decoration: underline; }

a:link,
a:visited { color: #008fcf; }

a:active,
a.active { text-decoration: underline; }

a:hover,
a:focus {
	color: #00518d;
  text-decoration: underline;
}

.region-ikmb-sidebar-first a:link,
.region-ikmb-sidebar-first a:visited,
.region-ikmb-sidebar-second a:link,
.region-ikmb-sidebar-second a:visited { color: #fff; }

h1 a { color: #000; }
h1 a:hover { text-decoration: none; }

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
}

ul.menu ul {
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf { list-style: none; }

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* Allgemein Menu-Block */

.block-menu-block .block-title em {
	display: block;
	font-style: normal;
}

.block-menu-block .block-title a { text-decoration: none; }
.block-menu-block .block-title a:hover,
.block-menu-block .block-title a:focus { text-decoration: underline; }


.block-menu-block .block-inner { margin: 0; }
.block-menu-block .block-content ul { padding: 0; }

.block-menu-block ul.menu { margin: 0; }

.block-menu-block ul.menu li a {
	display: block;
	padding: 13px 31px;
}

.block-menu-block ul.menu li a em {
	display: block;
	font-style: normal;
}


/* Main Menu */

.block-main-menu ul li.collapsed a {}

.block-main-menu ul li.expanded a {
	background-image:url(images/menu-collapsed.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 13px center;
}

.block-main-menu ul li.expanded.active-trail a,
.block-main-menu ul li.expanded.menu-opened a {
/*
	background-image:url(images/menu-expanded.png);
	background-size: 8px 2px;
	background-repeat: no-repeat;
	background-position: 15px 22px;
*/
	background-color: #0089b7;
	background-image: none;
}
.block-main-menu ul li.expanded.active-trail.menu-closed a.active-trail { background-image:url(images/menu-collapsed.png); }

.block-main-menu ul li { position: relative; }

.block-main-menu ul.menu li:hover,
.block-main-menu ul.menu li:focus {
	background-color: #0089b7;
}

.block-main-menu ul.menu li a {	
	font-size: 133.3%;
	text-decoration: none;
}

.block-main-menu ul.menu li a:hover,
.block-main-menu ul.menu li a:focus {
	text-decoration: none;
	background-color: #0089b7;
}

.block-main-menu ul.menu li a span.subtitle { display: none; }

.block-main-menu ul.menu li.active a,
.block-main-menu ul.menu li.active-trail a { font-weight: bold; }

.block-main-menu ul.menu li.active ul li a,
.block-main-menu ul.menu li.active-trail ul li a { font-weight: normal; }

.block-main-menu ul.menu ul { display: none; }

.block-main-menu ul.menu li.active ul,
.block-main-menu ul.menu li.active-trail ul { display: block; }

.block-main-menu ul.menu ul li.menu-depth-2 { 
	padding: 0 20px;
	background: #0089b7;
}

.block-main-menu ul.menu ul li.menu-depth-2 a {
	padding-left: 22px;
	font-size: 116.7%;
	border-bottom: 1px solid #0078a1;
	background-image:url(images/menu-leaf.png);
	background-size: 7px 6px;
	background-repeat: no-repeat;
	background-position: 11px 19px;
	background-color: #0089b7;
}
.block-main-menu ul.menu ul li.last a { border-bottom: none;}

.block-main-menu ul.menu ul li.menu-depth-2 a.active-trail,
.block-main-menu ul.menu ul li.menu-depth-2 a.active,
.block-main-menu ul.menu ul li.menu-depth-2 a:hover,
.block-main-menu ul.menu ul li.menu-depth-2 a:focus { background-color: #007ba4 !important; }

/* Submenu-Toggler - Main-Menu */
.block-menu-block ul li span.sub-toggler {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 27px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 13px center;
}
.block-menu-block ul li.expanded.active-trail span.close,
.block-menu-block ul li.expanded.menu-opened span.sub-toggler { display: block; }
.block-menu-block ul li span.sub-toggler:focus,
.block-menu-block ul li span.sub-toggler:hover { cursor: pointer; }

.block-menu-block ul li span.open {
	background-image:url(images/menu-collapsed.png);
	background-size: 8px 8px;
}
.block-menu-block ul li span.close {
	background-image:url(images/menu-expanded.png);
	background-size: 8px 2px;
}

/* temporaer nicht sichtbar */
.block-main-menu ul.menu li.hidden {
	display: none;
}


/* Main Submenu */

.block-main-submenu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding-top: 185px;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} 
.block-main-submenu .block-inner { margin: 0 20px; padding-bottom: 100px; }

.block-main-submenu .block-title {
	margin-bottom: 17px;
	color: #fff;
	font-size: 250%;
	font-weight: normal;
}

.block-main-submenu .block-title span.subtitle { 
	display: block;
	padding-top: 5px;
	font-size: 60%;
}

.block-main-submenu ul.menu li {
	position: relative;
	margin-bottom: 1px;
	background: #007BA4;
	background: rgba(0,153,204,0.2);
}

.block-main-submenu ul.menu li.active-trail,
.block-main-submenu ul.menu li.menu-opened,
.block-main-submenu ul.menu li:hover,
.block-main-submenu ul.menu li:focus {
	background-color: #e8e8e8;
	background-color: rgba(255,255,255,0.85);
}

.block-main-submenu ul.menu li a {
	padding: 9px 31px;
	font-size: 133.33%;
	background-image:url(images/menu-leaf2.png);
	background-size: 5px 6px;
	background-repeat: no-repeat;
	background-position: 21px 16px;
}

.block-main-submenu ul li.expanded a {
	background-image:url(images/menu-collapsed.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 16px 16px;
}

/*
.block-main-submenu ul li.active-trail a {
	background-image:url(images/menu-expanded.png);
	background-size: 8px 2px;
	background-repeat: no-repeat;
	background-position: 19px 16px;
}
*/

.block-main-submenu ul.menu li:hover a,
.block-main-submenu ul.menu a.active,
.block-main-submenu ul.menu li a:hover,
.block-main-submenu ul.menu li a:focus {
	color: #4f4f4f;
	text-decoration: none;
	background-image:url(images/menu-leaf2-hover.png);
	background-size: 5px 6px;
	background-repeat: no-repeat;
	background-position: 21px 16px;
}
.block-main-submenu ul.menu a.active {
	font-weight: bold;
}
.block-main-submenu ul.menu li.expanded:hover a,
.block-main-submenu ul.menu li.expanded a:hover,
.block-main-submenu ul.menu li.expanded a:focus {
	background-image:url(images/menu-collapsed-hover.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 16px 16px;
}

/* .block-main-submenu ul.menu li.expanded.active-trail:hover a.active-trail, */
.block-main-submenu ul.menu li.expanded.active-trail a,
.block-main-submenu ul.menu li.menu-opened a {
	color: #4f4f4f;
	text-decoration: none;
	background-image: none;
}
.block-main-submenu ul.menu li.expanded.active-trail.menu-closed a.active-trail { 
	background-image:url(images/menu-collapsed-hover.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 16px 16px;
}

.block-main-submenu ul.menu li.expanded.active-trail a {
	font-weight: bold;
}

.block-main-submenu ul.menu ul {
	display: none;
	padding: 13px 36px;
}

.block-main-submenu ul.menu li.active ul,
.block-main-submenu ul.menu li.active-trail ul { display: block; }

.block-main-submenu ul.menu ul li.menu-depth-4 {
	background-color: transparent;
}
.block-main-submenu ul.menu li.expanded.active-trail ul li a,
.block-main-submenu ul.menu li.expanded:hover ul li a,
.block-main-submenu ul.menu ul li.menu-depth-4 a {
	padding: 9px 15px;
	color: #4f4f4f;
	font-weight: normal;
	text-decoration: none;
	background-image:url(images/menu-leaf2-hover.png);
	background-size: 5px 6px;
	background-repeat: no-repeat;
	background-position: 5px 16px;
	border-bottom: 1px dashed #4f4f4f;
}
.block-main-submenu ul.menu ul li.last a { border: none !important; }

.block-main-submenu ul.menu ul li.menu-depth-4:hover a,
.block-main-submenu ul.menu ul li.menu-depth-4:hover a,
.block-main-submenu ul.menu ul li.menu-depth-4 a:hover,
.block-main-submenu ul.menu ul li.menu-depth-4 a:focus {
/*
	padding: 9px 21px 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image:url(images/menu-leaf2.png);
	background-size: 5px 6px;
	background-repeat: no-repeat;
	background-position: 11px 16px;
	background-color: transparent;
	border-color: #4f4f4f;
*/
	background-image:url(images/menu-leaf2-hoverblue.png) !important;
}

.block-main-submenu ul.menu ul li.menu-depth-4 a.active,
.block-main-submenu ul.menu ul li.menu-depth-4 a.active-trail {
	font-weight: bold;
	background-image:url(images/menu-leaf2-hoverblue.png) !important;
}

/* Submenu-Toggler - Main Submenu */
.block-main-submenu ul li span.sub-toggler {
	height: 38px;
	background-position: 16px center;
}

.block-main-submenu ul.menu li.expanded.active-trail span.close { 
	background-image:url(images/menu-expanded-hover.png);
	background-size: 8px 2px;
}
.block-main-submenu ul.menu li.expanded.menu-closed span.sub-toggler,
.block-main-submenu ul.menu li.expanded.active-trail span.open { background-image:url(images/menu-collapsed-hover.png); }


/* Back to firstlevel - Link */
a.back-to-first {
	padding: 0 0 0 27px;
	height: 21px;
	line-height: 21px;
	color: #666;
	text-decoration: none;
	background-image:url(images/back-to-first.png);
	background-size: 21px 42px;
	background-repeat: no-repeat;
	background-position: left top;
}
a.back-to-first:hover {
	color: #222;
	background-position: left bottom;
}
.page a.back-to-first {
	float: right;
	margin: 18px 45px 0 0;
}
.region-ikmb-sidebar-second a.back-to-first { display: none; }

/* Home Special-Submenu (Research Areas) */

.block-special-submenu { padding-top: 0; } 
.block-special-submenu .block-inner { margin: 0; }

.block-special-submenu .block-title {
	margin-bottom: 35px;
	padding: 0 31px;
	color: #fff;
	font-size: 200%;
	font-weight: normal;
}

.block-special-submenu ul.menu li a {
	padding: 12px 55px 18px 31px;
	font-size: 183.3%;
	font-weight: bold;
	border-bottom: 1px solid #888;
	background-image:url(images/menu-leaf-home.png);
	background-size: 21px 21px;
	background-repeat: no-repeat;
	background-position: 92% center;
}

.block-special-submenu ul.menu li.active a,
.block-special-submenu ul.menu li.active-trail a,
.block-special-submenu ul.menu li a:hover,
.block-special-submenu ul.menu li a:focus {
	color: #4f4f4f;
	text-decoration: none;
	border-bottom: 1px solid #666;
	background-image:url(images/menu-leaf-home-hover.png);
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
}

.block-special-submenu ul.menu li.first a { border-top: 1px solid #999; }

.block-special-submenu ul.menu li a span.subtitle {
	display: block;
	font-size: 72.7%;
	font-weight: 300;
}


/* Footer Menu */
.block-footer-menu .block-content ul { 
	padding: 0;
	line-height: 100%;
}

.block-footer-menu ul.menu li {
	float: left;
	margin-right: 5px;
}

.block-footer-menu ul.menu li a {
	padding-right: 5px;
	font-size: 100%;
	line-height: 100%;
	border-right: 1px solid #fff;
}

.block-footer-menu ul.menu li.last a { border-right: none; }

/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 0;
  padding: 15px 0 13px;
  height: 15px;
  color: #aaa;
  font-size: 100%;
  overflow: hidden;
}

#breadcrumb .breadcrumb-wrapper {
  margin: 0 40px;
  padding: 0;
  max-width: 75%;
  height: 15px;
  overflow: hidden;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb .crumb-sepreator {
	color: #222;
}

#breadcrumb a {
  color: #ccc;
  font-size: 100%;
}

#breadcrumb a:link,
#breadcrumb a:visited {
	color: #aaa;
}

#breadcrumb a:active,
#breadcrumb a.active {
	color: #222;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
  color: #222;
  text-decoration: underline;
}

#breadcrumb .crumb-title {
	color: #222;
}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
  font-size: 87.5%;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

.field .label-above {
	margin-bottom: 10px;
	color: #000;
	font-size: 150%;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

.field .label-inline {
	float: left;
	margin-right: 5px;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: normal;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/* File-Icon */
.field .file-icon { vertical-align: text-bottom; }

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Images and Caption
 */
#content .node p img {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
}

#content .node p img.border {
	padding: 4px;
	background: #eee;
}

#content .caption { max-width: 100%; }
#content .caption a {
	display: block;
	width: 100%;
	height: auto !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content .caption img {
	padding: 4px;
	background: #eee;
}
#content .caption p {
	display: block;
	margin: -5px 0 5px;
	padding: 5px 10px 8px;
	background: #eee;
	color: #000;
	font-size: 75%;
	line-height: 1.2;
}


/* Gallery */
/* Gallery */
#content .field-name-field-gallery { 
	clear: both;
	margin-top: 40px;
}
#content .field-name-field-gallery a.colorbox,
#content .field-name-field-gallery .caption {
	float: left;
	margin: 0 2% 1.75% 0;
	margin-right: 2%;
	width: 23%;
}
#content .field-name-field-gallery .caption a.colorbox {
	float: none;
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
}
#content .field-name-field-gallery .caption p {
	display: block;
}
#content .field-name-field-gallery img {
	padding: 4px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
}


/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 10px 20px 15px 0;
}

#content .node p img[style~="float: left"],
#content .node p img[style~="float:left"],
#content .node p img[style*="float: left"],
#content .node p img[style*="float:left"],
#content .node p img.left,
#content .node p div.left {
  margin: 10px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 10px auto 15px;
}

#content .node p img.center,
#content .node p div.center {
  margin: 10px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

#content .node p img[style~="float: right;"],
#content .node p img[style~="float:right;"],
#content .node p img[style*="float: right;"],
#content .node p img[style*="float:right;"],
#content .node p img.right,
#content .node p div.right {
  margin: 10px 0 15px 20px !important;
}



/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

#content .block-inner {
	margin-left: 0;
	margin-right: 0;
}


/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title { margin: 0; }

#content .block-title { font-family: 'Maven Pro', Arial, sans-serif; }

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Sidebar-Block-Logo
 */
.block-logo .block-content a {
	display: block;
	width: 179px;
	height: 96px;
	text-indent: -9999px;
	background-image:url(images/logo.png);
	background-size: 179px 96px;
	background-repeat: no-repeat;
	background-position: left top;
}

/*
 * Block-Logo-Page
 */
#content .block-logo-page {
	position: absolute;
	top: 260px;
	left: 120px;
	display: none;
}
#content .block-logo-page p a {
	display: block;
	padding: 15px 0 20px 145px;
	color: #008fcf;
	font-size: 118.75%;
	font-family: 'Michroma', Arial, sans-serif;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image:url(images/logo-page.png);
	background-size: 142px 69px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content .block-logo-page a span { 
	display: block;
	color: #63c0ea;
	font-size: 68.4%;
}

/*
 * Block Show-IKMB-Sidebar
 */
/* toogle-first-sidebar */
.block-toogle-first-sidebar {
	float: right;
	margin: -20px 10px 0 0;
	width: 25px;
}
.block-toogle-first-sidebar .block-inner { margin: 0; }
.block-toogle-first-sidebar #toogle-first-sidebar { 
	display: block;
	width: 25px;
	height: 24px;
	text-indent: -9999px;
	background-image:url(images/nav-mobile.png);
	background-size: 25px 48px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sidebar-first-open .block-toogle-first-sidebar #toogle-first-sidebar { background-position: left top; }

/* toogle-second-sidebar */
.block-toogle-second-sidebar { 
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block-toogle-second-sidebar .block-inner { margin: 0; }
.block-toogle-second-sidebar .block-inner .block-content { 
	margin: 0;
	height: 48px;
	width: 68px;
}
.block-toogle-second-sidebar .block-inner .block-content:hover { cursor: pointer; }
.block-toogle-second-sidebar #toogle-second-sidebar { 
	position: absolute;
	top: 16px;
	right: 12px;
	display: block;
	margin: 0;
	padding-right: 21px;
	height: 16px;
	line-height: 14px;
	color: #fff;
	font-weight: 300;
	vertical-align: middle;
	background-image:url(images/toggle-sidebar.png);
	background-size: 16px 32px;
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebar-second-open .block-toogle-second-sidebar #toogle-second-sidebar { background-position: right bottom; }

/* toogle-second-sidebar - open button_area full height */
.sidebar-second-closed .block-toogle-second-sidebar,
.sidebar-second-closed .block-toogle-second-sidebar .block-inner, 
.sidebar-second-closed .block-toogle-second-sidebar .block-inner .block-content {
	width: 100%;
	height: 100%;
}
.sidebar-second-closed .block-toogle-second-sidebar .block-inner .block-content:focus,
.sidebar-second-closed .block-toogle-second-sidebar .block-inner .block-content:hover { background: rgba(0,0,0,0.25);  }

/*
 * Block Phone-Menu-Toggle
 */
.toggle-phone-menu { display: none; }

/*
 * Language switcher block
 */
#block-locale-language {
	float: right; 
	margin: -45px 20px 0 0;
	width: 24px;
}
#block-locale-language .block-content ul {
	float: right;
	margin-bottom: 0;
}
#block-locale-language .block-inner { margin: 0; }
#block-locale-language .block-content ul {
	margin: 0;
	padding: 0;
}
#block-locale-language .block-content ul li { list-style: none; }
.i18n-de #block-locale-language .block-content ul li.de,
.i18n-en #block-locale-language .block-content ul li.en { display: none; }
#block-locale-language .block-content ul li a {
	display: block;
	width: 24px;
	height: 18px;
	text-indent: -9999px;
	background-image:url(images/flags.png);
	background-size: 24px 36px;
	background-repeat: no-repeat;
	background-position: left top;
}
#block-locale-language .block-content ul li.en a {	background-position: left bottom; }

/*
 * Sidebar-Block-Contact-Info
 */
.block-contact-info { color: #fff; }
.region-ikmb-sidebar-first .block-contact-info {
	position: absolute;
	left: 0;
	bottom: 50px;
}
.block-contact-info h4 {
	font-family: 'Maven Pro', Arial, sans-serif;
	font-weight: bold;
}
#footer .block-contact-info { display: none; }

/*
 * Sidebar-Block-Footer-Menu
 */
.block-footer-menu {
	position: absolute;
	left: 0;
	bottom: -15px;
}
.block-footer-menu .block-inner { margin-right: 10px; }
#footer .block-footer-menu { display: none; }


/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
.page #block-search-form {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 45px;
	margin: 0;
  width: 45px;
  height: 44px;
}
#block-search-form .block-inner { margin: 0; }
#block-search-form #edit-actions { display: none; }
#block-search-form input.form-text {
  z-index: 100;
  float: right;
  display: block;
  transition-duration: 400ms;
  transition-property: width, background;
  transition-timing-function: ease;
  width: 0;
  margin: 0;
  padding: 0 32px 0 12px;
  height: 44px;
  line-height: 44px;
  font-size: 100%;
  border: none;
  border-left: 1px solid #ccc;
  text-indent: -9999px;
	background-image:url(images/search-icon.png);
	background-size: 44px 88px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	border-radius: 0;
}
#block-search-form input.form-text:focus,
#block-search-form input.form-text:hover { 
	padding-right: 47px;
	width: 261px;
	text-indent: 0;
	background-color: #fff;
	background-position: right bottom;
}
#block-search-form .form-actions { display: none; }

/*
 * "Feed link" block
 */
.block-feed-link {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
  width: 45px;
  height: 44px;
}
.block-feed-link .block-inner { margin: 0; }
.block-feed-link .block-content p { margin: 0; }
.block-feed-link .block-content a {
  float: right;
  display: block;
  width: 44px;
  margin: 0;
  padding: 0;
  height: 44px;
  line-height: 44px;
  font-size: 100%;
  color: #666;
	text-indent: -9999px;
  border: none;
  border-left: 1px solid #ccc;
  text-indent: -9999px;
	background-image:url(images/feed-icon.png);
	background-size: 44px 88px;
	background-repeat: no-repeat;
	background-position: left top;
}
.block-feed-link .block-content a:hover { 
	color: #222;
	text-decoration: none;
	background-position: left bottom;
} 
 
/*
 * "Contact link" block (in Menu Bar - Area)
 */
.block-contact-link {
	margin-top: 20px;
	margin-left: 40px;
	z-index: 50;
}
.block-contact-link p a {
  display: block;
  margin: 0;
  padding: 0 0 0 27px;
  height: 21px;
  line-height: 21px;
  font-size: 100%;
  color: #666;
	background-image:url(images/contact-bg.png);
	background-size: 21px 42px;
	background-repeat: no-repeat;
	background-position: left top;
}
.block-contact-link p a:hover { 
	color: #222;
	text-decoration: none;
	background-position: left bottom;
} 

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}

/*
 * Footer-Logos
 */
 
.region-footer .region-inner {
	position: relative;
	border-top: 1px solid #ccc;
} 
.block-footer-logos {
	position: absolute;
	top: 9px;
	left: 20%;
	width: 70%;
}

.block-footer-logos .block-inner { margin: 0; }
.block-footer-logos .block-content p { margin: 0; }
 
.block-footer-logos .uksh-logo,
.block-footer-logos .cau-logo {
  float: left;
	margin-left: 25%;
 	display: block;
	width: 77px;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	background-image:url(images/uksh-logo.png);
	background-size: 77px 50px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.block-footer-logos .cau-logo {
	margin-left: 17%;
	width: 78px;
	height: 23px;
	background-image:url(images/cau-logo.png);
	background-size: 78px 46px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.block-footer-logos .uksh-logo:hover,
.block-footer-logos .cau-logo:hover {
	text-decoration: none;
/* 	background-position: left bottom; */
}


/*
 * Toolbar-bottom: Print, Recommend and ToTop
 */

#block-print-ui-print-links,
.to-top-block { 
	float: left;
	margin: 0;
	height: 44px;
}
.to-top-block {	float: right; }

#block-print-ui-print-links .block-inner, 
.to-top-block .block-inner { margin: 0; }

.to-top-block .block-content p { margin: 0; }

#block-print-ui-print-links .print_html,
#block-print-ui-print-links .print_mail { margin: 0; }
 

#block-print-ui-print-links .print_html a,
#block-print-ui-print-links .print_mail a,
.to-top-block a.totop {
	float: left;
	display: block;
	width: 44px;
	height: 44px;
	border-right: 1px solid #ccc;
	text-indent: -9999px;
	text-decoration: none;
	background-image:url(images/icon-print.png);
	background-size: 44px 88px;
	background-repeat: no-repeat;
	background-position: left top;
}

#block-print-ui-print-links .print_html a:hover,
#block-print-ui-print-links .print_mail a:hover,
.to-top-block a.totop:hover {
	text-decoration: none;
	background-position: left bottom;
}

#block-print-ui-print-links .print_mail a { background-image:url(images/icon-recommend.png); }
.to-top-block a.totop {
	border: none;
	border-left: 1px solid #ccc;
	background-image:url(images/icon-totop.png);
}

/* ToTop - Content */
#content .block-system .node h4 {
	padding-right: 8%;
	line-height: 33px;
}
#content .block-system a.totop {
	float: right;
	margin-top: -7px;
	display: block;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	text-decoration: none;
	border: 1px solid #ccc;
	background-image:url(images/icon-totop.png);
	background-size: 33px 66px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content .block-system .node h4 a.totop { margin-right: -11%; }
#content .block-system a.totop:hover {
	text-decoration: none;
	background-position: left bottom;
}
#content .block-system a.totop:after { clear: both; }



/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

.webform-client-form { font-size: 87.5% }

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item button,
.form-item input, 
.form-item select,
.form-item textarea {
	padding: 3px 3px 1px;
	font-size: 87.5%;
}


.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
 	margin-bottom: 3px;
  	font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.75em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
#content .form-submit {
	display: block;
	padding: 10px 20px;
	color: #818480;
	font-size: 87.5%;
	font-family: 'Maven Pro', Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	box-shadow: 0px 1px 1px 1px rgba(7,6,6,0.1);
	background-color: #fff;
}
#content .form-submit:hover {
	color: #444;
	border-color: #ccc;
	box-shadow: 0px 1px 1px 1px rgba(7,6,6,0.25);
}

#print-mail-form .form-submit {
	float: left;
	margin-right: 10px;
}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Content Search Form
 */
#content #search-form { margin-bottom: 25px; }
#content #search-form .container-inline label {
	float: left;
	margin: 1px 10px 3px 0;
}
#content #search-form .container-inline div { display: block; }

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;

}

table.sticky-header {
  z-index: 10;
}

table,
td,
th {
  vertical-align: middle;
  border: none;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #000;
  color: #fff;

}

td,
th {
  margin: 0;
  padding: 5px 7px;
}

tr.odd {
  background: #fff;
  border: none;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border: none;
  background-color: #f5f5f5;
}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}

#content table { width: 100% !important; }

#content table td { width: auto !important; }


#content table td a {
	padding-right: 20px;
	color: #000;
	text-decoration: none !important;
	background-image:url(images/more14-link.png);
	background-size: 14px 21px;
	background-repeat: no-repeat;
	background-position: right top;
}

#content table td a:hover {
	background-image:url(images/more14-link-hover.png)
}


/* Main-Projects */

.view-projects-and-network-table .views-field a.project-image { padding-right: 0; }

.view-projects-and-network-table .views-field a.project-image:hover { background: none; }

.view-projects-and-network-table .views-field-field-pntable-period .date-display-start { display: block; }


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
#messages {
	padding: 0 20px;
}
div.messages {
  margin-bottom: 10px;
  margin-top: 0;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}


/* =============================================================================
 *   Node-Types
 * ========================================================================== */

/* Overview-Anker-Box allgemein */
.views-row a.group-link-wrapper {
	display: block;
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	color: #000;
	text-decoration: none !important;
	border: 1px dashed #aaa; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	background-image:url(images/more-box.png);
	background-size: 21px 21px;
	background-repeat: no-repeat;
	background-position: 95% 95%;
}
.views-row a.group-link-wrapper:hover {
	border: 1px solid #EAEAEA;
	background-color: #F5F5F5;
	background-image:url(images/more-box-hover.png);
}


/* 
 * Research
 */
 
/* Overview */
#content .block-research-overview-research-ov { margin-bottom: 40px; }

#content .block-research-overview-research-ov .block-title,
#content .block-research-overview-junior-ov .block-title { 
	clear: both;
	margin-bottom: 20px;
	font-size: 150%;
	font-family: 'Michroma', Arial, sans-serif;
}
.view-research-overview .views-row {
	float: left;
	margin: 0 0 30px;
	margin-right: 3%;
	width: 47%;
	height: 135px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.view-research-overview .views-row a.group-link-wrapper {
	color: #666;
	background-position: 95% 85%;
}
.view-research-overview .views-field-title { 
	margin-bottom: 10px;
	width: 90%;
	color: #000;
	font-size: 112.5%;
	line-height: 105%;
	font-weight: bold; 
	text-decoration: none !important;
}
.view-research-overview .views-field-title em {
	display: block;
	font-style: normal;
}
.view-research-overview .views-field-field-field-image {
	float: left;
	margin-right: 15px;
}
.view-research-overview .views-field-field-research-group-leader { width: 90%; }

/* Team-Box */
.group-team-wrapper {
	margin: 0 0 15px;
	background: #f2f9fd;
}
.group-team-wrapper h3 {
	margin: 0;
	padding: 15px 20px 0;
	font-size: 150%;
	font-family: 'Maven Pro', Arial, sans-serif;
}
.field-name-team-scientists,
.field-name-team-group-leader,
.field-name-team-associated-scientists,
.field-name-team-associated-scientists-only,
.field-name-team-alumni,
.field-name-team-laboratory-staff,
.field-name-team-administration,
.field-name-team-clinicians {
	float: left;
	padding: 15px 20px;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-name-team-laboratory-staff { clear: both; }
.group-team-wrapper .block-title { 
	font-size: 112.5%;
	margin-bottom: 10px;
	font-weight: normal;
}
.group-team-wrapper .views-row {
	margin: 0 0 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.group-team-wrapper .views-field-field-people-degree {
	float: left; 
	margin-right: 5px;
	color: #000;
	font-weight: bold;
}
.group-team-wrapper .views-field-title {
	color: #000;
	font-weight: bold;
}

.group-team-wrapper .views-field-title a  {
	display: block;
	display: inline-block;
	padding-right: 20px;
	height: 21px;
	line-height: 21px;
	color: #000;
	font-weight: bold;
	text-decoration: none !important;
	background-image:url(images/more14.png);
	background-size: 14px 42px;
	background-repeat: no-repeat;
	background-position: right top;
}

.group-team-wrapper .views-field-title a:hover {
	background-position: right bottom;
}
.group-team-wrapper .views-field-field-people-email a { font-size: 87.5%; }


/* 
 * People
 */

/* Overview */
.view-people-types .views-row {
	float: left;
	margin: 0 0 30px;
	margin-right: 3%;
	width: 30%;
	height: 260px;
	font-size: 87.5%;
	line-height: 1.1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.view-people-types .views-field-field-field-image { margin-bottom: 5px; }
.view-people-types .views-field-field-field-image img.image-style-people-image {
	width: 100px;
	height: 140px;
}
.view-people-types .views-field-title { 
	display: block;
	margin-bottom: 3px;
	color: #000;
	font-weight: bold; 
}
.view-people-types .views-field-title em {
	display: block;
	font-style: normal;
}
.view-people-types .views-field-field-people-position { margin-bottom: 5px; }
.view-people-types .views-field-field-people-phone { font-size: 85.7%; }
.view-people-types .views-field-field-people-email a { font-size: 85.7%; }
 
/* Single */
.field-name-field-people-position { font-size: 87.5%; }
.field-name-title h1 { margin: 0; }
.field-name-field-people-degree {
	float: left;
	margin-right: 15px;
	font-size: 187.5%;
	font-family: 'Michroma', Arial, sans-serif;
}


/* Detail-Box */
.group-detail-box-wrapper {
	margin: 20px 0;
	background: #f2f9fd;
}
.field-name-research-areas /* scientists */,
.field-name-research-projects-ascientists,
.field-name-research-projects-ascientists-on,
.field-name-research-projects-alumni,
.field-name-research-projects-labstaff,
.field-name-research-projects-clinicians,
.field-name-field-people-researcharea-select,
.field-name-contact,
.field-name-field-supervisor {
	float: left;
	padding: 15px 20px;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-name-field-people-researcharea-select { float: right; }

.field-name-field-people-researcharea-select a { display: block; }

.field-name-contact { float: right; }

.field-name-field-supervisor {
		float: right;
		margin-left: 50%;	
		padding-bottom: 25px;
}

.group-detail-box-wrapper .block-title { 
	margin-bottom: 10px;
	font-weight: normal;
}
.group-detail-box-wrapper .field-name-field-people-researcharea-select .label-above {
    border-bottom: none;
    font-size: 150%;
}

.group-detail-box-wrapper .field-name-field-supervisor .label-above {
    display: block;
    border-bottom: none;
    font-size: 150%;
}

.group-detail-box-wrapper .field-name-field-supervisor span.field-content {
	float: left;
	clear: both;	
}

.group-detail-box-wrapper .field-name-field-supervisor span.field-content a  {
	display: block;
	display: inline-block;
	padding-right: 20px;
	height: 21px;
	line-height: 21px;
	color: #000;
	font-size: 87.5%;
	font-weight: bold;
	text-decoration: none !important;
	background-image:url(images/more14.png);
	background-size: 14px 42px;
	background-repeat: no-repeat;
	background-position: right top;
}

.group-detail-box-wrapper .field-name-field-supervisor span.field-content a:hover {
	background-position: right bottom;
}

.group-detail-box-wrapper .view-people-details a { font-size: 87.5%; }

.group-detail-box-wrapper a em {
	display: block;
	font-style: normal;
}

.field-name-field-people-cv-pdf {
	float: right;
	margin-top: -36px;
	padding-left: 20px;
}
.field-name-field-people-cv-pdf .label-inline {
	float: right;
	margin-left: 5px;
	color: #0099cc;
	font-size: 87.5%;
}
.field-name-field-people-cv-pdf .file {
	float: left;
}
.field-name-field-people-cv-pdf .file a {
	display: block;
	width: 18px;
	height: 24px;
	text-indent: -9999px;
	text-decoration: none !important;
	background-image:url(images/cv.png);
	background-size: 18px 24px;
	background-repeat: no-repeat;
	background-position: left top;
}
.field-name-field-people-cv-pdf .file img { display: none; } 
.field-name-personal-info h2 {
	clear: both;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Maven Pro', Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.node-people .field-name-field-field-image {
	float: left;
	margin: 0 20px 15px 0;
}
.node-people .field-name-field-field-image img.image-style-people-image {
	width: 100px;
	height: 140px;
}
.field-name-field-people-personal-infos { 
	min-height: 140px;
}
.field-name-field-people-teachings {
	clear: both;
	margin-top: 20px;
}
.field-name-field-people-teachings a {
	display: block;
	display: inline-block;
	margin: 14px 0;
	padding-left: 20px;
	height: 21px;
	line-height: 21px;
	color: #000;
	font-size: 87.5%;
	text-decoration: none !important;
	background-image:url(images/more14.png);
	background-size: 14px 42px;
	background-repeat: no-repeat;
	background-position: left top;
}
.field-name-field-people-teachings a:hover {
	background-position: left bottom;
}


/* Publikationen */

/* Overview - All */
#content .view-publications .views-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #bfbfbf;
}
#content .view-publications .views-field-title a {
	margin: 0 0 5px;
	padding-right: 20px;
	color: #000;
	text-decoration: none;
	font-family: 'Maven Pro', Arial, sans-serif;
	background-image:url(images/more14-link.png);
	background-size: 14px 21px;
	background-repeat: no-repeat;
	background-position: right top;
}
#content .view-publications .views-field-title a:hover { 
	background-image: url(images/more14-link-hover.png);
}

#content .view-publications .pubmed {
	margin: 0 0 15px;
	color: #666;
	font-size: 87.5%;
	text-transform: uppercase;
}


/* Recent / Main Publications */
#content .block-publications {
	float: left;
	padding: 15px 20px 30px;
	background: #f2ffd9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.front #content .block-publications {
	margin-right: 0;
	width: 48%;
}
#content .block-publications .block-title {
	margin: 0 0 15px;
}
.front #content .block-publications .block-title {
	font-size: 125%;
	font-family: 'Michroma', Arial, sans-serif;
}
#content .block-publications ul { 
	margin: 0;
	padding: 0;
}
#content .block-publications ul li { 
	margin: 0 0 15px;
	list-style: none;
	border-bottom: 1px dashed #bfbfbf;
}
#content .block-publications .title { margin-bottom: 5px; }
#content .block-publications .title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content .block-publications .title a:hover { text-decoration: underline; }
#content .block-publications .pubmed {
	margin: 0 0 15px;
	color: #5d613b;
	font-size: 87.5%;
	text-transform: uppercase;
}
#content .pubmed a {
	color: #5d613b;
	text-decoration: none;
}
#content .pubmed a:hover { text-decoration: underline; }
#content .block-publications .more-pubs {
	display: none;
}

/* Einzelansicht */

/* Pub-Details */
.field-name-pub-details {
	margin: 20px 0;
	padding-bottom: 20px;
	background: #f2f9fd;
}

#content .view-display-id-block_pub_details .views-row {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
  
.field-name-pub-details .views-field {
	float: left;
	padding: 15px 20px;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.field-name-pub-details .views-field-field-author-list {
	float: none;
	width: 100%;
}
.field-name-pub-details .block-title { 
	margin-bottom: 10px;
	font-weight: normal;
}
.field-name-pub-details .views-label {
    margin-bottom: 5px;
    border-bottom: none;
    font-size: 112.5%;
    font-weight: bold;
}
.field-name-pub-details .views-field-field-paper-link a   {
	display: block;
	display: inline-block;
	padding-right: 20px;
	height: 21px;
	line-height: 21px;
	color: #000;
	text-decoration: none !important;
	background-image:url(images/more14.png);
	background-size: 14px 42px;
	background-repeat: no-repeat;
	background-position: right top;
}
.field-name-pub-details .views-field-field-paper-link a:hover {
	background-position: right bottom;
}
.field-name-pub-details .views-field-field-abstract {
	float: none;
	width: 100%;
}


/* 
 * News
 */
/* Single */
#content .node-news .field-name-field-field-date {
	margin: 0 0 15px;
	padding-left: 18px;
	color: #666;
	font-size: 87.5%;
	text-transform: uppercase;
	background-image:url(images/icon-date.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left center;
}
#content .node-news .field-name-field-field-image { margin: 0 0 10px; }

/* List (News + Events) */
#content .view-news .node {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #bfbfbf;
}
#content .view-news .node .field-name-title h2 {
	margin-bottom: 10px;
	font-size: 150%;
}
#content .view-news .node .field-name-title h2 a {
	color: #000;
	text-decoration: none;
	font-family: 'Maven Pro', Arial, sans-serif;
}
#content .view-news .node .field-name-title h2 a:hover { text-decoration: underline; }
#content .view-news .node .field-name-field-field-date { margin-bottom: 5px; }

/* 
 * Events
 */
/* Single */
#content .node-events .field-name-field-field-date {
	margin-bottom: 15px;
	padding-left: 18px;
	color: #666;
	font-size: 87.5%;
	text-transform: uppercase;
	background-image:url(images/icon-date.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left center;
}


/* =============================================================================
 *   Startseite
 * ========================================================================== */

/* Block Welcome */
.block-welcome {
	position: absolute;
	left: 20px;
	top: 185px;
	padding-top: 20px;
	color: #fff;
	font-size: 150%;
	line-height: 1.4;
}
.block-welcome h2 { margin-top: 0; }

/* Home-Block Research und People */
#content .block-home-research,
#content .block-home-people { 
	z-index: 10;
	float: left;
	margin: 0 4% 30px 0;
	width: 48%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/home-block-research-bg.png) no-repeat center center;
	background-size: cover;
}
#content .block-home-people { 
	margin-right: 0;
	background: url(images/home-block-people-bg.png) no-repeat center center;
}

#content .block-home-research p,
#content .block-home-people p { margin: 0; }

#content .block-home-research a.more,
#content .block-home-people a.more {
	display: block;
	padding: 15px 20px;
	width: 100%;
	height: 200px;
	color: #000;
	text-decoration: none !important;
	border: 1px dashed #aaa; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	background-image:url(images/more-box.png);
	background-size: 21px 21px;
	background-repeat: no-repeat;
	background-position: 95% 85%;
}
#content .block-home-research a.more:hover,
#content .block-home-people a.more:hover  {
	border: 1px solid #EAEAEA;
	background-color: #F5F5F5;
	background-image:url(images/more-box-hover.png);
}

#content .block-home-research strong,
#content .block-home-people strong { 
	display: block;
  margin: 0;
	color: #000;
  font-family: 'Michroma',Arial,sans-serif;
  font-size: 187.5%;
  font-weight: 300;
}


/* Latest News */
#content #block-views-latest-news-block { 
	float: left;
	margin: 0 4% 3% 0;
	padding: 15px 20px 30px;
	width: 48%;
	border: 1px dashed #aaa; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#content #block-views-latest-news-block .block-title {
	margin: 0 0 15px;
	font-size: 187.5%;
	font-family: 'Michroma', Arial, sans-serif;
}
#content #block-views-latest-news-block .node {
	margin-bottom: 15px;
	border-bottom: 1px dashed #bfbfbf;
}
#content #block-views-latest-news-block .views-row-last .node { margin-bottom: -10px; }
#content #block-views-latest-news-block .field-name-field-field-date {
	margin: 0;
	padding-left: 18px;
	color: #666;
	font-size: 87.5%;
	text-transform: uppercase;
	background-image:url(images/icon-date.png);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left center;
}
#content #block-views-latest-news-block .field-name-title { margin: -18px 0 -5px; }
#content #block-views-latest-news-block .field-name-title a {
	color: #000;
	text-decoration: none;
	font-family: 'Maven Pro', Arial, sans-serif;
}
#content #block-views-latest-news-block .view-mode-teaser .field-name-title a { font-size: 87.5%; }
#content #block-views-latest-news-block .field-name-title a:hover { text-decoration: underline; }
#content #block-views-latest-news-block .field-name-field-field-image { margin: -13px 0 5px; }

#content #block-views-latest-news-block .field-name-body { padding-bottom: 20px; }
#content #block-views-latest-news-block .field-name-body a.more-link  {
	float: right;
	margin: 10px 0 15px;
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none !important;
	background-image:url(images/more14.png);
	background-size: 14px 42px;
	background-repeat: no-repeat;
	background-position: right top;
}
#content #block-views-latest-news-block .field-name-body a.more-link:hover {
	background-position: right bottom;
}

/* Upcoming Events */
/*
#content .block-events {
	float: right;
	width: 40%;
	padding-bottom: 5%;
	margin-bottom: 6%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content .block-events .block-title {
	margin: 0 0 15px;
	font-size: 125%;
	font-family: 'Michroma', Arial, sans-serif;
}
#content .block-events .item-list ul { padding: 0; }
#content .block-events .item-list ul li { 
	margin: 0 0 15px;
	list-style: none;
	border-bottom: 1px dashed #bfbfbf;
}
#content .block-events .item-list ul li.views-row-last { margin: 0; }

#content .block-events .views-field-field-field-date .date-display-single {
	font-size: 87.5%;
	text-transform: uppercase;
}
#content .block-events .views-field-title { margin-bottom: 15px; }
#content .block-events .views-field-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content .block-events .views-field-title a:hover { text-decoration: underline; }
*/

/* Show all */
#content a.show-all {
	float: left;
	display: block;
	margin: 0;
	padding: 9px 20px 11px 32px;
	height: 18px;
	color: #818480;
	font-size: 87.5%;
	text-decoration: none;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	box-shadow: 0px 1px 1px 1px rgba(7,6,6,0.1);
	background-color: #fff;
	background-image:url(images/show-all.png);
	background-size: 38px 76px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content a.show-all:hover {
	color: #444;
	border-color: #ccc;
	background-position: left bottom;
	box-shadow: 0px 1px 1px 1px rgba(7,6,6,0.25);
}

/* =============================================================================
 *   Content-Slider
 * ========================================================================== */

#block-views-content-slider-block { margin-bottom: 40px; }

#block-views-content-slider-block .flexslider {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	background: none;
	overflow: hidden;
}

#block-views-content-slider-block .flexslider .views-field-field-slide-link {
	position: absolute;
	right: 10%;
	bottom: 10%;
	padding: 10px;
	color: #fff;
	background: #222;
	background: rgba(0,0,0,0.65);
}

#block-views-content-slider-block .flexslider .views-field-field-slide-link a {
	display: block;
	display: inline-block;
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none !important;
	background-image:url(images/more14.png);
	background-size: 14px 42px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* =============================================================================
 *   Sidebar-Slider
 * ========================================================================== */

/*
.front .region-ikmb-sidebar-second .second-content-wrapper { padding-top: 0; }

.block-sidebar-slider-block { z-index: 50; margin: 0; }

.block-sidebar-slider-block .block-inner { margin: 0; }

.block-sidebar-slider-block ul { padding: 0; }

.block-sidebar-slider-block .flexslider {
	border: none;
	box-shadow: none;
	margin: 0;
	background: none;
	overflow: hidden;
}

.block-sidebar-slider-block .flexslider .slides img {
    min-height:100%!important;
    min-width:50%!important;
    width:auto!important;
    max-width:none!important;
    display:inline-block !important;
    margin-right:-100% !important;
}
*/


/* =============================================================================
 *   Calendar
 * ========================================================================== */

#content .calendar-calendar table td .calendar { 
	position: relative;
	background: none !important;
}

#content .calendar-calendar table td .calendar .stripe { 
	z-index: 2;
	position: absolute;
	height: 100%; 
}

#content .calendar-calendar table td .calendar .contents {
	position: relative;
	z-index: 500;
	color: #fff;
	width: 100%;
}

#content .calendar-calendar table td .calendar .contents .views-field,
#content .calendar-calendar table td .calendar .contents .views-field .field-content {
	position: relative;
	z-index: 500;
	color: #fff;
}

#content .calendar-calendar table td .calendar .contents a { color: #fff; }

#content .calendar-calendar table td .calendar .continues { 
	z-index: 10;
	background: none !important;
}

#content .calendar-calendar td.empty { color: #ccc; }

#content .calendar-calendar td.date-box.today { border-color: #0099CC; }

#content .calendar-calendar td.single-day.today {
    border-bottom: 2px solid #0099CC;
}

#content .calendar-calendar td.today {
    border-left: 2px solid #0099CC;
    border-right: 2px solid #0099CC;
}

#content .calendar-calendar td .inner div.day a { color: #0099CC; }

#content .calendar-calendar .week-view .full div.single-day div.weekview,
#content .calendar-calendar .day-view .full div.single-day div.dayview {
    border: none;
}

#content .calendar-calendar td a {
	padding-right: 0;
	height: auto;
	line-height: normal;
	color: #008fcf;
	text-decoration: none !important;
	background-image: none;

}

#content table td a:hover {
	color: #00518d;
}