@-ms-viewport {
	width: device-width;
}
body {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #ecebeb repeat-x bottom left;
	max-width: 1000px;
	margin: auto;
}
.site-logo {
	grid-area: site-logo;
}
.navbar-top {
	grid-area: navbar-top;
}
nav {
	grid-area: nav;
}
.navbar-sub {
	grid-area: navbar-sub;
}
header, footer, main.page {
	margin: 0 auto;
	padding: 10px 20px 0px 20px;
	display: grid;
	grid-template-areas:
		'site-logo navbar-top'
		'nav nav';
	grid-template-columns: 80%;
	grid-column-gap: 1em;
}
a {
    color: #c60d1f;
    text-decoration: none;
}
.active {
    background: white;
}
.inactive {
    background: #80808017;
}
.active.mitmachen {
    background: white;
}
.inactive.mitmachen {
    background: #c60d1f;
}
a.inactive.mitmachen {
    color: white;
}
div.small-menu {
	text-align: end;
}
div.small-menu li {
	display: inline;
}	
img#site-logo {
    padding-bottom: 20px;
    max-width: 100%;
}
div.site-logo {
	width: auto;
	height: 115px;
}
div.navbar-top {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
div.navbar-top li {
	padding: 2px;
}
header nav ul {
	list-style: none;
	margin: 0;
	display: grid;
	grid-auto-flow: column;
	grid-column-gap: 1em;
	padding: 0;
}
header nav ul li {
	display: grid;
	text-align: center;
}
header nav ul li.inactive a:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px 2px 0 0;
}
header nav ul li.inactive.mitmachen a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 2px 2px 0 0;
}
header .navbar-nav a {
	font-size: large;
	padding: 10px 20px 10px 20px;
}
header ul.navbar-sub {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
header .navbar-sub li {
	margin-top: 0.3em
}
header .navbar-sub li a {
	font-size: small;
	padding: 5px 10px 5px 10px;
}
.menu-button {
	display: none;
	cursor: pointer;
}
.menu_column {
	display: none;
}
.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
.subheader {
	grid-area: subheader;
}
iframe.rechte_spalte {
	grid-area: rechte_spalte;
}
.content {
	grid-area: content;
}
main.page {
	background: white;
	padding: 20px 50px 20px 30px;
	display: grid;
	grid-template-areas:
		'subheader subheader'
		'content content';
	grid-template-columns: 70% 30%;
	grid-gap: 10px 20px;
}
main.page h1 {
	font-size: unset;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
main.page p {
	margin-block-start: 0em;
}
main.page img {
	display: block;
	width: -webkit-fill-available;
	width: -moz-available;
}
.excerpt {
	max-height: 6em;
	overflow: hidden;
}
@-moz-document url-prefix(){
	.excerpt {
		max-height: 6.81em;
	}
}
.excerpt p {
	margin: 0;
}
.readon {
	text-align: right;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: small;
}
div.archipel img {
	display: inline;
	width: auto;
	height: 1em;
	vertical-align: middle;
	margin-right: 0.2em;
}
main.page img.archipel_logo {
	width: 50%;
}
div.archipel a:hover {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 2px;
}
div.archipel a:hover img {
	opacity: 0.7;
}
div.archipel h2 {
	margin-bottom: 0px;
}
div.archipel h5 {
	margin: 0px 0px 5px 0px;
}
a.spenden_banderole {
	display: block;
	width: 140px;
	height: 79px;
	float: right;
	background-position: left top;
}
a.spenden_banderole:hover{
	background-position: left bottom;
}
a.dvd_link {
	display: block;
	width: 140px;
	height: 79px;
	position: relative;
	top: 221px;
	background-position: left top;
}
a.dvd_link:hover{
	background-position: left bottom;
}
div.adress p {
	margin: 0.3em 0;
}
div.adress h3 {
	margin: 0.3em 0;
}
div.adressblock {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 1em;
	padding-right: 1.3em;
}
div.pagination {
	margin-top: 10px;
}
.page:after {
	content: "";
	display: block;
	clear: both;
}
span.kontakt {
	text-align: right;
	padding: 2px;
}
span.viersprachen {
	display: inline-block;
}
div.legal {
	text-align: right;
}
span.copyright, .impressum {
	margin: 5px;
}
div.kampagne_subs a {
	display: table;
	width: -moz-available;
	width: -webkit-fill-available;
	padding: 20px;
	color: white;
	text-shadow: 1px 1px 6px black;
}
div.kampagne_subs_link {
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 445px;
	background-position: top;
}
div.kampagne_subs_post, div.termin {
	margin: 10px 0 0 0;
}
div.kampagne_subs_post h3, div.termin h3 {
	margin-bottom: 5px;
}
div.kampagne_subs_post h4{
	margin: 0;
}
div.kampagne_subs_post p.meta, div.termin p.meta{
	margin: 2px 2px 15px 2px;
}
footer {
	font-size: small;
	grid-template-columns: 50%;
}
@media screen and (max-width: 1000px) {
	div.adressblock {
		grid-template-columns: 50% 50%;
	}
}
@media screen and (max-width: 850px) {
	main.page {
		grid-template-areas:
			'subheader'
			'content'
			'rechte_spalte';
		grid-template-columns: 100%;
		padding-right: 30px;
	}
	header nav ul {
		grid-auto-flow: row;
		grid-row-gap: 0.3em;
	}
	header nav a {
		text-align: left;
	}
	header .navbar-sub li {
		margin-left: 2em;
		margin-top: 0;
	}
	.menu-button {
		display: inline-block;
		text-align: -moz-right;
		text-align: -webkit-right;
	}
	#menu {
		display: none;
	}
	.menu_row {
		display: none;
	}
	.menu_column {
		display: contents;
	}
}
@media screen and (max-width: 610px) {
	header {
		grid-template-areas:
			'site-logo'
			'navbar-top'
			'nav';
		grid-template-columns: 100%;
	}
	div.site-logo {
		height: unset;
	}
	div.navbar-top {
		flex-flow: unset;
	}
	div.small-menu {
		text-align: start;
	}
	div.adressblock {
		grid-template-columns: 100%;
	}
}
.de {
	background: linear-gradient(to right, rgba(0,0,0,0) 20%,rgba(255, 255, 224, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*background-color: lightyellow;*/
}
.fr {
	background: linear-gradient(to right, rgba(0,0,0,0) 20%,rgba(173, 216, 230, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*background-color: lightblue;*/
}
.defr {
	background: linear-gradient(to right, rgba(0,0,0,0) 20%,rgba(152, 251, 152, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*background-color: palegreen;*/
}

button:hover{
	background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
button{
	border: 1pxsolid #d7dada;
	-webkit-border-radius:  3px;
	-moz-border-radius:  3px;
	border-radius: 3px;
	padding: 2px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	background-color:  #f4f5f5;
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image:  -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image:  -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image:  -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image:  -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image:  linear-gradient(to bottom, #f4f5f5, #dfdddd);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5,endColorstr=#dfdddd);
}
