/*
Theme Name: Vocer
Theme URI: http://vocer.org
Author: Malte Müller
Author URI: http://maltem.de/
Description: The new 2014 Vocer Wordpress theme
Version: 1.1.1
License: 
License URI: 
Tags: light, responsive
Text Domain: vocer
*/

@import url('fonts/fonts.css');

/*	
Standardfarben
# 252525;		fliesstext schwarz/dunkelgrau
# 5ac6e1;		Hellblau (2013)
# 673616; 	Braun (2013)
# 146665;		Türkis (2014)
# 35aaa9;	Türkis heller für Links im Text (2014)
# 770500; 	DunkLes Bordeaux-Rot (2014)
# #00FF4C: Hellgrün (2017)
	rgba(79, 79, 79, 0.9); Linkfarbe Menü (2017)
# #5055A0: Logoblau (2021)
	#5F696E: Grau
*/

/* general
********************/

body {
  font-size: 100%;
  color: #252525;
  background-color: white;
  font-family: 'pt_sansregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
}

cite,
em {
  font-family: 'pt_sansitalic', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-style: normal;
}

b, 
strong {
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif !important;
  font-weight: normal; 
}

b i, 
strong em {
	 font-family: 'pt_sansbold_italic', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: normal;

}

blockquote {
  border-top: 1px solid darkgray;
  border-bottom: 1px solid darkgray;
  line-height: 2em;
  padding: 25px;
  margin-bottom: 20px;
}

pre, code {
  font-family: monospace;
  background: #f0f0f0;
}

code {
  font-size: 1.1em;
}

pre {
  font-size: 1em;
  line-height: 1.4em;
  padding: 5px;
  
}

table,
table * {
  border: 0;
  padding-bottom: 20px;
}

table.editor_table {
  font-size: 0.9em;
}

table.tabelle {
  width: 100%;
  border: 1px solid darkgray;
  text-align: left;
  margin-bottom: 25px;
}

table.tabelle tr, 
table.tabelle td, 
table.tabelle th {
  padding: 2px 6px 2px 6px;
  border: 1px solid darkgray;
}

table.tabelle th {
  background: #dfdfdf;
}

pre, p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5 ,h6, p, div, li {
  /* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
}

a {
  text-decoration: none;
  color: #5F696E;
}

a:hover,
a:active {
  color: lightgray;
}

#maincontent a:hover img,
#maincontent a:active img,
#sidebar a:hover img,
#sidebar a:active img {
  -o-opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
  opacity: 0.8;
}

h2, h3, h4, h5, h6 {
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #5F696E;
  font-weight: normal;
  margin-bottom: 20px;
}

h2, h3 {
  text-transform: uppercase;
}

h2 a, 
h3 a,
h4 a,
h5 a {
  text-decoration: none !important;
  color: #5F696E;
  border: 0;
}

h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
h5 a:hover,
h5 a:active {
  color: lightgray !important;
  border: 0;
}

#site {
  max-width: 990px;
}

/* Header
******************/

#header {
  min-height: 120px;
  margin-bottom: 20px;
}

.headerwrapper {
  margin: 0 auto;
}

h1 {
  z-index:101;
}

h1 img {
  margin-left: -8px;
  max-width: 300px !important;
}

h1 span {
  display: block;
  text-indent: -5000em;
  height: 1px;
}

#nav {
  line-height: 1.8em;
  margin-bottom: 20px;
  z-index: 1001;
  /* padding: 10px 10px 5px 30px; */
  border-bottom: 0px solid lightgray;
  background: #5055A0; 
}

#nav button {
  display: none;
  color: white; 
}

#nav ul {
  display: block;
  width: 970px;
	padding-left: 20px;
  margin: 0 auto;
}

#nav ul > li {
  display: block;
  font-size: 1.1em;
  width: 14.28%;
  float: left;
  text-align: center;
  position: relative;
}

#nav a {
  text-decoration: none;
  color: white;
  border: 0;
  display: block;
  float: left;
  width: 100%;
  padding: 5px 0 3px 0;

}

#nav ul li > a {
  padding: 4px 0 4px 0;
}
#nav #menu-main-menu > li.current-post-ancestor > a,
#nav #menu-main-menu > li.current-category-ancestor > a,
#nav #menu-main-menu > li.current_page_ancestor > a,
#nav #menu-main-menu > li.current-menu-item > a,
#nav #menu-main-menu > li a:hover,
#nav #menu-main-menu > li:hover > a,
#nav #menu-main-menu > li a:active {
  color: white;
	background: gray;
}

/* Custom anchor links of a page otherwise are always active */
#nav #menu-main-menu > li.menu-item-type-custom.current_page_item > a {
	background: #5055A0;
}

#nav ul li ul {
  display: none;
  position: absolute;
  top: 36px;
  left: 0px;
  padding: 0;
  margin: 0 !important;
  height: auto;
  background: lightgray;
  width: auto;
  padding: 10px 10px 0px 10px;
  z-index: 2001;
  border: 0 !important;
}

#nav ul li ul li { 
  font-size: 0.9em;
  width: 99%;
  text-align: left;
  padding: 0 0 0 12px;
  margin: 0 0 8px 0 !important;
  line-height: 1.1em;
  /* padding-left: 12px; */
  /* background: url(images/arrow_brown.png) no-repeat left 0px; */
  text-indent: -0.5m;
}

#nav ul li ul li:before {
	position: absolute;
	font-family: 'vocericons';
	content: "\f0da";
	color: grey;
	left: 0;
	top: 1px;
}

#nav ul li ul li a { 
  color: rgba(79, 79, 79, 0.9);
  display: block;
  padding: 0;
}

