	/* Artikel */
.sec-Artikel {
    background-color: #ffffff;
}
.artikel {
	  max-width: 1000px;
	  margin: auto;
		padding: 3em 4em 2em 4em;
		color: #222222;
}
.artikel a {
	  color: #222222;
	  border-bottom: none;
	  text-decoration: none;
}
.artikel h1, h3 {
	  font-size: 1.4em !important;
	  line-height: normal !important;
}
		 @media screen and (max-width: 720px) {
	     .artikel {
  	     padding: 2.3em 2.3em 2.3em 2.3em !important;
			 }
			 .artikel h1, h3 {
	       font-size: 1.2em !important;
	       line-height: normal !important;
	       text-align: center;
	     }
	     .artikel .float_l {
	      float: none !important;
	      display: block;
        margin-left: auto !important;
        margin-right: auto !important;
	     }
} 
	   @media screen and (max-width: 500px) {
	     .artikel {
  	     padding: 1.7em 1em 1.7em 1em !important;
			 }
			 .artikel h1, h3 {
	       font-size: 1.1em !important;
	       line-height: normal !important;
	       text-align: center;
	     }
	     .artikel .float_l {
	       float: none !important;
	       display: block;
         margin-left: auto !important;
         margin-right: auto !important;
	     }
}
.artikel .imgabst {
	  margin: 6px 26px 10px 0;
}   	     