@charset "UTF-8";
/*
Theme Name: Twenty Nineteen Child
Template: twentynineteen
Version: 0.2
Author: Marko Harnisch
*/

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* from lion */
body {
    /* Grundschrift */
    font-family: "Source Sans Pro", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 13px;
    color: #333;
}

* {
    outline: none;
}

h1 {
    font-size: 1.5em;
}

a {
    color: #1256A3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited,
a:active {
    color: #303050;
}

a img {
    border: none;
}

/* new styles */

body {
	margin: 0px;
}

#page {
	/*background: white;*/
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);*/
	/*width: 80%;*/
	/*max-width: 600px;*/
	/*margin: 10% auto;*/
	position: absolute;
	width: 100%;
	height: calc(100% - 24px);
}

#page #content {
	background: white;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	width: 80%;
	max-width: 600px;
	/*margin: auto;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.entry-header{
	padding: 5px 7px 4px 7px;
}

.entry-header .entry-title {
	margin: 0px;
	padding: 0 1px;
    font-size: 1.091em;
    color: #000000;
    font-weight: normal;
}

.entry-header .entry-children {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	position: relative;
	transform: translateY(4px);
}

.entry-header .entry-children .entry-child {
	display: inline;
	margin: 0px 2px;
	padding: 0 5px;
	border: 1px solid #759dc0;
}

.entry-header .entry-children .entry-child:hover {
    background-color: #86bdf2;
}

.entry-header .entry-children .entry-child.current_child {
	border-bottom: 1px solid white;
}

.entry-header .entry-children .entry-child.current_child:hover {
	background-color: white;
}

.entry-header .entry-children .entry-child.current_child a {
	pointer-events: none;
}



.entry-header .entry-children .entry-child a:hover {
	text-decoration: none;
}

.entry-content {
	border-top: 1px solid #759dc0;
    padding: 10px 8px;
}

input, select {
	font-family: "Source Sans Pro", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}