/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */

:root {
}

html {
	color: #222;
	font-size: 14px;
	line-height: 1.4;
}


@media all and (min-width: 400px){

	html {
		font-size: 16px;
	}
}


@media all and (min-width: 1024px){

	html {
		font-size: 17px;
	}
}

body {
	background-color: #EFEDEA;
}

input,select {
	padding: 0;
	margin: 0;
	line-height: 1;
	border: 1px solid #DDDDDD;
	border: 1px solid #BDC6DA;
	width: 100%;
	display: block;
	background-color: #F8F8F8;
	background-color: white;
}

input.quengel,select.quengel {
	border: 1px solid #C4306B;
}

label.quengel {
	background-color: #F2CADA;
}

div.quengel{
	background-color: #F2CADA;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea{
	height: 33px;
	padding: 4px 8px 4px 8px;
}

select {
	padding: 4px 8px 4px 8px;
	height: 33px;
}

.formTextHalb input,
.formTextHalb select {
	width: 50%;
}

.formInputNumberInline input,
.formInputNumberInline select {
	display: inline-block;
	width: auto;
	min-width: 60px;
}

.formTextDrittel input,
.formTextDrittel select {
	width: 33.333333333%;
}

.formTextFrei select {
	width: auto;
}

.formInputselectInline select,
.formInputselectInline input[type="text"],
.formInputselectInline input[type="number"] {
	display: inline-block;
	width: auto;
	min-width: 60px;
}

.formInputselectInline input[type="text"],
.formInputselectInline input[type="number"]{
	width: 60px;
}

.formInputselectInline input[type="text"].inputText150,
.formInputselectInline input[type="number"].inputText150{
	width: 150px;
}

.formDatepicker input {
	display: inline-block;
}

[type="checkbox"],
[type="radio"] {
	display: inline-block;
	padding: 0;
	margin: 0px 3px 0px 0px;
	width: auto;
	position: relative;
	bottom: -1px;
}

.formFormalia [type="checkbox"],
.formFormalia [type="radio"] {
	position: absolute;
	bottom: inherit;
	top: 4px;
}

textarea {
	display: block;
	width: 100%;
	min-height: 100px;
	background-color: #F8F8F8;
}

textarea#sammler,
textarea#jsontext {
	display: none;
}








/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: both;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */


* {
	box-sizing: border-box;
}

body {
	font-family: 'Source Sans Pro', sans-serif, Verdana, Geneva, Arial, Helvetica;
}

h1, h2, h3, h4, h5, h6, p, ul, li, span {
	margin: 0;
	padding: 0;
	line-height: 1;
}

p,
li {
	margin: 0px 0px 10px 0px;
	line-height: 1.5;
}

aside p,
aside li {
	margin: 0px 0px 10px 0px;
}

p.ohneAbstandUnten,
li.ohneAbstandUnten,
li.ohneAbstandUnten,
p:last-child,
li:last-child {
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 1.75em;
	line-height: 1.4;
}

h2 {
	font-size: 1.5em;
	line-height: 1.3;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin: 0px 0px 10px 0px;
}

fieldset h3 {
	margin: -10px -10px 10px -10px;
}

fieldset h3:last-child{
	margin: 0px 0px 0px 0px;
}

aside h3 {
	margin: 30px 0px 20px 0px;
}

aside h3.ueberdich {
	margin: 60px 0px 10px 0px;
}

aside h3:first-of-type {
	margin: 0px 0px 10px 0px;
}

#checkform aside h3:first-of-type,
#singleitem aside h3:first-of-type {
	margin: 0px 0px 20px 0px;
}

h4 {
	font-size: 1.2em;
	line-height: 1.1;
	margin: 0px 0px 10px 0px;
}

aside h4 {
	line-height: 1.4;
	margin: 0px 0px 5px 0px;
}

aside h4+ul {
	margin: 10px 0px 0px 0px;
}

.warnung h4 {
	margin: -10px -10px 10px -10px;
	padding: 5px 10px 5px 10px;
	background-color: rgba(34, 34, 34, 1);
	color: white;
}

fieldset h4:last-child{
}

h5 {
	font-size: 1.1em;
	line-height: 1.1;
	margin: 0px 0px 10px 0px;
}

aside h5 {
	margin: 0px 0px 5px 0px;
}

fieldset h5:last-child{
	margin: 0px 0px 0px 0px;
}

aside .einblenden h5{
	margin: 20px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
}

aside .einblenden h5:first-of-type{
	margin: 0px 0px 0px 0px;
}

h6 {
	font-size: 1em;
	line-height: 1;
	margin: 0px 0px 5px 0px;
}

#superStatus{
	position: fixed;
	z-index: 10000;
	top: 0px;
	width: 500px;
	margin-left: calc(50% - 250px);
	text-align: center;
	font-size: 16px;
}

#superStatus span{
	text-align: center;
	padding: 2px 10px 2px 10px;
	color: white;
	margin-right: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#superStatus span:last-child{
	margin-right: 0px;
}

.superStatusDeploy,
.superStatusTenant{
	background-color: #666666;
}

.superStatusEnvLocal{
	background-color: #006600;
}

.superStatusEnvAzure{
	background-color: #660000;
}







aside table{
	margin: 0px 0px 15px 0px;
}


a {
	color: inherit;
	text-decoration: none;
}

a.buntlink {
	font-weight: bold;
	color: #004699;
}

/* ==========================================================================
	 Helper classes
	 ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *		causes content to wrap 1 word per line:
 *		https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *		`contenteditable` attribute is included anywhere else in the document.
 *		Otherwise it causes space to appear at the top and bottom of elements
 *		that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *		`:before` to contain the top-margins of child elements.
 */

.formAbschnittKoerper::before,
.formAbschnittKoerper::after,
.formWupp::before,
.formWupp::after,
.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.formAbschnittKoerper::after,
.formWupp::after,
.clearfix::after {
	clear: both;
}

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
	 Print styles.
	 Inlined to avoid the additional HTTP request:
	 https://www.phpied.com/delay-loading-your-print-css/
	 ========================================================================== */

@media print {
	*,
	*::before,
	*::after {
		background: #fff !important;
		color: #000 !important;
		/* Black prints faster */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

