@CHARSET "UTF-8";

/*==============================================================================
CSS-Datei für das Bludit-Theme „urw“
auf https://www.unterhaltraumwelt.de

erstellt von Torsten Kelsch, 2017–2026
basierend auf dem concrete5-Theme „utw“ von Torsten Kelsch, 2012-2017
https://www.torstenkelsch.de/

nach einer Gestaltung von Thorsten Benthin
==============================================================================*/


/***** Webfonts *****/

/*Bitstream Vera Fonts Copyright
The fonts have a generous copyright, allowing derivative works (as
long as "Bitstream" or "Vera" are not in the names), and full
redistribution (so long as they are not *sold* by themselves). They
can be be bundled, redistributed and sold with any software.*/
@font-face {
    font-family: 'bitstream_vera_sansroman';
    src: url('webfonts/Vera-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sansoblique';
    src: url('webfonts/Vera-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sansbold';
    src: url('webfonts/Vera-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sansBdOb';
    src: url('webfonts/Vera-Bold-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sans_monoroman';
    src: url('webfonts/VeraMono-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bitstream_vera_sans_monoOb';
    src: url('webfonts/VeraMono-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sans_monobold';
    src: url('webfonts/VeraMono-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitstream_vera_sans_monoBdOb';
    src: url('VeraMono-Bold-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/***** Farben *****/

:root {
	--schwarz: #000000;
	--dunkelblau: #000066;
	--blau: #0000A0;
	--orange: #FECD5C;
	--gelb: #FFFFCC;
	--hellgrau: #E7E7EF;
}

/***** Basic Styles *****/

html {
	background: var(--blau);
}

body {
	background: var(--dunkelblau) url(img/bg.jpg) center top no-repeat;
	color: #FECD5C;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'bitstream_vera_sansroman', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

article, aside, figure, figcaption, footer, header, hgroup,
main, menu, nav, section, summary, time {
	box-sizing: border-box;
	display: block;
}
section {
	border-bottom: solid 1px #FECD5C;
	margin-bottom: 32px;
	padding-bottom: 16px;
}
section:last-child {
	border-bottom: none;
}

div {
	box-sizing: border-box;
}

.wrapper {
	box-sizing: border-box;
	margin: auto;
	max-width: 100%;
	width: 960px;
}

/***** Boxes *****/

.header {
	background: transparent;
	height: 128px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.header p {
	font-size: 3rem;
	margin: 0;
	padding: 16px 0 0 16px;
}
.logo {
	background: transparent;
	padding: 0;
	width: 368px;
}
main {
	float: none;    
    font-family: 'bitstream_vera_sans_monoroman';
    font-weight: normal;
    font-style: normal;
    padding: 0 16px;
    width: 100%;
}
main em,
main i {
    font-family: 'bitstream_vera_sans_monoOb';
    font-weight: normal;
    font-style: normal;
}
main strong,
main b {
    font-family: 'bitstream_vera_sans_monobold';
    font-weight: normal;
    font-style: normal;
}
article {
	border-bottom: 8px solid #0000A0;
	padding-bottom: 16px;
}
article:last-of-type {
	border-bottom: none;
}
aside {
	float: none;
	padding: 0 16px;
	width: 100%;
}
.footer {
	background: #0000A0;
	clear: both;
	color: #E6E0D2;
	display: block;
	float: none;
	padding: 16px 0;
	width: 100%;
}
footer {
	background: #0000A0;
	margin: auto;
	max-width: 960px;
	padding: 0 16px;
	text-align: center;
	width: 100%;
}
.clear {
	clear: both;
	display: block;
	float: none;
	width: 100%;
}

/***** Typography *****/

h1, h2, h3, h4, h5, h6 {
	color: #E7E7EF;
	line-height: 1.4;
	margin: 14px 0 10px 0;
	padding: 0;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
p + h2,
ul + h2 {
	margin-top: 48px;
}
h3 {
	font-size: 20px;
	margin-top: 32px;
}
aside h2,
aside h3 {
	background: #0000A0;
	padding-left: 8px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}
hr {
	margin: 20px 0 20px 0;
	border: 0;
	border-top: 1px solid #999;
	height: 2px;
	width: 100%;
	text-align: left;
}
p {
	hyphens: auto;
	margin-bottom: 1em;
}
sup, sub {
	height: 0;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;
}
sup { 
	bottom: 1px;
}
sub { 
	top: 1px;
	font-size: .6em;
}
em, i { 
	font-family: 'bitstream_vera_sansoblique', sans-serif;
    font-weight: normal;
    font-style: normal;
}
section em,
section i { 
	font-family: 'bitstream_vera_sans_monoOb', monospace;
    font-weight: normal;
    font-style: normal;
}
strong, b { 
    font-family: 'bitstream_vera_sansbold', sans-serif;
    font-weight: normal;
    font-style: normal;
}
small,
.small	{ 
	font-size: 14px;
	line-height: 1.3;
}
.date {
	font-size: 0.8rem;
	margin-bottom: 1.2rem;
}
.date time {
	display: inline;
}
.gesperrt {
	letter-spacing: 4px;
}
.grossbuchstaben {
	text-transform: uppercase;
}
.floatright {
	display: inline;
	float: right;
}

/***** Links *****/

a:link, 
a:visited, 
a:active, 
a:hover {
	color: #E7E7EF;
	text-decoration: underline;
}
.navi a {
	color: #E6E0D2;
	text-decoration: none;
}
.current {
	font-family: 'bitstream_vera_sansbold';
}
.anker {
	/* height: 0; */
}

/***** Lists *****/

ul,
ol {
	margin-bottom: 20px;
}
ol {
	list-style: decimal;
	margin-left: 32px;
	padding: 0;
}
ul ul, 
ul ol,
ol ol, 
ol ul {
	margin: 4px 0 4px 16px;
}
li {
	margin-left: 16px;
	padding-left: 0;
}

/***** Navigation *****/

.topnav {
	background: #0000A0;
	height: 31px;
	line-height: 31px;
	margin-bottom: 32px;
	padding: 0;
	width: 100%;
}
.topnav ul {
	list-style: none;
	margin: 0;
	padding: 0 16px;
}
.topnav li {
	float: left;
	margin: 0 9px 0 0;
}
.topnav a {
	text-decoration: none;
}
.mainnav {}
.mainnav ul {
	list-style: none;
	padding-left: 0;	
}
.mainnav li {
	margin-left: 0;
}
.mainnav a {
	display: block;
	padding-left: 8px;
	text-decoration: none;
}
.mainnav .active {
	background-color: #0000A0;
}
.mainnav a.active {
	color: #FECD5C;
}
.nav-selected,
.navbar-selected {
	background-color: #0000A0;
}
.nav-selected a,
.navbar-selected a {
	color: #FECD5C;
}
.navi-title {
	display: none;
}
/* Aufklappbares Menü */
label.toggle {
	display: block;
 	cursor: pointer;
 	margin: 24px 0;
}
#menu-toggle {
	display: none; /* hide the checkbox */
}
#menu {
	display: none;
}
#menu-toggle:checked + #menu {
	display: block;
}

/***** Images *****/

img { 
	border: 0;
	max-width: 100%;
}
img.kugel {
	max-width: 20%; 
}
img.schriftzug {
	max-width: 80%;
}

/***** Formulare *****/

button {
	background-color: var(--dunkelblau);
	border: solid 1px white;
	color: #E7E7EF;
	cursor: pointer;
	margin: 24px 0 8px 0;
	padding: 8px 16px;
}
button:hover {
	background-color: var(--blau);
}
label {
	display: inline;
	margin-right: 8px;
}
input,
textarea,
select {
	box-sizing: border-box;
	background-color: var(--dunkelblau);
	border: 1px solid var(--hellgrau);
	color: var(--hellgrau);
	font-family: 'bitstream_vera_sansroman', sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
	width: 100%;
}
input {
	font-family: 'bitstream_vera_sansroman', sans-serif;
	font-size: 18px;
}
input[type=button],
input[type=checkbox],
select,
option {
	cursor: pointer;
}
input[type=checkbox] {
	display: inline;
	/* margin-right: 16px; */
}
#gdpr-checkbox {
	height: 18px;
	width: 18px;
}
input[type=checkbox]:checked,
#gdpr-checkbox:checked {
	accent-color: var(--blau);
	background: var(--blau);
}
/* Optionsfelder lassen sich nicht mit CSS gestalten, bloß mit JavaScript */
option:checked span {
	background: var(--blau);
}
option:hover span {
	background: var(--blau);
}
select {
	display: inline;
	width: auto;
}
textarea {
	height: 320px;
}
textarea#woerterbox {
	/*  */
}
div#woerterbox {
	border: 1px solid #E7E7EF;
	color: #E7E7EF;
	margin-bottom: 8px;
	height: 240px;
	overflow: auto;
	padding: 4px;
	width: 100%;
}
.alert, 
.alert-success {
	color: #000066;
}
.checkbox {
	float: right;
	width: 45%;
}
.form-stacked {
	background-color: #0000A0;
	padding: 16px;
}

/***** Tables  *****/

table	{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
	width: 100%;
}
tr {
	vertical-align: top;
}
tr.even td {
	background: #E7E7EF;
}
tr.odd td {
	background: #f3f3f3;
}
th {
    font-family: 'bitstream_vera_sans_monobold';
}
th, 
td {
	color: #E7E7EF;
	padding: 10px 12px 10px 0;
}
th:nth-child(2),
td:nth-child(2) {
	padding-right: 0;
	white-space: nowrap;
}
td.highlight {
	background: #333;
	color: #E7E7EF;
    font-family: 'bitstream_vera_sans_monobold';
}
td ul,
td li {
	margin: 0;
}
td:nth-child(2) li {
	margin-left: 0;
	padding-left: 0;
}



@media only screen and (min-width: 960px) {
	.wrapper {
		width: 960px;
	}
	aside {
		float: left;
		margin-right: 2%;
		width: 23%;
	}
	.navi-title {
		display: block;
	}
	.topnav li {
		float: left;
		margin: 0 16px 0 0;
	}	
	
	/* Aufklappbares Menü */
	label.toggle {
		display: none;
	}
	#menu-toggle {
		display: none; /* hide the checkbox */
	}
	#menu {
		display: block;
	}
	#menu-toggle:checked + #menu {
		display: block;
	}
	/* Ende aufklappbares Menü */	

	main {
		float: right;    
	    font-family: 'bitstream_vera_sans_monoroman';
	    font-weight: normal;
	    font-style: normal;
	    margin-left: 2%;
	    width: 73%;
	}
	th, 
	td {
		color: #E7E7EF;
		padding: 10px 16px 10px 0;
	}
}