#nav ul li ul li:hover,
#nav ul li ul li a:focus,
#nav ul li ul li a:hover,
#nav ul li ul li a:active,
#nav #menu-main-menu > li.menu-item-type-custom.current_page_item > a:hover,
#nav #menu-main-menu > li.menu-item-type-custom.current_page_item > a:active { 
  color: white;
	background: grey;
}

/* menu end */

/* header search and social */

.searchsocialwrapper {
  z-index: 1000;
}

#searchbox {
  margin-top: 0 !important;
  padding: 0;
}

#searchform input[type=text] {
  padding: 1px 8% 1px 1px;
  width: 94%;
  height: 30px;
  border: 1px solid lightgray;
  background: #f7f7f7;
  margin-right: 10px;
}

#searchform input#searchsubmit {
  position: absolute;
  top: 5px;
  right: -8px;
  height: 22px;
  width: 24px;
  border: 0;
  text-indent: -5000em;
  background: url(images/searchicon.png) no-repeat center 0px transparent; 

}
#searchform input#searchsubmit:hover,
#searchform input#searchsubmit:active {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

#searchform label {
  display: block;
  text-indent: -5000em;
}

#socialicons {
  display: inline;
  padding-top: 10px;
  float: right;
  margin-right: -15px;
  position: relative;
  z-index: 1000;
}

#socialicons li {
  display: inline;
  text-align: right;
}

#socialicons li a {
  display: block;
  float: left;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  width: 22px;
  height: 22px;
  padding: 7px 4px 1px 4px;
  margin-left: 15px;
  font-size: 1em;
	font-weight: bold;
  color: white;
  background: grey !important;
}

#socialicons li.rss a {
  background: orange !important;
}

#socialicons li.twitter a {
  background: #00aced !important;
}

#socialicons li.facebook a {
  background: #3b5998 !important;
}

#socialicons li.instagram a {
  background: #4a789c !important;
}

#socialicons li a:hover {
  background: grey !important;
}

/* scriptless addition */
.socialshareprivacy {
	
	
}

/* content
******************/
#maincontent a {
  text-decoration: underline;
}

#maincontent a:hover,
#maincontent a:active {
  
}

#breadcrumb {
  font-family: 'pt_sansregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
  margin-bottom: 20px;
  font-size: 1.1em;
}

#breadcrumb a,
#breadcrumb a:hover,
#breadcrumb a:active {
  text-decoration: none !important;
  border: 0;
}


#breadcrumb .icon-caret-right {
  font-size: 0.9em;
  margin: 0 2px 0 4px;
  position: relative;
  bottom: 0px;
}

/* footer link NOT USED CURRENTLY */
.backtop {
  padding: 0 2% 0 2%;
  text-align: center;
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif;
}

/* js fade in link bottom right */
#backtop {
  position: fixed; 
  display: none;
  bottom: 0; 
  right: 10px;
  z-index: 1000;
}

#maincontent .button a,
#maincontent .backtop a {
  text-decoration: none;
}

#maincontent {
  font-size: 1em;
  padding: 0 0% 0 2%;
  line-height: 1.5em;
  margin-bottom: 20px;
  margin-bottom: 40px;
}

#maincontent h2 {
  font-size: 2em;
  font-weight: 400;
  color: #5F696E;
  line-height: 1.1em;
}

#maincontent h3 {
  font-size: 1.3em;
  line-height: 1.15em;
}

#maincontent.singlearticle h3 {
  margin-top: 40px;
  line-height: 1.3em;
}

#maincontent.singlearticle h4,
#maincontent.singlearticle h5 {
  font-size: 1.1em;
  margin-bottom: 0;
  font-weight: normal;
}

#maincontent.singlearticle h5 {
  font-size: 1em;
  color: black;
}

#maincontent .articleimg {
  margin: 0 15px 0 0;
  float: left;
}

#maincontent ul,
#maincontent ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

#maincontent li {
  margin-bottom: 10px;
}

#maincontent ul li {
  padding-left: 0px;
  list-style: none;
}

#maincontent ol li {
  margin-left: 15px;
  background: none;
}

/* VOCER DAY EXTRAS */

#maincontent .vocerday .sc_columns h4 {
margin-bottom: 0;
}

#maincontent .vocerday .sc_columns li {
margin-bottom: 0px !important;
}

#maincontent .vocerday h3,
#maincontent .vocerday h4,
#maincontent .vocerday .overview-entry h4,
#maincontent .vocerday h5 {
color: #f74512; /* Spiegellogo Farbe */
}

#maincontent .vocerday .brownbox {
	color: white;
}





/* responsive img sizes to be sure! */
#maincontent img {
  max-width: 100%;
  height: auto;
}
#maincontent hr {
  border-top: 0px solid lightgray;
  margin-bottom: 25px;
}
#maincontent .articlefooter {
  font-size: 0.9em;
  line-height: 1.4em;
}

#maincontent .authorimg-profile {
  margin: 2px 17px 5px 0;
  float:left; 
  width: 50% !important;
  max-width: 270px;
}


#maincontent .authorimghalf {
  max-width: 43%;
}

#maincontent p.author-date {
  margin: 10px 0 25px 0 !important;
}

#maincontent p.author-date-loop {
  margin: 20px 0 40px 0 !important;
}


/* Image galleries */

.wpgallery {
  margin-bottom: 30px;
}

.vocerday .wpgallery {
margin-left: 0 !important;
}

#maincontent .wp-caption-text {
  font-size: 0.9em;
  line-height: 1.2em;
  font-family: 'pt_sansitalic', Arial, Helvetica, "Helvetica Neue", sans-serif;
  margin-top: 5px;
}

#maincontent .gallery-item {
  display: block;
  margin-bottom: 4%;
}

#maincontent .gallery-icon {
  text-align: center;
}
#maincontent .gallery-item a img {
border: 0;
}
#maincontent .gallery-item img {
  border: 1px solid lightgray !important;
  margin: 0 auto;
}


