body {
	font-family: 'Signika Negative', sans-serif;
	background-color: white;
}

a {
	color: lightblue;
	text-decoration: bolder;
}

div.indent {
	padding-left: 20px;
}

.ecc-blue {
	background: #1c5a7c;
	margin-left: 10px;
}

.ecc-torqois {
	background: #005F71;
	margin-left: 20px;
}

.ecc-button {
	color: white;
	border: none;
	padding: 1em;
	cursor: pointer;
	font-family: 'Signika Negative', sans-serif;
	width: 180px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: -20px;
}

.medium-3.column input {
	margin: .2em;
}

.hcenter {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
}

#ecc_nav {
	padding: 2em;
}

.article {
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
}

/*
.article h1, .article h2, .article h3, .article h4 {
	text-transform: none !important;
}
*/

.article .text {
	text-align: justify;
}

.app {
	display: inline-block;
	max-width: 75%;
}

#menu-small {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.app > .articles,
.app > .philosophers,
.app > .keywords,
.app > .authors,
.app > .search {
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
	padding: 2em;
}

.app .article {
	max-width: 42rem;
}

.app a {
	color: #005F71;
}

.app a:hover {
	color: darkorange;
	text-decoration: underline;
}

.search ul li {
	font-weight: bold;
}

.search ul li ul li {
	font-weight: normal;
}

.search .foundwhere {
	font-weight: bold;
}

.search .found {
	background: lightyellow;
	font-style: italic;
}

footer {
	margin-top: 1em !important;
}

ul.double {
	column-count: 2;
	column-gap: 3em;
}

ul.tripple {
	column-count: 3;
	column-gap: 3em;
}

div.article::after {
	content: '';
	/* background-image: url('../assets/logo.svg'); */
	opacity: 0.1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

@media not print {
	#hwpsmark {
		display: none;
	}
	#watermark {
		display: none;
	}
	.hide-for-screen {
		display: none;
	}
}

@media print {
	#watermark {
		color: black;
		font-size: 50pt;
		transform: rotate(-45deg);
		position: fixed;
		width: 100%;
		height: 100%;
		left: 40%;
		margin: 0;
		z-index: 100;
		opacity: 0.1;
	}

	a {
		text-decoration: none;
	}
}

#app_articles div.articles {
	padding-bottom: 0;
}

.ecc-title, .ecc-center {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}

.ecc-center > div {
	padding-left: 1em;
}

.ecc-title {
	display: block;
}

a:hover {
	text-decoration: none !important;
}

.ecc-smaller {
	width: 180px !important;
	height: 180px !important;
	margin: 5px !important;
	margin-right: 10px !important;
	margin-left: 0px !important;
}

.ecc-smaller h2,
.ecc-smaller .datum {
	font-size: 1.3rem;
}

.hover_text.ecc-smaller {
	font-size: 0.9rem;
}

.article ul {
	text-align: left;
	list-style: none;
}

.app ul li a {
	color: black;
}

#watermark, #hwpsmark {
	display: none;
}

#search-full > div {
	width: 370px !important;
	height: 60px !important;
	margin-top: -10px !important;
	padding: .1em !important;
}

#search-half > div,
#filter-half > div {
	width: 180px !important;
	height: 60px !important;
	margin-top: -10px !important;
	padding: .1em !important;
}

#search-full input,
#search-half input,
#filter-half input {
	border: 0;
	border-color: white;
}

#search-half {
	padding-left: 0;
}

#search-full input::placeholder,
#search-half input::placeholder,
#filter-half input::placeholder {
	color: black;
	opacity: .8;
}

#introduction, #about {
	display: inline-block;
	margin-top: 24px;
	margin-right: 1em;
}

#introduction {
	max-width: 42rem;
}

#about {
	max-width: 80em;
}

#introduction p,
#about p {
	text-align: justify;
}

#introduction a,
#about a {
	color: #005F71;
}

.article ul li a {
	color: #005F71;
}

#feedback div.medium-6 {
	padding-right: 2em;
}


#feedback .feedbacksubmit {
	width: 100%;
	border: .15em solid white;
	padding: .1em;
	background: #ed0045;
	color: white;
	text-align: center;
	margin-top: 1em;
	font-size: 150%;
	cursor: pointer;
}

#menu_search {
	margin-left: 0;
}

#menu span.datum {
	font-size: 30px !important;
}

footer .footer_funded_text div:first-of-type {
	padding-left: 0;
}

#menu_searchbox {
	padding-left: 16px;
}

.mark, mark {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media print, screen and (min-width: 40em) {
	#menu_introduction, #menu_translations, #menu_about {
		width: 33.33%;
	}
	#menu_introduction p, #menu_translations p, #menu_about p {
		font-size: 75%;
	}
	#menu_introduction span.datum, #menu_translations span.datum, #menu_about span.datum {
		font-size: 22px !important;
	}
}

@media print, screen and (min-width: 64em) {
	#menu_introduction, #menu_translations, #menu_about {
		width: 33.33%;
	}
	#menu_introduction p, #menu_translations p, #menu_about p {
		font-size: 90%;
	}
	#menu_introduction span.datum, #menu_translations span.datum, #menu_about span.datum {
		font-size: 30px !important;
	}
}
