@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(//themes.googleusercontent.com/static/fonts/oswald/v7/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(//themes.googleusercontent.com/static/fonts/ptsans/v5/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(//themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(//themes.googleusercontent.com/static/fonts/ptsans/v5/PIPMHY90P7jtyjpXuZ2cLLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

main, article, header, footer, aside {
	display: block;
}

html, body {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
}

body {
	font-family: Calibri, 'PT Sans', sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	background: white;
	color: #333333;
        height: 850px;
        /* margin-top: 20px; */
}
header nav a, header nav a:hover {
	transition: all 0.2s ease-in-out 0s;
}

div.note {
background-image: url(../images/notepaper.png);
background-color:transparent;
img {
width: 50%;height: 100%; object-fit: cover;
}
border:1px solid black;
padding:20px;
}


a {
	text-decoration: none;
	color: #0091D2;
}

a img {
	border: 0;
}

table {
	font-family: 'Oswald', Calibri, 'PT Sans', sans-serif;
	color: #4C4A4A;
	/* text-rendering: optimizeLegibility; */
	font-weight: 200;
}

header.page {
        position: fixed;
	border-bottom: 1px solid white;
        /* padding: 7px 2em; */
	color: #333;
	background-color: #699cb3;
        width: 100%;
        /* height: 7%; */
        text-align: center;
        justify-content: center;
	background-image: -webkit-gradient(linear, left top, right top, from(#75b0ca), to(#81F781));
	background-image: -webkit-linear-gradient(left, #75b0ca, #81F781);
	background-image: -moz-linear-gradient(left, #75b0ca, #81F781);
	background-image: -o-linear-gradient(left, #75b0ca, #81F781);
	background-image: linear-gradient(to right, #75b0ca, #81F781);
}

header.page nav ul {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
        width: 100%;
}

.top-nav {
	padding: 0;
	margin: 0;
	font-size: 3.1em;
        width: 100%;
}

header.page nav li {
	display: inline;
}

header.page nav a {
	padding: 0px 28px 0px 0;
	/* margin: 0 15px 0 0; */
	/* height: 12px; */
	color: #D0DFE6;
	font-size: 1.3em;
        font-weight: bold;
}

header.page nav a:hover {
	color: white;
}

header.page nav img {
	vertical-align: middle;
}

#search {
	display: block;
	margin: 0 auto;
	padding: 0;
}

#search p {
	float: right;
	margin: 0;
}

#search input {
	float: right;
	color: #e3ecf1;
	border: 0;
	font-size: 0.9em;
	padding: 0 0 0 38px;
	width: 47px;
	height: 35px;
	background: url(//src.selfhtml.org/search-white.png) no-repeat scroll transparent 10px 50%;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#search input:focus {
	background: white;
	color: #333;
	width: 220px;
	outline: none;
	background: url(//src.selfhtml.org/search-lightgrey.png) no-repeat scroll white 10px 50%;
}

#search label {
	display: none;
	color: #e3ecf1;
	vertical-align: top;
	padding: 0.1em 0.5em 0 0;
}

#search label {
	float: right;
}

#search input::-webkit-input-placeholder { color: #e3ecf1; }
#search input:-moz-placeholder { color: #e3ecf1; }
#search input:-moz-placeholder:focus { color: #e3ecf1; }
#search input:-ms-input-placeholder { color: #e3ecf1; }
#search input:-o-input-placeholder { color: #e3ecf1; }
#search input[type="search"] { -webkit-appearance: textfield; }

footer {
	border-top: 2px solid #C4D4DA;
	padding: 0.5em 0;
	margin: 0 10% 0 10%;
}

footer a {
	color: #3481cd;
}

footer p {
	margin: 0;
	padding: 0;
}
.sociallinks {
	float: right;
}
.sociallinks li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 0 .7em;
}
.sociallinks  a {
	text-indent: 100%;
	background: url(//src.selfhtml.org/social.png) no-repeat scroll left top transparent;
	display: block;
	width: 37px;
	height: 37px;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.sociallinks  a, .sociallinks  a:hover {
	-o-transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}   
.sociallinks  a.github {
	background-position: -80px 0;
}
.sociallinks  a.twitter {
	background-position: -120px 0;
}
.sociallinks  a.flattr {
	background-position: -160px 0;
}
.sociallinks  a.trello {
	background-position: -200px 0;
}
.sociallinks  a.donate {
	background-position: -240px 0;
}
.sociallinks  a.github:hover, .sociallinks  a.github:focus {
	background-position: -80px -40px;
}
.sociallinks  a.twitter:hover, .sociallinks  a.twitter:focus {
	background-position: -120px -40px;
}
.sociallinks  a.flattr:hover, .sociallinks  a.flattr:focus {
	background-position: -160px -40px;
}
.sociallinks  a.trello:hover, .sociallinks  a.trello:focus {
	background-position: -200px -40px;
}
.sociallinks  a.donate:hover, .sociallinks  a.donate:focus {
	background-position: -240px -40px;
}

main {
	padding: 24px 10%;
	border-top: 1px solid #0070A2;
}

article, section, footer p, header nav {
	max-width: 1200px;
	margin: auto;
}

article:after, .twocol:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

article header {
	padding: 20px 0;
	border-bottom: 2px solid #C4D4DA;
}

article header p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, dt {
	font-family: 'Oswald', Calibri, 'PT Sans', sans-serif;
	color: #4C4A4A;
	/* text-rendering: optimizeLegibility; */
	font-weight: 400;
}

h1 {
	font-size: 2.2em;
	line-height: 1.4em;
	border-bottom: 2px solid #c4d4da;
}

h2 {
	clear: both;
	margin-top: 1.5em;
	border-bottom: 2px solid #c4d4da;
}

h4.inlineheading {
    float: left;
    margin: 0;
    font: 1em oswald, serif;
}

.inlineheading + p::before {
	content: "\00a0"; 
	font: 1em oswald, serif;
}

#spendenaufruf {
	background: #F1F3F4;
	border: 1px solid #D5D5D5;
	border-radius: 0 0.7em 0.7em;
	margin: 1.5em 0 1em;
	padding: .75em 1.25em;
}

aside h3 {
	color: #8a9da8;
}

article h1 + h2 {
	margin-top: 0;
}

article .twocol {
	list-style-type: none;
	margin: 42px 0 0;
	padding-left: 0;
}

article .twocol li {
	margin-bottom: 1em;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
		-ms-box-sizing: border-box; /* IE, other Gecko */
		 -o-box-sizing: border-box; /* Opera, other Gecko */
		 box-sizing: border-box; /* Opera/IE 8+ */
}

.twocol li:nth-child(2n) {
	padding-left: 5%;
}

.twocol li:nth-child(2n+1) {
	clear: both;
}
.twocol a {
	color: #333;
}
.impressum .twocol a {
	color: #0091D2;
}
.twocol a em {
	display: block;
	color: #0091D2;
	font-style: normal;
}

article .twocol p {
	margin: 0;
}

article .twocol h3 {
	margin: 0;
}

article aside h2 {
	margin-top: 20px;
}

article aside {
	float: right;
	padding: 0 40px;
	background: #F1F3F4;
	margin-left: 40px;
	margin-bottom: 50px;
	border: 1px solid #D5D5D5;
	border-radius: 0 .7em .7em;
}

article aside ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

article aside li {
	float: none;
}
.impressum h2 {
	margin-top: 1em;
	clear: both;
}
.errorpage ul {
	list-style-type: square;
	color: #999;
}
.errorpage ul  span{
	color: #333;
}
#unterstuetzer {
	margin-bottom: 4em;
}

#unterstuetzer ul {
	margin: 0;
	padding: 0;
}
#unterstuetzer li {
	min-width: 16em;
	width: 31%;
	margin: 0 0 1em 2%;
	display: inline-block;
	vertical-align: top;
}
#unterstuetzer a {
	display: block;
	margin-left: 2em;
	line-height: 1em;
}
.spenden dt::after {
	content: ":";
}
.spenden dd > span {
	margin-left: .3em;
}
.spenden p > img {
	height: 1.2em;
	vertical-align: -.25em;
}

@media screen and (max-width: 80em) {
	#unterstuetzer li {
		min-width: 16em;
		width: 46%;
	}
}

@media screen and (max-width: 60em) {
	header.page{
		padding: 7px 2em;
	}
	main {
		padding: 24px 3%;
	}
	footer {
		margin: 0 3%;
	}
}
@media screen and (max-width: 45em) {
	.portal .twocol {
		margin-top: .5em;
	}
	.portal .twocol li {
		float: none;
		width: auto;
		text-align: center;
		padding-bottom: .5em;
		border-bottom: 1px solid #C4D4DA;
		margin-bottom: .5em;
	}
	.portal .twocol li:nth-child(2n) {
		padding-left: 0;
	}
	article aside {
		float: none;
		margin: 0 0 25px;	
		overflow: hidden;
	}
	article aside li{
		float: left;
	}
	article aside li:last-child::after{
		clear: both;
	}
}
	