@charset "UTF-8";

@font-face {
	font-family: "LacrimaSenzaWEB-Regular";
	src: url("LacrimaSenzaWEB-Regular.woff2") format("woff2"),
		url("LacrimaSenzaWEB-Regular.woff") format("woff");
	font-weight: normal;
}

@font-face {
	font-family: "LacrimaSenzaWEB-Light";
	src: url("LacrimaSenzaWEB-Light.woff2") format("woff2"),
		url("LacrimaSenzaWEB-Light.woff") format("woff");
}

@font-face {
	font-family: "LacrimaItalicWEB-Light";
	src: url("LacrimaItalicWEB-Light.woff2") format("woff2"),
		url("LacrimaItalicWEB-Light.woff") format("woff");
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	min-height: 0vw;
	font-weight: normal;
}

/* 
---------------------------------------- 
	farben
----------------------------------------
*/

.random-bc,
.turquoise,
.violet,
.salmon,
.yellow,
.grey {
	background-color: none;
}

/* 
---------------------------------------- 
	links
----------------------------------------
*/

a:link,
a:visited {
	display: none;
}

.content a:link,
.content a:visited {
	font-family: "LacrimaSenzaWEB-Regular", "Courier New", Courier, monospace;
	color: black;
	text-decoration: underline;
	-webkit-text-decoration-color: #cccccc;
	text-decoration-color: #cccccc;
	display: inline;
}

/* 
---------------------------------------- 
	schrift
----------------------------------------
*/

h1 {
	font-family: "LacrimaSenzaWEB-Light", "Courier New", Courier, monospace;
	font-size: 2rem;
	line-height: 1;
}

html,
h2,
h3 {
	font-family: "LacrimaSenzaWEB-Regular", "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 1.2;
}

.quote {
	font-family: "LacrimaSenzaWEB-Light", "Courier New", Courier, monospace;
	font-size: 2rem;
	line-height: 1;
}

/* 
---------------------------------------- 
	rotation
----------------------------------------
*/

.rotated {
	position: fixed;
	top: 0;
	left: 5rem;
}

/* 
---------------------------------------- 
	zitate
----------------------------------------
*/

#quote-b {
	display: none;
}

#quote-c {
	display: none;
}

#quote-d {
	display: none;
}


/* 
---------------------------------------- 
	rest
----------------------------------------
*/

.sandwich,
.nav {
	display: none;
}

.container {
	margin: 2.5rem 2.5rem 0 5rem;
}

.nav-container {
	position: fixed;
	right: 0;
	top: 0;
	height: auto;
	width: auto;
	padding: 1.25rem 0 0 0;
	background-color: none;
}

.content {
	padding: 1.25rem 2.5rem 0 0;
}

h2:not(:first-child) {
	padding-top: 1.25rem;
}

h2,
p,
.list {
	padding-bottom: 1.25rem;
}

h3 {
	text-indent: 2rem;
}

.titel-line {
	padding-bottom: 0.075rem;
	border-bottom: 0.075rem solid;
}

.list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-item div:first-child {
	padding-right: 0.5rem;
}