/*single images embedding */
#maincontent .wp-caption {
	max-width: 100% !important;
	min-width: 240px !important;
	}
	
	

#maincontent img.size-thumbnail,
#maincontent img.size-medium,
#maincontent img.size-full {
  margin-bottom: 10px;
}

#maincontent .wp-caption img {
	max-width: 100% !important;
	height: auto !important;
  margin-bottom: 0 !important;
}

#maincontent .alignleft {
  float: left;
  margin: 6px 20px 15px 0;
}

#maincontent .alignright {
  float: right;
  margin: 6px 0 15px 20px !important;
}

#maincontent .wp-caption.aligncenter {
  width: 100%;
  display: block;
}
#maincontent .aligncenter img {
  display: block;
  margin: 0 auto;
}



/* Front page sliders
**************************/

/* main slider index */

#slider, .slider {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 25px 0px 12px;
  clear: both;
  position: relative;
  z-index: 500;
}

#slider h2, .slider h2 {
  font-size: 2em;
  padding-top: 1px;
  margin-bottom: 20px;
}

#slider article, .slider article {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: none; /* trick to avoid that the other slides popup while loading the first time */
}

#slider .sliderimage,
#slider .slidertext,
.slider .sliderimage,
.slider .slidertext {
  padding-right: 4%;
}

#slidernav2 .slideprev,
#slidernav2 .slidenext,
#slidernav .slideprev,
#slidernav .slidenext,
.slidernav .slideprev,
.slidernav .slidenext{
  position: absolute;
  z-index: 1000;
  font-size: 7em;
  border: 0;
  background: none;
}

#slidernav .slideprev,
#slidernav .slidenext,
.slidernav .slideprev,
.slidernav .slidenext{
  top: 33%;
}

#slidernav2 .slideprev,
#slidernav .slideprev,
.slidernav2 .slideprev,
.slidernav .slideprev{
  left: -12px;
  color: #5055A0;
}
#slidernav2 .slideprev:hover,
#slidernav2 .slideprev:active,
#slidernav .slideprev:hover,
#slidernav .slideprev:active,
.slidernav .slideprev:hover,
.slidernav .slideprev:active{
  color: grey;
}

#slidernav2 .slidenext,
#slidernav .slidenext,
.slidernav2 .slidenext,
.slidernav .slidenext{
  right: 0px;
  color: #5055A0;
}

#slidernav2 .slidenext:hover,
#slidernav2 .slidenext:active, 
#slidernav .slidenext:hover,
#slidernav .slidenext:active,
.slidernav .slidenext:hover,
.slidernav .slidenext:active {
  color: grey;
}

/* author slider index */

#slider2 {
  position: relative;
  margin: 0;
}

#slider2 .cycle-slideshow {
  margin: 0 20px 0 40px !important;
}

#slider2 .slide > article {
  padding: 0 2% 0 2% !important;
}

#slidernav2 .slideprev,
#slidernav2 .slidenext {
  top: 26%;
}

#slidernav2 .slideprev {
  left: 20px;
}

/* overview pages dossiers + kolumnen 
*************************************/

#maincontent .feature { 
  height: 350px !important;
  background: url(images/transparent.png);
}

#maincontent .feature h3 {
  font-size: 1.8em;
}

#maincontent .feature .overviewimg {
  margin-bottom: 10px;
}

#maincontent .overview-entry {
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: auto !important;
}

#maincontent .overview-entry h3,
#maincontent .overview-entry h4 {
  font-size: 1.5em;
  margin-bottom: 10px !important;
  padding-top: 0px !important; /* needed because the webfont otherwise kills the dots of uppercase umlautes! */
  text-transform: uppercase;
  color: grey;
  line-height: 1.2em;
  /* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
}

#maincontent #slider small,
#maincontent .overview-entry small {
  font-size: 0.6em;
  color: #146665;
  display: block;
  line-height: 1.3em !important;
  margin-bottom: 2px;
  padding-top: -15px !important;
  text-transform: none !important;
  font-family: 'pt_sansregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
}

#maincontent #slider small {
  font-size: 0.5em;
  margin-bottom: 5px;
}

#maincontent .overview-entry h3.feature-hl {
  padding-top: 0;
}

#maincontent .authors .overview-entry {
  min-height: 270px;
  height: auto;
  margin-bottom: 10px;
}

#maincontent a.headlinelink {
text-decoration: none !important;
}

#maincontent .authors .overview-entry .articleimg {
  margin-bottom: 15px;
}

#maincontent .authors .overview-entry h4 {
  font-size: 1em !important;
  line-height: 1.3em !important;
}

#maincontent .authors .authordesc {
  font-size: 0.85em;
  line-height: 1.4em;
}
/* singe author profile */
#maincontent .author div {
  padding-bottom: 20px !important;
}

#maincontent h3.category,
#maincontent h4.category,
#maincontent h5.category {
  display: block;
  font-size: 1.0em;
  margin: 0 0 0px 0 !important;
  line-height: 1.3em !important;
  text-transform: none;
  font-family: 'pt_sansregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: grey !important;
}

#maincontent h3.category a,
#maincontent h4.category a,
#maincontent h5.category a {
  text-transform: uppercase;
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: grey !important;
  text-decoration: none;
}

#maincontent a.headlinelink:hover h3,
#maincontent a.headlinelink:active h3,
#maincontent a.headlinelink:hover h4,
#maincontent a.headlinelink:active h4,
#maincontent h3.category a:hover,
#maincontent h3.category a:active,
#maincontent h4.category a:hover,
#maincontent h4.category a:active,
#maincontent h5.category a:hover,
#maincontent h5.category a:active {
  color: lightgray !important;
}

