/*
Theme Name: A Good Start 6
Text Domain: agoodstart
Author: vektorrausch GmbH <sippel@vektorrausch.de>
Author URI: https://www.vektorrausch.de
Description: We choose to go to the moon. We choose to go to the moon in this decade and do the other things, not because they are easy, but because they are hard, because that goal will serve to organize and measure the best of our energies and skills, because that challenge is one that we are willing to accept, one we are unwilling to postpone, and one which we intend to win, and the others, too.
Version: 6.0.0
License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace;font-size: 1em;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b, strong {font-weight: bolder;}code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}small {font-size: 80%;}sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sub {bottom: -0.25em;}sup {top: -0.5em;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}

/* agoodstart.css */
.clear:after {
	content: ' ';
	display: table;
	clear: both;
}

.clearer {
	clear: both;
	display: block;
}

.nowrap {
	white-space: nowrap;
}

html.js .hide-js,
html.no-js .hide-no-js {
	display: none;
}

.hide,
.element-hidden {
	display: none !important;
	visibility: hidden;
}

.element-invisible,
.widget.no-title .widget-title,
.screen-reader-text,
.menu-item.no-title > .menu-link > .menu-link-title {
	border: 0;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus,
.screen-reader-text:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	position: static !important;
	width: auto;
}

.offscreen {
	position: absolute;
	top: -99999em;
	width: 1px;
	height: 1px;
	overflow: hidden;
	outline: 0;
}

.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.full-width {
	max-width: none !important;
}

.container > * {
	max-width: var(--theme-max-width);
	padding-left: var(--theme-gutter-left);
	padding-right: var(--theme-gutter-right);
	margin-left: auto;
	margin-right: auto;
}

.max-width {
	max-width: var(--theme-max-width);
	padding-left: var(--theme-gutter-left);
	padding-right: var(--theme-gutter-right);
	margin-left: auto;
	margin-right: auto;
}

.bg-image {
	display: block;
	background: transparent no-repeat center center;
	background-size: cover;
	width: 100% !important;
	height: 0 !important;
	padding-top: 56.25%;
	margin: 0;
}

figure.bg-image > img {
	border: 0;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

.responsive-container {
	display: block;
	background: transparent no-repeat center center;
	background-size: cover;
	width: 100% !important;
	height: 0 !important;
	padding-top: 56.25%;
	position: relative;
}
	.responsive-container > * {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

.cover {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent no-repeat center center;
	background-size: cover;
}

.scrollable {
	overflow: auto;
}

#debug-mode {
	font-size: 0.75rem;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: rgba(0,0,0, 0.88);
	color: rgba(255,255,255, 1);
	padding: 4px 6px;
}