/* Enter Your Custom CSS Here */

/*eo media query */

.team-box .tm-info h4, .team-box-small .tm-info h4 {
 	text-transform:none; 
}

.responsive-slider.flexslider .slide h2.slide-title {
    top: 150px !important;
}

@media screen and (min-width: 900px) {
	#bubbles{
  		background-image: url("https://www.joeran.de/wp-content/dox/sites/10/2015/08/bubbles_background_jk_links.png");
  		background-repeat: no-repeat;
 		background-position: left top;
    	background-size: 200px;/*Original: 270*/
        height: 370px;
        width: 270px;
        z-index: 2;
        position: absolute;
        pointer-events: none;
	}
	#masthead a#mobile-menu-btn{
  		background: #fff;
	}
}

/*Wikipedia Mockup*/

hr.solid {
  border-top: 1px solid #A2A9B1;
}

.wiki {
	background-color: white;
	border: 1px solid #A2A9B1;
	padding: 3em;
}

.wiki-heading {
	font-family: Linux Libertine, Georgia, Times, serif;
	color: black;
	text-align: left;
}

.wiki-body-text {
	font-family: sans-serif;
	color: black;
	text-align: left;
	line-height: 1;
}

.wiki-gliederung{
	background-color: #F0F0F0;
	border: 2px solid #A2A9B1;
	padding: 2em;
	display: inline-block;
}

.wiki-gliederung-li:hover, .wiki-gliederung-li:active {
	color: blue;
}

.wiki-gliederung-li:hover {
	text-decoration:underline;
}

.wiki-gliederung-li {
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
}

#wiki-gliederung {
	list-style-type: none;
}

/*Hide header and footer for DESY page*/

.page-id-11096 .headerinfo-wrap {
	display: none;
}

.page-id-11096 .site-footer {
	display: none;
}

/* Hintergrund-Bild Opacity Pseudo-Layer - NH */
.page-id-17 .widget_dorayaki_service:hover::after, .page-id-3930 .widget_dorayaki_service:hover::after {
	opacity: 1;
	transition: all 0.5s ease;
}

.page-id-17 .widget_dorayaki_service:nth-of-type(1)::after, .page-id-3930 .widget_dorayaki_service:nth-of-type(1)::after  {
	background-image: url("/wp-content/uploads/sites/10/2015/09/widet_links.png");
}

.page-id-17 .widget_dorayaki_service:nth-of-type(2)::after, .page-id-3930 .widget_dorayaki_service:nth-of-type(2)::after{
	background-image: url("/wp-content/uploads/sites/10/2015/09/widget_mitte.png");
}

.page-id-17 .widget_dorayaki_service:nth-of-type(3)::after, .page-id-3930 .widget_dorayaki_service:nth-of-type(3)::after{
	background-image: url("/wp-content/uploads/sites/10/2015/09/widget_rechts.png");
}

/*Footer background image */
body #colophon  div#site-info{
	background: url("/wp-content/uploads/sites/10/2015/09/joeran_footer.png");
	padding-bottom: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
}