#maincontent #slider p.excerpt,
#maincontent .overview-entry p.excerpt-loop {
  margin-top: 15px;
}

#maincontent .overview-entry p.readmore {
  margin-top: -10px;
}

#maincontent .overview-entry p.readmore.category {
  margin-top: 10px;
}

#maincontent .brownbox,
#maincontent .bluebox {
  height: 24px;
  padding: 3px 8px 1px 0px;
  color: white; /* rgba(79,79,79, 0.9) !important; */
  text-align: right;
  font-size: 1em !important;
  margin-bottom: 20px;
  clear: left;
  text-transform: none;
  margin-left: 26px !important; 
}

#maincontent .bluebox_sc { /* for the shortcode only */
  margin-left: -17px !important;
}

#maincontent .brownbox {
  background: url(images/boxheading.png) no-repeat left;
}

#maincontent .bluebox {
  background: url(images/boxheading.png) no-repeat left;
}

#maincontent.overview-column .brownbox,
#maincontent.overview-column .bluebox {
  margin-left: 13px !important;
}

#maincontent .overview-entry .overviewimg {
  margin-bottom: 15px;
}

#maincontent .erklaerer-wrapper {
  min-height: 445px !important; 
  position: relative !important;
}
#maincontent .erklaerer-teaser {
  position: absolute !important; 
  bottom: 0px !important; 
}

#maincontent iframe {
 max-width: 100% !important;
}

#maincontent .postcustom {
  padding: 25px 5px 20px 5px;
  border-top: 1px solid lightgray;
  font-size: 0.9em;
  line-height: 1.4em;
}

#maincontent .sc_columns {
	border: 1px solid lightgray;
	
}
#maincontent .sc_columns > * {
	padding: 0 2% 0 2%;
}

.newbutton {
  position: absolute;
  display: block;
  letter-spacing: 2px;
  text-transform:uppercase;
  padding: 3px 6px 0px 6px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  background: orange !important;
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif;
}

.overview-entry h3 .newbutton {
  height: 20px;
  padding: 3px 4px 1px 4px !important;
  font-size: 0.7em;
}

.newbutton.nooverlay {
  position: relative;
  float: left;
  margin-right: 7px;
}

/* page nav and author alphabet selector */
ul.extranav {
  padding: 0 !important;
  clear: both;
  padding-bottom: 10px;
  height: 50px;
}

ul.extranav.authorselector {
  height: auto;
  margin-bottom: 0px;
  clear: both;
}

ul.extranav li {
  display: inline; 
  padding: 0 !important;
  margin: 0;
  color: #5F696E;
  font-size: 1em;
  line-height: 2em;
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif;
  margin-right: 6px;
  background:none !important;
}

ul.extranav li a {
  text-decoration: none !important;
  background: grey;
  padding: 2px 6px 3px 6px;
  color: white;
}
ul.extranav li a.active {
  background-color: lightgrey;
}

ul.extranav li a span.icon-caret-left,
ul.extranav li a span.icon-caret-right,
ul.extranav li a span.icon-previous,
ul.extranav li a span.icon-next {
  top: 0.15em;
  position: relative;
}

.cycle-pager .cycle-pager-active a,
ul.extranav li a:hover,
ul.extranav li a:active {
  background: lightgrey;
}
#maincontent ul,
ul.asidelist,
ol.asidelist {
  padding-left: 12px !important;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.4em;
}
#maincontent ul li,
ul.asidelist li {
  list-style: none;
  padding-left: 16px;
  text-indent: -0.9em;
  background: none;
}

#maincontent ul li:before,
ul.asidelist li:before {
font-family: 'vocericons';
content: "\f0da";
margin-right: 8px;
position: relative;
top: 2px;
color: #5055A0;
}


ul.asidelist.indexcomments li:before {
	margin-right: 4px !important;
}

#maincontent ul.socialshareprivacy li:before,
#maincontent ul.extranav li:before{
content: "";
margin-right: 0px;
}


ul.asidelist li a {
  text-decoration: none !important;
}

ul.extranav {
margin-left: 30px !important;
}

.author .authorlinks {
  line-height: 1.3em;
  font-size: 0.9em;
}

#maincontent h3.impressumlist {
margin-bottom: 0;
}
#maincontent ul.impressumlist {
  padding-left: 15px !important;
  margin-left: 0 !important;
}

#maincontent .impressumlist li {
  padding: 0;
  margin: 0;
}
#maincontent .impressumlist li:before {
  content : "";
	margin-right: 0px;
	position: relative;
}

.cycle-pager {
  text-align: center;
  display: none;
}

/* Medialab
***************************/

#medialab-main,
#medialab-main_article {
  min-height: 350px; 
  margin: 0 2.5% 10px 2.5%; 
  width: 97%;
  clear:both;
  background: url(images/medialab-background.jpg) repeat center;
}

#medialab-main_article {
  min-height: 150px; 
  margin: 0 2.5% 30px 2.5%;
}

#medialab-main .medialab-headtext {
  display: block;
  margin: 12% 10% 0 10%;
  height: auto;
  background: url(images/transparent.png) !Important;
}

#medialab-main_article .medialab-headtext {
  display: block;
  margin: 12% 10% 0 10%;
  height: auto;
  background: url(images/transparent.png) !Important;
}

.medialablogo {
  margin: 0px 20px 20px 0 !important;
  float: left;
}

#medialab-main .medialablogo  {
  display: inline;
  text-align:center;
  margin: 40px 20px 30px 20px !important;
  margin-left: 0 auto;
  clear:left;
}

#medialab-main_article .medialablogo  {
  display: inline;
  text-align:center;
  width: 60%;
  margin: 20px 20px 10px 20px !important;
  margin-left: 0 auto;
  clear:left;
}

h2#medialabheadline span {
  display:block;
  text-indent: -4000em;
}

