/*
Theme Name: Niedersachsen.klar
Theme URI: https://wordpress.nibis.de
Author: Miriam Sass - Niedersächsisches Landesinstitut für schulische Qualitätsentwicklung
Author URI: https://www.nibis.de
Description: Ein WordPress-Template für den Niedersächsischen Bildungsserver.
Template: twentythirteen
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: nibis, niedersachsen, blog, responsive,
Text Domain: niedersachsen
*/

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}