body {
	padding:0px;
	margin:0px;
	font-family: arial, helvetica, sans-serif;
    font-size: 1em;
	color:#173d48;
	background: rgb(23,61,72);
	background: linear-gradient(288deg, rgba(23,61,72,0.4094231442577031) 0%, rgba(255,255,255,1) 83%);
}
a {
	text-decoration:none;
	color:#173d48;
}
.debug {
	border:1px solid red;
}
.download-head {
	font-size:24px;
	font-weight:bold;
}
.download-text {
	font-size:12px;
	color:black;
}
.download-image {
	width:80px;
	float:left;
}
.download-download {
	font-size:12px;
	height:50px;
}
#mainmenudiv {
	display:inline;
	margin-left:0px;
	padding-top:120px;
}
.mainmenu li{
	padding:0px;
	margin-right:10px;
	list-style-type: none;
	text-transform: uppercase;
	display:inline;
}
.main_menu_sel {
	font-weight:bold;
}
.mainmenu a{
	text-decoration:none;
}
#top_image {
	width:100%;
}
#footer_image {
	width:100%;
	margin-bottom:20px;
}
.centercol {
	//background-color:#f2eaeb;
	padding:15px 30px 0px 0px;
}
.leftcol {
	//background-color:#f2eaeb;
	padding:15px 30px 0px 30px;
}
.article-fulltext-first {
  background-size: contain;
  background-image: url(https://proverein.arachno.de/storage/38/664a1e5b6238a_texture.png);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 7vw;
  font-family: "Archivo Black", sans-serif;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  margin: 3vw;
  line-height: 6vw;
}
.article-left {
	background-color:white;
	border:2px dotted #DCC2C1;
	padding:11px;
	margin-bottom:20px;
}
.slider-add {
	margin-bottom:20px;
}
.article-video {
	min-width:560px;
	min-height:315px;
}
.article-zentral {
	padding:11px;
	margin-bottom:20px;
}
.artikel-topimg {
	width:100%;
	margin:15px 0px 15px 0px;
}
.article-z-full {
	width:100%;
	margin:10px 0px 10px 0px;
}
.article-content {
	text-align:left;
}
.article-intro {
	font-size:1.2rem;
	font-weight:bold;
}
.article-zentral a {
	color:black;
	text-decoration:underline;
	text-align:left;
}
.article-date {
	width:100%;
	font-size:10px;
	text-align:left;
	margin: 10px 0px 10px 0px;
}
.article-head {
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
}
.startfirst-topimg {
	-webkit-filter: drop-shadow(5px 5px 5px #222222);
  	filter: drop-shadow(5px 5px 5px #222222);
	margin:10%;
}
.text-image-topimg {
	width:80%;
	-webkit-filter: drop-shadow(5px 5px 5px #222222);
  	filter: drop-shadow(5px 5px 5px #222222);
	margin:5%;
}
.image-text-topimg {
	width:80%;
	-webkit-filter: drop-shadow(5px 5px 5px #222222);
  	filter: drop-shadow(5px 5px 5px #222222);
	margin:5%;
}
.shadowed {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}
.clear { clear: both; }
.logodiv {
	text-align:center;
}
.logo {
	width:100%;
}
footer {
	background-color:#173d48;
	color:white;
	text-align:left;
	font-size:0.9rem;
	margin:10px;
	padding:15px;
}
footer a {
	color:white;
}
.footanchor {
	color:white !important;
}