#medialabnav {
  width:97.5%; 
  margin: 0 2% 10px 1.9%;
  position: relative;
}

.vocerday_nav button,
#medialabnav button {
  display: none;
  padding: 2px;
  text-align: center;
  background: #5055A0;
  color: white;
}

#medialabnav ul {
  display: block;
  padding: 0 !important;
  clear: both;
  z-index: 500;
  position: relative;
  padding-bottom: 10px;
}

#medialabnav ul li {
  display: inline;
  color: white;
  font-size: 1em;
  line-height: 2em;
  font-family: 'pt_sansregular', Arial, Helvetica, "Helvetica Neue", sans-serif;
  text-align: center;
}

#medialabnav ul li a {
  width: 20%;
  float: left;
  display: block;
  text-decoration: none !important;
  background: #5055A0;
  padding: 2px 8px 2px 8px;
  color: white;
  border-left: 5px solid white;
  border-bottom: 0;
}

#medialabnav ul li a.active,
#medialabnav ul li a:hover,
#medialabnav ul li a:active {
  background: gray;
	color: white;

}

#maincontent .medialabintro {
margin-bottom: 35px;
}


/* Vocer Innovation Day
***************************/

#vocerday_header {
	margin-left: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
	padding-left: 2%;
}

.vocerday_nav {
	position: static;
	clear: both;
	width: 100%;
	display: block;
	min-height: 48px;
}

.vocerday_nav button {
	background: #5055A0;
	min-height: 48px;
}

.vocerday_nav ul,
.vocerday_nav ul li {
  display: block;

}

.vocerday_nav ul {
	display: block;
	background: #0044fc;
	width: 100%;
}

.vocerday_nav ul li:before {
	content: '' !important;
}

.vocerday_nav ul li {
  font-size: 1em;
  line-height: 2em;
	
}

.vocerday_nav ul li a {
	display: block;
	text-align: center;
	float: left;
	color: white;
  text-decoration: none !important;
	padding: 8px 0 8px 0;
  background: #5055A0;
	
}
.vocerday_nav ul li a.active,
.vocerday_nav ul li a:hover,
.vocerday_nav ul li a:active {
  background: gray;
	color: white;
}



.vocerday_logowrapper {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: white;
	position: relative;
	margin-bottom: 20px;
	clear: both;

}

#vocerday_logowrapper h2 { 
	clear: both;
}

#vocerday_logowrapper h2 img  { 
	margin: 0 auto;
	width: 300px;
	display: block;
	padding: 12% 0 15% 0;
}


.vocerday_introtext {
	position: relative;
	padding: 30px 6% 10px 6%;
	/* text-shadow: 0px 1px 6px rgba(0, 0, 0, 1); */
	font-size: 1.1em;
	line-height: 1.6em;
	background-color: rgba(255,255,255,0.7); 
	text-align: left;
	color: black;
}


#vocerday_eventnav {
	display: block;
	
}


.col_fifths {
	width: 20%;
}



/* Illustrator Illu Gallery
*****************/
 h4.illugallery  {
    font-size: 1.2em !important;
  }

/* sidebar
****************/

#sidebar {
  font-size: 0.85em;
  line-height: 1.4em;
  padding-left: 4.5%;
  padding-top: 4.5%;
}

#sidebar p {
  margin-left: 13px;
}

#sidebar .authorimg {
  margin-bottom: 15px;
}

#sidebar p.button {
  text-align: left;
  margin-top: -10px;
}

#sidebar h3 {
  height: 24px;
  padding: 3px 8px 1px 0px;
  background: url(images/boxheading.png) no-repeat left;
  color: white;
  text-align: right;
  font-size: 1.1em;
  margin-bottom: 10px;
  text-transform: none;
}

#sidebar h4 {
  color: #770500;
  text-transform: uppercase;
  font-size: 1.4em;
  margin: 10px 0px 10px 13px;
}

#sidebar.medialab-sidebar {
  padding-top: 0;
}

/* comments & mail form
*********************/
#respond {
  border-top: 1px solid lightgray;
  clear: both;
  width: 100%;
  margin: 30px 0 0 0;
}
#mailchimp textarea,
#mailchimp input[type=text],
#mailchimp input[type=email],
#respond textarea,
#respond input[type=text],
#mailform input[type=text],
#mailform input[type=email],
#mailform textarea {
  width: 100%;
  border: 1px solid lightgray;
  background: #f7f7f7;
  padding: 1%;
  margin-bottom: 10px;
}

#mailform textarea {
  height: 150px;
}
#respond ol.comments li .comment-meta,
#respond .form-allowed-tags {
  font-size: 0.9em !important;
}

ol.comments .comment-body {
  margin-bottom: 35px !Important;
  
}
ol.comments {
padding: 0 !important;
margin: 0 0 0 -15px !important; 

}
ol.comments li {
	padding-bottom: 25px !important;
	list-style: none;
}
ol.comments li .comment-meta {
  font-size: 0.8em !important;
}

ol.comments ul.children li:before {
	content: '' !important;
}

ol.comments ul.children li .comment-body p{
	text-indent: 0 !important;
	margin-left: -14px !important;
}


#mailchimp input[type=submit],
ol.comments li .comment-reply-link,
#mailform input[type=submit],
#commentform input[type=submit],
p.button a {
  color: white;
  padding: 2px 8px 3px 8px;
  background: #5F696E !important;
  border: 0;
  text-decoration: none !important;
}

#mailchimp input[type=submit]:hover,
#mailchimp input[type=submit]:active,
ol.comments li .comment-reply-link:hover,
ol.comments li .comment-reply-link:active,
#commentform input[type=submit]:hover,
#commentform input[type=submit]:active,
#mailform input[type=submit]:hover,
#mailform input[type=submit]:active,
p.button a:hover,
p.button a:active {
  background: lightgray !important;
}

