/*
Theme Name: Bräunlich
Author: Helm&Walter IT Solutions
Text Domain: braeunlich
Domain Path: /languages
Version: 1.0

*/

* {
	margin: 0;
	padding: 0;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	color: var(--color);
}

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

*,
:after,
:before {
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit
}

body {
	background:#fff
}

body {
	margin:0
}

article,
aside,
footer,
header,
nav,
section {
	display:block;
}

figcaption,
figure,
main {
	display:block
}

figure {
	margin:1em 0
}

hr {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
	overflow:visible;
}

pre {
	font-family:monospace,monospace;
	font-size:1em;
	white-space: normal;
}

a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
}

/*abbr[title] {*/
/*	border-bottom:1px #767676 dotted;*/
/*	text-decoration:none*/
/*}*/

b,
strong {
	font-weight:700;
}

code,
kbd,
samp {
	font-family:monospace,monospace;
	font-size:1em;
}

dfn {
	font-style:italic;
}

mark {
	background-color:#eee;
	color:#222;
}

small {
	font-size:80%;
}

sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sub {
	bottom:-.25em;
}

sup {
	top:-.5em;
}

audio,
video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

button,
html,
[type=reset],
[type=submit],
[type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

img.zoomImg {
	min-height: 100%;
	min-width: 100%;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/*Text meant only for screen readers. */
.screen-reader-text {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	-webkit-clip-path: none !important;
	clip-path: none !important;
	height: auto !important;
	margin: auto !important;
	overflow: visible !important;
	width: auto !important;
	white-space: normal !important;

	background-color: #f1f1f1;

	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	display: block;
	left: 5px;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	z-index: 100000; /* Above WP toolbar. */
}

