html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* ibm-plex-sans-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-sans-condensed-v14-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ibm-plex-sans-condensed-v14-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}







.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}




body {
	font-family: "IBM Plex Sans Condensed", sans-serif;
	background-color: #000;
	background-image: URL("../neonbarsch.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	color: #fff;
	font-weight: 400;	
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	position: relative;
}

.body-wrapper {
	min-height: 100VH;
	width: 100%;
	/** background-color: rgba(0,0,0,0.85); **/
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}


.body-wrapper > .inner {
  display: block;
  max-width: 100%;
  width: 800px;
  padding: 50px 15px;
  box-sizing: border-box;
}

header .logo {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.article {
  margin-top: 50px;
}



h1 {
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: 35px;
}
h1 .subline {
	display: block;
	font-size: 0.7em;
	font-weight: 600;
}
h2 {
  font-size: 1.6em;
  margin-top: 50px;
  margin-bottom: 10px;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover, 
a:focus {
  color: #009FE3;
}
strong {
  font-weight: 600;
}

header {

}
footer {
	margin-top: 40px;
	border-top: 1px dashed #009fe3;
	padding-top: 40px;	
	font-weight: 500;
	font-size: 18px;
}
footer a {
  text-decoration: none;
}
footer a:hover, 
footer a:focus {
  text-decoration: none;
}

footer ul.kontakt > li {
	display: inline-block;
	margin: 15px 15px;
	position: relative;
}
footer ul.kontakt > li.adresse {
  display: block;
}
footer ul.kontakt > li span.inner {
	display: inline-block;
	position: relative;
	padding-left: 25px;
}

footer ul.kontakt > li.adresse span.inner {	
	padding-left: 22px;
}
footer ul.kontakt > li.adresse span.inner::before {	
	position: absolute;
	font-family: fontawesome;
	top: 0;
	left: 0;
	font-size: 23px;
	line-height: 1;
	content: "\f041";
}
footer ul.kontakt > li.tel span.inner {	
	padding-left: 25px;
}
footer ul.kontakt > li.tel span.inner::before {	
	position: absolute;
	font-family: fontawesome;
	top: 0;
	left: 0;
	font-size: 23px;
	line-height: 1;
	content: "\f095";
}
footer ul.kontakt > li.mail span.inner {	
	padding-left: 30px;
}
footer ul.kontakt > li.mail span.inner::before {	
	position: absolute;
	font-family: fontawesome;
	top: 0;
	left: 0;
	font-size: 23px;
	line-height: 1;
	content: "\f1d8";
}



footer ul.social-media > li {
  display: inline-block;
  margin: 35px 15px;
}


footer ul.subfooter {
	display: block;
	margin-top: 20px;
}
footer ul.subfooter > li {
	display: inline-block;
	margin: 7px 15px;
	font-size: 14px;
	font-weight: 400;
}
footer ul.social-media > li a {
  display: block;
  width: 65px;
  height: 65px;
  background-color: #009fe3;
  color: #fff;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 35px;
}
footer ul.social-media > li a:hover,
footer ul.social-media > li a:focus {
  background-color: #fff;
  color: #009fe3;
}


@media (max-width: 780px){
	footer {
		font-size: 16px;
	}
}

@media (max-width: 600px){
	body {
		font-size: 16px;
	}
	.body-wrapper {
		height: auto;
		display: block;
	}
	
	h1 {
		font-size: 1.8em;
		margin-bottom: 35px;
	}

	footer ul.kontakt > li {
		display: block;
		margin: 15px 0;
	}
	footer ul.kontakt > li.adresse span.inner {	
		padding-left: 0;
	}
	footer ul.kontakt > li.adresse span.inner::before {	
		display: none;
	}
	footer ul.kontakt > li.tel span.inner::before {	
		font-size: 20px;
	}
	footer ul.kontakt > li.mail span.inner {	
		padding-left: 25px;
	}
	footer ul.kontakt > li.mail span.inner::before {	
		font-size: 16px;
	}

	footer ul.social-media > li {
	  margin: 35px 10px;
	}
	footer ul.social-media > li a {
	  width: 45px;
	  height: 45px;
	  line-height: 45px;
	  font-size: 25px;
	}

	footer ul.subfooter > li {
		margin: 7px 10px;
		font-size: 14px;
		font-weight: 400;
	}

}








body.rechtliches .body-wrapper {
	height: auto;
	display: block;
}
body.rechtliches .body-wrapper > .inner {
  margin: 0 auto;
}


body.rechtliches, 
body.rechtliches .body-wrapper .article {

}

body.rechtliches .body-wrapper .article ul {
  margin: 25px 0;
}
body.rechtliches .body-wrapper .article ul > li {
  list-style: disc inside;
  margin: 10px 0;
}