/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften                         *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

@font-face {
	font-family: "TGL 0-17";
	src: url("./fonts/TGL 0-17.ttf");
	font-weight: normal;
	font-style: normal;
}

/* ----------------------------------------------------------------------------- */
/* Verwendete Farben */
:root {
	--e931blau: #29a2d7;
}
/* ----------------------------------------------------------------------------- */

html {
	font-size: 100%;
}

body {
	background-color: #222222;
	color: black;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em; /* 16px */
	line-height: 1.5em; /* 24px */
}

header {
	background-image: url(../bilder/banner.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: var(--e931blau);
	color: #000;
}

main {
	background-color: #fff;
}

footer {
	background-color: var(--e931blau);
	color: #000;
	text-align: right;
	border-bottom: 7px solid var(--e931blau);
}

/* ----------------------------------------------------------------------------- * 
 *                                      Text                                     *
 * ----------------------------------------------------------------------------- */

/*h1, h2, h3  {
    font-weight: bold;
}*/

h1 {
	font-size: 2.25em; /* 36px; */
	line-height: 1.5em; /* 54px */
	color: white;
}

h2 {
	font-size: 1.625em; /* 26px */
	line-height: 1.5em;
}

h3 {
	font-size: 1.375em; /* 22px */
	font-weight: normal;
}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

p a:link,
p a:visited {
	color: var(--e931blau);
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: underline;
}

a#link {
	text-decoration: underline;
}

a#link:hover {
	text-decoration: none;
	color: blue;
}

.highlight {
	color: tomato;
}

.artikel {
	background-color: lightblue;
}

pre {
	background-color: rgba(10, 100, 255, 0.4);
}

label {
	font-size: 1.375em;
}

/* easy classnames */

.ctr {
	text-align: center;
}

/* ----------------------------------------------------------------------------- *
 *                                   PinWand                                     *
 * ----------------------------------------------------------------------------- */

article {
	border: 5px solid var(--e931blau);
}

.article.headline {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

article .articleTextContainer {
	background-color: var(--e931blau);
	height: calc(100% - 250px);
	color: white;
}

.article.text,
.article.headline {
	padding: 5px;
}

/* ----------------------------------------------------------------------------- *
 *                                  Suchzeile                                    *
 * ----------------------------------------------------------------------------- */

.suche::placeholder {
	color: var(--e931blau);
}

/* ------------Suchanzeige------------ */

#suchergebnis {
	background: var(--e931blau);
	color: white;
	border: none;
	border-radius: 5px;
}

/* ----------------------------------------------------------------------------- * 
 *                                     Tabelle                                   *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 *                                     Eingabe                                   *
 * ----------------------------------------------------------------------------- */

:required {
	border-color: #88a;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
	-o-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
}

input:invalid {
	border-color: red;
}

input,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-color: #ccc;
}

input[type="submit"] {
	background: none;
}

/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

#menu {
	color: #000;
	font-size: 1.25em; /* 20px */
	background-color: var(--e931blau);
}

#menu ul li {
	list-style: none;
	background-color: var(--e931blau);
}

#menu a:link,
#menu a:hover {
	color: #000;
}

#menu a:hover {
	background-color: #33aaff; /* hell rot */
}

#cssmenu {
	position: sticky !important;
	top: 0;
	z-index: 99;
}

#cssmenu form {
	padding-top: 6px;
}

/* ----------------------------------------------------------------------------- * 
 *                                    Sidebar                                    *
 * ----------------------------------------------------------------------------- */

aside ul {
	list-style: url("../bilder/pikto.svg");
}
