@charset "UTF-8";
/* CSS Document */
html {
	font-family:  "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin:50px;
}

p {
	color: black;
	line-height: 1.4em;
}

h1 {
	font-size:20px;
	color: #019DDF;
	font-weight: bold;
}

.fett {
	font-weight: bolder;
	font-family:  "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


#spaltensatz {
  column-count: 3;
  column-rule-color: red;
  column-rule-width: 1px;
  column-rule-style: dotted;
  column-gap: 30px;
padding: 50px 0px 50px 0px;
	
}

#pass {
	display: inline-block;
	width:100%;
	border-bottom: 1px dotted red;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"
 }

hr {
border: red dotted 1px;
 
}



div#spaltensatz p {

	margin: 13px;
	padding:3px
	

}

 
@media (max-width:800px){
	#spaltensatz {

  column-count: 2;
 
	
}
}


@media (max-width:640px){
	#spaltensatz {

  column-count: 1;
 
	
}
}