#maincontent .vocerday #mailchimp {
padding: 0 2% 0 0%;
}

/* footer 
******************/

#footer {
  border-top: 1px solid lightgray;
  padding: 25px 0 25px 0;
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 0.9em;
}

#footer a {
  text-decoration: none;
  color: gray;
  border: 0;
}

#footer a:hover,
#footer a:active {
  color: lightgray;
}

#footer ul {
  display: block;
  text-align: center;
}

#footer ul li {
  display: inline;
  border: 0;
  padding: 0 6px 0 2px;
  border-right: 1px solid gray;
}

#footer ul li:last-child {
  border: 0;
}

/* social share floating right */
#socialshare {
  display: block;
  height: 103px;
  width: 35px;
  position: fixed;
  top: 40%;
  left: 0;
  list-style: none;
  background: #5F696E !important;
  z-index: 1000;
}

#socialshare ul {
  list-style: none;
}


#socialshare ul.shareicons li {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  width: 22px;
  height: 22px;
  padding: 10px 4px 1px 4px;
  margin-left: 0px;
  font-size: 1em;
  color: white;
  background: #5F696E !important;
}

#socialshare:hover ul li,
#socialshare:active ul li,
#socialshare ul.socialshareprivacy li a:hover,
#socialshare ul.socialshareprivacy li a:active {
  color: lightgrey !important;
}

#socialshare .socialshareprivacy {
position: fixed;
top: 40%;
left: 35px;
height: 103px;
width: 170px;
display: none;
background: #5F696E !important;
color: white;
	font-weight: bold;
z-index: 9;
list-style: none;
}

#socialshare ul.socialshareprivacy li {
margin: 6px 0 13px !important;
text-align: left !important;
}

#socialshare ul.socialshareprivacy li a {
	color: white;
}

/* page footer extra styles */

#maincontent ul.socialshareprivacy.pagefooter  {
	clear: both;
	min-height: 30px;
	display: block;
	padding: 0 !important;
	margin: 40px 0 20px 0;
	width: 100%;
	font-size: 12px;
}

#maincontent.overview-main ul.socialshareprivacy.pagefooter,
#maincontent.overview-articles ul.socialshareprivacy.pagefooter  {
	margin: 0 0 20px 0 !important;
}

#maincontent.overview-main.gutter4 ul.socialshareprivacy.pagefooter,
#maincontent.overview-articles.gutter4 ul.socialshareprivacy.pagefooter {
	margin-left: 4% !important;
}


#maincontent ul.socialshareprivacy.pagefooter li {
	display: block;
	float: left;
	padding: 0 !important;
	margin: 0 8px 8px 0 !important;
	width: 150px;
	text-align: center;
	background: #5F696E !important;
}

#maincontent ul.socialshareprivacy.pagefooter li a {
	display: block;
	padding: 10px;
	color: white;
	text-decoration: none;
}

#maincontent ul.socialshareprivacy.pagefooter li a:hover{
	background: lightgrey !important;
}


/* TinyMCE editor style - Last so it is not overridden */
.smalltext {
  font-size: 0.9em !important;
}

#skiptocontent {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

/* Embedded Cyle2 Slider-Gallery */

.slider-gallery {
  margin: 0px 10px 25px 0px !important;
  padding: 0 !important;
  top: 0;
  background-color: black;
  position: relative;
  display: block;
	max-height: 462px;
}
.slider-gallery img {
  max-width: 100%;
  height: auto;
  max-height: 462px;
}
.slider-gallery .cycle-prev,
.slider-gallery .cycle-next,
.slider-gallery .cycle-caption,
.slider-gallery .cycle-overlay {
  position: absolute;
  z-index: 2000;
  color: white;
}

.slider-gallery .cycle-prev,
.slider-gallery .cycle-next {
  top: 40%;
  font-size: 6em;
  color: #00ff4c;
   -o-opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
  opacity: 0.8;
}
.slider-gallery .cycle-prev:hover,
.slider-gallery .cycle-prev:active,
.slider-gallery .cycle-next:hover,
.slider-gallery .cycle-next:active {
	color: grey;
}

.slider-gallery .cycle-prev {
  left: 5px;
}
.slider-gallery .cycle-next {
  right: 5px;
}
    
.slider-gallery .cycle-caption {
 top: 1%;
 right: 1%;
}

.slider-gallery .cycle-overlay {
  bottom: 0;
  width: 96.2%;
  padding: 2% 2% 2% 2%;
  line-height: 1.2em;
  background: rgba(155,155,155, 0.8);
}

.slider-gallery .cycle-overlay div:first-child {
  font-family: 'pt_sansbold', Arial, Helvetica, "Helvetica Neue", sans-serif !important;
}


.vocerday .slider-gallery {
	margin-left: 4.3% !important;
	background: white;
	max-width: 960px;
	max-height: 862px !important;
}

.vocerday .slider-gallery img {
	max-height: 862px !important;
}

.vocerday .slider-gallery .cycle-overlay {
	background: rgba(255,255,255,0.7); 
	color: black;
}
/* Responsive Breakpoints
****************************/

@media only screen and (max-width: 1000px) {
	#nav ul {
    width: 100%;
		padding-left: 0;
  }
	
}

@media only screen and (max-width: 990px) {

  #socialshare { 
    display: none;
  }
 

}

