/*
Hier kannst du dein eigenes CSS einfügen.

Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
*/

/*
Menü-Button mobile
*/
.btn-menu {
    color: #ffffff;
}
/*
Kategorien und Autor:in in Posts
*/
.meta-post {
display:none;
}
.single-meta .byline {
display:none;
}
.byline {
display:none;
}

/* Hide tracking pixel */
#wpstats {
	visibility: hidden;
  height: 1px;
  display: block;
}

/* Disable preloader, so the page works with JavaScript disabled (e.g. in the Tor Browser) */
.preloader {
    display: none !important;
}

/* Increase font size on body text */
html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 5 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 18px;
  }
}

body {
	font-size: inherit;
}

/* styling for language switcher, if its added to the menu. New languages have to be styled accordingly */
nav#mainnav li.lang-item {
	display: block;
	position: fixed !important;
	right:0px;
	width: 80px;
  background-color: 		  rgba(0,0,0,0.5);	
}

nav#mainnav li.lang-item a {
	font-size: 12px !important;
	margin-left: 5px;
}

nav#mainnav li.lang-item-en {
	top: 0px;
	padding-top: 5px !important;
}

nav#mainnav li.lang-item-fr {
	top: 45px !important;
	padding-bottom: 5px !important;
	border-bottom-left-radius: 15px;
}

nav#mainnav li.lang-item-de {
	top: 25px !important;
}

nav#mainnav li.current-lang:before {
  content: ' ';
	height: 0;
	position: absolute;
	width: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #ea0889;
  border-bottom: 5px solid transparent;
	top: 0px;
	left: 9px;
}

nav#mainnav li.current-lang a:hover {
	color: white !important;
	cursor: default;
}

nav#mainnav-mobi .lang-item {
	display: inline-block;
}

nav#mainnav-mobi .lang-item a:hover{
	color: #ea0889;
}

nav#mainnav-mobi li.current-lang a:hover {
	color: white !important;
	cursor: default;
}

nav#mainnav-mobi li.current-lang a {
  text-decoration: underline;
  -moz-text-decoration-color: #ea0889;; /* Code for Firefox */
  text-decoration-color: #ea0889;
}

/*#bmfcotent input, #bmfcontent select, .bmfoverlay input, bmfoverlay select {
	border: 1px solid #C0C0C0;
	margin-bottom: 10px;
	display: inline-block;
	padding: 6px;
	line-height: 30px;
	height: 30px;
}*\