/*
Theme Name: Malaria.info Responsive
Theme URI: http://www.triplemind.com/
Description: Responsive-Template der Seite Malaria.info
Author: Alex Schmidt
Version: 1.0
Tags: Malaria, Malaria.info, Malaria-info
*/
* {
	margin: 0;
	padding: 0
}
img, figure, .wp-caption, .inhalt, .accent, .entry object, .entry embed, input {
	max-width: 100%;
	height: auto
}
.entry iframe {
	max-width: 100%
}
del {
	display: none
}
ins {
	text-decoration: none
}
a img, a:focus {
	border: none;
	outline: none
}
a > img, .link > img {
	display: inline-block
}
a:hover img, .link:hover img {
	opacity: 0.9;
	-webkit-transition: background 0.15s ease-in;
	-moz-transition: background 0.15s ease-in;
	-ms-transition: background 0.15s ease-in;
	-o-transition: background 0.15s ease-in;
	transition: background 0.15s ease-in;
}

div#logo a:hover {
  	text-decoration: none;
}

div#logo h1 {
	margin: 30px 0;
}

.buffer-top {
	padding-top: 10px
}
.buffer-bottom {
	padding-bottom: 10px
}
.buffer-both {
	padding-top: 10px;
	padding-bottom: 10px
}
.nopadding {
	padding: 0 !important
}
.nomargin {
	margin: 0 !important
}
.toggler, .link {
	cursor: pointer
}
.toggle {
	display: none
}
.clear {
	border: 0 none;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0
}
/*TYPO*/
h2 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	margin-top: 0;
}
h1 > .glyphicons, h2 > .glyphicons, h3 > .glyphicons, h4 > .glyphicons, h5 > .glyphicons, h6 > .glyphicons, .h1 > .glyphicons, .h2 > .glyphicons, .h3 > .glyphicons, .h4 > .glyphicons, .h5 > .glyphicons, .h6 > .glyphicons, h1 small > .glyphicons, h2 small > .glyphicons, h3 small > .glyphicons, h4 small > .glyphicons, h5 small > .glyphicons, h6 small > .glyphicons, .h1 small > .glyphicons, .h2 small > .glyphicons, .h3 small > .glyphicons, .h4 small > .glyphicons, .h5 small > .glyphicons, .h6 small > .glyphicons, h1 .small > .glyphicons, h2 .small > .glyphicons, h3 .small > .glyphicons, h4 .small > .glyphicons, h5 .small > .glyphicons, h6 .small > .glyphicons, .h1 .small > .glyphicons, .h2 .small > .glyphicons, .h3 .small > .glyphicons, .h4 .small > .glyphicons, .h5 .small > .glyphicons, .h6 .small {
	/*font-size: 80%;*/
	margin-right: 10px
}
.glyphicons-logo {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: text-bottom;
	background: url(images/glyphicons-logo.png) no-repeat scroll left top 100%/100% transparent
}
ol, ul {
	list-style-position: outside;
	margin-bottom: 10px
}
ol {
	margin-left: 15px
}
ol li, ul li {
	margin-bottom: 0.5em
}
.entry > ul, .entry ol {
	display: inline-block
}
ul li {
	list-style: outside none none;
	padding-left: 20px;
	position: relative
}
ul li:before {
	content: "▷";
	font-size: 70%;
	color: rgba(35,97,161,1);
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 4px;
	margin-right: 10px
}
/*ul li:nth-child(2n):before {
	color: rgba(35,97,161,0.7)
}*/
ul li:hover:before, .current_page_item:before {
	color: rgba(35,97,161,1);
	content: "▶"
}
.submenu ul li {
	margin: 0
}
.submenu ul li a {
	display: block;
	padding: 3px
}
.v-menu li {
	float: left;
	margin-right: 15px
}
.btn, .btn:hover, .btn:focus, .btn.focus {
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
	border-width: 3px;
	white-space: normal
}
/*TYPO END*/

/* caption accent infobox img boxes */
.wp-caption, img.alignright, img.alignleft, img.alignnone, img.aligncenter {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.wp-caption, .video-caption, .accent, .infobox, .gallery, img.alignright, img.alignleft, img.alignnone, img.aligncenter, .dwqa-container .accent {
	border: 1px dashed #ccc;
	padding: 2px
}
.wp-caption img {
	background-color: rgba(0,0,0,0);
	border-width: 0;
	padding: 0
}
.wp-caption-text, .video-caption p:last-child, .infobox p:last-child, .accent p:last-child {
	margin: 10px 0 0
}
.wp-caption-text, .video-caption p {
	font-size: 16px;
	color: #37b8de;
	text-align: center;
}
.video-caption > div {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden
}
.video-caption > div iframe, .video-caption > div object, .video-caption > div embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.aligncenter, .attachment-aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
}
.alignnone {
	margin-bottom: 20px
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0
}
.alignright {
	float: right;
	margin: 0 0 20px 20px
}
@media (max-width: 440px) {
  .alignright, .alignleft, .alignnone, .aligncenter {
  	float: none;
  	margin: 0 0 20px 0
  }
}
.inhalt ol, .accent ol:last-child, .accent ul:last-child, .accent p:last-child, .modulbox ol:last-child, .modulbox ul:last-child, .modulbox table:last-child {
	margin-bottom: 0
}
.gallery dl {
	margin: 0 0 10px
}
.gallery img {
	border-width: 0px !important;
	max-width: 95%
}
/* caption accent infobox img boxes END*/