@media only screen and (max-width: 980px) {

  h1 img {
    margin-left: 4% !important;
  }

  #searchbox,
  #socialicons {
    margin-right: 4%;
  }

  #searchform input[type=text] {
  width: 84%;
  }
 
  #searchform input[type=submit] {
    right: 8%;
  }

  #maincontent {
    padding: 0 2% 0 2.5%;
  }
  #maincontent.singlearticle {
    padding: 0 0% 0 2.5%;
  }
  #sidebar {
    padding: 4.5% 2% 0 0%;
  }
  
 
  #medialabnav {
    width:95.5%; 
    margin: 0 2% 10px 2%;
    position: relative;
  }
	#medialab-main {
	width: 95%;
	}

  #maincontent .col06 .authorimg-profile {
    margin: 2px 100% 20px 0;
  	clear: both !important; 
  	min-width: 270px !important;
  	max-width: 270px !important;
  }
 
  #maincontent .authorimg-profile {
  	margin: 2px 17px 5px 0;
  	float:left; 
 	 	width: 50% !important;
	}

	  
	#vocerday_header {
		margin: 0 2% 20px 0%;
	}

}

@media only screen and (max-width: 860px) {
	/*
	#socialicons  {
	right: 1%;
	width: 170px;
	}
	#socialicons li a {
	margin-left: 4px;
	}
 */
}


@media only screen and (max-width: 767px) {

  h1 {
    margin-top: 15px !important;
  }

  #header h1 img {
    margin: 0 auto !important;
  }

  #nav {
    height: auto;
    padding: 0;
    background: #5055A0; 
    margin: 0;
  }

  #nav button {
    display: block;
    text-align: center;
    padding: 10px 0 10px 0;
    background: #5055A0; 
    border: 0;
    background: none;
    margin: 0 auto;
		width: 100%;
  }

  #nav button a { 
    height: auto;
    display: block;
  }

  #nav button:hover,
  #nav button:active {
    color: white;
		background: gray;
  }

  #nav ul {
    position: relative;
    top: 0px;
    width: 100% !important;
    height: auto;
    z-index: 2000;
    display: none;
    padding: 0 !important;
    background: #5055A0;
  }
	
  #nav ul li {
    padding: 0 !important;
    display: block;
    width: 100% !important;
    margin: 0px 0% 0 0% !important;
    text-align: center !important;
  }

  #nav ul li a {
    display: block;
    padding-left: 0% !important;
  }

  #searchbox  {
    width: 100%;
    clear: left;
    height: 40px;
  }

  #searchform {
    height: 24px;
    margin: 0 5% 0 5%;
    position: absolute;
    top: -13px;
    left: 0px;
    width: 63%;
  }

  #searchform input[type=submit] {
    right: 8%;
  }

  #socialicons {
    margin-right: 6%;
  }
  
  #socialicons li a {
  	margin-left: 8px;
  }

  #maincontent h2 {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  
  #slider h2 {
    font-size: 2em;
  }

  #slider .overviewimg {
    margin-bottom: 15px;
  }

  #slider .sliderimage {
    padding-right: 0;
   
  }
  
  #slidernav .slideprev,
	#slidernav .slidenext {
  top: 25%;
	}

  #maincontent h2.bluebox {
    margin-left: 10px !important;
  }

  #maincontent .overview-entry h3 {
    font-size: 1.4em;
  }

  #maincontent .brownbox,
  #maincontent .bluebox {
    margin-left: 0px !important; 
  }

  .articleimg {
    height: 80px; 
  }

  #maincontent {
    line-height: 1.4em;
  }

  #maincontent .overview-entry {
    height: 450px;
  }

  #maincontent .authors .overview-entry {
    min-height: 240px !important;
    height: auto;
    margin-bottom: 0px;
  }

  #maincontent .authors .overview-entry h4 {
    font-size: 0.9em;
    line-height: 1.1em !important;
  }

  #maincontent .col12-767.overview-entry {
    height: auto !important;
  }

  #maincontent .authors .overview-entry {
    min-height: 240px;
    height: auto;
  }

  #maincontent.overview-dossier h3 {
    font-size: 1.2em;
  }
  
  
  #maincontent .erklaerer-wrapper {
    height: auto !important; 
    min-height: 5px !important;
  }
  #maincontent .erklaerer-teaser {
    position: relative !important; 
  }

  #medialab-main,
  #medialab-main_article {
    min-height: 340px; 
    margin: 0 0% 10px 2.5%;
   background: url(images/medialab-background.jpg) repeat center;
  }

  #medialabnav {
    width:100%; 
    margin: 0 0% 10px 0%;
    position: relative;
  }

  #medialabnav ul li {
    display: inline;
    color: #770500;
    text-align: center;
  }
	
	.vocerday_nav ul {
		display:none;
	}

	.vocerday_nav button,
  #medialabnav button {
    display: block;
    width: 100%;
    border: 0;
    padding: 2% 0 2% 0;
  }
  
  #medialabnav button:focus,
  #medialabnav button:hover,
  #medialabnav button:active{
    color: white;
		background: grey;
  }
  
  .vocerday_nav button:focus,
 	.vocerday_nav button:hover,
  .vocerday_nav button:active{
    color: white;
		background: grey;
  }

  #medialabnav ul {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0px !important;
    display: none;
    width: 100%;
  }

  #medialabnav ul li {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0 0 0 -5px !important;
  }

  #medialabnav ul li a {
    padding: 4px 0px 1px 0px;
    border-left: 0px solid white;
  }

  #slider .sliderimage img {
    text-align: center;
  }
  
   h4.illugallery  {
    font-size: 1.2em !important;
  }
  
  #maincontent .col06 .authorimg-profile {
  	margin: 2px 17px 5px 0;
  	float:left; 
 	 	width: 50% !important;
	}
	
	ul.extranav {
		margin-left: 10px !important;
	}
	
	.col_fifths {
		width: 100%;
	}

}

@media only screen and (max-width: 599px) {
	
  #maincontent .authors .overview-entry {
		min-height: 200px !important;
		height: auto;
	}
	
	 #maincontent .authorimg-profile {
  	margin: 2px 100% 20px 0;
  	clear: both !important; 
  	min-width: 270px !important;
  	max-width: 100% !important;
	}
	
}

