@charset "UTF-8";

/* Reset */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	list-style: none;
}
html {
	width:100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
ul, li {
	list-style: none;
	list-style-position: inside;
}
img {
	display: block;
	width: auto;
	height: auto;
}


/* Farben */
body, input, div.fixed {
	background-color: #fff;
}
body, a, input, mark, .button {
	color: #000;
}
.button:hover {
	background-color: #000;
	color: #fff;
}
hr {
	background-color: #000;
}
::-moz-selection {
	background: #fff;
	color: #ddd;
}
::selection {
	background: #fff;
	color: #ddd;
}
header, footer {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Typography */
body, div, span, h1, h2, h3, h4, h5, h6, p, a, b, strong, em, i, blockquote, cite, input, u, mark {
	font-weight: normal;
	font-style: normal;
	font-family: "Arial", sans-serif;
}

header, footer, h1, h2, h3, b, strong, .button {
	text-transform: uppercase;
}
em, i, blockquote, cite, q {
	font-style: italic;
}
u, mark {
	text-decoration: underline;
}
blockquote:before, q:before {
	content:'»';
}
blockquote:after, q:after {
	content:'«';
}

body, p, input {
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.1px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
h1 {
	font-size: 1rem;
	line-height: 0.95;
}
h2 {
	font-size: 4rem;
	word-spacing: 8px;
	line-height: 0.9;
}
h3 {
	font-size: 2rem;
	word-spacing: 3px;
	line-height: 1;
}
h5, h6, small, .small, figcaption {
	font-size: 0.7rem;
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 1px;
	margin: 0.6em 0;
}
h1 {
	padding-top: 2px;
}
h2 {
	padding-top: 2px;
	margin: 0.3em 0;
}
h3 {
	padding-top: 3px;
	margin: 0.4em 0;
}
p + p {
	margin-top:0.6rem;
}



/* Links */
header a, header a:link, header a:visited, header a:hover, header a:active {
	text-decoration: none;
}
footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
	text-decoration: none;
}
p a:link {
	text-decoration: underline;
}
a, button, ul.folder > li header {
	cursor: pointer;
}
ul.folder > li > header, ul.folder > li > header * {
	cursor: s-resize;
	cursor: 
		url(../images/arrow-down.ico),
		url(https://www.uni-weimar.de/architektur/entwerfen+baukonstruktion/assets/images/arrow-down.ico);
}
ul.folder > li.open > header, ul.folder > li.open > header * {
	cursor: n-resize;
	cursor: 
		url(../images/cross.ico),
		url(https://www.uni-weimar.de/architektur/entwerfen+baukonstruktion/assets/images/cross.ico);
}
.button {
	display: inline-block;
	padding: 0.2em 0.45em 0.12em 0.55em;
	margin: 0.8em 1em 0.8em 0;
	border: 1px solid currentColor;
	letter-spacing: 2px;
	text-decoration: none;
}




/* Layout */
body {
	margin:0 1rem;
}
.page {
	padding: 0.6rem 0;
}
div.fixed {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 10;
	padding-left: 1rem;
	padding-right: 1rem;
}

header.page {
	border-bottom: 1px solid #000;
}
header, footer {
	display: flex;
}
header .left, footer .left {
	flex: 1;
	max-width: 100%;
}
header .right, footer .right {
	text-align: right;
}
main header .right {
	/* font-size: 1rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main header .right span {
	display: inline-block;
	margin-left: 0.5rem;
}

.page .logo img {
	display:inline-block;
	height: 1.2rem;
	margin-top: 0.5rem;
}

/*
footer .page img.logo {
	margin:0.6rem 0;
}
.hero.logo {
	padding-bottom: 0;
	display: none;
}
.hero.logo img {display:block; width:100%; height:auto;}
*/

ul.folder > li section {
	display: none;
}
ul.folder > li .close {
	display: none;
}
ul.folder > li.open > section {
	display: block;
}
main > ul.folder > li {
	border-bottom-width: 1px;
}
ul.folder > li {
	border-bottom: 1px solid #000;
}
ul.folder ul.folder {
	border-top: 1px solid #000;
}
ul.folder ul.folder > li:last-child {
	border-bottom: none;
}


article:after {
	content: "";
	display: table;
	clear: both;
}
article {
	padding: 0.6rem 0;
}
article > .content.text + .content.text {
	margin-top: 0.6rem;
}

/*
2 spaltiges Layout
article > .content.half {
	width: 50%;
}
article > .content.half.text {
	float: left;
}
article > .content.half.gallery {
	float: right;
	padding-left: 0.6rem;
}
*/


article p + ul,
article p + p,
article ul + p,
article ul + ul,
article ol + p,
article p + ol {
	margin-top:0.6rem;
}

article ol { 
	padding-left: 1.45em;
}
article ol li {
	list-style-position: outside;
}
article ul li {
	padding-left: 1rem;
}
article ul li:before {
	list-style-type: none;
	content:'–';
	margin-left: -1em;
	margin-right: 0.45em;
}
article ol li {
	list-style-type: decimal;
}
article hr {
	height: 1px;
	margin: 0.6rem 0;
}
figure {
	margin-top:1rem;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
}
figure figcaption {padding-top:0.6rem;}
figure img {width:100%;}



/* Sonstiges */
.responsive .s, .responsive-s {
	display: none;
}
.responsive .l, .rsponsive-l {
	display: block;
}


/* Für mobile Ansicht */
@media all and (max-width:600px) {
	.responsive .s, .responsive-s {
		display: block;
	}
	.responsive .l, .rsponsive-l {
		display: none;
	}

	body {
		margin: 0 0.6rem;
	}
	div.fixed {
		padding-left: 0.6rem;
		padding-right: 0.6rem;
	}
	header.page {
		padding: 0;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 1.7rem;
	}
	h1,h2,h3,h4,h5,h6 {
		hyphens: manual;
	}
	p {
		hyphens: auto;
	}
	
	main header .right {
		font-size: 0.7rem;
		padding-top: 0.4rem;
		justify-content: start;
	}

	header.page .right {
		display:none;
	}
	footer {
		display:block;
	}
	footer .left, footer .right {
		flex: none;
		text-align: left;
		float: none;
		display: block;
	}
	footer .logo img {
		height:1.4rem;
	}

}


/* Für Ansicht auf kleinen Bildschirmen */
@media all and (max-width:1000px) {
	/*
	2 spaltiges Layout
	article > .content.half {
		width: 100%;
	}
	article > .content.half.text {
		float: none;
	}
	article > .content.half.gallery {
		float: none;
		padding-left: 0;
	}
	*/

	header,
	article p {
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}

/* Für Ansicht auf großen Bildschirmen */
@media all and (min-width:1000px) {
	/* article {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1rem;
		-moz-column-gap: 1rem;
		column-gap: 1rem;
	} */
}