/* pagination */
.pagination li {
	background-image: none
}
.pagination li:before, .pagination li:hover:before {
	content: "";
	height: 0;
	margin: 0;
	width: 0
}
.pagination li a, .pagination li span {
	background-color: #ae8c44;
	border-color: rgba(255,255,255,1);
	border-width: 3px;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
	color: #ffffff;
	font-weight: bold;
	margin-left: 3px;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.pagination li span.dots, .pagination li span.dots:hover {
	background-color: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	border: none;
	color: inherit
}
.pagination li a:hover, .pagination li span.current {
	background-color: #2361a1;
	color: #ffffff;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in
}
.authormeta {
	background-color: #ffffff;
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.3) inset;
	display: inline-block;
	padding: 10px;
	width: 100%
}
/* pagination END */
body {
	background: #fff
}
.header-wrapper {
  padding-top: 20px;
  border-bottom: 1px dashed #ccc;
}
#header {
  padding: 0;
}

#breadcrumbs {
  list-style: outside none none;
  padding: 7px 10px;
  border-left: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}

#search {
  float: right;   
  border-top: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  padding: 5px 10px;
}

#menue {
	border-bottom: 1px dashed #ccc;
  	border-left: 1px dashed #ccc
}

#center {
  	border-left: 1px dashed #ccc;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.entry {
	padding-bottom: 20px;
}

.ads {
	clear:both;
	padding: 10px 0;
}

.totop {
	font-size: 30px;
	float: left;
	width: 100%;
}

.totop a {
	float: right;
	padding-top: 10px;
}

.sidebar {
  	padding: 20px 0px 20px 5px;
}

.sidebar li {
	list-style: none;
}

#footer {
	clear: both;
  	margin: 0 0 15px;
	padding: 10px;
	border: 1px dashed #ccc
}
.footer_inner {
	text-align: center
}

#social_bookmarks_big {
	margin: 0 auto
}

/*NAVBAR*/
.tabmenu, .breadcrumb {
	margin-bottom: 0
}
.navbar-toggle {
	color: #ffffff;
  background: #37b8de;
  float: left;
}

.navbar-nav {
	margin: 2px 0;
}

.tabmenu ul li {
	padding: 0;
}
.tabmenu ul li:before {
	content: "";
	width: 0;
	height: 0;
	margin: 0
}
.container .navbar-collapse, .container-fluid .navbar-collapse {
	padding: 0
}

@media (min-width: 992px) {
  #menue {
  	padding: 0
  }
  .navbar {
  	border-width: 0
  }
  .tabmenu ul li {
  	margin: 0;
  	position: relative;
    border-right: 1px dashed #ccc;
  }
  .tabmenu ul li a {
  	color: rgba(35,97,161,1);
  	text-shadow: 0 1px 0 #ffffff
  }
  .tabmenu ul li a:hover, .tabmenu ul li a:active, .tabmenu ul li a:focus, .tabmenu ul li.current-menu-item a {
  	color: #5e5e5e
  }
  
}

@media (max-width: 991px) {  	
  	#menue {
		border-right: 1px dashed #ccc;
		padding-bottom: 5px;
	}
	
	#center {
		border-left: none;
		border-bottom: 1px dashed #ccc;
	}
}

@media (max-width: 768px) {
	div#logo h1 {
		font-size: 30px;
	}	
	
	div#logo img#logoimg {
		width: 30px;
	}
	
	#breadcrumbs {
		font-size: 14px;
	}
	
}

@media (max-width: 667px) {
	div#logo h1 {
		font-size: 25px;
		margin: 25px 0;
	}	
	
	div#logo img#logoimg {
		width: 25px;
	}
	
	#breadcrumbs {
		font-size: 13px;
	}
}

@media (max-width: 568px) {
	div#logo h1 {
		font-size: 20px;
		margin: 20px 0;
	}	
	
	div#logo img#logoimg {
		width: 20px;
	}
	
	#breadcrumbs {
		display: none;
	}
}



/*-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/