@media only screen and (max-width: 479px) {

  #nav {
    margin-bottom: 8px;
  }

  #nav ul {
    position: relative;
    top:0px;
  }

  #socialicons {
    text-align: center;
  }
	#socialicons li a {
		margin-right: 4px;
	}

  #searchform input[type=text] {
    padding-right:8%;
    width: 72%;
    margin-right: 0px;
  }

  #searchform input[type=submit] {
    right: 19%;
  }
  
  #socialicons li a {
  	margin-left: 2px;
  }
   
  #maincontent {
    padding: 0 4% 0 4% !important;
  }

  #maincontent h2 {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  #maincontent .overview-entry {
    height: auto;
  }

  #maincontent .authors .overview-entry {
    min-height: 240px !important;
    height: auto;

  }

  #slider {
    padding: 0 !important;
    margin: 0 !important;
  }

  #slider .col12-767{
    width: 100% !important;
    padding-bottom: 10px;

  }
  #slider .col12-767 .button {
    margin-bottom: 40px;
    clear:both;
  }
  #slider h2 {
    font-size: 1.5em;
  }

  #slidernav {
  
  }
  
  
  #slidernav .slideprev,
	#slidernav .slidenext {
  top: 10%;
  font-size: 6em;
	}
	
	#slidernav .slideprev {
  left: -15px;
	}
	
	#slidernav .slidenext {
		right: -15px;
	}
  
  #slidernav2 {
    display: none;
  }

  #slider2 .cycle-slideshow {
    margin-left: 20px !important;
  }

  #slider .cycle-pager,
  #slider2 .cycle-pager {
    display: block !important;
  }

  /*
   #maincontent .articleimg {
   height: 95px;
   }
  */
  
  #medialab-main,
  #medialab-main_article {
    margin: 0 5px 10px 5px;
  	width: 97% !important;
  }
  
  #maincontent .authorinfo p {

  }

  #maincontent .authorimg-profile {
  	margin: 2px 100% 20px 0 !important;
  	clear: both !important; 
  	min-width: 270px !important;
  	max-width: 100% !important;
	}
	
  #maincontent .overview-entry .articleimg,
  #maincontent .overview-entry .articleimg,
  #maincontent.singlearticle .articleimg {
  	clear: both !important;
  	display: block;
  	margin-bottom: 20px !important;
  }
  
  #maincontent.singlearticle h2,
  #maincontent .overview-entry h3,
  #maincontent .overview-entry h4 {
  	clear:both !important;
  	width: 100% !Important;
  }
  
  ul.extranav li {
  margin-right: 3px;
	}
  
  /* special for the col12 author display */
  .authorlistimg {
  	margin-left: 15px !important;
  }
  
  h4.illugallery  {
    font-size: 1em !important;
  }
  
   
  .wpgallery {
    margin: 0 0% 0 0% !important;
  }
  
  #maincontent .gallery-item {
  margin-bottom: 4% !important;
	}
  
  #backtop {
  	display: none;
  }
  
  ul.extranav {
		margin-left: 3px !important;
	}
	
	#vocerday_header {
		margin: 0 3.7% 20px 2.5%;
	}
	
	#maincontent ul.socialshareprivacy.pagefooter li {
		width: 100%;
	}
	
}

@media only screen and (max-width: 400px) {

  #maincontent .authors .overview-entry {
    min-height: 240px !important;
  }
  
  #searchform input[type=text] {
    padding-right:8%;
    width: 62%;
    margin-right: 0px;
  }

  #searchform input[type=submit] {
    right: 30%;
  }



}

@media only screen and (max-width: 321px) {


}

@media only print {
	
	#site {
	width: 100%;
	padding: 0 50px 0 50px !important;
	}

  h1 img {
    margin: 0 auto;
  }

  #maincontent,
  #sidebar {
    clear: float !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0px 0 0px !important;
  }
  
  #maincontent iframe {
		display: none !important;
	}
	
  #sidebar * {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  #sidebar h3,
  #sidebar h4 {
    text-align: left;
  }

  #site .asidelist {
    margin-left: 20px !important;
  }

  #site .asidelist,
  #site .asidelist li {
    background: none !important;
    list-style-type: none !important;
  }

  #nav,
  .searchsocialwrapper,
  #socialicons,
  #socialshare,
  .socialshareprivacy,
  #footer { 
    display: none !important; 
  }
  
  #backtop {
  	display: none;
  }
  
  .col03,.col06,.col04 {
  width: 100% !important;
  }
  
  #commentform {
  	display: none;
  }
 
}

/* Retina-specific stuff here (from http://css-tricks.com/snippets/css/retina-display-media-query/) */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  /* search icon */
  #searchform input[type=submit] {
  	 /* 
  	 background: url(images/searchicon.png) no-repeat center 0px transparent; 
  	-webkit-background-size; 50% 50%;
  	background-size: 50% 50%; 
  */ /* width height */
  }
  
  /*brow and blue box headlines */
  #maincontent .brownbox,
  #sidebar h3 {
  	background: url(images/boxheading_2x.png) no-repeat left;
   -webkit-background-size: 991px 29px;
  	background-size: 991px 29px; 
  }
	#maincontent .bluebox {
		background: url(images/boxheading_2x.png) no-repeat left;
	 -webkit-background-size: 991px 29px;
  	background-size: 991px 29px; 
	}
	
}

/*hiding placeholders of jquery lazy load if js is disabled
LAst to override breakpoint settings, too */
img.lazy {
  display: none; 
}


#site .ui-accordion h3.ui-accordion-header a {
	padding: 0 !important;

}

#site .ui-accordion h3.ui-accordion-header .mas-icon {
	bottom: 4px;
	position: relative;
	float: left;
}
