a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

a
{
	color: #006039;
}

em
{
	font-style: italic;
}

/*
#container 
{

    margin-left: 0 auto;
    margin-right: 0 auto;
    margin-top: 5%;
    
    width: 90%;
    min-height: 80vh;
    padding: 3rem 4rem;
    border-radius: 12px;
}
*/

.ul-checkmark ul {
  list-style: none;
}

.ul-checkmark ul li:before {
  content: '✓ ';
}

/*
.container-fluid
{
	padding: 0;
	max-width: 100%;
}
*/

.mod_article__inner
{
	max-width: 1392px;
	margin: auto;
}

.float-start
{
	margin-right: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-family:'Darker Grotesque',Helvetica,Arial,Lucida,sans-serif;
	font-weight:600;
	text-align: center;
  padding-bottom: 10px;
  line-height: 1em;
  /* color: #333; */
}

h1
{
	font-weight:900;
	font-size:70px;
	/* padding-top: 75px; */
	padding-bottom: 25px;
}

h2
{
	font-weight:900;
	font-size:60px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
}

h3
{
	font-size:26px;
}

h4
{
	font-size:22px;
}

p, ul, label, textarea, .dropzone
{
	font-size: 22px;
}

ul
{
	margin-left: 25px;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer strong,
footer p
{
	text-align: left;
	font-size: 120%;
}

.impressum h1,
.impressum h2,
.impressum h3,
.impressum h4,
.impressum strong,
.impressum p
{
	text-align: left;
}

footer a,
.impressum a
{
	text-decoration: none;
	color: black;
}

footer a:hover,
.impressum a:hover
{
	text-decoration: none;
	color: #006039;
}

/*
.jumbotron
{
	font-size: 22px;
	padding-top:50px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom:50px;
	font-weight:600;
	margin-top:25px;
	margin-bottom:25px;
	box-shadow: 10px 10px 2px grey;
}
*/

.member_list_default
{
	padding: 50px;
}

.memberlist-image
{
	margin:auto;
	display: block;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
  border-radius: 25%;
  /* border: 2px solid #cddc39; */
  filter: drop-shadow(0 0 8px grey);
  /* box-shadow: 10px 10px 2px grey; */  
}